mirror of https://github.com/apache/lucene.git
347 lines
5.3 KiB
CSS
347 lines
5.3 KiB
CSS
#content #cloud
|
|
{
|
|
position: relative;
|
|
}
|
|
|
|
#content #cloud #navigation
|
|
{
|
|
width: 11%;
|
|
}
|
|
|
|
#content #cloud #navigation .tree a { background-image: url( ../../img/ico/folder-tree.png ); }
|
|
#content #cloud #navigation .graph a { background-image: url( ../../img/ico/molecule.png ); }
|
|
#content #cloud #navigation .rgraph a { background-image: url( ../../img/ico/asterisk.png ); }
|
|
#content #cloud #navigation .dump a { background-image: url( ../../img/ico/download-cloud.png ); }
|
|
|
|
#content #cloud #navigation .dump
|
|
{
|
|
margin-top: 10px;
|
|
}
|
|
|
|
#content #cloud #navigation .dump a:hover
|
|
{
|
|
color: #008;
|
|
}
|
|
|
|
#content #cloud #frame
|
|
{
|
|
float: right;
|
|
width: 88%;
|
|
}
|
|
|
|
#content #cloud #frame .content
|
|
{
|
|
display: none;
|
|
}
|
|
|
|
#content #cloud .loader
|
|
{
|
|
background-position: 0 50%;
|
|
padding-left: 21px;
|
|
}
|
|
|
|
#content #cloud #error
|
|
{
|
|
background-color: #f00;
|
|
background-image: url( ../../img/ico/construction.png );
|
|
background-position: 10px 50%;
|
|
color: #fff;
|
|
font-weight: bold;
|
|
margin-bottom: 20px;
|
|
padding: 10px;
|
|
padding-left: 35px;
|
|
}
|
|
|
|
#content #cloud #debug
|
|
{
|
|
background-color: #fff;
|
|
box-shadow: 0px 0px 10px #c0c0c0;
|
|
-moz-box-shadow: 0px 0px 10px #c0c0c0;
|
|
-webkit-box-shadow: 0px 0px 10px #c0c0c0;
|
|
display: none;
|
|
padding: 20px;
|
|
position: absolute;
|
|
left: 50px;
|
|
top: 10px;
|
|
}
|
|
|
|
#content #cloud #debug ul
|
|
{
|
|
margin-bottom: 5px;
|
|
}
|
|
|
|
#content #cloud #debug ul a
|
|
{
|
|
background-position: 4px 50%;
|
|
border-right: 0;
|
|
display: block;
|
|
padding: 2px 4px;
|
|
padding-left: 25px;
|
|
}
|
|
|
|
#content #cloud #debug ul a:hover,
|
|
#content #cloud #debug ul a.hover
|
|
{
|
|
background-color: #f0f0f0;
|
|
}
|
|
|
|
#content #cloud #debug .clipboard
|
|
{
|
|
float: left;
|
|
position: relative;
|
|
}
|
|
|
|
#content #cloud #debug .clipboard a
|
|
{
|
|
background-image: url( ../../img/ico/clipboard-paste.png );
|
|
z-index: 98;
|
|
}
|
|
|
|
#content #cloud #debug .clipboard a:hover,
|
|
#content #cloud #debug .clipboard a.hover,
|
|
#content #cloud #debug .clipboard.copied a
|
|
{
|
|
background-image: url( ../../img/ico/clipboard-paste-document-text.png );
|
|
}
|
|
|
|
#content #cloud #debug .close
|
|
{
|
|
float: right;
|
|
}
|
|
|
|
#content #cloud #debug .close a
|
|
{
|
|
background-image: url( ../../img/ico/cross-0.png );
|
|
padding-left: 21px;
|
|
}
|
|
|
|
#content #cloud #debug .close a:hover
|
|
{
|
|
background-image: url( ../../img/ico/cross-1.png );
|
|
}
|
|
|
|
#content #cloud #debug .debug
|
|
{
|
|
border: 1px solid #f0f0f0;
|
|
max-height: 350px;
|
|
overflow: auto;
|
|
padding: 5px;
|
|
width: 500px;
|
|
}
|
|
|
|
#content #cloud #debug .debug .loader
|
|
{
|
|
background-position: 5px 50%;
|
|
display: block;
|
|
padding: 10px 26px;
|
|
}
|
|
|
|
#content #cloud .content
|
|
{
|
|
padding-left: 0;
|
|
padding-right: 0;
|
|
}
|
|
|
|
#content #cloud .content.show
|
|
{
|
|
background-image: url( ../../img/div.gif );
|
|
background-repeat: repeat-y;
|
|
background-position: 31% 0;
|
|
}
|
|
|
|
#content #cloud #tree
|
|
{
|
|
float: left;
|
|
width: 30%;
|
|
}
|
|
|
|
#content #cloud .show #tree
|
|
{
|
|
overflow: hidden;
|
|
}
|
|
|
|
#content #cloud #file-content
|
|
{
|
|
display: none;
|
|
float: right;
|
|
position: relative;
|
|
width: 68%;
|
|
min-height: 100px
|
|
}
|
|
|
|
#content #cloud .show #file-content
|
|
{
|
|
display: block;
|
|
}
|
|
|
|
#content #cloud #file-content .close
|
|
{
|
|
background-image: url( ../../img/ico/cross-0.png );
|
|
background-position: 50% 50%;
|
|
display: block;
|
|
height: 20px;
|
|
position: absolute;
|
|
right: 0;
|
|
top: 0;
|
|
width: 20px;
|
|
}
|
|
|
|
#content #cloud #file-content .close:hover
|
|
{
|
|
background-image: url( ../../img/ico/cross-1.png );
|
|
}
|
|
|
|
#content #cloud #file-content .close span
|
|
{
|
|
display: none;
|
|
}
|
|
|
|
#content #cloud #file-content #data
|
|
{
|
|
border-top: 1px solid #c0c0c0;
|
|
margin-top: 10px;
|
|
padding-top: 10px;
|
|
}
|
|
|
|
#content #cloud #file-content #data pre
|
|
{
|
|
display: block;
|
|
max-height: 600px;
|
|
overflow: auto;
|
|
}
|
|
|
|
#content #cloud #file-content #data em
|
|
{
|
|
color: #c0c0c0;
|
|
}
|
|
|
|
#content #cloud #file-content #prop
|
|
{
|
|
}
|
|
|
|
#content #cloud #file-content li
|
|
{
|
|
padding-top: 3px;
|
|
padding-bottom: 3px;
|
|
}
|
|
|
|
#content #cloud #file-content li.odd
|
|
{
|
|
background-color: #F8F8F8;
|
|
}
|
|
|
|
#content #cloud #file-content li dt
|
|
{
|
|
float: left;
|
|
width: 19%;
|
|
}
|
|
|
|
#content #cloud #file-content li dd
|
|
{
|
|
float: right;
|
|
width: 80%;
|
|
}
|
|
|
|
/* tree */
|
|
|
|
#content #cloud .tree a.active
|
|
{
|
|
background-color: #f0f0f0;
|
|
color: #00f;
|
|
}
|
|
|
|
#content #graph-content .node
|
|
{
|
|
fill: #333;
|
|
}
|
|
|
|
#content #graph-content .node circle
|
|
{
|
|
fill: #fff;
|
|
stroke: #c0c0c0;
|
|
stroke-width: 1.5px;
|
|
}
|
|
|
|
#content #graph-content .node.lvl-2 text
|
|
{
|
|
cursor: pointer;
|
|
}
|
|
|
|
#content #graph-content .node.lvl-2:hover circle
|
|
{
|
|
stroke: #000 !important;
|
|
}
|
|
|
|
#content #graph-content .node.lvl-2:hover text
|
|
{
|
|
fill: #000 !important;
|
|
}
|
|
|
|
#content #graph-content .link
|
|
{
|
|
fill: none;
|
|
stroke: #e0e0e0;
|
|
stroke-width: 1.5px;
|
|
}
|
|
|
|
#content #graph-content .node.gone circle,
|
|
#content #graph-content .link.gone
|
|
{
|
|
stroke: #f0f0f0;
|
|
}
|
|
|
|
#content #graph-content .node.gone text
|
|
{
|
|
fill: #f0f0f0;
|
|
}
|
|
|
|
#content #graph-content .node.recovery_failed circle
|
|
{
|
|
stroke: #C43C35;
|
|
}
|
|
|
|
#content #graph-content .node.recovery_failed text
|
|
{
|
|
fill: #C43C35;
|
|
}
|
|
|
|
#content #graph-content .node.down circle
|
|
{
|
|
stroke: #c48f00;
|
|
}
|
|
|
|
#content #graph-content .node.down text
|
|
{
|
|
fill: #c48f00;
|
|
}
|
|
|
|
#content #graph-content .node.recovering circle
|
|
{
|
|
stroke: #d5dd00;
|
|
}
|
|
|
|
#content #graph-content .node.recovering text
|
|
{
|
|
fill: #d5dd00;
|
|
}
|
|
|
|
#content #graph-content .node.active circle
|
|
{
|
|
stroke: #57A957;
|
|
}
|
|
|
|
#content #graph-content .node.active text
|
|
{
|
|
fill: #57A957;
|
|
}
|
|
|
|
#content #graph-content .node.leader circle
|
|
{
|
|
fill: #000;
|
|
}
|
|
|
|
#content #graph-content .link.lvl-1,
|
|
#content #graph-content .link.leader
|
|
{
|
|
stroke: #c0c0c0;
|
|
} |