test.css 4.2 KB

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