| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216 |
- /*
- Licensed to the Apache Software Foundation (ASF) under one or more
- contributor license agreements. See the NOTICE file distributed with
- this work for additional information regarding copyright ownership.
- The ASF licenses this file to You under the Apache License, Version 2.0
- (the "License"); you may not use this file except in compliance with
- the License. You may obtain a copy of the License at
- http://www.apache.org/licenses/LICENSE-2.0
- Unless required by applicable law or agreed to in writing, software
- distributed under the License is distributed on an "AS IS" BASIS,
- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- See the License for the specific language governing permissions and
- limitations under the License.
- */
- #content #index .bar-desc
- {
- color: #4D4D4D;
- font-weight: normal;
- margin-left: 10px;
- white-space: pre;
- }
- #content #index .bar-holder
- {
- box-shadow: 5px 5px 10px #c0c0c0;
- -moz-box-shadow: 5px 5px 10px #c0c0c0;
- -webkit-box-shadow: 5px 5px 10px #c0c0c0;
- height: 35px;
- }
- #content #index .bar-holder .bar
- {
- height: 100%;
- position: relative;
- }
- #content #index .bar-holder div .val
- {
- border-right: 1px solid #f00;
- display: block;
- padding-right: 5px;
- position: absolute;
- right: 0;
- top: 35px;
- white-space: nowrap;
- }
- #content #index .bar-holder .bar-max.bar
- {
- background-color: #f0f0f0;
- }
- #content #index .bar-holder .bar-max.val
- {
- border-color: #f0f0f0;
- color: #8D8D8D;
- }
- #content #index .bar-holder .bar-total.bar
- {
- background-color: #c0c0c0;
- }
- #content #index .bar-holder .bar-total.val
- {
- border-color: #c0c0c0;
- color: #4D4D4D;
- }
- #content #index .bar-holder .bar-used.bar
- {
- background-color: #969696;
- }
- #content #index .bar-holder .bar-used.val
- {
- border-color: #969696;
- color: #969696;
- }
- #content #index .bar-holder.bar-lvl-2 .bar-max.val { padding-top: 25px; }
- #content #index .bar-holder.bar-lvl-2 .bar-total.val { padding-top: 5px; }
- #content #index .bar-holder.bar-lvl-2 { margin-bottom: 45px; }
- #content #index .bar-holder.bar-lvl-3 .bar-max.val { padding-top: 45px; }
- #content #index .bar-holder.bar-lvl-3 .bar-total.val { padding-top: 25px; }
- #content #index .bar-holder.bar-lvl-3 .bar-used.val { padding-top: 5px; }
- #content #index .bar-holder.bar-lvl-3 { margin-bottom: 65px; }
- #content #index .loader
- {
- background-position: 0 50%;
- padding-left: 21px;
- }
- #content #index .index-left
- {
- float: left;
- width: 55%;
- }
- #content #index .index-right
- {
- float: right;
- width: 40%;
- }
- #content #index .data
- {
- padding-bottom: 12px;
- overflow: hidden;
- }
- #content #index .data:hover
- {
- overflow-x: auto;
- }
- #content #index .data li
- {
- padding-top: 3px;
- padding-bottom: 3px;
- }
- #content #index .data li dt
- {
- float: left;
- white-space: nowrap;
- width: 20%;
- }
- #content #index .data li dd
- {
- float: right;
- text-overflow: ellipsis;
- white-space: nowrap;
- width: 80%
- }
- #content #index .data li dd.odd
- {
- background-color: #f0f0f0;
- }
- #content #index .data dt span
- {
- background-position: 1px 50%;
- display: block;
- padding-left: 22px;
- }
- #content #index #instance h2 { background-image: url( ../../img/ico/server.png ); }
- #content #index #instance .start_time dt span { background-image: url( ../../img/ico/clock-select.png ); }
- #content #index #versions h2 { background-image: url( ../../img/ico/property.png ); }
- #content #index #versions .solr span { background-image: url( ../../img/solr-ico.png ); }
- #content #index #versions .lucene span { background-image: url( ../../img/lucene-ico.png ); }
- #content #index #jvm h2 { background-image: url( ../../img/ico/jar.png ); }
- #content #index #jvm .jvm_version dt span { background-image: url( ../../img/ico/jar.png ); }
- #content #index #jvm .processors dt span { background-image: url( ../../img/ico/processor.png ); }
- #content #index #jvm .command_line_args dt span { background-image: url( ../../img/ico/terminal.png ); }
- #content #index #system h2 { background-image: url( ../../img/ico/system-monitor.png ); }
- #content #index #system
- {
- position: relative;
- }
- #content #index #system .reload
- {
- background-image: url( ../../img/ico/arrow-circle.png );
- background-position: 50% 50%;
- display: block;
- height: 30px;
- position: absolute;
- right: 0;
- top: 0;
- width: 30px;
- }
- #content #index #system .reload.loader
- {
- padding-left: 0;
- }
- #content #index #system .reload span
- {
- display: none;
- }
- #content #index #system .content p
- {
- margin-top: 10px;
- margin-bottom: 5px;
- }
- #content #index #system .content .no-info
- {
- color: #4D4D4D;
- display: none;
- font-style: italic;
- }
- #content #index #jvm-memory h2 { background-image: url( ../../img/ico/memory.png ); }
- #content #index #jvm-memory-bar
- {
- margin-top: 20px;
- }
|