white.css 3.7 KB

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