white.css 5.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112
  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. .ts { 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. .full-width { width: 100%; box-sizing: border-box; }
  31. input { font-family: tahoma; padding: 1px; }
  32. textarea { font-family: tahoma; padding: 1px; }
  33. select { font-family: tahoma; width: auto; padding: 0; }
  34. form { margin: 0; margin-top: 5px; }
  35. .cont { font-family: tahoma; }
  36. span.num_page_not_link { border: 1px solid; color: black; padding: 3px; margin-bottom: 1em;}
  37. div.records { color: black; margin-bottom: 1em; margin-top: 1em; }
  38. div.simple { margin-bottom: 1em; margin-top: 1em; }
  39. a { font-family: tahoma; color: #000000; text-decoration: underline; }
  40. a.first_page_link { border: 1px solid green; color: black; background-color: #A5FF33; padding: 3px; margin-bottom: 1em;}
  41. a:visited { color: #000000; text-decoration: underline; }
  42. a:link { color: #000000; text-decoration: underline; }
  43. a:active { color: #ed8b0d; text-decoration: none; }
  44. a:hover { color: #ed8b0d; text-decoration: none; }
  45. #navi { position: absolute; font-size: 12pt; top: 15px; left: 190px; }
  46. #title { position: absolute; top: 15px; left: 15px; font-size: 18pt; color: #ed8b0d; }
  47. #subtitle { position: absolute; top: 43px; left: 15px; font-size: 8pt; }
  48. #submenu { position: absolute; top: 55px; left: 20px; }
  49. #cont { position: absolute; top: 70px; left: 15px; background-color: url('img/vr.gif'); background-repeat: repeat-y; background-position: right; }
  50. #subsubmenu { position: absolute; top: 80px; left: 20px; }
  51. #contsubmenu { position: absolute; top: 105px; left: 15px; background-color: url('img/vr.gif'); background-repeat: repeat-y; background-position: right; }
  52. #copyright { margin-top: 10px; margin-bottom: 10px; }
  53. #msg { font-size: 18pt; color: black; color: red; }
  54. html { margin:0; padding:0; font-size:62.5%; }
  55. h1 { font-size:1.8em; }
  56. .tree { overflow: hidden; border:0px; }
  57. .red-text { color: red; }
  58. .blue-text { color: blue; }
  59. .green-text { color: green; }
  60. .black-text { color: black; }
  61. .button_right { position:absolute; right:0; }
  62. input[type="datetime-local"]:focus {
  63. border-color: #3498db;
  64. outline: none;
  65. }
  66. .performance-info {
  67. // background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  68. // color: white;
  69. padding: 12px 20px;
  70. border-radius: 10px;
  71. font-size: 14px;
  72. text-align: center;
  73. margin: 20px 0;
  74. box-shadow: 0 4px 15px rgba(0,0,0,0.1);
  75. font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  76. }
  77. .performance-info strong {
  78. color: black;
  79. }
  80. input:disabled, select:disabled {
  81. background-color: #f0f0f0 !important;
  82. color: #888 !important;
  83. cursor: not-allowed !important;
  84. }
  85. .linkButton{
  86. padding: 1px 5px;
  87. background: #ffebcd;
  88. border-radius: 15px;
  89. box-shadow: 0 0 5px rgba(206, 57, 57, 0.5);
  90. color: #fff;
  91. text-decoration: none;
  92. }