style.css revision 1364
1364N/A/* ##################################################################
1364N/A * Silghtly modified CSS versions of YUI 3.5.0pr2 (build 4560):
1364N/A * Copyright 2011 Yahoo! Inc. All rights reserved.
1364N/A * Licensed under the BSD License.
1364N/A * http://yuilibrary.com/license/
1364N/A * ############################# YUI3 ############################### */
1364N/A
1364N/A/* YUI CSS Detection Stamps - don't change names to avoid redundant downloads */
1364N/A#yui3-css-stamp.cssbutton,
1364N/A#yui3-css-stamp.skin-sam-widget-base, #yui3-css-stamp.skin-sam-widget-buttons,
1364N/A#yui3-css-stamp.skin-sam-widget-stack, #yui3-css-stamp.skin-sam-panel,
1364N/A#yui3-css-stamp.skin-sam-resize-base, #yui3-css-stamp.cssbutton {
1364N/A display: none
1364N/A}
1364N/A
1364N/A/* ### widget-base/assets/widget-base-core.css ### */
1364N/A.yui3-widget-hidden {
1364N/A display: none
1364N/A}
1364N/A.yui3-widget-content {
1364N/A overflow:hidden;
1364N/A}
1364N/A.yui3-widget-content-expanded {
1364N/A /* -moz-box-sizing: border-box;
1364N/A -webkit-box-sizing: border-box;
1364N/A -ms-box-sizing: border-box;
1364N/A box-sizing: border-box; */
1364N/A height: 100%;
1364N/A}
1364N/A
1364N/A/* ### cssbutton/cssbutton.css ### */
1364N/A.yui3-button {
1364N/A /* Structure */
1364N/A display: inline-block;
1364N/A font-size: 100%;
1364N/A margin: 0;
1364N/A padding: 2px;
1364N/A line-height: 2;
1364N/A height: 2em; /* Fixes height for <input> in firefox/opera */
1364N/A white-space: nowrap;
1364N/A vertical-align: baseline;
1364N/A text-align: center;
1364N/A cursor: pointer;
1364N/A /* Presentation */
1364N/A color: rgba(0,0,0, 0.80);
1364N/A background-color: #e6e6e6;
1364N/A background-image: linear-gradient(rgba(255,255,255, 0.30),
1364N/A rgba(255,255,255, 0.15) 40%, transparent);
1364N/A text-decoration: none;
1364N/A border: solid 1px #999;
1364N/A border-radius: 4px;
1364N/A box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.25) inset,
1364N/A 0 2px 0 rgba(255,255,255, 0.3) inset, 0 1px 2px rgba(0,0,0, 0.15);
1364N/A /* Transitions */
1364N/A transition: 0.1s linear box-shadow;
1364N/A}
1364N/Aa.yui3-button {
1364N/A color: rgba(0,0,0, 0.80);
1364N/A text-decoration: none;
1364N/A}
1364N/A.yui3-button:hover {
1364N/A background-image: linear-gradient(transparent, rgba(0,0,0, 0.05) 40%,
1364N/A rgba(0,0,0, 0.15));
1364N/A}
1364N/A.yui3-button:active {
1364N/A background-image: linear-gradient(rgba(0,0,0, 0.10), rgba(0,0,0, 0.15));
1364N/A box-shadow: 0 0 0 1px rgba(0,0,0, 0.25) inset, 0 2px 4px rgba(0,0,0, 0.30) inset;
1364N/A}
1364N/A.yui3-button-disabled, .yui3-button-disabled:hover, .yui3-button-disabled:active {
1364N/A cursor: default;
1364N/A background-image: none;
1364N/A opacity: 0.55;
1364N/A box-shadow: 0 0 0 1px rgba(0,0,0, 0.25) inset;
1364N/A}
1364N/A.yui3-button-selected {
1364N/A background-color: #345fcb;
1364N/A color: #fff;
1364N/A box-shadow: 0 0 0 1px rgba(0,0,0, 0.25) inset,
1364N/A 0 2px 0 rgba(255,255,255, 0.17) inset, 0 1px 2px rgba(0,0,0, 0.15);
1364N/A}
1364N/A
1364N/A/* ### widget-buttons/assets/widget-buttons-core.css ### */
1364N/A.yui3-widget-buttons .yui3-button-close,
1364N/A.yui3-widget-buttons .yui3-button-close .yui3-button-content,
1364N/A.yui3-widget-buttons .yui3-button-close .yui3-button-icon {
1364N/A display: inline-block;
1364N/A width: 13px;
1364N/A height: 13px;
1364N/A line-height: 13px;
1364N/A vertical-align: top;
1364N/A}
1364N/A.yui3-widget-buttons .yui3-button-close .yui3-button-icon {
1364N/A background-repeat: no-repeat;
1364N/A background-position: 1px 1px;
1364N/A}
1364N/A
1364N/A/* ### widget-buttons/assets/skins/sam/widget-buttons-skin.css ### */
1364N/A.yui3-skin-sam .yui3-widget-buttons .yui3-button-icon {
1364N/A background-image: url(img/sprite_icons.png);
1364N/A}
1364N/A
1364N/A/* ### widget-stack/assets/widget-stack-core.css ### */
1364N/A.yui3-widget-stacked {
1364N/A position: absolute;
1364N/A border: none;
1364N/A top: 0px;
1364N/A left: 0px;
1364N/A padding: 0;
1364N/A margin: 0;
1364N/A z-index: -1;
1364N/A width: 100%;
1364N/A height: 100%;
1364N/A}
1364N/A
1364N/A/* ### panel/assets/panel-core.css ### */
1364N/A.yui3-panel {
1364N/A position: absolute;
1364N/A}
1364N/A.yui3-panel-hidden {
1364N/A visibility: hidden;
1364N/A}
1364N/A.yui3-widget-tmp-forcesize .yui3-panel-content {
1364N/A overflow: hidden !important;
1364N/A}
1364N/A/* widget head */
1364N/A.yui3-panel .yui3-widget-hd {
1364N/A position: relative;
1364N/A}
1364N/A.yui3-panel .yui3-widget-hd .yui3-widget-button-wrapper {
1364N/A position: absolute;
1364N/A top: 0;
1364N/A right: 0;
1364N/A}
1364N/A.yui3-panel .yui3-widget-ft .yui3-widget-buttons {
1364N/A display: inline-block;
1364N/A}
1364N/A
1364N/A/* ### panel/assets/skins/sam/panel-skin.css ### */
1364N/A.yui3-skin-sam .yui3-widget-mask {
1364N/A background-color: black;
1364N/A opacity: 0.7;
1364N/A}
1364N/A.yui3-skin-sam .yui3-panel-content {
1364N/A box-shadow: 0 0 5px #333;
1364N/A border: 1px solid black;
1364N/A background: white;
1364N/A}
1364N/A.yui3-skin-sam .yui3-panel-content .yui3-widget-hd {
1364N/A margin: 0.5ex; /* leave some room for resize handles - avoid overflow */
1364N/A min-height: 25px; /* close button 13+2*(2+1+3 padding,border,margin) px */
1364N/A min-height: calc(13px + 4px + 2px + 1ex); /* .yui3-button-icon, .yui3-button px */
1364N/A color: white;
1364N/A background-color: #3961c5;
1364N/A background-image: linear-gradient(to top, #2647a0, #2647a0 7%, #3d67ce 50%, #426fd9);
1364N/A}
1364N/A.yui3-skin-sam .yui3-panel-content .yui3-widget-hd .yui3-widget-button-wrapper {
1364N/A margin: 0.5ex; /* should be the same as for.yui3-widget-hd above */
1364N/A}
1364N/A.yui3-skin-sam .yui3-panel-content .yui3-widget-bd {
1364N/A padding: 0.75ex;
1364N/A}
1364N/A.yui3-skin-sam .yui3-panel-content .yui3-widget-ft {
1364N/A background: #edf5ff;
1364N/A padding: 8px;
1364N/A text-align: right;
1364N/A}
1364N/A
1364N/A/* ### resize-base/assets/skins/sam/resize-base.css ### */
1364N/A.yui3-resize,.yui3-resize-wrapper {
1364N/A z-index: 0;
1364N/A}
1364N/A.yui3-resize-handle {
1364N/A position: absolute;
1364N/A display: block;
1364N/A z-index: 100;
1364N/A}
1364N/A.yui3-resize-proxy {
1364N/A position: absolute;
1364N/A border: 1px dashed #000;
1364N/A position: absolute;
1364N/A z-index: 10000;
1364N/A}
1364N/A.yui3-resize-hidden-handles .yui3-resize-handle {
1364N/A opacity: 0;
1364N/A}
1364N/A.yui3-resize-handle-t, .yui3-resize-handle-b {
1364N/A width: 100%;
1364N/A left: 0;
1364N/A height: 6px;
1364N/A}
1364N/A.yui3-resize-handle-l, .yui3-resize-handle-r {
1364N/A height: 100%;
1364N/A top: 0;
1364N/A width: 6px;
1364N/A}
1364N/A.yui3-resize-handle-t {
1364N/A cursor: n-resize;
1364N/A top: 0;
1364N/A}
1364N/A.yui3-resize-handle-b {
1364N/A cursor: s-resize;
1364N/A bottom: 0;
1364N/A}
1364N/A.yui3-resize-handle-l {
1364N/A cursor: w-resize;
1364N/A left: 0;
1364N/A}
1364N/A.yui3-resize-handle-r {
1364N/A cursor: e-resize;
1364N/A right: 0;
1364N/A}
1364N/A.yui3-resize-handle-inner {
1364N/A position: absolute;
1364N/A}
1364N/A.yui3-resize-handle-inner-t, .yui3-resize-handle-inner-b {
1364N/A margin-left: -8px;
1364N/A left: 50%;
1364N/A}
1364N/A.yui3-resize-handle-inner-l, .yui3-resize-handle-inner-r {
1364N/A margin-top: -8px;
1364N/A top: 50%;
1364N/A}
1364N/A.yui3-resize-handle-inner-t {
1364N/A top: -4px;
1364N/A}
1364N/A.yui3-resize-handle-inner-b {
1364N/A bottom: -4px;
1364N/A}
1364N/A.yui3-resize-handle-inner-l {
1364N/A left: -4px;
1364N/A}
1364N/A.yui3-resize-handle-inner-r {
1364N/A right: -4px;
1364N/A}
1364N/A.yui3-resize-handle-tr, .yui3-resize-handle-br,
1364N/A.yui3-resize-handle-tl, .yui3-resize-handle-bl {
1364N/A height: 15px;
1364N/A width: 15px;
1364N/A z-index: 200;
1364N/A}
1364N/A.yui3-resize-handle-tr {
1364N/A cursor: ne-resize;
1364N/A top: 0;
1364N/A right: 0;
1364N/A}
1364N/A.yui3-resize-handle-tl {
1364N/A cursor: nw-resize;
1364N/A top: 0;
1364N/A left: 0;
1364N/A}
1364N/A.yui3-resize-handle-br {
1364N/A cursor: se-resize;
1364N/A bottom: 0;
1364N/A right: 0;
1364N/A}
1364N/A.yui3-resize-handle-bl {
1364N/A cursor: sw-resize;
1364N/A bottom: 0;
1364N/A left: 0;
1364N/A}
1364N/A.yui3-resize-handle-inner-r, .yui3-resize-handle-inner-l,
1364N/A.yui3-resize-handle-inner-t, .yui3-resize-handle-inner-b,
1364N/A.yui3-resize-handle-inner-tr, .yui3-resize-handle-inner-br,
1364N/A.yui3-resize-handle-inner-tl, .yui3-resize-handle-inner-bl {
1364N/A background-repeat: no-repeat;
1364N/A background: url(img/arrows.png) no-repeat 0 0;
1364N/A display: block;
1364N/A height: 15px;
1364N/A overflow: hidden;
1364N/A text-indent: -99999em;
1364N/A width: 15px;
1364N/A}
1364N/A.yui3-resize-handle-inner-br {
1364N/A background-position: -30px 0;
1364N/A bottom: -2px;
1364N/A right: -2px;
1364N/A}
1364N/A.yui3-resize-handle-inner-tr {
1364N/A background-position: -58px 0;
1364N/A bottom: 0;
1364N/A right: -2px;
1364N/A}
1364N/A.yui3-resize-handle-inner-bl {
1364N/A background-position: -75px 0;
1364N/A bottom: -2px;
1364N/A right: -2px;
1364N/A}
1364N/A.yui3-resize-handle-inner-tl {
1364N/A background-position: -47px 0;
1364N/A bottom: 0;
1364N/A right: -2px;
1364N/A}
1364N/A.yui3-resize-handle-inner-b,.yui3-resize-handle-inner-t {
1364N/A background-position: -15px 0;
1364N/A}
1364N/A
1364N/A/* ##################################################################
1364N/A * OpenGrok specific stuff
1364N/A * ################################################################## */
949N/Abody {
949N/A background-color: #d8dbd7;
949N/A color: black;
1294N/A font-family: sans-serif;
1186N/A margin: 1ex 1ex 0 1ex;
949N/A}
949N/A
1186N/Aa {
949N/A text-decoration: none;
949N/A}
949N/A
1186N/Aa:link {
1186N/A color: #2030A2;
949N/A}
949N/A
1186N/Aa:visited, a:active, a:hover {
1186N/A color: #202062;
949N/A}
949N/A
1186N/Aa:active, a:hover {
1186N/A text-decoration: underline;
949N/A}
949N/A
1186N/Aimg, tt, form, pre {
1186N/A border: 0;
949N/A}
949N/A
1186N/Adel {
1186N/A text-decoration: line-through;
949N/A}
949N/A
1186N/Acaption {
1186N/A caption-side:top;
1186N/A margin: 1ex 0;
1186N/A text-align: left;
949N/A}
949N/A
1186N/Athead {
1186N/A color: white;
1186N/A background-color: #426477;
949N/A}
949N/A
1186N/Atbody tr:nth-child(EVEN) { /* alternate color for odd rows */
949N/A background-color: #e9ede8;
949N/A}
949N/A
1186N/Ainput, button {
1186N/A border: 1px solid #bbb #755;
1186N/A border-radius: 0.75ex;
1186N/A -moz-border-radius: 0.75ex;
1186N/A background-image: -webkit-gradient(
1186N/A linear, left top, left bottom,
1186N/A color-stop(0.70, #ffffff),
1186N/A color-stop(1, #e6e6e6)
1186N/A );
1186N/A background-image: -moz-linear-gradient(
1186N/A center top,
1186N/A #ffffff 70%,
1186N/A #e0e0e0 100%
1186N/A );
1186N/A}
1186N/A
1254N/Ainput.submit:hover, input.submit:active, button:hover, button:active {
1186N/A color: #444444;
1186N/A background-image: -webkit-gradient(
1186N/A linear, left bottom, left top,
1186N/A color-stop(0.70, #fdfdfd),
1186N/A color-stop(1, #e0e0e0)
1186N/A );
1186N/A background-image: -moz-linear-gradient(
1186N/A center bottom,
1186N/A #fdfdfd 70%,
1186N/A #e0e0e0 100%
1186N/A );
1186N/A}
1186N/A
1186N/Alabel {
1186N/A}
1186N/A
1186N/A.pre { /* the diff content */
1186N/A white-space: pre-wrap;
1294N/A font-family: monospace;
1186N/A margin: 0;
1186N/A}
1186N/A
1186N/A#page { }
1186N/A
1186N/A.error { /* error messages */
1186N/A color: #a52a2a;
1186N/A}
1186N/A
1186N/A.active {
1186N/A font-weight: bold;
1186N/A color: #e08c00;
1186N/A}
1186N/A
1186N/A/* ############### start of header ############## */
1186N/A#whole_header {
1186N/A background-color: white;
1186N/A}
949N/A
1186N/A/* *** banner/deco above navbar *** */
1186N/A#header {
1186N/A display: inline-block;
1186N/A width: 100%;
1186N/A background-image: -webkit-gradient(
1186N/A linear, left bottom, left top,
1186N/A color-stop(0.70, #ffffff),
1186N/A color-stop(1, #e6e6e6)
1186N/A );
1186N/A background-image: -moz-linear-gradient(
1186N/A center bottom,
1186N/A #fdfdfd 70%,
1186N/A #e0e0e0 100%
1186N/A );
1186N/A}
1186N/A
1186N/A#MastheadLogo {
1186N/A width: 167px;
1186N/A height: 43px;
1186N/A float: right;
1186N/A background-image: url(./img/combined.png);
1186N/A background-repeat: no-repeat;
1186N/A background-position: -81px 0;
1186N/A margin: 0;
1186N/A}
1186N/A
1186N/A#pagetitle { /* short verbal summary/description of the shown content */
1186N/A}
1186N/A
1186N/A#filename { /* "Cross Reference: ..." */
1186N/A font-size: x-large;
1186N/A font-weight: bold;
1186N/A margin-right: 1em;
1186N/A}
1186N/A
1186N/A#Masthead { /* breadcrumb */
1186N/A clear: left;
1186N/A background-color: #426477;
1186N/A border: 1px solid #bbb;
1186N/A}
1186N/A
1186N/A#Masthead tt { /* slashes in the xref: line */
1186N/A color: #eee;
1186N/A}
1186N/A
1186N/A#Masthead a {
1186N/A color: white;
1186N/A}
1186N/A
1186N/A#sbar, #bar { /* full search and default navbar */
1186N/A border-bottom: 1px solid #bba;
1186N/A border-top: 1px solid #bba;
1186N/A background-color: #e9ede8;
1186N/A margin: 0;
1186N/A padding: 1ex 0;
1186N/A clear: both;
1186N/A}
1186N/A
1186N/A/* *** full search navbar *** */
1186N/A#qtbl, #ptbl {
1186N/A display: inline-block;
1186N/A vertical-align: top;
1186N/A}
1186N/A
1186N/A#qtbl tr {
1186N/A background: none; /* remove alternating colors */
1186N/A}
1186N/A
1186N/A#ptbl > p {
1186N/A text-align: center;
1186N/A white-space: nowrap;
1186N/A margin: 0.5ex 1ex;
1186N/A}
1186N/A
1186N/A#qtbl td:first-child {
1364N/A width: 10ex;
1364N/A text-align: right;
1186N/A}
1186N/A
1186N/A#qtbl td:nth-child(2) {
1186N/A width: 45ex;
949N/A}
949N/A
1186N/A#qtbl input.q {
1186N/A width: 100%;
1186N/A}
1186N/A
1186N/A#ptbl {
1186N/A margin-left: 2em;
1186N/A}
1186N/A
1186N/A#ptbl button {
1186N/A font-size: small;
1186N/A}
1186N/A
1186N/A#ptbl button:first-of-type {
1186N/A margin-left: 1em;
1186N/A}
1186N/A
1186N/A#ptbl select {
1186N/A width: 100%;
1186N/A}
1186N/A
1186N/A#ptbl option {
1186N/A padding: 0 1ex;
1186N/A}
1186N/A
1186N/A#sbox {
1186N/A padding: 1ex 0;
1186N/A background-color: #D8DBD7;
1186N/A}
1186N/A
1186N/A#sbox > p:last-of-type {
1186N/A white-space: nowrap;
1186N/A /* 11ex = width(#qtbl td:first-child) + margin-left(body) */
1186N/A margin: 1ex 0 0.5ex 11ex;
1186N/A}
1186N/A
1186N/A#sbox > p:last-of-type > :nth-child(n+2) {
1186N/A margin-left: 1ex;
1186N/A}
1186N/A
1186N/A/* *** default navbar *** */
1186N/A#bar {
1186N/A padding: 0.2em 0.5em;
1186N/A}
1186N/A
1186N/A#bar ul { /* every list item is displayed as a "menu" item */
1186N/A display: inline-block;
1186N/A list-style: none outside none;
1186N/A margin: 0;
1186N/A padding: 0;
1186N/A /* white-space: nowrap; */ /* hmm, sometimes good, sometimes not ;-) */
1186N/A}
1186N/A
1186N/A#bar li { /* menu item */
1186N/A display: inline-block;
1186N/A /* distance between label end and the icon of the next item */
1186N/A margin-right: 1ex;
1186N/A}
1186N/A
1186N/A#home, #history, #download { /* menu item icons */
1186N/A display: inline-block;
1186N/A width: 18px;
1186N/A height: 18px;
1186N/A vertical-align: middle;
1186N/A background-image: url(./img/combined.png);
1186N/A background-repeat: no-repeat;
1186N/A margin-right: 0.25ex; /* distance between the icon and the label */
1186N/A}
949N/A
1186N/A#home { /* h.gif */
1186N/A background-position: 0 0;
1186N/A}
1186N/A
1186N/A#history { /* l.gif */
1186N/A background-position: -18px 0;
1186N/A}
1186N/A
1186N/A#download { /* w.gif */
1186N/A background-position: -36px 0;
1186N/A}
1186N/A
1355N/A#line, #defbox, #annotate { /* no icon available yet */
1186N/A width: 1px;
1186N/A height: 15px;
1186N/A}
1186N/A
1355N/A#line::before, #defbox::before, #annotate::before {
1186N/A content: "|";
1186N/A padding-right: 0.25ex; /* distance between the icon and the label */
1186N/A color: black;
1186N/A font-size: large;
1186N/A font-weight: normal;
1186N/A}
1186N/A
1186N/A#search { /* q.gif */
1186N/A background-image: url(./img/combined.png);
1186N/A background-repeat: no-repeat;
1186N/A background-position: -505px 2px;
1186N/A padding-left: 19px;
1186N/A min-height: 20px; /* 18px img + 2px padding */
1186N/A}
1128N/A
1186N/Ainput.q { /* text input fields */
1186N/A background-color: #fdfdfd;
1186N/A background-image: none;
1186N/A}
1186N/A
1186N/Ainput.submit { /* start search button */
1186N/A font-weight: bold;
1186N/A padding: 0.25ex;
1186N/A}
1186N/A
1186N/Abutton.help {
1186N/A padding: 0.25ex;
1186N/A}
1186N/A
1186N/A#sortfield {
1186N/A display: inline-block;
1186N/A margin-left: 6ex;
1186N/A}
1186N/A
1186N/A#sortfield label {
1186N/A margin-right: 1ex;
1186N/A}
1186N/A#sortfield label:after {
1186N/A content: ": ";
1186N/A}
1186N/A
1186N/A#sortby li:nth-child(n+2) :first-child::before {
1186N/A content: "|";
1186N/A padding: 0 1ex 0 0;
1186N/A color: black;
1186N/A font-size: large;
1186N/A font-weight: normal;
1186N/A}
1186N/A/* ############### end of header ############## */
949N/A
1128N/A
1186N/A/* ############### start of content ############## */
1186N/A#content {
1186N/A position: fixed;
1186N/A left: 0;
1186N/A right: 0;
1186N/A overflow: auto;
1186N/A padding: 1ex; /* should be the same as body's margin */
1186N/A}
1128N/A
1186N/A
1186N/A/* *** help page *** */
1186N/A#help dfn { /* definitions */
1186N/A text-decoration: underline;
1186N/A}
1128N/A
1186N/A#help .fields, #help .example {
1186N/A margin-left: 3em;
1186N/A}
1128N/A
1186N/A#help dt {
1186N/A font-weight: bold;
1186N/A}
1186N/A
1186N/A
1186N/A/* *** more page ***/
1186N/A#more {
1186N/A line-height: 1.25em;
1186N/A background-color: white;
1186N/A}
1128N/A
1186N/A#more b { /* highlight matches */
1186N/A background-color: #ffff99;
1186N/A}
1186N/A
1128N/A
1186N/A/* *** history page *** */
1186N/Atable#revisions {
1186N/A /* width: 100%; */ /* table with the history info for a file */
1186N/A /* border-collapse: collapse; */ /* looks better with a small divider */
1186N/A}
1186N/A
1186N/A#revisions a.h { /* modified file list content */
1186N/A font-size: small;
1186N/A margin-left: 2em;
1186N/A}
1128N/A
1186N/A#revisions tbody td:first-child {
1186N/A /* rev number - git/mercurial revs numbers look bad with prop. fonts */
1294N/A font-family: monospace;
1186N/A text-align: right;
1186N/A}
1186N/A
1186N/A#revisions tbody td:nth-child(2), #revisions tbody td:nth-child(3) {
1186N/A /* Compare and Date column */
1186N/A text-align: center;
949N/A}
949N/A
1186N/A#revisions tbody td:nth-child(4) { /* author column */
1186N/A padding: 0 1ex;
1186N/A text-align: center;
1186N/A}
1186N/A
1186N/A.rssbadge { /* RSS/XML Feed on history page */
1186N/A text-align: right;
1186N/A margin: 1ex 0;
1186N/A}
1186N/A
1186N/A
1186N/A/* *** diff page *** */
1186N/A#diffbar { /* diff navbar: contains the tabs to select diff format */
1186N/A margin-top: 1.5ex;
1186N/A border-bottom: 1px solid #999;
1186N/A white-space: nowrap;
949N/A}
1186N/A
1186N/A#diffbar .d, #difftable .d {
1186N/A /* "Deleted" heading + highlight of deleted text in diff lines */
1186N/A background-color: #ffcc40;
1186N/A}
1186N/A
1186N/A#diffbar .a, #difftable .a {
1186N/A /* "Added" heading + highlight of added text in diff lines */
1186N/A background-color: #8bd98b;
949N/A}
1186N/A
1186N/A#diffbar .legend, #diffbar .tabs, #diffbar .ctype {
1186N/A display: inline-block;
1186N/A}
1186N/A
1186N/A#diffbar .legend {
1186N/A /* bottom must be the same as .tabs span(padding-bottom) */
1186N/A margin: 0 3ex 0.75ex 1ex;
1186N/A}
1186N/A
1186N/A#diffbar .legend span, #diffbar .ctype span {
1186N/A padding: 0.2ex 1ex; /* bottom must be less than margin-bottom(.legend) */
949N/A}
1186N/A
1186N/A#diffbar .tabs span {
1186N/A padding: 0.75ex 1ex;
1186N/A margin-left: 1ex;
1186N/A border: 1px solid #999; /* should be the same as for #diffbar above */
1186N/A border-radius: 0.75ex 0.75ex 0 00;
1186N/A -moz-border-radius: 0.75ex 0.75ex 0 00;
1186N/A background-color: #f5f5dc; /* navbar like */
949N/A}
1186N/A
1186N/A#diffbar .tabs span.active, #diffbar .ctype span.active {
1186N/A background-color: #426477; /* same as for table th */
1186N/A}
1186N/A
1186N/A#diffbar .tabs span.active {
1186N/A border-bottom-style: dashed;
1186N/A}
1186N/A
1186N/A#diffbar .ctype {
1186N/A margin-left: 3ex; /* see margin-left .legend */
1186N/A}
949N/A
1186N/A#diffbar .ctype span {
1186N/A border: 1px solid #755; /* same as for input */
1186N/A border-radius: 0.75ex;
1186N/A -moz-border-radius: 0.75ex;
1186N/A background-color: #f5f5dc; /* navbar like */
1186N/A margin-left: 1ex;
1186N/A}
1186N/A
1186N/A#difftable {
1186N/A font-size: small;
1186N/A}
949N/A
1186N/A#difftable table { /* left side == prev. rev; right side "current" rev */
1186N/A table-layout: fixed;
1186N/A border-collapse: collapse;
1186N/A}
1186N/A
1186N/A#difftable table th { /* usually both rev. have changes: eq. space for both */
1186N/A padding-top: 1ex;
1186N/A width: 50%;
1186N/A}
1186N/A
1186N/A#difftable th:last-child, #difftable td:last-child {
1186N/A border-left: 1px solid black;
949N/A}
1186N/A
1186N/A#difftable .plain td {
1186N/A padding: 2px;
1186N/A}
1186N/A
1186N/A#difftable .image td {
1186N/A padding: 5px;
1186N/A}
1186N/A
1186N/A#difftable .k { /* border between the context and real diff lines */
1186N/A border-bottom: 1px dashed #ccc;
949N/A}
1186N/A
1186N/A
1186N/A/* *** list aka xref stuff *** */
1186N/A
1186N/A/* directory listing */
1186N/Atable#dirlist { /* the "Name" column */
1294N/A font-family: monospace;
1186N/A border-style: none;
1186N/A border-collapse: collapse;
1186N/A}
1186N/A
1186N/A#dirlist .r, #dirlist .p {
1186N/A background-image: url(./img/combined.png);
1186N/A background-repeat: no-repeat;
1186N/A width: 15px;
1186N/A height: 15px;
1186N/A padding: 0;
1186N/A vertical-align: middle;
1186N/A margin: 0 1ex 0 1em;
1186N/A}
1186N/A
1186N/A#dirlist .r { /* directory name, d.gif */
1186N/A background-position: -54px 0;
1186N/A}
1186N/A
1186N/A#dirlist .p { /* file name, p.gif */
1186N/A background-position: -69px 0;
1186N/A}
949N/A
1186N/A#dirlist td:nth-child(n+2) { /* all but the first column */
1186N/A padding-right: 1em;
1186N/A}
1186N/A
1186N/A#dirlist tbody td:nth-child(4) {
1186N/A text-align: right; /* CSS3 may allow " " (single space char) */
1186N/A}
1186N/A
949N/A
1186N/A/* file display */
1186N/A#src {
1186N/A background: white;
1186N/A}
1186N/A
1186N/A#src pre {
1186N/A margin: 0;
1186N/A}
1186N/A
1186N/A#src .l, #src .hl, .blame .r, .blame .a,
1186N/A#results .l, #more .l,
1186N/A#difftable i, del.d { /* line number/annotation block */
1186N/A display: inline-block;
1186N/A width: 6ex;
1186N/A text-align: right;
1186N/A padding: 0 1ex;
1186N/A margin-right: .5ex;
1186N/A background-color: #e9ede8;
1186N/A border-right: 1px solid #ddd;
1186N/A color: #888;
949N/A}
1186N/A
1186N/A#src .hl { /* highlighted line number */
1186N/A color: #000;
949N/A}
1186N/A
1186N/A.blame .r { /* revision number "column" (annotation) */
1186N/A text-align: right;
1186N/A}
1186N/A
1186N/A.blame .a { /* author name "column" (annotation) */
1186N/A text-align: center;
949N/A}
949N/A
1186N/A/* source code highlighting - see org/opengrok/analysis/$lang/*Xref.lex */
1186N/A#src .n { /* numbers/label */ color: #a52a2a; }
1186N/A#src .s { /* strings */ color: green; }
1186N/A#src .c { /* comment */ color: #666; }
1186N/A#src .b { /* heading/title/bold */ color: #000; font-weight: bold; }
1294N/A#src .k { /* block display */ color: #000; font-family: monospace; }
1355N/A#src .d { /* symbol definition */ color: #909; font-weight: bold; }
949N/A
1186N/Aa.xm { /* macro */ color: #c66; font-weight: bold; }
1186N/Aa.xa { /* argument */ color: #60c; font-weight: bold; }
1186N/Aa.xl { /* local */ color: #963; font-weight: bold; }
1186N/Aa.xv { /* variable */ color: #c30; font-weight: bold; }
1186N/Aa.xc { /* class */ color: #909; font-weight: bold; font-style: italic; }
1186N/Aa.xp { /* package */ color: #909; font-weight: bold; font-style: italic; }
1186N/Aa.xi { /* interface */ color: #909; font-weight: bold; font-style: italic; }
1186N/Aa.xn { /* namespace */ color: #909; font-weight: bold; font-style: italic; }
1186N/Aa.xe { /* enum */ color: #909; font-weight: bold; font-style: italic; }
1186N/Aa.xer { /* enumerator */ color: #909; font-weight: bold; font-style: italic; }
1186N/Aa.xs { /* struct */ color: #909; font-weight: bold; font-style: italic; }
1186N/Aa.xt { /* typedef */ color: #909; font-weight: bold; font-style: italic; }
1186N/Aa.xts { /* typedefs */ color: #909; font-weight: bold; font-style: italic; }
1186N/Aa.xu { /* union */ color: #909; font-weight: bold; font-style: italic; }
1186N/Aa.xfld { /* field */ color: #090; font-weight: bold; }
1186N/Aa.xmb { /* member */ color: #090; font-weight: bold; }
1186N/Aa.xf { /* function */ color: #00f; font-weight: bold; }
1186N/Aa.xmt { /* method */ color: #00f; font-weight: bold; }
1186N/Aa.xsr { /* subroutine */ color: #00f; font-weight: bold; }
1146N/A
1186N/A#man table, #man td { /* #man == troff src */
1186N/A background-color: #ddddcc;
1186N/A border: 1px;
1186N/A padding: 2px;
1186N/A}
1186N/A
1186N/A#man p { /* a troff paragraph */
1186N/A margin-top: 0.5em;
1186N/A margin-bottom: 0;
1186N/A}
1186N/A
1186N/A#man div.b { /* man section headings etc. */
1186N/A margin-top: 2em;
1186N/A}
1186N/A
1186N/A#man div.rs { /* a right-shifted block */
1186N/A margin-left: 3em;
1186N/A margin-bottom: 1em;
1186N/A}
1186N/A
1364N/A/* Symbol list popup */
1364N/A#symbolsBox {
1186N/A border: solid 1px #c0c0c0;
1186N/A background-color: rgba(255,255,204,0.75);
1186N/A color: #000;
1364N/A padding-bottom: 2ex;
1364N/A}
1364N/A#symbolsHd { /* the head */
1364N/A overflow: hidden;
1364N/A}
1364N/A#symbolsHd h3 { /* the title in the head */
1364N/A font-size: medium;
1364N/A margin: 0;
1364N/A padding: 0.5ex;
1364N/A text-align: center;
1364N/A}
1364N/A#symbols { /* the body */
1364N/A overflow: auto;
1364N/A padding: 0;
1364N/A margin: 0 5px; /* leave room for resize-handles */
1364N/A}
1364N/A#symbols h4 { /* section titles */
1364N/A margin: 1.5ex 0 0 0;
1364N/A}
1364N/A#symbols h4:first-child { /* first secxtion title */
1364N/A margin: 0.25ex 0 0 0;
1364N/A}
1364N/A#symbols ul {
1364N/A list-style: none;
1364N/A margin: 0;
1364N/A padding: 0 1ex;
1364N/A}
1364N/A#symbols a { /* entries */
1364N/A font-size: medium;
1364N/A font-weight: normal;
1364N/A}
1364N/A#symbolsFt { /* the footer */
1364N/A background-color: rgba(255,255,204,0.75);
1364N/A overflow: hidden;
1364N/A padding: 0;
1364N/A margin: 0;
1364N/A height: 0;
1364N/A}
1364N/A.yui3-resize-handle-t, .yui3-resize-handle-tr, .yui3-resize-handle-tl {
1364N/A top: -0.5ex;
1364N/A}
1364N/A.yui3-resize-handle-b, .yui3-resize-handle-br, .yui3-resize-handle-bl {
1364N/A bottom: -0.5ex;
1364N/A}
1364N/A.yui3-resize-handle-tr, .yui3-resize-handle-r, .yui3-resize-handle-br {
1364N/A right: -0.5ex;
1364N/A}
1364N/A.yui3-resize-handle-tl, .yui3-resize-handle-l, .yui3-resize-handle-bl {
1364N/A left: -0.5ex;
1186N/A}
1186N/A
1186N/A/* search result page */
1186N/A#results {
1186N/A background: white;
1186N/A padding: 1ex 0;
1186N/A}
1186N/A
1186N/A#results p { /* pagetitle and slider */
1186N/A padding: 0.5em;
1186N/A}
1186N/A
1186N/A#results table {
1186N/A border-collapse: collapse;
1186N/A width: 100%;
1186N/A}
1186N/A
1186N/A#results .dir { /* directory row above matched files */
1186N/A background-color: #cdcecd;
1186N/A}
1186N/A
1186N/A#results .dir td { /* directory link */
1186N/A padding-left: 1em;
1186N/A}
1186N/A
1186N/A#results td.q { /* 1st column: H A D */
1186N/A white-space: nowrap;
1186N/A font-size: xx-small;
1186N/A padding: 3px;
1186N/A width: 3em;
1186N/A}
1186N/A
1186N/A#results td.f { /* 2nd column: filename */
1186N/A width: 3em;
1186N/A padding: 3px 0.5em 3px 2em;
1186N/A}
1186N/A
1186N/A#results .con { /* 3rd column: line number + matched line contents */
1186N/A font-size: small;
1186N/A}
1186N/A
1186N/A#results .con .all {
1186N/A margin-left: 6ex; /* width(#src .l) + 1ex */
1146N/A}
1186N/A
1186N/A#results .s, #more .s { /* matched line contents */
1186N/A color: #000;
1186N/A}
1186N/A
1186N/A#results i { /* match type description (method, interface etc.) */
1186N/A color: green;
1186N/A font-weight: bold;
1186N/A}
1186N/A
1186N/A#results .sel { /* slider item for the shown search result page */
1186N/A background-color: #a3b8cb;
1186N/A border: 1px solid #333366;
1186N/A padding: .5em;
1186N/A margin: 1px;
1186N/A}
1186N/A
1186N/A#results .more { /* slider item for the n-th search result page */
1186N/A border: 1px #ccc solid;
1186N/A padding: .3em;
1186N/A margin: 1px;
1146N/A}
1186N/A
1186N/A/* ############### start of footer ############## */
1186N/A#footer {
1186N/A color: #777777;
1186N/A font-size: small;
1186N/A margin: 0 0 1ex 0;
1186N/A border-top: 1px solid #dddddd;
1186N/A background-image: -webkit-gradient(
1186N/A linear, left top, left bottom,
1186N/A color-stop(0.70, #ffffff),
1186N/A color-stop(1, #e6e6e6)
1186N/A );
1186N/A background-image: -moz-linear-gradient(
1186N/A center top,
1186N/A #ffffff 70%,
1186N/A #e6e6e6 100%
1186N/A );
1186N/A}
1186N/A
1186N/A#footer p { /* footer text */
1186N/A padding: 0;
1186N/A margin: 0.2em;
1186N/A text-align: center;
1186N/A}
1186N/A
1186N/A#fti { /* servedby.png */
1186N/A display: inline-block;
1186N/A width: 177px;
1186N/A height: 37px;
1186N/A vertical-align: middle;
1186N/A background-image: url(./img/combined.png);
1186N/A background-repeat: no-repeat;
1186N/A background-position: -248px 0;
1186N/A}
1186N/A#rssi { /* rss.png */
1186N/A display: inline-block;
1186N/A width: 80px;
1186N/A height: 15px;
1186N/A vertical-align: middle;
1186N/A background-image: url(./img/combined.png);
1186N/A background-repeat: no-repeat;
1186N/A background-position: -425px 0;
1186N/A}
1254N/A/* ############### end of footer ############## */
1356N/A
1356N/A/* YUI extensions/skinning */
1356N/A.yui3-tooltip {
1356N/A position: absolute;
1356N/A overflow: hidden;
1364N/A width: inherit;
1364N/A height: inherit;
1356N/A}
1356N/A.yui3-tooltip-hidden {
1356N/A visibility: hidden; /* do NOT use display: none - we rely on this */
1356N/A}
1356N/A.yui3-tooltip-content {
1356N/A color: #000;
1356N/A font-size: small;
1356N/A font-weight: bold;
1356N/A padding: 2px 5px;
1356N/A border-color: #D4C237 #A6982B #A6982B #A6982B;
1356N/A border-width: 1px;
1356N/A border-style: solid;
1356N/A background-color: rgba(255,255,204,0.75);
1364N/A}