123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162 |
- @charset "utf-8";
- /* CSS Document */
- html,body {
- padding: 0;
- margin: 0;
- height: 100%;
- width: 100%;
- font-family: Verdana, Arial, Helvetica, sans-serif;
- font-size: small;
- color:#000000;
-
- scrollbar-face-color:#FFF;
- scrollbar-highlight-color:#dbeaf1;
- scrollbar-3dlight-color:#FFF;
- scrollbar-darkshadow-color:#FFF;
- scrollbar-Shadow-color:#dbeaf1;
- scrollbar-arrow-color:#dbeaf1;
- scrollbar-track-color:#ECF1FA;
- /*background:url(images/bg.jpg) no-repeat right bottom fixed;*/
- }
- a:link {
- color: #0099FF;
- text-decoration: none;
- }
- a:visited {
- text-decoration: none;
- color: #0099FF;
- }
- a:hover {
- text-decoration: underline;
- color: #FF6600;
- }
- a:active {
- text-decoration: none;
- color: #FF6600;
- }
- .header {
- background:url(images/2010_topbg.gif);
- height: 83px;
- }
- .topMenubar {
- background: #3e84c0;
- height: 22px;
- color:#FFFFFF;
- }
- .topMenu {
- color:#FFFFFF;
- }
- .topMenubar a:link {
- color:#FFFFFF;
- }
- .topMenubar a:visited {
- color:#FFFFFF;
- }
- .topMenuOn {
- background: url(images/2010_menubg_on.gif);
- color:#000033;
- font-weight:bold;
- }
- .leftbg {
- background:url(images/2010_leftbg.gif) top left no-repeat;
- min-height: 333px;
- }
- .leftMenu {}
- .leftMenu a:link {
- color: #000;
- text-decoration: none;
- }
- .leftMenu a:visited {
- color: #000000;
- text-decoration: none;
- }
- .leftMenu a:hover {
- color: #FF6600;
- text-decoration: none;
- }
- .equiplink {color:#ff6600}
- .equiplink a:link {
- color: #ff6600;
- text-decoration: none;
- }
- .equiplink a:visited {
- color: #ff6600;
- text-decoration: none;
- }
- .equiplink a:hover {
- color: #CC0000;
- text-decoration: none;
- }
- .mainbg {
- background: url(images/2010_mainbg.jpg) top left repeat-x fixed;
- }
- .deviceName {
- font-size: 18px;
- font-weight: bold;
- margin-bottom: 15px;
- }
- .deviceTd {}
- .deviceTd td {
- background: #fff;
- padding: 5px;
- }
- .deviceTd_alert {}
- .deviceTd_alert td {
- background: url(images/alertBg.gif);
- color:#FF0000;
- padding: 5px;
- }
- .deviceTdTitle {
- padding: 5px;
- font-weight: bold;
- text-align: center;
- background: #dbeaf1;
- }
- /* 报警颜色*/
- .status_ok { color:green}
- .status_upperlimit { color:red}
- .status_lowerlimit { color:#0000FF}
- .status_error { color:#999}
- .status_nodata { color:#CCC}
- /*jifang.asp*/
- .jifang_title {
- margin:10px 0;
- padding-left:5px;
- font-size:120%;
- font-weight:bold;
- color: #FF6600;
- }
- /*itroom_test.asp*/
- .itroom_font {
- font-size:13px;
- font-family:Verdana, Arial, Helvetica, sans-serif;
- font-weight:bold;
- color:#0000FF;
- }
|