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

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

1.8     ! kristaps    1: div.body       { font-family: monospace;
        !             2:                  min-width: 580px; width: 580px; } /* Top-most div tag. */
1.1       kristaps    3:
                      4: span.sec-head  { font-weight: bold; } /* Sections (Sh). */
                      5: div.sec-head   { }
                      6: div.sec-body   { }
                      7: div.sec-block  { }
                      8:
                      9: span.ssec-head { font-weight: bold; } /* Sub-sections (Ss). */
                     10: div.ssec-head  { }
                     11: div.ssec-body  { }
                     12: div.ssec-block { }
                     13:
1.7       kristaps   14: span.addr      { } /* Address (Ad). */
1.1       kristaps   15: span.arg       { font-style: italic; } /* Command argument (Ar). */
                     16: span.author    { } /* Author name (An). */
1.5       kristaps   17: span.cmd       { font-weight: bold; } /* Command (Cm). */
1.1       kristaps   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). */
1.7       kristaps   25: span.farg      { font-style: italic; } /* Function argument (Fa, Fn). */
1.1       kristaps   26: span.file      { font-style: italic; } /* File (Pa). */
                     27: span.flag      { font-weight: bold; } /* Flag (Fl, Cm). */
1.8     ! kristaps   28: span.fname     { font-weight: bold; } /* Function name (Fa, Fn, Rv). */
        !            29: span.ftype     { font-style: italic; } /* Function types (Ft, Fn). */
1.5       kristaps   30: span.includes  { font-weight: bold; } /* Header includes (In). */
1.7       kristaps   31: span.lib       { } /* Library (Lb). */
1.6       kristaps   32: span.lit       { font-family: monospace; } /* Literals (Bf -literal). */
1.7       kristaps   33: span.macro     { font-weight: bold; } /* Macro-ish thing (Fd). */
1.1       kristaps   34: span.name      { font-weight: bold; } /* Name of utility (Nm). */
                     35: span.opt       { } /* Options (Op, Oo/Oc). */
1.6       kristaps   36: span.symb      { font-weight: bold; } /* Symbols. */
1.8     ! kristaps   37: span.type      { font-style: italic; } /* Variable types (Vt). */
1.1       kristaps   38: span.unix      { } /* Unices (Ux, Ox, Nx, Fx, Bx, Bsx, Dx). */
                     39: span.utility   { font-weight: bold; } /* Name of utility (Ex). */
1.5       kristaps   40: span.var       { font-weight: bold; } /* Variables (Rv). */
1.1       kristaps   41:
1.8     ! kristaps   42: a.link-ext     { } /* Off-site link (Lk). */
        !            43: a.link-mail    { } /* Mailto links (Mt). */
1.1       kristaps   44: a.link-man     { } /* Manual links (Xr). */
                     45: a.link-sec     { } /* Section links (Sx). */
                     46:
1.8     ! kristaps   47: div.emph       { font-style: italic; } /* Emphasis (Bl -emphasis). */
1.7       kristaps   48: div.lit                { } /* Literal (D1, Bd -literal, Dl, Bd -literal). */
1.6       kristaps   49: div.symb       { font-weight: bold; } /* Symbols (Bl -symbolic). */
1.1       kristaps   50:
1.8     ! kristaps   51: table.footer   { } /* Document footer. */
1.1       kristaps   52: table.header   { } /* Document header. */

CVSweb