| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331 |
- /*
- 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.
- */
- #menu-wrapper
- {
- position: fixed;
- top: 120px;
- width: 150px;
- }
- .scroll #menu-wrapper
- {
- position: absolute;
- top: 90px;
- }
- .has-environment #menu-wrapper
- {
- top: 160px;
- }
- #menu-wrapper a
- {
- display: block;
- padding: 4px 2px;
- overflow: hidden;
- text-overflow: ellipsis;
- }
- #core-selector,#collection-selector
- {
- margin-top: 20px;
- padding-right: 10px;
- }
- #core-selector a,
- #collection-selector a
- {
- padding: 0;
- padding-left: 8px;
- }
- #core-selector select,
- #collection-selector select
- {
- width: 100%;
- }
- #core-selector #has-no-cores a,
- #collection-selector #has-no-collections a
- {
- background-image: url( ../../img/ico/database--plus.png );
- }
- #core-selector #has-no-cores span,
- #collection-selector #has-no-collections span
- {
- color: #8D8D8D;
- display: block;
- }
- #menu-wrapper .active p
- {
- background-color: #fafafa;
- border-color: #c0c0c0;
- }
- #menu-wrapper p a,
- #menu a
- {
- background-position: 5px 50%;
- padding-left: 26px;
- padding-top: 5px;
- padding-bottom: 5px;
- }
- #menu-wrapper p a:hover
- {
- background-color: #f0f0f0;
- }
- #menu-wrapper .active p a
- {
- background-color: #c0c0c0;
- font-weight: bold;
- }
- #menu p.loader
- {
- background-position: 5px 50%;
- color: #c0c0c0;
- margin-top: 5px;
- padding-left: 26px;
- }
- #menu p a small
- {
- color: #b5b5b5;
- font-weight: normal;
- }
- #menu p a small span.txt
- {
- }
- #menu p a small:hover span.txt
- {
- display: inline;
- }
- #menu .busy
- {
- border-right-color: #f6f5d9;
- }
- #menu .busy p a
- {
- background-color: #f6f5d9;
- background-image: url( ../../img/ico/status-away.png );
- }
- #menu .offline
- {
- border-right-color: #eccfcf;
- }
- #menu .offline p a
- {
- background-color: #eccfcf;
- background-image: url( ../../img/ico/status-busy.png );
- }
- #menu .online
- {
- border-right-color: #cfecd3;
- }
- #menu .online p a
- {
- background-color: #cfecd3;
- background-image: url( ../../img/ico/status.png );
- }
- #menu .ping small
- {
- color: #000
- }
- #menu li
- {
- border-bottom: 1px solid #f0f0f0;
- }
- #menu li:last-child
- {
- border-bottom: 0;
- }
- #menu li.optional
- {
- }
- .sub-menu p
- {
- border-top: 1px solid #f0f0f0;
- }
- .sub-menu li:first-child p
- {
- border-top: 0;
- }
- .sub-menu p a
- {
- background-image: url( ../../img/ico/status-offline.png );
- }
- .sub-menu .active p a
- {
- background-image: url( ../../img/ico/box.png );
- }
- .sub-menu ul,
- #menu ul
- {
- padding-top: 5px;
- padding-bottom: 10px;
- }
- .sub-menu .active ul,
- #menu .active ul
- {
- display: block;
- }
- #menu ul li
- {
- border-bottom: 0;
- }
- #core-menu ul li a,
- #collection-menu ul li a,
- #menu ul li a
- {
- background-position: 7px 50%;
- border-bottom: 1px solid #f0f0f0;
- margin-left: 15px;
- padding-left: 26px;
- }
- .sub-menu ul li:last-child a,
- #menu ul li:last-child a
- {
- border-bottom: 0;
- }
- .sub-menu ul li a:hover,
- #menu ul li a:hover
- {
- background-color: #f0f0f0;
- color: #333;
- }
- .sub-menu ul li.active a,
- #menu ul li.active a
- {
- background-color: #d0d0d0;
- border-color: #d0d0d0;
- color: #FFF;
- }
- #menu #index.global p a { background-image: url( ../../img/ico/dashboard.png ); }
- #menu #login.global p a { background-image: url( ../../img/ico/users.png ); }
- #menu #logging.global p a { background-image: url( ../../img/ico/inbox-document-text.png ); }
- #menu #logging.global .level a { background-image: url( ../../img/ico/gear.png ); }
- #menu #java-properties.global p a { background-image: url( ../../img/ico/jar.png ); }
- #menu #threads.global p a { background-image: url( ../../img/ico/ui-accordion.png ); }
- #menu #collections.global p a { background-image: url( ../../img/ico/documents-stack.png ); }
- #menu #cores.global p a { background-image: url( ../../img/ico/databases.png ); }
- #menu #cluster-suggestions.global p a { background-image: url( ../../img/ico/idea.png ); }
- #menu #cloud.global p a { background-image: url( ../../img/ico/network-cloud.png ); }
- #menu #cloud.global .tree a { background-image: url( ../../img/ico/folder-tree.png ); }
- #menu #cloud.global .nodes a { background-image: url( ../../img/solr-ico.png ); }
- #menu #cloud.global .zkstatus a { background-image: url( ../../img/ico/node-master.png ); }
- #menu #cloud.global .graph a { background-image: url( ../../img/ico/molecule.png ); }
- #menu #cloud.global .rgraph a { background-image: url( ../../img/ico/asterisk.png ); }
- .sub-menu .ping.error a
- {
- background-color: #ffcccc;
- background-image: url( ../../img/ico/system-monitor--exclamation.png );
- border-color: #ffcccc;
- cursor: help;
- }
- .sub-menu .overview a { background-image: url( ../../img/ico/home.png ); }
- .sub-menu .query a { background-image: url( ../../img/ico/magnifier.png ); }
- .sub-menu .stream a { background-image: url( ../../img/ico/node.png ); }
- .sub-menu .analysis a { background-image: url( ../../img/ico/funnel.png ); }
- .sub-menu .documents a { background-image: url( ../../img/ico/documents-stack.png ); }
- .sub-menu .files a { background-image: url( ../../img/ico/folder.png ); }
- .sub-menu .schema a { background-image: url( ../../img/ico/book-open-text.png ); }
- .sub-menu .replication a { background-image: url( ../../img/ico/node.png ); }
- .sub-menu .distribution a { background-image: url( ../../img/ico/node-select.png ); }
- .sub-menu .ping a { background-image: url( ../../img/ico/system-monitor.png ); }
- .sub-menu .logging a { background-image: url( ../../img/ico/inbox-document-text.png ); }
- .sub-menu .plugins a { background-image: url( ../../img/ico/block.png ); }
- .sub-menu .dataimport a { background-image: url( ../../img/ico/document-import.png ); }
- .sub-menu .segments a { background-image: url( ../../img/ico/construction.png ); }
- #content #navigation
- {
- border-right: 1px solid #e0e0e0;
- }
- #content #navigation a
- {
- display: block;
- padding: 4px 2px;
- }
- #content #navigation .current
- {
- border-color: #e0e0e0;
- }
- #content #navigation a
- {
- background-position: 5px 50%;
- padding-left: 26px;
- padding-top: 5px;
- padding-bottom: 5px;
- overflow: hidden;
- text-overflow: ellipsis;
- white-space: nowrap;
- }
- #content #navigation a:hover
- {
- background-color: #f0f0f0;
- }
- #content #navigation .current a
- {
- background-color: #e0e0e0;
- font-weight: bold;
- }
|