mirror of https://github.com/apache/lucene.git
242 lines
4.2 KiB
CSS
242 lines
4.2 KiB
CSS
#menu-wrapper
|
|
{
|
|
position: absolute;
|
|
top: 0;
|
|
width: 150px;
|
|
}
|
|
|
|
#menu-wrapper a
|
|
{
|
|
display: block;
|
|
padding: 4px 2px;
|
|
}
|
|
|
|
#menu-wrapper .active p
|
|
{
|
|
background-color: #fafafa;
|
|
border-color: #c0c0c0;
|
|
}
|
|
|
|
#menu-wrapper p 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
|
|
{
|
|
display: none;
|
|
}
|
|
|
|
#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
|
|
{
|
|
display: none;
|
|
}
|
|
|
|
#menu-selector
|
|
{
|
|
margin-top: 20px;
|
|
}
|
|
|
|
#menu-selector p
|
|
{
|
|
border-top: 1px solid #f0f0f0;
|
|
}
|
|
|
|
#menu-selector li:first-child p
|
|
{
|
|
border-top: 0;
|
|
}
|
|
|
|
#menu-selector p a
|
|
{
|
|
background-image: url( ../../img/ico/status-offline.png );
|
|
}
|
|
|
|
#menu-selector .active p a
|
|
{
|
|
background-image: url( ../../img/ico/box.png );
|
|
}
|
|
|
|
#menu-selector ul
|
|
{
|
|
display: none;
|
|
padding-top: 5px;
|
|
padding-bottom: 10px;
|
|
}
|
|
|
|
#menu-selector .active ul
|
|
{
|
|
display: block;
|
|
}
|
|
|
|
#menu-selector ul li a
|
|
{
|
|
background-position: 7px 50%;
|
|
border-bottom: 1px solid #f0f0f0;
|
|
color: #bbb;
|
|
margin-left: 15px;
|
|
padding-left: 26px;
|
|
}
|
|
|
|
#menu-selector ul li:last-child a
|
|
{
|
|
border-bottom: 0;
|
|
}
|
|
|
|
#menu-selector ul li a:hover
|
|
{
|
|
background-color: #f0f0f0;
|
|
color: #333;
|
|
}
|
|
|
|
#menu-selector ul li.active a
|
|
{
|
|
background-color: #d0d0d0;
|
|
border-color: #d0d0d0;
|
|
color: #333;
|
|
}
|
|
|
|
#menu #index p a { background-image: url( ../../img/ico/dashboard.png ); }
|
|
#menu #logging p a { background-image: url( ../../img/ico/inbox-document-text.png ); }
|
|
#menu #java-properties p a { background-image: url( ../../img/ico/jar.png ); }
|
|
#menu #threads p a { background-image: url( ../../img/ico/ui-accordion.png ); }
|
|
#menu #cores p a { background-image: url( ../../img/ico/databases.png ); }
|
|
#menu #cloud p a { background-image: url( ../../img/ico/network-cloud.png ); }
|
|
|
|
#menu-selector .ping.error a
|
|
{
|
|
|
|
background-color: #ffcccc;
|
|
background-image: url( ../../img/ico/system-monitor--exclamation.png );
|
|
border-color: #ffcccc;
|
|
cursor: help;
|
|
}
|
|
|
|
#menu-selector .query a { background-image: url( ../../img/ico/magnifier.png ); }
|
|
#menu-selector .schema a { background-image: url( ../../img/ico/table.png ); }
|
|
#menu-selector .config a { background-image: url( ../../img/ico/gear.png ); }
|
|
#menu-selector .analysis a { background-image: url( ../../img/ico/funnel.png ); }
|
|
#menu-selector .schema-browser a { background-image: url( ../../img/ico/book-open-text.png ); }
|
|
#menu-selector .replication a { background-image: url( ../../img/ico/node.png ); }
|
|
#menu-selector .distribution a { background-image: url( ../../img/ico/node-select.png ); }
|
|
#menu-selector .ping a { background-image: url( ../../img/ico/system-monitor.png ); }
|
|
#menu-selector .logging a { background-image: url( ../../img/ico/inbox-document-text.png ); }
|
|
#menu-selector .plugins a { background-image: url( ../../img/ico/block.png ); }
|
|
#menu-selector .dataimport a { background-image: url( ../../img/ico/document-import.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;
|
|
}
|
|
|
|
#content #navigation a:hover
|
|
{
|
|
background-color: #f0f0f0;
|
|
}
|
|
|
|
#content #navigation .current a
|
|
{
|
|
background-color: #e0e0e0;
|
|
font-weight: bold;
|
|
} |