white.css 5.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495
  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.cell_red { background-color: #cfcfcf; color: red; }
  14. td.data_red { background-color: #ffffff; font-size: 24pt; color: red; }
  15. td.data_green { background-color: #ffffff; color: green; }
  16. td.info { background-color: #f8f2aa; }
  17. td.up { background-color: #33ff99; }
  18. td.down { background-color: #ffffff; opacity: .4; }
  19. td.shutdown { background-color: #FF8033; }
  20. td.off { background-color: #b3ccff; }
  21. td.custom { background-color: #ccffe6; }
  22. td.error { background-color: #ff6666; }
  23. td.nb { background-color: #ffcc99; }
  24. td.warn { background-color: #ffcccc; }
  25. td.speed10M { background-color: #ffff99; }
  26. td.speed100M { background-color: #33cc33; }
  27. td.speed1G { background-color: #58FA82; }
  28. td.speed10G { background-color: #ffcc00; }
  29. td.crc { background-color: #ff6666; }
  30. input { font-family: tahoma; padding: 1px; }
  31. textarea { font-family: tahoma; padding: 1px; }
  32. select { font-family: tahoma; width: auto; padding: 0; }
  33. form { margin: 0; margin-top: 5px; }
  34. .cont { font-family: tahoma; }
  35. span.num_page_not_link { border: 1px solid; color: black; padding: 3px; margin-bottom: 1em;}
  36. div.records { color: black; margin-bottom: 1em; margin-top: 1em; }
  37. div.simple { margin-bottom: 1em; margin-top: 1em; }
  38. a { font-family: tahoma; color: #000000; text-decoration: underline; }
  39. a.first_page_link { border: 1px solid green; color: black; background-color: #A5FF33; padding: 3px; margin-bottom: 1em;}
  40. a:visited { color: #000000; text-decoration: underline; }
  41. a:link { color: #000000; text-decoration: underline; }
  42. a:active { color: #ed8b0d; text-decoration: none; }
  43. a:hover { color: #ed8b0d; text-decoration: none; }
  44. #navi { position: absolute; font-size: 12pt; top: 15px; left: 190px; }
  45. #title { position: absolute; top: 15px; left: 15px; font-size: 18pt; color: #ed8b0d; }
  46. #subtitle { position: absolute; top: 43px; left: 15px; font-size: 8pt; }
  47. #submenu { position: absolute; top: 55px; left: 20px; }
  48. #cont { position: absolute; top: 70px; left: 15px; background-color: url('img/vr.gif'); background-repeat: repeat-y; background-position: right; }
  49. #subsubmenu { position: absolute; top: 80px; left: 20px; }
  50. #contsubmenu { position: absolute; top: 105px; left: 15px; background-color: url('img/vr.gif'); background-repeat: repeat-y; background-position: right; }
  51. #copyright { margin-top: 10px; margin-bottom: 10px; }
  52. #msg { font-size: 18pt; color: black; color: red; }
  53. html { margin:0; padding:0; font-size:62.5%; }
  54. h1 { font-size:1.8em; }
  55. .tree { overflow: hidden; border:0px; }
  56. .red-text { color: red; }
  57. .blue-text { color: blue; }
  58. .green-text { color: green; }
  59. .black-text { color: black; }
  60. .button_right { position:absolute; right:0; }
  61. input[type="datetime-local"]:focus {
  62. border-color: #3498db;
  63. outline: none;
  64. }
  65. .performance-info {
  66. // background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  67. // color: white;
  68. padding: 12px 20px;
  69. border-radius: 10px;
  70. font-size: 14px;
  71. text-align: center;
  72. margin: 20px 0;
  73. box-shadow: 0 4px 15px rgba(0,0,0,0.1);
  74. font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  75. }
  76. .performance-info strong {
  77. color: black;
  78. }