[BACK]Return to style.css CVS log [TXT][DIR] Up to [cvsweb.bsd.lv] / mandoc

Annotation of mandoc/style.css, Revision 1.13

1.8       kristaps    1: div.body       { color: #333333;
                      2:                  max-width: 800px;
                      3:                  padding-left: 10px;
                      4:                  font-size: smaller;
                      5:                  font-family: Verdana, Tahoma, Arial, sans-serif; }
1.10      kristaps    6:
1.12      kristaps    7: div.sec-head   { font-weight: bold; color: blue; } /* Sections (Sh). */
1.11      kristaps    8: div.sec-body   { }
                      9: div.sec-block  { }
1.12      kristaps   10: div.ssec-head  { font-weight: bold; color: blue; } /* Sub-sections (Ss). */
1.11      kristaps   11: div.ssec-body  { }
                     12: div.ssec-block { }
1.12      kristaps   13:
1.11      kristaps   14: span.addr      { } /* Address (Ad). */
                     15: span.arg       { font-style: italic; } /* Command argument (Ar). */
                     16: span.author    { } /* Author name (An). */
                     17: span.cmd       { font-weight: bold; } /* Command (Cm). */
                     18: span.config    { font-weight: bold; } /* Config statement (Cd). */
                     19: span.define    { } /* Defines (Dv). */
                     20: span.desc      { } /* Nd.  After em-dash. */
                     21: span.diag      { font-weight: bold; } /* Diagnostic (Bl -diag). */
                     22: span.emph      { font-style: italic; } /* Emphasis (Em). */
                     23: span.env       { } /* Environment variables (Ev). */
                     24: span.errno     { } /* Error string (Er). */
                     25: span.farg      { font-style: italic; } /* Function argument (Fa, Fn). */
                     26: span.file      { font-style: italic; } /* File (Pa). */
                     27: span.flag      { font-weight: bold; } /* Flag (Fl, Cm). */
                     28: span.fname     { font-weight: bold; } /* Function name (Fa, Fn, Rv). */
                     29: span.ftype     { font-style: italic; } /* Function types (Ft, Fn). */
                     30: span.includes  { font-weight: bold; } /* Header includes (In). */
                     31: span.lib       { } /* Library (Lb). */
                     32: span.lit       { font-family: monospace; } /* Literals (Bf -literal). */
                     33: span.macro     { font-weight: bold; } /* Macro-ish thing (Fd). */
                     34: span.name      { font-weight: bold; } /* Name of utility (Nm). */
                     35: span.opt       { } /* Options (Op, Oo/Oc). */
                     36: span.ref       { } /* Citations (Rs). */
                     37: span.ref-auth  { } /* Reference author (%A). */
                     38: span.ref-book  { font-style: italic; } /* Reference book (%B). */
                     39: span.ref-city  { } /* Reference city (%C). */
                     40: span.ref-date  { } /* Reference date (%D). */
                     41: span.ref-issue { font-style: italic; } /* Reference issuer/publisher (%I). */
                     42: span.ref-jrnl  { font-style: italic; } /* Reference journal (%J). */
                     43: span.ref-num   { } /* Reference number (%N). */
                     44: span.ref-opt   { } /* Reference optionals (%O). */
                     45: span.ref-page  { } /* Reference page (%P). */
                     46: span.ref-corp  { } /* Reference corporate/foreign author (%Q). */
                     47: span.ref-rep   { } /* Reference report (%R). */
                     48: span.ref-title { } /* Reference title (%T). */
                     49: span.ref-vol   { } /* Reference volume (%V). */
                     50: span.symb      { font-weight: bold; } /* Symbols. */
                     51: span.type      { font-style: italic; } /* Variable types (Vt). */
                     52: span.unix      { } /* Unices (Ux, Ox, Nx, Fx, Bx, Bsx, Dx). */
                     53: span.utility   { font-weight: bold; } /* Name of utility (Ex). */
                     54: span.var       { font-weight: bold; } /* Variables (Rv). */
                     55:
                     56: a.link-ext     { background: transparent url(external.png) center right no-repeat; padding-right: 12px; }/* Off-site link (Lk). */
1.12      kristaps   57: a.link-includes        { } /* Include-file link (In). */
1.11      kristaps   58: a.link-mail    { background: transparent url(external.png) center right no-repeat; padding-right: 12px; }/* Mailto links (Mt). */
                     59: a.link-man     { } /* Manual links (Xr). */
                     60: a.link-sec     { } /* Section links (Sx). */
                     61:
                     62: div.emph       { font-style: italic; } /* Emphasis (Bl -emphasis). */
1.13    ! kristaps   63: div.lit                { font-family: monospace; } /* Literal (D1, Bd -literal, Dl, Bd -literal). */
1.11      kristaps   64: div.symb       { font-weight: bold; } /* Symbols (Bl -symbolic). */
                     65:
                     66: table.header   { border-bottom: 1px dotted #cccccc; }/* Document footer. */
                     67: table.footer   { border-top: 1px dotted #cccccc; }/* Document header. */
1.1       kristaps   68:

CVSweb