white.css 4.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273
  1. body { font-family: tahoma; font-size: 12pt; color: #181818; margin: 0; background-color: #ffffff; }
  2. img { border: 0; }
  3. .field { clear:both; text-align:right; line-height:25px; }
  4. label { float:left; padding-right:10px; }
  5. .main { float:left }
  6. .timestamp { font-size: 10pt; color: #4169E1; padding: 1px; }
  7. hr { border: none; border-top: 1px solid #000; margin: 0 0; }
  8. table { font-family: tahoma; font-size: 12pt; border-spacing: 1px; }
  9. table.data { background-color: #cfcfcf; margin-bottom: 5px; }
  10. table.info { background-color: #f8f2aa; margin-bottom: 5px; }
  11. td { padding: 4px; border-bottom: 1px solid #ddd; }
  12. td.data { background-color: #ffffff; }
  13. td.data_red { background-color: #ffffff; color: red; }
  14. td.data_green { background-color: #ffffff; color: green; }
  15. td.info { background-color: #f8f2aa; }
  16. td.up { background-color: #33ff99; }
  17. td.down { background-color: #ffffff; opacity: .4; }
  18. td.shutdown { background-color: #FF8033; }
  19. td.off { background-color: #b3ccff; }
  20. td.custom { background-color: #ccffe6; }
  21. td.error { background-color: #ff6666; }
  22. td.nb { background-color: #ffcc99; }
  23. td.warn { background-color: #ffcccc; }
  24. td.speed10M { background-color: #ffff99; }
  25. td.speed100M { background-color: #33cc33; }
  26. td.speed1G { background-color: #58FA82; }
  27. td.speed10G { background-color: #ffcc00; }
  28. td.crc { background-color: #ff6666; }
  29. input { font-family: tahoma; padding: 1px; }
  30. textarea { font-family: tahoma; padding: 1px; }
  31. select { font-family: tahoma; width: auto; padding: 0; }
  32. form { margin: 0; margin-top: 5px; }
  33. .cont { font-family: tahoma; }
  34. span.num_page_not_link { border: 1px solid; color: black; padding: 3px; margin-bottom: 1em;}
  35. div.records { color: black; margin-bottom: 1em; margin-top: 1em; }
  36. div.simple { margin-bottom: 1em; margin-top: 1em; }
  37. a { font-family: tahoma; color: #000000; text-decoration: underline; }
  38. a.first_page_link { border: 1px solid green; color: black; background-color: #A5FF33; padding: 3px; margin-bottom: 1em;}
  39. a:visited { color: #000000; text-decoration: underline; }
  40. a:link { color: #000000; text-decoration: underline; }
  41. a:active { color: #ed8b0d; text-decoration: none; }
  42. a:hover { color: #ed8b0d; text-decoration: none; }
  43. #navi { position: absolute; font-size: 12pt; top: 15px; left: 190px; }
  44. #title { position: absolute; top: 15px; left: 15px; font-size: 18pt; color: #ed8b0d; }
  45. #subtitle { position: absolute; top: 43px; left: 15px; font-size: 8pt; }
  46. #submenu { position: absolute; top: 55px; left: 20px; }
  47. #cont { position: absolute; top: 70px; left: 15px; background-color: url('img/vr.gif'); background-repeat: repeat-y; background-position: right; }
  48. #subsubmenu { position: absolute; top: 80px; left: 20px; }
  49. #contsubmenu { position: absolute; top: 105px; left: 15px; background-color: url('img/vr.gif'); background-repeat: repeat-y; background-position: right; }
  50. #copyright { margin-top: 10px; margin-bottom: 10px; }
  51. #msg { font-size: 18pt; color: black; color: red; }
  52. html { margin:0; padding:0; font-size:62.5%; }
  53. h1 { font-size:1.8em; }
  54. .tree { overflow: hidden; border:0px; }
  55. .red-text { color: red; }
  56. .blue-text { color: blue; }
  57. .green-text { color: green; }
  58. .black-text { color: black; }
  59. .button_right { position:absolute; right:0; }