memcache_ui.css 5.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201
  1. @CHARSET "UTF-8";
  2. body { background:white; font-size:100.01%; margin:0; padding:0; }
  3. body,p,td,th,input,submit { font-size:0.8em;font-family:arial,helvetica,sans-serif; }
  4. * html body {font-size:0.8em}
  5. * html p {font-size:0.8em}
  6. * html td {font-size:0.8em}
  7. * html th {font-size:0.8em}
  8. * html input {font-size:0.8em}
  9. * html submit {font-size:0.8em}
  10. td { vertical-align:top }
  11. a { color:black; font-weight:none; text-decoration:none; }
  12. a:hover { text-decoration:underline; }
  13. div.content { padding:1em 1em 1em 1em; position:absolute; width:97%; z-index:100; }
  14. h1.memcache { background:rgb(153,153,204); margin:0; padding:0.5em 1em 0.5em 1em; }
  15. * html h1.memcache { margin-bottom:-7px; }
  16. h1.memcache a:hover { text-decoration:none; color:rgb(90,90,90); }
  17. h1.memcache span.logo {
  18. background:rgb(119,123,180);
  19. color:black;
  20. border-right: solid black 1px;
  21. border-bottom: solid black 1px;
  22. font-style:italic;
  23. font-size:1em;
  24. padding-left:1.2em;
  25. padding-right:1.2em;
  26. text-align:right;
  27. display:block;
  28. width:130px;
  29. }
  30. h1.memcache span.logo span.name { color:white; font-size:0.7em; padding:0 0.8em 0 2em; }
  31. h1.memcache span.nameinfo { color:white; display:inline; font-size:0.4em; margin-left: 3em; }
  32. h1.memcache div.copy { color:black; font-size:0.4em; position:absolute; right:1em; }
  33. hr.memcache {
  34. background:white;
  35. border-bottom:solid rgb(102,102,153) 1px;
  36. border-style:none;
  37. border-top:solid rgb(102,102,153) 10px;
  38. height:12px;
  39. margin:0;
  40. margin-top:1px;
  41. padding:0;
  42. }
  43. ol,menu { margin:1em 0 0 0; padding:0.2em; margin-left:1em;}
  44. ol.menu li { display:inline; margin-right:0.7em; list-style:none; font-size:85%}
  45. ol.menu a {
  46. background:rgb(153,153,204);
  47. border:solid rgb(102,102,153) 2px;
  48. color:white;
  49. font-weight:bold;
  50. margin-right:0em;
  51. padding:0.1em 0.5em 0.1em 0.5em;
  52. text-decoration:none;
  53. margin-left: 5px;
  54. }
  55. ol.menu a.child_active {
  56. background:rgb(153,153,204);
  57. border:solid rgb(102,102,153) 2px;
  58. color:white;
  59. font-weight:bold;
  60. margin-right:0em;
  61. padding:0.1em 0.5em 0.1em 0.5em;
  62. text-decoration:none;
  63. border-left: solid black 5px;
  64. margin-left: 0px;
  65. }
  66. ol.menu span.active {
  67. background:rgb(153,153,204);
  68. border:solid rgb(102,102,153) 2px;
  69. color:black;
  70. font-weight:bold;
  71. margin-right:0em;
  72. padding:0.1em 0.5em 0.1em 0.5em;
  73. text-decoration:none;
  74. border-left: solid black 5px;
  75. }
  76. ol.menu span.inactive {
  77. background:rgb(193,193,244);
  78. border:solid rgb(182,182,233) 2px;
  79. color:white;
  80. font-weight:bold;
  81. margin-right:0em;
  82. padding:0.1em 0.5em 0.1em 0.5em;
  83. text-decoration:none;
  84. margin-left: 5px;
  85. }
  86. ol.menu a:hover {
  87. background:rgb(193,193,244);
  88. text-decoration:none;
  89. }
  90. div.info {
  91. background:rgb(204,204,204);
  92. border:solid rgb(204,204,204) 1px;
  93. margin-bottom:1em;
  94. }
  95. div.info h2 {
  96. background:rgb(204,204,204);
  97. color:black;
  98. font-size:1em;
  99. margin:0;
  100. padding:0.1em 1em 0.1em 1em;
  101. }
  102. div.info table {
  103. border:solid rgb(204,204,204) 1px;
  104. border-spacing:0;
  105. width:100%;
  106. }
  107. div.info table th {
  108. background:rgb(204,204,204);
  109. color:white;
  110. margin:0;
  111. padding:0.1em 1em 0.1em 1em;
  112. }
  113. div.info table th a.sortable { color:black; }
  114. div.info table tr.tr-0 { background:rgb(238,238,238); }
  115. div.info table tr.tr-1 { background:rgb(221,221,221); }
  116. div.info table td { padding:0.3em 1em 0.3em 1em; }
  117. div.info table td.td-0 { border-right:solid rgb(102,102,153) 1px; white-space:nowrap; }
  118. div.info table td.td-n { border-right:solid rgb(102,102,153) 1px; }
  119. div.info table td h3 {
  120. color:black;
  121. font-size:1.1em;
  122. margin-left:-0.3em;
  123. }
  124. .td-0 a , .td-n a, .tr-0 a , tr-1 a {
  125. text-decoration:underline;
  126. }
  127. div.info table td dl,
  128. div.info table td dl dt {
  129. display: inline;
  130. }
  131. div.info table td dl dt {
  132. font-weight: bold;
  133. }
  134. div.info table td dl dd {
  135. display: inline-block;
  136. margin-right: 2em;
  137. margin-left: 0.5em;
  138. width: 12em;
  139. }
  140. div.info table td div.slab-dump {
  141. -moz-column-count: 3;
  142. -moz-column-gap: 20px;
  143. -webkit-column-count: 3;
  144. -webkit-column-gap: 20px;
  145. column-count: 3;
  146. column-gap: 20px;
  147. }
  148. div.info table td a {
  149. display: block;
  150. }
  151. div.graph { margin-bottom:1em }
  152. div.graph h2 { background:rgb(204,204,204);; color:black; font-size:1em; margin:0; padding:0.1em 1em 0.1em 1em; }
  153. div.graph table { border:solid rgb(204,204,204) 1px; color:black; font-weight:normal; width:100%; }
  154. div.graph table td.td-0 { background:rgb(238,238,238); }
  155. div.graph table td.td-1 { background:rgb(221,221,221); }
  156. div.graph table td { padding:0.2em 1em 0.4em 1em; }
  157. div.div1,div.div2 { margin-bottom:1em; width:35em; }
  158. div.div3 { position:absolute; left:40em; top:1em; width:580px; }
  159. //div.div3 { position:absolute; left:37em; top:1em; right:1em; }
  160. div.sorting { margin:1.5em 0em 1.5em 2em }
  161. .center { text-align:center }
  162. .aright { position:absolute;right:1em }
  163. .right { text-align:right }
  164. .ok { color:rgb(0,200,0); font-weight:bold}
  165. .failed { color:rgb(200,0,0); font-weight:bold}
  166. span.box {
  167. border: black solid 1px;
  168. border-right:solid black 2px;
  169. border-bottom:solid black 2px;
  170. padding:0 0.5em 0 0.5em;
  171. margin-right:1em;
  172. }
  173. span.green { background:#60F060; padding:0 0.5em 0 0.5em}
  174. span.red { background:#D06030; padding:0 0.5em 0 0.5em }
  175. div.authneeded {
  176. background:rgb(238,238,238);
  177. border:solid rgb(204,204,204) 1px;
  178. color:rgb(200,0,0);
  179. font-size:1.2em;
  180. font-weight:bold;
  181. padding:2em;
  182. text-align:center;
  183. }
  184. input {
  185. background:rgb(153,153,204);
  186. border:solid rgb(102,102,153) 2px;
  187. color:white;
  188. font-weight:bold;
  189. margin-right:1em;
  190. padding:0.1em 0.5em 0.1em 0.5em;
  191. }