bs2010.css 2.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162
  1. @charset "utf-8";
  2. /* CSS Document */
  3. html,body {
  4. padding: 0;
  5. margin: 0;
  6. height: 100%;
  7. width: 100%;
  8. font-family: Verdana, Arial, Helvetica, sans-serif;
  9. font-size: small;
  10. color:#000000;
  11. scrollbar-face-color:#FFF;
  12. scrollbar-highlight-color:#dbeaf1;
  13. scrollbar-3dlight-color:#FFF;
  14. scrollbar-darkshadow-color:#FFF;
  15. scrollbar-Shadow-color:#dbeaf1;
  16. scrollbar-arrow-color:#dbeaf1;
  17. scrollbar-track-color:#ECF1FA;
  18. /*background:url(images/bg.jpg) no-repeat right bottom fixed;*/
  19. }
  20. a:link {
  21. color: #0099FF;
  22. text-decoration: none;
  23. }
  24. a:visited {
  25. text-decoration: none;
  26. color: #0099FF;
  27. }
  28. a:hover {
  29. text-decoration: underline;
  30. color: #FF6600;
  31. }
  32. a:active {
  33. text-decoration: none;
  34. color: #FF6600;
  35. }
  36. .header {
  37. background:url(images/2010_topbg.gif);
  38. height: 83px;
  39. }
  40. .topMenubar {
  41. background: #3e84c0;
  42. height: 22px;
  43. color:#FFFFFF;
  44. }
  45. .topMenu {
  46. color:#FFFFFF;
  47. }
  48. .topMenubar a:link {
  49. color:#FFFFFF;
  50. }
  51. .topMenubar a:visited {
  52. color:#FFFFFF;
  53. }
  54. .topMenuOn {
  55. background: url(images/2010_menubg_on.gif);
  56. color:#000033;
  57. font-weight:bold;
  58. }
  59. .leftbg {
  60. background:url(images/2010_leftbg.gif) top left no-repeat;
  61. min-height: 333px;
  62. }
  63. .leftMenu {}
  64. .leftMenu a:link {
  65. color: #000;
  66. text-decoration: none;
  67. }
  68. .leftMenu a:visited {
  69. color: #000000;
  70. text-decoration: none;
  71. }
  72. .leftMenu a:hover {
  73. color: #FF6600;
  74. text-decoration: none;
  75. }
  76. .equiplink {color:#ff6600}
  77. .equiplink a:link {
  78. color: #ff6600;
  79. text-decoration: none;
  80. }
  81. .equiplink a:visited {
  82. color: #ff6600;
  83. text-decoration: none;
  84. }
  85. .equiplink a:hover {
  86. color: #CC0000;
  87. text-decoration: none;
  88. }
  89. .mainbg {
  90. background: url(images/2010_mainbg.jpg) top left repeat-x fixed;
  91. }
  92. .deviceName {
  93. font-size: 18px;
  94. font-weight: bold;
  95. margin-bottom: 15px;
  96. }
  97. .deviceTd {}
  98. .deviceTd td {
  99. background: #fff;
  100. padding: 5px;
  101. }
  102. .deviceTd_alert {}
  103. .deviceTd_alert td {
  104. background: url(images/alertBg.gif);
  105. color:#FF0000;
  106. padding: 5px;
  107. }
  108. .deviceTdTitle {
  109. padding: 5px;
  110. font-weight: bold;
  111. text-align: center;
  112. background: #dbeaf1;
  113. }
  114. /* 报警颜色*/
  115. .status_ok { color:green}
  116. .status_upperlimit { color:red}
  117. .status_lowerlimit { color:#0000FF}
  118. .status_error { color:#999}
  119. .status_nodata { color:#CCC}
  120. /*jifang.asp*/
  121. .jifang_title {
  122. margin:10px 0;
  123. padding-left:5px;
  124. font-size:120%;
  125. font-weight:bold;
  126. color: #FF6600;
  127. }
  128. /*itroom_test.asp*/
  129. .itroom_font {
  130. font-size:13px;
  131. font-family:Verdana, Arial, Helvetica, sans-serif;
  132. font-weight:bold;
  133. color:#0000FF;
  134. }