white.css 3.6 KB

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