1
0

white.css 4.0 KB

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