style.css revision 1476
0N/A/* ##################################################################
0N/A * Silghtly modified CSS versions of YUI 3.5.0pr2 (build 4560):
0N/A * Copyright 2011 Yahoo! Inc. All rights reserved.
0N/A * Licensed under the BSD License.
0N/A * http://yuilibrary.com/license/
0N/A * ############################# YUI3 ############################### */
0N/A
0N/A/* YUI CSS Detection Stamps - don't change names to avoid redundant downloads */
0N/A#yui3-css-stamp.cssbutton,
0N/A#yui3-css-stamp.skin-sam-widget-base, #yui3-css-stamp.skin-sam-widget-buttons,
0N/A#yui3-css-stamp.skin-sam-widget-stack, #yui3-css-stamp.skin-sam-panel,
0N/A#yui3-css-stamp.skin-sam-resize-base, #yui3-css-stamp.cssbutton {
0N/A display: none
0N/A}
0N/A
0N/A/* ### widget-base/assets/widget-base-core.css ### */
0N/A.yui3-widget-hidden {
0N/A display: none
0N/A}
0N/A.yui3-widget-content {
930N/A overflow: hidden;
0N/A}
0N/A.yui3-widget-content-expanded {
0N/A -moz-box-sizing: border-box;
65N/A -webkit-box-sizing: border-box;
125N/A -ms-box-sizing: border-box;
125N/A box-sizing: border-box;
58N/A height: 100%;
77N/A}
125N/A
125N/A/* ### cssbutton/cssbutton.css ### */
125N/A.yui3-button {
125N/A /* Structure */
261N/A display: inline-block;
261N/A/* font-size: 100%; // causes strange padding on .yui3-button-close:before */
583N/A margin: 0;
312N/A padding: 2px;
312N/A line-height: normal;
467N/A white-space: nowrap;
428N/A vertical-align: baseline;
126N/A text-align: center;
58N/A cursor: pointer;
394N/A /* Presentation */
8N/A color: rgba(0,0,0, 0.80);
77N/A background-color: #e6e6e6;
0N/A background-image: linear-gradient(rgba(255,255,255, 0.30),
0N/A rgba(255,255,255, 0.15) 40%, transparent);
0N/A text-decoration: none;
0N/A border: medium none transparent;
0N/A border-radius: 4px;
0N/A box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.25) inset,
491N/A 0 2px 0 rgba(255,255,255, 0.3) inset, 0 1px 2px rgba(0,0,0, 0.15);
439N/A /* Transitions */
491N/A transition: 0.1s linear box-shadow;
465N/A}
465N/A.yui3-button::-moz-focus-inner { /* otherwise alignment calc gets cumbersum */
491N/A border: 0 none;
491N/A padding: 0;
491N/A}
886N/Aa.yui3-button {
886N/A color: rgba(0,0,0, 0.80);
886N/A text-decoration: none;
886N/A}
886N/A.yui3-button:hover {
886N/A background-image: linear-gradient(transparent, rgba(0,0,0, 0.05) 40%,
491N/A rgba(0,0,0, 0.15));
491N/A}
491N/A.yui3-button:active {
491N/A background-image: linear-gradient(rgba(0,0,0, 0.10), rgba(0,0,0, 0.15));
65N/A box-shadow: 0 0 0 1px rgba(0,0,0, 0.25) inset, 0 2px 4px rgba(0,0,0, 0.30) inset;
65N/A}
65N/A.yui3-button-disabled, .yui3-button-disabled:hover, .yui3-button-disabled:active {
65N/A cursor: default;
464N/A background-image: none;
0N/A opacity: 0.55;
30N/A box-shadow: 0 0 0 1px rgba(0,0,0, 0.25) inset;
58N/A}
312N/A.yui3-button-primary, .yui3-button-selected {
312N/A background-color: #345fcb;
260N/A color: #fff;
491N/A box-shadow: 0 0 0 1px rgba(0,0,0, 0.25) inset,
428N/A 0 2px 0 rgba(255,255,255, 0.17) inset, 0 1px 2px rgba(0,0,0, 0.15);
376N/A}
376N/A
0N/A/* ### panel/assets/panel-core.css ### */
11N/A.yui3-symbolspanel {
0N/A position: absolute;
240N/A}
58N/A.yui3-symbolspanel-hidden {
58N/A visibility: hidden;
58N/A}
58N/A.yui3-symbolspanel-content {
77N/A overflow: hidden !important;
207N/A}
207N/A/* widget head */
910N/A.yui3-symbolspanel .yui3-widget-hd {
491N/A position: relative;
77N/A}
260N/A.yui3-symbolspanel .yui3-widget-hd .yui3-widget-buttons {
112N/A position: absolute;
77N/A top: 0;
77N/A right: 0;
77N/A line-height: 0; /* bad if bigger than icon height + margin+padding+border */
77N/A}
260N/A.yui3-symbolspanel .yui3-widget-ft .yui3-widget-buttons {
77N/A display: inline-block;
77N/A}
77N/A
491N/A/* ### panel/assets/skins/sam/panel-skin.css ### */
77N/A/* don't need it yet
491N/A.yui3-skin-sam .yui3-widget-mask {
111N/A background-color: black;
111N/A opacity: 0.4;
111N/A}
111N/A*/
111N/A
111N/A.yui3-skin-sam .yui3-symbolspanel-content {
111N/A box-shadow: 0 0 5px #333;
111N/A border: 1px solid black;
491N/A background: white;
886N/A}
886N/A.yui3-skin-sam .yui3-symbolspanel-content .yui3-widget-hd {
886N/A color: white;
111N/A background-color: #3961c5;
491N/A background-image: linear-gradient(to top, #2647a0, #2647a0 7%, #3d67ce 50%, #426fd9);
77N/A font-weight: bold;
77N/A padding: 0.5ex;
491N/A}
491N/A.yui3-skin-sam .yui3-symbolspanel-content .yui3-widget-hd .yui3-widget-buttons {
491N/A margin: 0.5ex; /* should be the same as for.yui3-widget-hd padding above */
491N/A}
77N/A.yui3-skin-sam .yui3-symbolspanel-content .yui3-widget-bd {
491N/A padding: 0.75ex;
491N/A}
491N/A.yui3-skin-sam .yui3-symbolspanel-content .yui3-widget-ft {
491N/A background: #edf5ff;
491N/A padding: 8px;
491N/A text-align: right;
491N/A}
491N/A.yui3-skin-sam .yui3-symbolspanel .yui3-widget-hd .yui3-button-close {
491N/A background: transparent;
491N/A border: none;
491N/A box-shadow: none;
491N/A width: 10px; /* same width as the close icon below */
491N/A /* height: 10px; // let the background determine */
491N/A overflow: hidden;
491N/A vertical-align: top;
491N/A padding: 0;
491N/A}
491N/A.yui3-skin-sam .yui3-symbolspanel .yui3-widget-hd .yui3-button-close:before {
491N/A /* btn_close.gif which in turn got extracted from sprite_icons.png */
491N/A background-image: url(img/combined.png);
491N/A background-position: -577px 0px;
491N/A content: "";
491N/A display: inline-block;
491N/A text-align: center;
491N/A font-size: 0;
491N/A line-height: 0;
491N/A margin: 0;
491N/A width: 10px;
491N/A height: 10px;
491N/A}
491N/A.yui3-skin-sam .yui3-symbolspanel-hidden .yui3-widget-hd .yui3-button-close {
491N/A display: none;
491N/A}
491N/A
491N/A/* ### resize-base/assets/skins/sam/resize-base.css ### */
491N/A/* usage postponed: may be later:
491N/A.yui3-resize,.yui3-resize-wrapper {
491N/A z-index: 0;
491N/A}
491N/A.yui3-resize-handle {
491N/A position: absolute;
491N/A display: block;
491N/A z-index: 100;
491N/A}
491N/A.yui3-resize-proxy {
491N/A position: absolute;
799N/A border: 1px dashed #000;
799N/A position: absolute;
799N/A z-index: 10000;
886N/A}
886N/A.yui3-resize-hidden-handles .yui3-resize-handle {
886N/A opacity: 0;
886N/A}
886N/A.yui3-resize-handle-t, .yui3-resize-handle-b {
891N/A width: 100%;
886N/A left: 0;
891N/A height: 6px;
886N/A}
886N/A.yui3-resize-handle-l, .yui3-resize-handle-r {
886N/A height: 100%;
886N/A top: 0;
886N/A width: 6px;
886N/A}
491N/A.yui3-resize-handle-t {
491N/A cursor: n-resize;
491N/A top: 0;
491N/A}
491N/A.yui3-resize-handle-b {
491N/A cursor: s-resize;
491N/A bottom: 0;
491N/A}
491N/A.yui3-resize-handle-l {
491N/A cursor: w-resize;
491N/A left: 0;
491N/A}
491N/A.yui3-resize-handle-r {
491N/A cursor: e-resize;
491N/A right: 0;
491N/A}
491N/A.yui3-resize-handle-inner {
491N/A position: absolute;
491N/A}
491N/A.yui3-resize-handle-inner-t, .yui3-resize-handle-inner-b {
491N/A margin-left: -8px;
491N/A left: 50%;
491N/A}
491N/A.yui3-resize-handle-inner-l, .yui3-resize-handle-inner-r {
491N/A margin-top: -8px;
491N/A top: 50%;
491N/A}
491N/A.yui3-resize-handle-inner-t {
491N/A top: -4px;
491N/A}
491N/A.yui3-resize-handle-inner-b {
491N/A bottom: -4px;
491N/A}
77N/A.yui3-resize-handle-inner-l {
491N/A left: -4px;
491N/A}
490N/A.yui3-resize-handle-inner-r {
490N/A right: -4px;
490N/A}
490N/A.yui3-resize-handle-tr, .yui3-resize-handle-br,
490N/A.yui3-resize-handle-tl, .yui3-resize-handle-bl {
490N/A height: 15px;
489N/A width: 15px;
490N/A z-index: 200;
491N/A}
491N/A.yui3-resize-handle-tr {
490N/A cursor: ne-resize;
490N/A top: 0;
490N/A right: 0;
490N/A}
490N/A.yui3-resize-handle-tl {
490N/A cursor: nw-resize;
490N/A top: 0;
490N/A left: 0;
491N/A}
491N/A.yui3-resize-handle-br {
491N/A cursor: se-resize;
491N/A bottom: 0;
491N/A right: 0;
491N/A}
491N/A.yui3-resize-handle-bl {
491N/A cursor: sw-resize;
491N/A bottom: 0;
491N/A left: 0;
491N/A}
491N/A.yui3-resize-handle-inner-r, .yui3-resize-handle-inner-l,
491N/A.yui3-resize-handle-inner-t, .yui3-resize-handle-inner-b,
491N/A.yui3-resize-handle-inner-tr, .yui3-resize-handle-inner-br,
491N/A.yui3-resize-handle-inner-tl, .yui3-resize-handle-inner-bl {
491N/A background-repeat: no-repeat;
491N/A background: url(img/arrows.png) no-repeat 0 0;
491N/A display: block;
491N/A height: 15px;
491N/A overflow: hidden;
491N/A text-indent: -99999em;
491N/A width: 15px;
491N/A}
491N/A.yui3-resize-handle-inner-br {
491N/A background-position: -30px 0;
491N/A bottom: -2px;
99N/A right: -2px;
491N/A}
491N/A.yui3-resize-handle-inner-tr {
491N/A background-position: -58px 0;
491N/A bottom: 0;
491N/A right: -2px;
491N/A}
491N/A.yui3-resize-handle-inner-bl {
491N/A background-position: -75px 0;
491N/A bottom: -2px;
126N/A right: -2px;
126N/A}
126N/A.yui3-resize-handle-inner-tl {
491N/A background-position: -47px 0;
491N/A bottom: 0;
491N/A right: -2px;
491N/A}
491N/A.yui3-resize-handle-inner-b,.yui3-resize-handle-inner-t {
491N/A background-position: -15px 0;
491N/A}
491N/A*/
491N/A
491N/A/* ##################################################################
491N/A * OpenGrok specific stuff
491N/A * ################################################################## */
491N/Abody {
126N/A background-color: #ededd5;
491N/A color: black;
491N/A font-family: sans-serif;
491N/A margin: 1ex 1ex 0 1ex;
491N/A}
491N/A
491N/Aa {
491N/A text-decoration: none;
491N/A color: #2030A2;
491N/A}
491N/Aa:active, a:hover {
491N/A text-decoration: underline;
491N/A}
491N/A
491N/Aimg, tt, form, pre {
491N/A border: 0;
491N/A}
491N/A
491N/Adel {
491N/A text-decoration: line-through;
491N/A}
491N/A
491N/Acaption {
126N/A caption-side:top;
491N/A margin: 1ex 0;
491N/A text-align: left;
491N/A}
126N/A
126N/Athead {
491N/A background-color: #d6d6c0;
994N/A}
994N/A
994N/Atbody tr:nth-child(EVEN) { /* alternate color for odd rows */
994N/A background-color: #e4e4cf;
994N/A}
994N/A
994N/Ainput, button {
994N/A border: 1px solid #755;
491N/A border-radius: 0.75ex;
491N/A -moz-border-radius: 0.75ex;
491N/A}
491N/Ainput {
491N/A background-color: #ffffff;
491N/A}
491N/Abutton {
491N/A background-color: #d6d6c0;
491N/A}
491N/Abutton.submit { /* start search button */
491N/A font-weight: bold;
491N/A}
491N/Abutton:hover, button:active {
491N/A background-color: #e0e0d0;
491N/A}
491N/A
491N/Alabel {
491N/A font-weight: bold;
491N/A}
491N/A
491N/A#page { }
491N/A
491N/A.error { /* error messages */
261N/A color: #a52a2a;
0N/A}
0N/A
77N/A.active { /* search: sort order, diffs: full|compact display */
77N/A font-weight: bold;
491N/A color: #c20097;
77N/A}
77N/A
77N/A/* ############### start of header ############## */
77N/A#whole_header { }
77N/A
491N/A/* *** banner/deco above navbar *** */
886N/A#header { }
886N/A#MastheadLogo { /* Logo.png */
886N/A width: 167px; /*171px; */
886N/A height: 43px; /* 40px; */
886N/A float: right;
886N/A background-image: url(img/combined.png);
886N/A background-repeat: no-repeat;
886N/A background-position: -153px 0;
886N/A margin: 0 0 1ex 0;
886N/A}
886N/A#pagetitle { /* short verbal summary/description of the shown content */
886N/A}
886N/A#filename { /* "Cross Reference: ..." */
886N/A font-size: xx-large;
886N/A font-weight: bold;
886N/A margin-right: 1em;
886N/A}
886N/A#Masthead {
886N/A clear: left;
886N/A font-family: monospace;
886N/A color: #888; /* slashes in the xref: line */
886N/A}
886N/A#sbar, #bar { /* full search and default navbar */
886N/A border-bottom: 1px solid #bba;
886N/A border-top: 1px solid #bba;
312N/A background-color: #FFFFE5;
491N/A margin: 0;
491N/A clear: both;
491N/A}
491N/A
491N/A/* *** full search navbar *** */
491N/A/* search form (#sbox) */
491N/A#sbox > p:last-of-type {
491N/A white-space: nowrap;
491N/A /* 11ex = width(#qtbl td:first-child) + margin-left(body) */
491N/A margin: 1ex 0 0.5ex 11ex;
491N/A}
491N/A#sbox > p:last-of-type > :nth-child(n+2) {
491N/A margin-left: 1ex;
491N/A}
491N/A#qtbl, #ptbl {
491N/A display: inline-block;
312N/A vertical-align: top;
491N/A}
491N/A/* query box */
491N/A#qtbl tr {
491N/A background: none; /* remove alternating colors */
491N/A}
491N/A#qtbl td:first-child {
491N/A width: 10ex;
491N/A text-align: right;
491N/A}
491N/A#qtbl td:nth-child(2) {
491N/A width: 45ex;
491N/A}
491N/A#qtbl input {
491N/A width: 100%;
491N/A}
491N/A/* project selection box */
491N/A#ptbl {
491N/A margin-left: 2em;
491N/A}
491N/A#ptbl > p {
491N/A text-align: center;
491N/A white-space: nowrap;
491N/A margin: 0.5ex 1ex;
491N/A}
491N/A#ptbl button {
491N/A font-size: small;
491N/A}
491N/A#ptbl button:first-of-type {
491N/A margin-left: 1em;
491N/A}
491N/A#ptbl select {
491N/A width: 100%;
491N/A}
491N/A#ptbl option {
491N/A padding: 0 1ex;
491N/A}
491N/A
491N/A/* *** default navbar *** */
491N/A#bar {
491N/A padding: 0.2em 0.5em;
491N/A}
491N/A#bar ul { /* every list item is displayed as a "menu" item */
491N/A display: inline-block;
491N/A list-style: none outside none;
491N/A margin: 0;
491N/A padding: 0;
491N/A /* white-space: nowrap; */ /* hmm, sometimes good, sometimes not ;-) */
491N/A}
491N/A#bar li { /* menu item */
491N/A display: inline-block;
491N/A margin-right: 1ex;
491N/A}
491N/A#bar li:last-child { /* avoid early line wrap */
491N/A margin-right: 0;
491N/A}
491N/A#bar a {
491N/A cursor: pointer;
491N/A}
491N/A#home, #history, #download, #annotate, #line, #defbox { /* menu item icons */
312N/A display: inline-block;
491N/A width: 18px;
491N/A height: 18px;
491N/A vertical-align: middle;
491N/A background-image: url(img/combined.png);
491N/A background-repeat: no-repeat;
491N/A margin-right: 0.25ex; /* distance between the icon and the label */
491N/A}
0N/A#home { /* h.gif */
491N/A background-position: 0 0;
491N/A}
77N/A#history { /* l.gif */
491N/A background-position: -18px 0;
491N/A}
491N/A#download { /* w.gif */
491N/A background-position: -36px 0;
491N/A}
0N/A#annotate { /* a.gif */
491N/A background-position: -54px 0;
491N/A}
77N/A#line { /* lno.gif */
491N/A background-position: -72px 0;
491N/A}
491N/A#defbox { /* slst.gif */
491N/A background-position: -90px 0;
491N/A}
491N/A#search { /* q.gif */
491N/A background-image: url(img/combined.png);
491N/A background-repeat: no-repeat;
491N/A background-position: -587px 2px; /* 2px padding */
491N/A padding-left: 19px;
491N/A min-height: 20px; /* 18px img + 2px padding */
491N/A}
491N/A
491N/A#sortfield {
491N/A display: inline-block;
491N/A margin-left: 6ex;
491N/A}
491N/A#sortfield label {
491N/A margin-right: 1ex;
491N/A}
491N/A#sortfield label:after {
491N/A content: ": ";
491N/A}
491N/A#sortby li:nth-child(n+2) :first-child::before {
491N/A content: "|";
491N/A padding: 0 1ex 0 0;
491N/A color: black;
491N/A font-size: large;
491N/A font-weight: normal;
491N/A display: inline-block;
491N/A}
491N/A/* ############### end of header ############## */
491N/A
491N/A
491N/A/* ############### start of content ############## */
491N/A#content {
491N/A position: fixed;
491N/A left: 0;
491N/A right: 0;
491N/A overflow: auto;
491N/A padding: 1ex; /* should be the same as body's margin */
491N/A}
491N/A
491N/A
491N/A/* *** help page - css prefix: hlp *** */
491N/A#help dfn { /* definitions */
491N/A text-decoration: underline;
491N/A}
491N/A#help dt {
491N/A font-weight: bold;
491N/A}
491N/A.hlpfields, .hlpexample {
491N/A margin-left: 3em;
491N/A}
491N/A
99N/A
491N/A/* *** history page - css prefix: rev *** */
491N/A#revisions {
491N/A /* width: 100%; */ /* table with the history info for a file */
58N/A /* border-collapse: collapse; */ /* looks better with a small divider */
77N/A}
491N/A#revisions > thead > tr > th > a, #revisions > tbody > tr > td > p {
491N/A cursor: row-resize;
491N/A}
77N/A#revisions th:last-child {
491N/A text-align: left;
491N/A padding: 0 0.5ex;
99N/A}
58N/A#revisions td {
491N/A padding: 0.5ex;
58N/A text-align: center;
491N/A}
491N/A#revisions td:first-child {
491N/A /* rev number - git/mercurial revs numbers look bad with prop. fonts */
491N/A font-family: monospace;
207N/A text-align: right;
491N/A}
491N/A#revisions td > p { /* log message in comment column */
491N/A margin: 0;
491N/A white-space: pre;
491N/A text-align: left;
491N/A}
297N/A#revisions td > div { /* modified file list in comment column */
491N/A text-align: left;
508N/A}
910N/A.revh { /* modified file list content */
508N/A font-size: small;
508N/A margin-left: 2em;
508N/A display: block;
491N/A}
274N/A
274N/A.rssbadge { /* RSS/XML Feed on history page */
491N/A text-align: right;
491N/A margin: 1ex 0;
491N/A}
491N/A
491N/A
491N/A/* *** diff page *** */
491N/A
930N/A/* diff sub navigation bar: css prefix: db */
930N/A#diffbar { /* diff navbar: contains the tabs to select diff format */
583N/A margin-top: 1.5ex;
583N/A border-bottom: 1px solid #999;
491N/A white-space: nowrap;
583N/A}
491N/A.m, .dtm {
261N/A /* -: "Deleted" heading + highlight of deleted text in diff lines */
491N/A background-color: #ffcc40;
491N/A}
491N/A.p, .dtp {
491N/A /* +: "Added" heading + highlight of added text in diff lines */
491N/A background-color: #8bd98b;
491N/A}
270N/A.dblegend, .dbtabs, .dbformats {
491N/A display: inline-block;
491N/A}
491N/A.dblegend {
491N/A /* bottom must be the same as .tabs span(padding-bottom) */
491N/A margin: 0 3ex 0.75ex 1ex;
979N/A}
264N/A.dblegend .m, .dblegend .p, .dbformat {
491N/A padding: 0.2ex 1ex; /* bottom must be less than margin-bottom(.dblegend) */
491N/A}
491N/A.dbtab {
491N/A padding: 0.75ex 1ex;
491N/A margin-left: 1ex;
491N/A border: 1px solid #999; /* should be the same as for #diffbar above */
491N/A border-radius: 0.75ex 0.75ex 0 00;
491N/A -moz-border-radius: 0.75ex 0.75ex 0 00;
915N/A background-color: #f5f5dc; /* navbar like */
491N/A}
491N/A.dbtabs .active, .dbformats .active {
0N/A background-color: #d6d6c0; /* same as for table thead */
260N/A}
260N/A.dbtabs .active {
260N/A border-bottom-style: dashed;
0N/A}
.dbformats {
margin-left: 3ex; /* see margin-left .dblegend */
}
.dbformat {
border: 1px solid #755; /* same as for input */
border-radius: 0.75ex;
-moz-border-radius: 0.75ex;
background-color: #f5f5dc; /* #bar like */
margin-left: 1ex;
}
/* the diff content sections (sdiff, new, old, udiff, tdiff): css prefix: dt */
#difftable {
font-family: monospace;
font-size: small;
margin: 1ex 0 0 0; /* margin-top should be the same as for the footer */
white-space: pre;
}
#dtsdiff, #dtudiff, #dtwdiff, #dtnew, #dtold { /* tables */
table-layout: fixed;
border-collapse: collapse;
border-right: 1px solid black;
border-left: 1px solid black;
}
#dtsdiff td:nth-child(2), #dtsdiff th:first-child, #dtwdiff th:first-child {
border-right: 1px solid black; /* same as above */
}
#dtsdiff th { /* the table head cells for sdiffs */
padding-top: 1ex;
width: 50%; /* usually both rev. have changes: eq. space for both */
}
.dtn, .dtm, .dtp { /* linenum cells: normal, deleted, added indicator */
font-style: italic;
color: #888; /* should be the same as for #nums */
border-right: 1px solid #ddd;
padding: 0.5em 1ex;
text-align: right;
}
.dtn { /* table cell with normal line numbers for unchanged source */
background-color: #e4e4c8; /* should be the same as for #nums */
}
.dtm { /* table cell with line numbers with deleted source */
text-decoration: line-through;
}
.dts { /* table cell with source code */
padding: 0.5em;
}
.dti { /* table cell with an image */
padding: 5px;
}
.dtk { /* border between the context and real diff lines */
border-bottom: 1px dashed #ccc;
}
.dtl { /* hidden block info row */
background-color: #67c4eb !important;
}
.dth { /* hidden block info cell */
padding: 1ex;
text-align: center;
border: 1px solid #ff9900;
}
.dte { /* common [hidden] source block row */
display: none;
}
.dtl, .dte { /* for wdiff indicate expandable/collapseable source rows */
cursor: row-resize;
}
.dte .dtn, .dte .dts {
border: 1px solid #ff9900;
}
/* *** list aka xref stuff *** */
/* directory listing */
#dirlist { /* the "Name" column */
font-family: monospace;
border-style: none;
border-collapse: collapse;
}
.u, .v, .w {
background-image: url(img/combined.png);
background-repeat: no-repeat;
width: 15px;
height: 15px;
padding: 0;
vertical-align: middle;
margin: 0 1ex 0 1em;
}
.u { /* directory open: do.gif */
background-position: -108px 0;
}
.v { /* directory: d.gif */
background-position: -123px 0;
}
.w { /* file: p.gif */
background-position: -138px 0;
}
.x { /* last modified date highlighting */
color: #b200b2;
}
#dirlist td:nth-child(n+2) { /* all but the first column */
padding-right: 1em;
}
#dirlist tbody td:nth-child(4) {
text-align: right; /* CSS3 may allow " " (single space char) */
}
/* source file display */
#src {
font-family: monospace;
white-space: pre;
padding: 0;
font-weight: normal;
display: block;
width: auto;
overflow: hidden; /* avoid 2nd scrollbar */
}
#linenums, #annos, #lines { /* line number, annotation, source code container */
vertical-align: top;
}
#linenums, #annos {
display: none; /* and inline-block after calculation */
}
#lines {
display: inline-block;
}
#nids, #nums, #revision, #author, #lines { /* sub containers of the above */
display: inline-block;
vertical-align: baseline;
}
#nums, #revision, #author {
background-color: #e4e4c8;
border-right: 1px solid #ddd;
color: #888;
margin-right: .5ex;
cursor: pointer;
padding: 0 1ex;
}
#nums, #revision {
text-align: right;
}
#author {
text-align: center;
}
#nums > div:nth-child(10n) { /* highlighted line number */
color: #000;
}
.l, .hl, /* old [highlighted] linenumber "column" in #src, #results, #more */
.r, .a { /* old annotation block: revision, author */
display: inline-block;
width: 6ex;
text-align: right;
padding: 0 1ex;
margin-right: .5ex;
background-color: #e4e4c8;
border-right: 1px solid #ddd;
color: #888;
}
.hl { /* old highlighted line number */
color: #000;
}
.a { /* old author name "column" (annotation) */
text-align: center;
}
/* source code highlighting - see org/opengrok/analysis/$lang/*Xref.lex */
.n { /* numbers/label */ color: #a52a2a; }
.s { /* strings */ color: green; }
.c { /* comment */ color: #666; }
.b { /* bold */ color: #000; font-weight: bold; }
.k { /* block display */ color: #000; font-family: monospace; }
.d { /* symbol definition */ color: #909; font-weight: bold; }
/* source code entities, which can be used in references */
.xm { /* macro */ color: #c66; font-weight: bold; }
.xa { /* argument */ color: #60c; font-weight: bold; }
.xl { /* local */ color: #963; font-weight: bold; }
.xv { /* variable */ color: #c30; font-weight: bold; }
.xc { /* class */ color: #909; font-weight: bold; font-style: italic; }
.xp { /* package */ color: #909; font-weight: bold; font-style: italic; }
.xi { /* interface */ color: #909; font-weight: bold; font-style: italic; }
.xn { /* namespace */ color: #909; font-weight: bold; font-style: italic; }
.xe { /* enum */ color: #909; font-weight: bold; font-style: italic; }
.xer{ /* enumerator */ color: #909; font-weight: bold; font-style: italic; }
.xs { /* struct */ color: #909; font-weight: bold; font-style: italic; }
.xt { /* typedef */ color: #909; font-weight: bold; font-style: italic; }
.xts{ /* typedefs */ color: #909; font-weight: bold; font-style: italic; }
.xu { /* union */ color: #909; font-weight: bold; font-style: italic; }
.xfld{ /* field */ color: #090; font-weight: bold; }
.xmb{ /* member */ color: #090; font-weight: bold; }
.xf { /* function */ color: #00f; font-weight: bold; }
.xmt{ /* method */ color: #00f; font-weight: bold; }
.xsr{ /* subroutine */ color: #00f; font-weight: bold; }
/* troff source pages - css prefix: mn */
#man table, #man td {
background-color: #ddddcc;
border: 1px;
padding: 2px;
}
#man p { /* a troff paragraph */
margin-top: 0.5em;
margin-bottom: 0;
}
.mnhd { /* man section heading/title etc., supplements .b */
color: #000;
font-weight: bold;
margin-top: 2em;
}
.mnrs { /* a right-shifted block */
margin-left: 3em;
margin-bottom: 1em;
}
/* Symbol list popup */
#symbolsBB { /* the container aka Bounding Box of the content box */
resize: both;
overflow: hidden;
box-shadow: 0 0 5px #333333;
}
#symbolsCB { /* the container aka Content Box of the head, body and footer */
border: solid 1px #c0c0c0;
background: none;
overflow: hidden;
}
#symbolsHd { /* the head */
overflow: hidden;
cursor: move;
}
#symbolsHd h3 { /* the title in the head */
font-size: medium;
margin: 0;
padding: 0;
text-align: center;
}
#symbols { /* the body */
overflow: auto;
padding: 0 0 0 1ex;
background-color: rgba(255, 255, 204, 0.75);
}
#symbols h4 { /* symbols section titles */
margin: 1.5ex 0 0 0;
}
#symbols h4:first-child { /* first symbols section title */
margin: 0.25ex 0 0 0;
}
#symbols ul { /* a list of symbols */
list-style: none;
margin: 0;
padding: 0 1ex;
}
#symbols a { /* entries aka symbols */
font-size: medium;
font-weight: normal;
}
#symbolsFt { /* the footer */
background-color: rgba(255,255,204,0.75);
overflow: hidden;
padding: 0;
margin: 0;
height: 0;
}
/* usage postponed
.yui3-resize-handle-t, .yui3-resize-handle-tr, .yui3-resize-handle-tl {
top: -0.5ex;
}
.yui3-resize-handle-b, .yui3-resize-handle-br, .yui3-resize-handle-bl {
bottom: -0.5ex;
}
.yui3-resize-handle-tr, .yui3-resize-handle-r, .yui3-resize-handle-br {
right: -0.5ex;
}
.yui3-resize-handle-tl, .yui3-resize-handle-l, .yui3-resize-handle-bl {
left: -0.5ex;
}
*/
/* *** search result page (#results) - css prefix: rs ***/
#results p { /* pagetitle and slider */
padding: 0.5em;
}
.rsd { /* directory row above matched files */
background-color: #d6d6c0 !important;
}
.rsdl { /* directory link within .rsdir */
padding-left: 1em;
}
.rsdd { /* directory description */
font-style: italic;
color: green;
font-weight: bold;
}
.rsq { /* 1st column: H A D */
white-space: nowrap;
font-size: xx-small;
padding: 0 1ex;
}
.rsf { /* 2nd column: filename */
min-width: 5em;
padding: 0 1ex;
}
.rscon { /* 3rd column: line number + matched line contents */
font-size: small;
}
.rsh { /* hit aka matched line contents via search.jsp/more.jsp
(PlainLineTokenizer.lex, Context.java) */
color: #000;
}
/* .rshh - hit highlite - unused? */
.rshd { /* hit aka match type description (method, interface etc.) */
font-style: italic;
color: green;
font-weight: bold;
}
/* page slider (.slider) components */
.rsps { /* page number of the shown search results page */
background-color: #d6d6c0;
border: 1px #998 solid;
padding: .5em;
margin: 1px;
}
.rspn { /* page numbers of not shown serach result pages */
border: 1px #bba solid;
padding: .3em;
margin: 1px;
}
/* *** more results page ***/
#more {
line-height: 1.25em;
}
#more b { /* highlight matches */
background-color: #d6d6c0;
}
/* ############### start of footer ############## */
#footer {
color: #755;
font-size: small;
margin: 1ex 0;
border-top: 1px solid #bba;
}
#footer p { /* footer text */
padding: 0;
margin: 0.2em;
text-align: center;
}
#fti { /* servedby.png */
display: inline-block;
width: 177px;
height: 37px;
vertical-align: middle;
background-image: url(img/combined.png);
background-repeat: no-repeat;
background-position: -320px 0;
}
#rssi { /* rss.png */
display: inline-block;
width: 80px;
height: 15px;
vertical-align: middle;
background-image: url(img/combined.png);
background-repeat: no-repeat;
background-position: -497px 0;
}
/* ############### end of footer ############## */
.yui3-tooltip {
position: absolute;
overflow: hidden;
width: inherit;
height: inherit;
}
.yui3-tooltip-hidden {
visibility: hidden; /* do NOT use display: none - we rely on this */
}
.yui3-tooltip-content {
color: #000;
font-size: small;
font-weight: normal;
padding: 2px 5px;
border-color: #d4c237 #a6982b #a6982b #a6982b;
border-width: 1px;
border-style: solid;
background-color: rgba(255,255,204,0.75);
}