index.css 4.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216
  1. /*
  2. Licensed to the Apache Software Foundation (ASF) under one or more
  3. contributor license agreements. See the NOTICE file distributed with
  4. this work for additional information regarding copyright ownership.
  5. The ASF licenses this file to You under the Apache License, Version 2.0
  6. (the "License"); you may not use this file except in compliance with
  7. the License. You may obtain a copy of the License at
  8. http://www.apache.org/licenses/LICENSE-2.0
  9. Unless required by applicable law or agreed to in writing, software
  10. distributed under the License is distributed on an "AS IS" BASIS,
  11. WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  12. See the License for the specific language governing permissions and
  13. limitations under the License.
  14. */
  15. #content #index .bar-desc
  16. {
  17. color: #4D4D4D;
  18. font-weight: normal;
  19. margin-left: 10px;
  20. white-space: pre;
  21. }
  22. #content #index .bar-holder
  23. {
  24. box-shadow: 5px 5px 10px #c0c0c0;
  25. -moz-box-shadow: 5px 5px 10px #c0c0c0;
  26. -webkit-box-shadow: 5px 5px 10px #c0c0c0;
  27. height: 35px;
  28. }
  29. #content #index .bar-holder .bar
  30. {
  31. height: 100%;
  32. position: relative;
  33. }
  34. #content #index .bar-holder div .val
  35. {
  36. border-right: 1px solid #f00;
  37. display: block;
  38. padding-right: 5px;
  39. position: absolute;
  40. right: 0;
  41. top: 35px;
  42. white-space: nowrap;
  43. }
  44. #content #index .bar-holder .bar-max.bar
  45. {
  46. background-color: #f0f0f0;
  47. }
  48. #content #index .bar-holder .bar-max.val
  49. {
  50. border-color: #f0f0f0;
  51. color: #8D8D8D;
  52. }
  53. #content #index .bar-holder .bar-total.bar
  54. {
  55. background-color: #c0c0c0;
  56. }
  57. #content #index .bar-holder .bar-total.val
  58. {
  59. border-color: #c0c0c0;
  60. color: #4D4D4D;
  61. }
  62. #content #index .bar-holder .bar-used.bar
  63. {
  64. background-color: #969696;
  65. }
  66. #content #index .bar-holder .bar-used.val
  67. {
  68. border-color: #969696;
  69. color: #969696;
  70. }
  71. #content #index .bar-holder.bar-lvl-2 .bar-max.val { padding-top: 25px; }
  72. #content #index .bar-holder.bar-lvl-2 .bar-total.val { padding-top: 5px; }
  73. #content #index .bar-holder.bar-lvl-2 { margin-bottom: 45px; }
  74. #content #index .bar-holder.bar-lvl-3 .bar-max.val { padding-top: 45px; }
  75. #content #index .bar-holder.bar-lvl-3 .bar-total.val { padding-top: 25px; }
  76. #content #index .bar-holder.bar-lvl-3 .bar-used.val { padding-top: 5px; }
  77. #content #index .bar-holder.bar-lvl-3 { margin-bottom: 65px; }
  78. #content #index .loader
  79. {
  80. background-position: 0 50%;
  81. padding-left: 21px;
  82. }
  83. #content #index .index-left
  84. {
  85. float: left;
  86. width: 55%;
  87. }
  88. #content #index .index-right
  89. {
  90. float: right;
  91. width: 40%;
  92. }
  93. #content #index .data
  94. {
  95. padding-bottom: 12px;
  96. overflow: hidden;
  97. }
  98. #content #index .data:hover
  99. {
  100. overflow-x: auto;
  101. }
  102. #content #index .data li
  103. {
  104. padding-top: 3px;
  105. padding-bottom: 3px;
  106. }
  107. #content #index .data li dt
  108. {
  109. float: left;
  110. white-space: nowrap;
  111. width: 20%;
  112. }
  113. #content #index .data li dd
  114. {
  115. float: right;
  116. text-overflow: ellipsis;
  117. white-space: nowrap;
  118. width: 80%
  119. }
  120. #content #index .data li dd.odd
  121. {
  122. background-color: #f0f0f0;
  123. }
  124. #content #index .data dt span
  125. {
  126. background-position: 1px 50%;
  127. display: block;
  128. padding-left: 22px;
  129. }
  130. #content #index #instance h2 { background-image: url( ../../img/ico/server.png ); }
  131. #content #index #instance .start_time dt span { background-image: url( ../../img/ico/clock-select.png ); }
  132. #content #index #versions h2 { background-image: url( ../../img/ico/property.png ); }
  133. #content #index #versions .solr span { background-image: url( ../../img/solr-ico.png ); }
  134. #content #index #versions .lucene span { background-image: url( ../../img/lucene-ico.png ); }
  135. #content #index #jvm h2 { background-image: url( ../../img/ico/jar.png ); }
  136. #content #index #jvm .jvm_version dt span { background-image: url( ../../img/ico/jar.png ); }
  137. #content #index #jvm .processors dt span { background-image: url( ../../img/ico/processor.png ); }
  138. #content #index #jvm .command_line_args dt span { background-image: url( ../../img/ico/terminal.png ); }
  139. #content #index #system h2 { background-image: url( ../../img/ico/system-monitor.png ); }
  140. #content #index #system
  141. {
  142. position: relative;
  143. }
  144. #content #index #system .reload
  145. {
  146. background-image: url( ../../img/ico/arrow-circle.png );
  147. background-position: 50% 50%;
  148. display: block;
  149. height: 30px;
  150. position: absolute;
  151. right: 0;
  152. top: 0;
  153. width: 30px;
  154. }
  155. #content #index #system .reload.loader
  156. {
  157. padding-left: 0;
  158. }
  159. #content #index #system .reload span
  160. {
  161. display: none;
  162. }
  163. #content #index #system .content p
  164. {
  165. margin-top: 10px;
  166. margin-bottom: 5px;
  167. }
  168. #content #index #system .content .no-info
  169. {
  170. color: #4D4D4D;
  171. display: none;
  172. font-style: italic;
  173. }
  174. #content #index #jvm-memory h2 { background-image: url( ../../img/ico/memory.png ); }
  175. #content #index #jvm-memory-bar
  176. {
  177. margin-top: 20px;
  178. }