white.css 2.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  1. body { font-family: tahoma; font-size: 10pt; color: #181818; margin: 0; background: #ffffff; }
  2. img { border: 0; }
  3. table { font-family: tahoma; font-size: 10pt; border-spacing: 1px; }
  4. table.800 { table; width: 800; }
  5. table.300 { table; width: 300; }
  6. table.data { background: #cfcfcf; margin-bottom: 5px; }
  7. table.info { background: #f8f2aa; margin-bottom: 5px; }
  8. td { padding: 4px; }
  9. td.data { background: #ffffff; }
  10. td.info { background: #f8f2aa; }
  11. td.up { background: #33ff99; }
  12. td.down { background: #ffcccc; }
  13. td.shutdown { background: #FF8033; }
  14. td.error { background: #ff6666; }
  15. td.nb { background: #ffcc99; }
  16. td.warn { background: #ffcccc; }
  17. td.speed10M { background: #ffff99; }
  18. td.speed100M { background: #33cc33; }
  19. td.speed1G { background: #58FA82; }
  20. td.speed10G { background: #ffcc00; }
  21. td.crc { background: #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. a { font-family: tahoma; color: #000000; text-decoration: underline; }
  28. a.first_page_link { border: 1px solid green; font-color: black; background: #A5FF33; padding: 3px; }
  29. a:visited { color: #000000; text-decoration: underline; }
  30. a:link { color: #000000; text-decoration: underline; }
  31. a:active { color: #ed8b0d; text-decoration: none; }
  32. a:hover { color: #ed8b0d; text-decoration: none; }
  33. #navi { position: absolute; font-size: 12pt; top: 15px; left: 190px; }
  34. #submenu { position: absolute; top: 55px; left: 20px; }
  35. #title { position: absolute; top: 15px; left: 15px; font-size: 18pt; color: #ed8b0d; }
  36. #subtitle { position: absolute; top: 43px; left: 15px; font-size: 8pt; }
  37. #cont { position: absolute; top: 70px; left: 15px; background: url('img/vr.gif'); background-repeat: repeat-y; background-position: right; }
  38. #copyright { margin-top: 10px; margin-bottom: 10px; }
  39. #msg { font-size: 18pt; font-color: black; color: red; }