server-status.css 4.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197
  1. span.title {
  2. font-size:18pt;
  3. font-family: Arial;
  4. font-weight:normal;
  5. text-align:center;
  6. color:#000000;
  7. }
  8. span.mount {
  9. font-size:10pt;
  10. font-family: Arial;
  11. font-weight:normal;
  12. text-align:center;
  13. color:#000000;
  14. }
  15. span.mountname {
  16. font-size:14pt;
  17. font-family: Arial;
  18. font-weight:bold;
  19. text-align:center;
  20. color:#404010;
  21. }
  22. span.n {
  23. font-size:12pt;
  24. font-family: Arial;
  25. font-weight:normal;
  26. text-align:center;
  27. color:#808020;
  28. }
  29. span.sn {
  30. font-size:12pt;
  31. font-family: Arial;
  32. font-weight:bold;
  33. text-align:center;
  34. color:#808020;
  35. }
  36. span.v {
  37. font-size:12pt;
  38. font-family: Arial;
  39. font-weight:bold;
  40. text-align:center;
  41. color:#202020;
  42. }
  43. span.m1 {
  44. font-size:12pt;
  45. font-family: Arial;
  46. font-weight:bold;
  47. text-align:center;
  48. color:#202020;
  49. }
  50. span.m2 {
  51. font-size:12pt;
  52. font-family: Arial;
  53. font-weight:normal;
  54. text-align:center;
  55. color:#202020;
  56. }
  57. .browser { font-size:12pt; font-family: Arial; font-weight:normal; text-align:center; color:#ffff00; vertical-align:middle; text-align:center; background:#d0b070; padding:12px; -webkit-border-radius:10px; border-radius:10px;}
  58. .group2 { vertical-align:middle;
  59. text-align:center;
  60. background:#f0f0e0;
  61. padding:12px;
  62. -webkit-border-radius:10px;
  63. border-radius:10px; }
  64. .explain { vertical-align:middle;
  65. text-align:center;
  66. background:#f0f0c0; padding:12px;
  67. -webkit-border-radius:10px;
  68. border-radius:10px;
  69. color:#404000;
  70. padding:3px;
  71. }
  72. td.wsstatus { vertical-align:middle; width:200px; height:50px;
  73. text-align:center;
  74. background:#f0f0c0; padding:6px;
  75. -webkit-border-radius:8px;
  76. border-radius:8px;
  77. color:#404000; }
  78. .tdform { vertical-align:middle; width:200px; height:50px;
  79. text-align:center;
  80. background:#f0f0d0; padding:6px;
  81. -webkit-border-radius:8px;
  82. margin:10px;
  83. border-radius:8px;
  84. border: 1px solid black;
  85. border-collapse: collapse;font-size:18pt; font-family: Arial; font-weight:normal; text-align:center; color:#000000;
  86. color:#404000; }
  87. td.l { vertical-align:middle;
  88. text-align:center;
  89. background:#d0d0b0;
  90. padding:3px;
  91. -webkit-border-radius:3px;
  92. border-radius:3px; }
  93. td.bigger { font-size:120%; }
  94. div.bgw { background:white }
  95. div.conninfo {
  96. border: solid 2px #e0d040;
  97. padding: 4px;
  98. width: 500px;
  99. height:350px;
  100. overflow: auto;
  101. }
  102. span.f12 { font-size:12pt }
  103. .content { vertical-align:top; text-align:center; background:#fffff0; padding:12px; -webkit-border-radius:10px; border-radius:10px; }
  104. .canvas { vertical-align:top; text-align:center; background:#efefd0; padding:12px; -webkit-border-radius:10px; border-radius:10px; }
  105. .tabs {
  106. position: relative;
  107. min-height: 750px; /* This part sucks */
  108. clear: both;
  109. margin: 25px 0;
  110. }
  111. .tab {
  112. float: left;
  113. }
  114. .tab label {
  115. background: #eee;
  116. padding: 10px;
  117. border: 1px solid #ccc;
  118. margin-left: -1px;
  119. position: relative;
  120. left: 1px;
  121. }
  122. .tab [type=radio] {
  123. display: none;
  124. }
  125. .content {
  126. position: absolute;
  127. top: 28px;
  128. left: 0;
  129. background: white;
  130. right: 0;
  131. bottom: 0;
  132. padding: 20px;
  133. border: 1px solid #ccc;
  134. }
  135. [type=radio]:checked ~ label {
  136. background: white;
  137. border-bottom: 1px solid white;
  138. z-index: 2;
  139. }
  140. [type=radio]:checked ~ label ~ .content {
  141. z-index: 1;
  142. }
  143. td.wsstatus { vertical-align:middle; width:200px; height:50px;
  144. text-align:center;
  145. background:#f0f0c0; padding:6px;
  146. -webkit-border-radius:8px;
  147. border-radius:8px;
  148. color:#404000; }
  149. td.l { vertical-align:middle;
  150. text-align:center;
  151. background:#d0d0b0;
  152. padding:3px;
  153. -webkit-border-radius:3px;
  154. border-radius:3px; }
  155. td.dl { vertical-align:middle;
  156. text-align:center;
  157. background:#c0c0c0;
  158. padding:3px;
  159. -webkit-border-radius:3px;
  160. border-radius:3px; }
  161. td.c { vertical-align:middle;
  162. text-align:center;
  163. background:#c0c0a0;
  164. padding:3px;
  165. -webkit-border-radius:3px;
  166. border-radius:3px; }
  167. td.c0 { vertical-align:middle;
  168. text-align:center;
  169. background:#b0b090;
  170. padding:3px;
  171. -webkit-border-radius:3px;
  172. border-radius:3px; }
  173. td.dc0 { vertical-align:middle;
  174. text-align:center;
  175. background:#a0a0a0;
  176. padding:3px;
  177. -webkit-border-radius:3px;
  178. border-radius:3px; }
  179. td.c1 { vertical-align:middle;
  180. text-align:center;
  181. background:#c0c0c0;
  182. padding:3px;
  183. -webkit-border-radius:3px;
  184. border-radius:3px; }
  185. td.t { vertical-align:middle;
  186. text-align:center;
  187. background:#e0e0c0;
  188. padding:3px;
  189. -webkit-border-radius:3px;
  190. border-radius:3px; }