webinterface.css 2.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160
  1. .clear {
  2. clear: both;
  3. }
  4. a, a:link, a:hover, a:active, a:visited {
  5. color: #666666;
  6. text-decoration: underline;
  7. }
  8. a:hover {
  9. text-decoration: none;
  10. }
  11. fieldset {
  12. border: 1px solid #AAAAAA;
  13. margin: 40px 10px 10px 10px;
  14. padding: 12px;
  15. }
  16. legend {
  17. font-family: Georgia, "Times New Roman", Times, serif;
  18. font-size: 15px;
  19. letter-spacing: 1px;
  20. padding: 0px 6px 0px 0px;
  21. margin: -20px 4px 0px 4px;
  22. border-bottom: 1px solid #AAAAAA;
  23. }
  24. .edit {
  25. float: right;
  26. }
  27. .propHeadline {
  28. font-size: 15px;
  29. color: #4575A3;
  30. border-bottom: 1px solid #CDDFED;
  31. margin: 5px 0px 2px 0px;
  32. padding: 0px 0px 0px 10px;
  33. font-family: Georgia, "Times New Roman", Times, serif;
  34. }
  35. h1, h2, h3, h4 {
  36. font-family: Georgia, "Times New Roman", Times, serif;
  37. }
  38. #serverstatus {
  39. font-weight: bold;
  40. }
  41. .online {
  42. color: #82B41A;
  43. }
  44. .offline {
  45. color: #D20039;
  46. }
  47. td {
  48. padding: 3px 3px 3px 3px;
  49. }
  50. .italic {
  51. font-style: italic;
  52. }
  53. .small {
  54. font-size: 11px;
  55. }
  56. input, textarea, select {
  57. outline: 1px solid #AFAFAF;
  58. border: 1px solid #F5F5F5;
  59. background-color: #F5F5F5;
  60. padding: 3px 7px;
  61. margin: 0px 0px 5px 0px;
  62. font-family: Calibri, Arial, Helvetica, sans-serif;
  63. font-size: 16px;
  64. font-weight: normal;
  65. }
  66. input:hover, textarea:hover, select:hover {
  67. border: 1px solid #D5D5D5;
  68. background-color: #F1F1F1;
  69. }
  70. input:focus, textarea:focus, select:focus {
  71. border: 1px solid #D5D5D5;
  72. background-color: #F1F1F1;
  73. }
  74. * html input, * html textarea, * html select {
  75. border: 1px solid #999999;
  76. }
  77. *:first-child+html input, *:first-child+html textarea, *:first-child+html select {
  78. border: 1px solid #999999;
  79. }
  80. input[type="file"] {
  81. outline: none !important;
  82. font-size: 14px;
  83. }
  84. input[type="radio"] {
  85. outline: none !important;
  86. border: none !important;
  87. }
  88. select {
  89. padding: 4px;
  90. vertical-align: middle;
  91. }
  92. option {
  93. padding: 3px 5px 3px 5px;
  94. vertical-align: middle;
  95. }
  96. input.warning {
  97. background-color: #ffe2e5;
  98. border: 1px solid #ffe2e5;
  99. outline: 1px solid #C78E92;
  100. color: #d20039;
  101. }
  102. input.warning:hover {
  103. border: 1px solid #FAC4C4 !important;
  104. }
  105. .table0 {
  106. background-color: #EAEAEA;
  107. border-bottom: 1px solid #AAAAAA;
  108. }
  109. .table1 {
  110. background-color: #F2F2F2;
  111. }
  112. .table2 {
  113. background-color: #FFFFFF;
  114. }
  115. td {
  116. padding: 5px;
  117. }
  118. #serverview {
  119. line-height: 10px;
  120. font-family: Arial, Helvetica, sans-serif;
  121. font-size: 12px;
  122. }
  123. #serverview div {
  124. margin: 0px;
  125. padding: 0px;
  126. }
  127. img.viewer {
  128. margin: 3px 0px -3px 0px;
  129. }