print.css revision 1384
1186N/A/* common stuff */
949N/Abody {
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;
1186N/A}
1186N/A
1186N/Aa:visited, a:active, a:hover {
1186N/A color: #202062;
1186N/A}
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 #bbbbff;
1186N/A border-radius: 0.75ex;
1186N/A -moz-border-radius: 0.75ex;
1186N/A background-color: #a3b8cb;
1186N/A}
1186N/A
1186N/Alabel {
1186N/A font-weight: bold;
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/* ############### 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 */
1302N/A border-top: 1px solid #ffc726;
1186N/A background-color: #FFFFE5;
1186N/A margin: 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;
1186N/A}
1186N/A
1186N/A#qtbl input.q {
1186N/A width: 100%;
1186N/A}
1186N/A
1186N/A#ptbl {
1186N/A margin-left: 2em;
949N/A}
949N/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 > 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/Ainput.q { /* text input fields */
1186N/A background-color: #ffffff;
1186N/A border: 1px solid #bbbbff;
1186N/A}
1186N/A
1186N/Ainput.submit { /* start search button */
1186N/A font-weight: bold;
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
1186N/A#help .fields, #help .example {
1186N/A margin-left: 3em;
1186N/A}
1186N/A
1186N/A#help dt {
1186N/A font-weight: bold;
949N/A}
949N/A
1186N/A
1186N/A/* *** more page ***/
1186N/A#more {
1186N/A line-height: 1.25em;
1186N/A}
1186N/A
1186N/A#more b { /* highlight matches */
1186N/A background-color: #e5e5e5;
1186N/A}
1186N/A
1186N/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}
1186N/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;
1186N/A}
1186N/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 */
949N/A display: none;
949N/A}
949N/A
1186N/A#difftable .d {
1186N/A /* "Deleted" heading + highlight of deleted text in diff lines */
1186N/A background-color: #ffcc40;
949N/A}
949N/A
1186N/A#difftable .a {
1186N/A /* "Added" heading + highlight of added text in diff lines */
1186N/A background-color: #8bd98b;
1186N/A}
1186N/A
1186N/A#difftable {
1186N/A font-size: small;
1186N/A}
1186N/A
1186N/A#difftable table { /* left side == prev. rev; right side "current" rev */
1186N/A table-layout: fixed;
1186N/A border-collapse: collapse;
949N/A}
949N/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}
949N/A
1186N/A#difftable .plain td {
1186N/A padding: 2px;
949N/A}
949N/A
1186N/A#difftable .image td {
1186N/A padding: 5px;
949N/A}
949N/A
1186N/A#difftable .k { /* border between the context and real diff lines */
1186N/A border-bottom: 1px dashed #ccc;
1186N/A}
949N/A
949N/A
1186N/A/* *** list aka xref stuff *** */
1128N/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}
1128N/A
1186N/A#dirlist .r, #dirlist .p {
1186N/A padding: 0;
1186N/A margin: 0 0 0 1em;
1186N/A}
1128N/A
1186N/A#dirlist td:nth-child(n+2) { /* all but the first column */
1186N/A padding-right: 1em;
1186N/A}
1128N/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: #dddddd;
1384N/A border-right: 1px solid #ddd;
1384N/A color: #666;
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}
1384N/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: #dddddd;
1186N/A border-right: 1px solid #ddd;
1186N/A color: #666;
1186N/A}
1384N/A#src .hl { /* highlighted line number */
949N/A color: #000;
949N/A}
1186N/A.blame .r { /* revision number "column" (annotation) */
1186N/A text-align: right;
1186N/A}
1186N/A.blame .a { /* author name "column" (annotation) */
1186N/A text-align: center;
1186N/A}
1186N/A/* source code highlighting - see org/opengrok/analysis/$lang/*Xref.lex */
1370N/A#lines .n { /* numbers/label */ color: #a52a2a; }
1370N/A#lines .s { /* strings */ color: green; }
1370N/A#lines .c { /* comment */ color: #666; }
1370N/A#lines .b { /* heading/title/bold */ color: #000; font-weight: bold; }
1370N/A#lines .k { /* block display */ color: #000; font-family: monospace; }
1370N/A#lines .d { /* symbol definition */ color: #909; font-weight: bold; }
1186N/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; }
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
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 */
1370N/A#symbolsBB {
1186N/A display: none;
1186N/A}
1186N/A
1186N/A/* search result page */
1186N/A#results {
1186N/A}
1186N/A
1186N/A#results p { /* pagetitle and slider */
1186N/A padding: 0.1em;
1186N/A}
1186N/A
1186N/A#results .dir { /* directory row above matched files */
1186N/A background-color: #cccccc;
1186N/A}
1186N/A
1186N/A#results .dir td { /* directory link */
1186N/A padding-left: 1em;
1186N/A}
1146N/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 */
1186N/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 padding-left: 1ex;
1186N/A}
1186N/A
1186N/A#results .sel { /* 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}
1186N/A
1186N/A#results .more { /* 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
1186N/A/* ############### start of footer ############## */
1186N/A#footer {
1186N/A color: #777777;
1186N/A font-size: small;
1186N/A margin: 1ex 0;
1186N/A border-top: 1px solid #bba;
1186N/A}
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
1186N/A#fti { /* servedby.png */
1186N/A display: inline-block;
1186N/A width: 208px;
1186N/A height: 45px;
1186N/A vertical-align: middle;
1186N/A background-image: url(./img/combined.png);
1186N/A background-repeat: no-repeat;
1186N/A background-position: -171px 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: -459px 0;
1186N/A}
1302N/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}