1186N/A/* common stuff */
949N/Abody {
1294N/A font-family: sans-serif;
1186N/A margin: 1ex 1ex 0 1ex;
954N/A}
954N/A
1186N/Aa {
949N/A text-decoration: none;
1186N/A color: #2030A2;
1186N/A}
1186N/Aa:active, a:hover {
1186N/A text-decoration: underline;
1186N/A}
1186N/A
1186N/Aimg, tt, form, pre {
1186N/A border: 0;
1186N/A}
1186N/A
1186N/Adel {
1186N/A text-decoration: line-through;
1186N/A}
1186N/A
1186N/Acaption {
1186N/A caption-side:top;
1186N/A margin: 1ex 0;
1186N/A text-align: left;
1186N/A}
1186N/A
1186N/Athead {
1186N/A color: white;
1186N/A background-color: #616ca7;
1186N/A}
1186N/A
1186N/Atbody tr:nth-child(EVEN) { /* alternate color for odd rows */
1186N/A background-color: #e5e5e5;
1186N/A}
1186N/A
1186N/Ainput, button {
1186N/A border: 1px solid #755;
1186N/A border-radius: 0.75ex;
1186N/A -moz-border-radius: 0.75ex;
1390N/A}
1390N/Ainput { /* text input fields */
1390N/A background-color: #ffffff;
1390N/A}
1390N/Abutton {
1186N/A background-color: #e5e5e5;
1186N/A}
1390N/Abutton.submit { /* start search button */
1390N/A font-weight: bold;
1390N/A}
1186N/A
1186N/Alabel {
1186N/A font-weight: bold;
1186N/A}
1186N/A
1186N/A#page { }
1186N/A
1186N/A.error { /* error messages */
1186N/A color: #a52a2a;
1186N/A}
1186N/A
1186N/A/* ############### start of header ############## */
1186N/A#whole_header {
1186N/A display: none;
1186N/A}
1186N/A
1186N/A#pagetitle { /* short verbal summary/description of the shown content */
1186N/A}
1186N/A
1186N/A/* required for help page, only */
1186N/A#sbar { /* full search navbar */
1186N/A border-bottom: 1px solid #bba;
1186N/A border-top: 1px solid #bba;
1186N/A background-color: #FFFFE5;
1186N/A margin: 0;
1186N/A clear: both;
1186N/A}
1186N/A
1186N/A/* *** full search navbar *** */
1390N/A#sbox > p:last-of-type {
1390N/A white-space: nowrap;
1390N/A /* 11ex = width(#qtbl td:first-child) + margin-left(body) */
1390N/A margin: 1ex 0 0.5ex 11ex;
1390N/A}
1390N/A#sbox > p:last-of-type > :nth-child(n+2) {
1390N/A margin-left: 1ex;
1390N/A}
1186N/A#qtbl, #ptbl {
1186N/A display: inline-block;
1186N/A vertical-align: top;
1186N/A}
1186N/A#qtbl tr {
1186N/A background: none; /* remove alternating colors */
1186N/A}
1390N/A#qtbl td:first-child {
1390N/A width: 10ex;
1390N/A text-align: right;
1390N/A}
1390N/A#qtbl td:nth-child(2) {
1390N/A width: 45ex;
1390N/A}
1390N/A#qtbl input {
1390N/A width: 100%;
1390N/A}
1390N/A#ptbl {
1390N/A margin-left: 2em;
1390N/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#ptbl button {
1186N/A font-size: small;
1186N/A}
1186N/A#ptbl button:first-of-type {
1186N/A margin-left: 1em;
1186N/A}
1186N/A#ptbl select {
1186N/A width: 100%;
1186N/A}
1186N/A#ptbl option {
1186N/A padding: 0 1ex;
1186N/A}
1186N/A/* ############### end of header ############## */
1186N/A
1186N/A
1186N/A/* ############### start of content ############## */
1186N/A#content {
1384N/A position: relative !important;
1384N/A top: 0 !important;
1384N/A bottom: auto !important;
1186N/A}
1186N/A
1186N/A
1186N/A/* *** help page *** */
1186N/A#help dfn { /* definitions */
1186N/A text-decoration: underline;
1186N/A}
1186N/A#help dt {
1186N/A font-weight: bold;
949N/A}
1390N/A.hlpfields, .hlpexample {
1390N/A margin-left: 3em;
1186N/A}
1186N/A
1186N/A
1186N/A/* *** history page *** */
1390N/A#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}
1423N/A#revisions th:last-child {
1423N/A text-align: left;
1423N/A padding: 0 0.5ex;
1186N/A}
1423N/A#revisions td {
1423N/A padding: 0.5ex;
1423N/A text-align: center;
1423N/A}
1423N/A#revisions 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}
1423N/A#revisions td > p { /* log message in comment column */
1423N/A margin: 0;
1423N/A white-space: pre;
1423N/A text-align: left;
1186N/A}
1423N/A#revisions td > div { /* modified file list in comment column */
1423N/A text-align: left;
1423N/A}
1423N/A.revh { /* modified file list content */
1423N/A font-size: small;
1423N/A margin-left: 2em;
1423N/A display: block;
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 */
949N/A display: none;
949N/A}
949N/A
1186N/A#difftable {
1388N/A font-family: monospace;
1186N/A font-size: small;
1388N/A margin: 1ex 0 0 0;
1388N/A white-space: pre;
1186N/A}
1388N/A.m, .dtm {
1186N/A /* "Deleted" heading + highlight of deleted text in diff lines */
1186N/A background-color: #ffcc40;
949N/A}
1388N/A.p, .dtp {
1186N/A /* "Added" heading + highlight of added text in diff lines */
1186N/A background-color: #8bd98b;
1186N/A}
1468N/A#dtsdiff, #dtudiff, #dtwdiff, #dtnew, #dtold {
1186N/A table-layout: fixed;
1186N/A border-collapse: collapse;
1388N/A border-right: 1px solid black;
1388N/A border-left: 1px solid black;
949N/A}
1468N/A#dtsdiff td:nth-child(2), #dtsdiff th:first-child, #dtwdiff th:first-child {
1388N/A border-right: 1px solid black; /* same as above */
1388N/A}
1388N/A#dtsdiff th { /* usually both rev. have changes: eq. space for both */
1186N/A padding-top: 1ex;
1186N/A width: 50%;
1186N/A}
1468N/A.dtn, .dtm, .dtp { /* linenum cells: normal, deleted, added indicator */
1388N/A font-style: italic;
1388N/A color: #888; /* should be the same as for #nums */
1388N/A border-right: 1px solid #ddd;
1468N/A padding: 0.5em 1ex;
1388N/A text-align: right;
949N/A}
1468N/A.dtn { /* table cell with normal line numbers for unchanged source */
1388N/A background-color: #e4e4c8; /* should be the same as for #nums */
949N/A}
1468N/A.dtm { /* table cell with line numbers with deleted source */
1388N/A text-decoration: line-through;
1388N/A}
1468N/A.dts { /* table cell with source code */
1468N/A padding: 0.5em;
1388N/A}
1468N/A.dti { /* table cell with an image */
1186N/A padding: 5px;
949N/A}
1388N/A.dtk { /* border between the context and real diff lines */
1186N/A border-bottom: 1px dashed #ccc;
1186N/A}
1468N/A.dtl { /* hidden block info row */
1468N/A background-color: #67c4eb !important;
1468N/A}
1468N/A.dth { /* hidden block info cell */
1468N/A padding: 1ex;
1468N/A text-align: center;
1468N/A border: 1px solid #ff9900;
1468N/A}
1468N/A.dte { /* common [hidden] source block row */
1468N/A display: none;
1468N/A}
1468N/A.dte .dtn, .dte .dts {
1468N/A border: 1px solid #ff9900;
1468N/A}
949N/A
949N/A
1186N/A/* *** list aka xref stuff *** */
949N/A
1186N/A/* directory listing */
1389N/A#dirlist { /* the "Name" column */
1294N/A font-family: monospace;
1186N/A border-style: none;
1186N/A border-collapse: collapse;
1186N/A}
1389N/A.u, .v, .w {
1389N/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}
1389N/A.u { /* directory open: do.gif */
1389N/A background-position: -108px 0;
1186N/A}
1389N/A.v { /* directory: d.gif */
1389N/A background-position: -123px 0;
1186N/A}
1389N/A.w { /* file: p.gif */
1389N/A background-position: -138px 0;
1389N/A}
1463N/A.x { /* last modified date highlighting */
1463N/A color: #b200b2;
1463N/A}
1186N/A#dirlist td:nth-child(n+2) { /* all but the first column */
1186N/A padding-right: 1em;
1186N/A}
1186N/A#dirlist tbody td:nth-child(4) {
1186N/A text-align: right; /* CSS3 may allow " " (single space char) */
1186N/A}
1128N/A
1128N/A
1370N/A/* source file display */
1384N/A#src {
1370N/A font-family: monospace;
1370N/A white-space: pre;
1384N/A padding: 0;
1370N/A font-weight: normal;
1384N/A display: block;
1384N/A width: auto;
1384N/A overflow: visible !important;
1370N/A}
1384N/A#linenums, #annos, #lines { /* line number, annotation, source code container */
1384N/A vertical-align: top;
1384N/A display: inline-block;
1384N/A}
1384N/A#nids, #nums, #revision, #author, #lines { /* sub containers of the above */
1384N/A display: inline-block;
1384N/A vertical-align: baseline;
1384N/A}
1384N/A#nums, #revision, #author {
1384N/A background-color: #ffffcc;
1384N/A border-right: 1px solid #ddd;
1384N/A color: #888;
1384N/A margin-right: .5ex;
1384N/A padding: 0 1ex;
1384N/A}
1384N/A#nums, #revision {
1384N/A text-align: right;
1384N/A}
1384N/A#author {
1384N/A text-align: center;
1384N/A}
1384N/A#nums > div:nth-child(10n) { /* highlighted line number */
1384N/A color: #000;
1384N/A}
1390N/A.l, .hl, .r, .a { /* 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: #ffffcc;
1186N/A border-right: 1px solid #ddd;
1186N/A color: #888;
1186N/A}
1390N/A.hl { /* highlighted line number */
949N/A color: #000;
949N/A}
1390N/A.a { /* author name "column" (annotation) */
1186N/A text-align: center;
1186N/A}
1186N/A/* source code highlighting - see org/opengrok/analysis/$lang/*Xref.lex */
1390N/A.n { /* numbers/label */ color: #a52a2a; }
1390N/A.s { /* strings */ color: green; }
1390N/A.c { /* comment */ color: #666; }
1390N/A.b { /* heading/title/bold */ color: #000; font-weight: bold; }
1390N/A.k { /* block display */ color: #000; font-family: monospace; }
1390N/A.d { /* symbol definition */ color: #909; font-weight: bold; }
1186N/A
1390N/A.xm { /* macro */ color: #c66; font-weight: bold; }
1390N/A.xa { /* argument */ color: #60c; font-weight: bold; }
1390N/A.xl { /* local */ color: #963; font-weight: bold; }
1390N/A.xv { /* variable */ color: #c30; font-weight: bold; }
1390N/A.xc { /* class */ color: #909; font-weight: bold; font-style: italic; }
1390N/A.xp { /* package */ color: #909; font-weight: bold; font-style: italic; }
1390N/A.xi { /* interface */ color: #909; font-weight: bold; font-style: italic; }
1390N/A.xn { /* namespace */ color: #909; font-weight: bold; font-style: italic; }
1390N/A.xe { /* enum */ color: #909; font-weight: bold; font-style: italic; }
1390N/A.xer{ /* enumerator */ color: #909; font-weight: bold; font-style: italic; }
1390N/A.xs { /* struct */ color: #909; font-weight: bold; font-style: italic; }
1390N/A.xt { /* typedef */ color: #909; font-weight: bold; font-style: italic; }
1390N/A.xts{ /* typedefs */ color: #909; font-weight: bold; font-style: italic; }
1390N/A.xu { /* union */ color: #909; font-weight: bold; font-style: italic; }
1390N/A.xfld{ /* field */ color: #090; font-weight: bold; }
1390N/A.xmb{ /* member */ color: #090; font-weight: bold; }
1390N/A.xf { /* function */ color: #00f; font-weight: bold; }
1390N/A.xmt{ /* method */ color: #00f; font-weight: bold; }
1390N/A.xsr{ /* subroutine */ color: #00f; font-weight: bold; }
949N/A
1186N/A#man table, #man td { /* #man == troff src */
1186N/A background-color: #e5e5e5;
1186N/A border: 1px;
1186N/A padding: 2px;
1186N/A}
1186N/A#man p { /* a troff paragraph */
1186N/A margin-top: 0.5em;
1186N/A margin-bottom: 0;
1186N/A}
1390N/A.mnhd { /* man section headings etc. */
1390N/A color: #000;
1390N/A font-weight: bold;
1186N/A margin-top: 2em;
1186N/A}
1390N/A.mnrs { /* a right-shifted block */
1186N/A margin-left: 3em;
1186N/A margin-bottom: 1em;
1186N/A}
1186N/A
1364N/A/* Symbol list popup */
1370N/A#symbolsBB {
1186N/A display: none;
1186N/A}
1186N/A
1390N/A/* search result page (#results) */
1186N/A#results p { /* pagetitle and slider */
1186N/A padding: 0.5em;
1186N/A}
1390N/A.rsd { /* directory row above matched files */
1390N/A background-color: #cccccc !important;
1186N/A}
1390N/A.rsdl { /* directory link */
1186N/A padding-left: 1em;
1186N/A}
1390N/A.rsdd { /* directory description */
1390N/A font-style: italic;
1390N/A color: green;
1390N/A font-weight: bold;
1390N/A}
1390N/A.rsq { /* 1st column: H A D */
1186N/A white-space: nowrap;
1186N/A font-size: xx-small;
1186N/A padding: 0 1ex;
1186N/A}
1390N/A.rsf { /* 2nd column: filename */
1186N/A min-width: 5em;
1186N/A margin-left: 1em;
1186N/A padding: 0 1ex;
1186N/A}
1390N/A.rscon { /* 3rd column: line number + matched line contents */
1186N/A font-size: small;
1186N/A}
1390N/A.rsh {
1186N/A color: #000;
1186N/A}
1390N/A.rshd { /* directory description */
1390N/A font-style: italic;
1186N/A color: green;
1186N/A font-weight: bold;
1186N/A}
1390N/A.rsps { /* slider item for the shown search result page */
1186N/A background-color: #e5e5e5;
1186N/A border: 1px #998 solid;
1186N/A padding: .5em;
1186N/A margin: 1px;
1146N/A}
1390N/A.rspn { /* slider item for the n-th search result page */
1186N/A border: 1px #bba solid;
1186N/A padding: .3em;
1186N/A margin: 1px;
1186N/A}
1186N/A
1390N/A/* *** more page ***/
1390N/A#more {
1390N/A line-height: 1.25em;
1390N/A}
1390N/A#more b { /* highlight matches */
1390N/A background-color: #e5e5e5;
1390N/A}
1390N/A
1390N/A
1186N/A/* ############### start of footer ############## */
1186N/A#footer {
1186N/A color: #755;
1186N/A font-size: small;
1186N/A margin: 1ex 0;
1186N/A border-top: 1px solid #bba;
1186N/A}
1186N/A#footer p { /* footer text */
1186N/A padding: 0;
1186N/A margin: 0.2em;
1186N/A text-align: center;
1146N/A}
1186N/A#fti { /* servedby.png */
1186N/A display: inline-block;
1186N/A width: 177px;
1186N/A height: 37px;
1186N/A vertical-align: middle;
1389N/A background-image: url(img/combined.png);
1186N/A background-repeat: no-repeat;
1389N/A background-position: -320px 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;
1389N/A background-image: url(img/combined.png);
1186N/A background-repeat: no-repeat;
1389N/A background-position: -497px 0;
1186N/A}
1356N/A/* ############### end of footer ############## */
1356N/A
1364N/A/* don't print tooltips */
1356N/A.yui3-tooltip, .yui3-tooltip-content, .yui3-tooltip-hidden {
1356N/A display: none;
1356N/A}