65 lines
2.1 KiB
Plaintext
65 lines
2.1 KiB
Plaintext
|
|
*{
|
||
|
|
font-size:12px;
|
||
|
|
}
|
||
|
|
body {
|
||
|
|
font-family:verdana,helvetica,arial,sans-serif;
|
||
|
|
padding:20px;
|
||
|
|
font-size:12px;
|
||
|
|
margin:0;
|
||
|
|
}
|
||
|
|
.msg_bar li{list-style:decimal-leading-zero outside none; white-space:nowrap; }
|
||
|
|
|
||
|
|
.windowbox{width:0px;height:0px;background-color:#9bcaf3;border:0px solid red;margin-left:1px !important; margin-left:1px;margin-right:0px !important; margin-right:0px;float:left;cursor:pointer;display:inline;}
|
||
|
|
.windowbox .wnd{background-color:#000000;background-position:center;width:100%;height:100%;border:0px solid blue;}
|
||
|
|
|
||
|
|
.windowbox .ActiveWindowTitleBgColor {background-color:#9DBDD8;}
|
||
|
|
.windowtitle {cursor:pointer;border:0px red solid;height:18px;line-height:18px;vertical-align:middle;color:#fff;}
|
||
|
|
.windowtitle .title1{height:16px;line-height:16px;float:left; display:block;text-overflow:ellipsis;overflow:hidden; white-space:nowrap; vertical-align:middle; font-size:12px;border:0px black solid;}
|
||
|
|
.windowtitle .title2{color:#FFFFFF;width:65px;text-align:right;float:right;display:block;border:0px solid red;height:18px;padding:0px;border:0px black solid;}
|
||
|
|
.windowtitle .title2 input{height:18px;vertical-align:middle;padding:0px; margin:0px;}
|
||
|
|
|
||
|
|
|
||
|
|
.icon-platform{
|
||
|
|
width: 18px;
|
||
|
|
height: 18px;
|
||
|
|
background:url('image/Platform.png') no-repeat center center;
|
||
|
|
}
|
||
|
|
|
||
|
|
.icon-device-online{
|
||
|
|
width: 18px;
|
||
|
|
height: 18px;
|
||
|
|
background:url('image/decoder.png') no-repeat center center;
|
||
|
|
}
|
||
|
|
|
||
|
|
.icon-device-offline{
|
||
|
|
width: 18px;
|
||
|
|
height: 18px;
|
||
|
|
background:url('image/decoder_offline.png') no-repeat center center;
|
||
|
|
}
|
||
|
|
|
||
|
|
.icon-camera-online{
|
||
|
|
width: 18px;
|
||
|
|
height: 18px;
|
||
|
|
background:url('image/ico_camera_on.png') no-repeat center center;
|
||
|
|
}
|
||
|
|
|
||
|
|
.icon-camera-offline{
|
||
|
|
width: 18px;
|
||
|
|
height: 18px;
|
||
|
|
background:url('image/ico_camera_off.png') no-repeat center center;
|
||
|
|
}
|
||
|
|
.icon-treegroup{
|
||
|
|
width: 18px;
|
||
|
|
height: 18px;
|
||
|
|
background:url('image/Node.png') no-repeat center center;
|
||
|
|
}
|
||
|
|
.icon-treegroup-online{
|
||
|
|
width: 18px;
|
||
|
|
height: 18px;
|
||
|
|
background:url('image/Node.png') no-repeat center center;
|
||
|
|
}
|
||
|
|
.icon-treegroup-offline{
|
||
|
|
width: 18px;
|
||
|
|
height: 18px;
|
||
|
|
background:url('image/Node_offline.png') no-repeat center center;
|
||
|
|
}
|