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

Annotation of mandoc/example.style.css, Revision 1.20

1.20    ! kristaps    1: /* $Id: example.style.css,v 1.19 2009/11/16 09:52:47 kristaps Exp $ */
1.19      kristaps    2:
1.8       kristaps    3: div.body       { font-family: monospace;
                      4:                  min-width: 580px; width: 580px; } /* Top-most div tag. */
1.1       kristaps    5:
1.16      kristaps    6: div.sec-head   { font-weight: bold; font-style: normal; } /* Sections (Sh). */
1.1       kristaps    7: div.sec-body   { }
                      8: div.sec-block  { }
                      9:
1.16      kristaps   10: div.ssec-head  { font-weight: bold; font-style: normal; } /* Sub-sections (Ss). */
1.1       kristaps   11: div.ssec-body  { }
                     12: div.ssec-block { }
                     13:
1.7       kristaps   14: span.addr      { } /* Address (Ad). */
1.16      kristaps   15: span.arg       { font-style: italic; font-weight: normal; } /* Command argument (Ar). */
1.1       kristaps   16: span.author    { } /* Author name (An). */
1.16      kristaps   17: span.bold      { font-weight: bold; font-style: normal; } /* Generically bold (SB, BI, IB, BR, RB, B). */
                     18: span.cmd       { font-weight: bold; font-style: normal; } /* Command (Cm). */
                     19: span.config    { font-weight: bold; font-style: normal; } /* Config statement (Cd). */
1.1       kristaps   20: span.define    { } /* Defines (Dv). */
                     21: span.desc      { } /* Nd.  After em-dash. */
1.16      kristaps   22: span.diag      { font-weight: bold; font-style: normal; } /* Diagnostic (Bl -diag). */
                     23: span.emph      { font-style: italic; font-weight: normal; } /* Emphasis (Em). */
1.1       kristaps   24: span.env       { } /* Environment variables (Ev). */
                     25: span.errno     { } /* Error string (Er). */
1.16      kristaps   26: span.farg      { font-style: italic; font-weight: normal; } /* Function argument (Fa, Fn). */
                     27: span.file      { font-style: italic; font-weight: normal; } /* File (Pa). */
                     28: span.flag      { font-weight: bold; font-style: normal; } /* Flag (Fl, Cm). */
                     29: span.fname     { font-weight: bold; font-style: normal; } /* Function name (Fa, Fn, Rv). */
                     30: span.ftype     { font-style: italic; font-weight: normal; } /* Function types (Ft, Fn). */
                     31: span.includes  { font-weight: bold; font-style: normal; } /* Header includes (In). */
                     32: span.italic    { font-style: italic; font-weight: normal; } /* Generically italic (BI, IB, I). */
1.7       kristaps   33: span.lib       { } /* Library (Lb). */
1.17      kristaps   34: span.lit       { } /* Literals (Bf -literal). */
1.16      kristaps   35: span.macro     { font-weight: bold; font-style: normal; } /* Macro-ish thing (Fd). */
                     36: span.name      { font-weight: bold; font-style: normal; } /* Name of utility (Nm). */
1.1       kristaps   37: span.opt       { } /* Options (Op, Oo/Oc). */
1.9       kristaps   38: span.ref       { } /* Citations (Rs). */
1.10      kristaps   39: span.ref-auth  { } /* Reference author (%A). */
1.16      kristaps   40: span.ref-book  { font-style: italic; font-weight: normal; } /* Reference book (%B). */
1.10      kristaps   41: span.ref-city  { } /* Reference city (%C). */
                     42: span.ref-date  { } /* Reference date (%D). */
1.16      kristaps   43: span.ref-issue { font-style: italic; font-weight: normal; } /* Reference issuer/publisher (%I). */
                     44: span.ref-jrnl  { font-style: italic; font-weight: normal; } /* Reference journal (%J). */
1.10      kristaps   45: span.ref-num   { } /* Reference number (%N). */
                     46: span.ref-opt   { } /* Reference optionals (%O). */
                     47: span.ref-page  { } /* Reference page (%P). */
                     48: span.ref-corp  { } /* Reference corporate/foreign author (%Q). */
                     49: span.ref-rep   { } /* Reference report (%R). */
1.20    ! kristaps   50: span.ref-title { text-decoration: underline; } /* Reference title (%T). */
1.10      kristaps   51: span.ref-vol   { } /* Reference volume (%V). */
1.18      kristaps   52: span.roman     { font-style: normal; font-weight: normal; } /* Generic font. */
1.13      kristaps   53: span.small     { font-size: smaller; } /* Generically small (SB, SM). */
1.16      kristaps   54: span.symb      { font-weight: bold; font-style: normal; } /* Symbols. */
                     55: span.type      { font-style: italic; font-weight: normal; } /* Variable types (Vt). */
1.1       kristaps   56: span.unix      { } /* Unices (Ux, Ox, Nx, Fx, Bx, Bsx, Dx). */
1.16      kristaps   57: span.utility   { font-weight: bold; font-style: normal; } /* Name of utility (Ex). */
                     58: span.var       { font-weight: bold; font-style: normal; } /* Variables (Rv). */
1.1       kristaps   59:
1.8       kristaps   60: a.link-ext     { } /* Off-site link (Lk). */
1.11      kristaps   61: a.link-includes        { } /* Include-file link (In). */
1.8       kristaps   62: a.link-mail    { } /* Mailto links (Mt). */
1.1       kristaps   63: a.link-man     { } /* Manual links (Xr). */
1.14      kristaps   64: a.link-ref     { } /* Reference section links (%Q). */
1.1       kristaps   65: a.link-sec     { } /* Section links (Sx). */
                     66:
1.16      kristaps   67: div.emph       { font-style: italic; font-weight: normal; } /* Emphasis (Bl -emphasis). */
1.17      kristaps   68: div.lit                { } /* Literal (D1, Bd -literal, Dl, Bd -literal). */
1.16      kristaps   69: div.symb       { font-weight: bold; font-style: normal; } /* Symbols (Bl -symbolic). */
1.1       kristaps   70:
1.8       kristaps   71: table.footer   { } /* Document footer. */
1.1       kristaps   72: table.header   { } /* Document header. */

CVSweb