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

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

1.1       kristaps    1: div.body       { } /* Wraps entire body file. */
                      2:
                      3: span.sec-head  { font-weight: bold; } /* Sections (Sh). */
                      4: div.sec-head   { }
                      5: div.sec-body   { }
                      6: div.sec-block  { }
                      7:
                      8: span.ssec-head { font-weight: bold; } /* Sub-sections (Ss). */
                      9: div.ssec-head  { }
                     10: div.ssec-body  { }
                     11: div.ssec-block { }
                     12:
                     13: span.addr      { text-decoration: underline; } /* Address (Ad). */
                     14: span.arg       { font-style: italic; } /* Command argument (Ar). */
                     15: span.author    { } /* Author name (An). */
1.5       kristaps   16: span.cmd       { font-weight: bold; } /* Command (Cm). */
1.1       kristaps   17: span.config    { font-weight: bold; } /* Config statement (Cd). */
                     18: span.define    { } /* Defines (Dv). */
                     19: span.desc      { } /* Nd.  After em-dash. */
                     20: span.diag      { font-weight: bold; } /* Diagnostic (Bl -diag). */
                     21: span.emph      { font-style: italic; } /* Emphasis (Em). */
                     22: span.env       { } /* Environment variables (Ev). */
                     23: span.errno     { } /* Error string (Er). */
1.4       kristaps   24: span.farg      { text-decoration: underline; } /* Function argument (Fa, Fn). */
1.5       kristaps   25: span.fname     { text-decoration: underline; } /* Function name (Fa, Fn, Rv). */
1.1       kristaps   26: span.file      { font-style: italic; } /* File (Pa). */
                     27: span.flag      { font-weight: bold; } /* Flag (Fl, Cm). */
1.5       kristaps   28: span.includes  { font-weight: bold; } /* Header includes (In). */
1.6     ! kristaps   29: span.lit       { font-family: monospace; } /* Literals (Bf -literal). */
1.1       kristaps   30: span.macro     { } /* Macro-ish thing (Fd). */
                     31: span.name      { font-weight: bold; } /* Name of utility (Nm). */
                     32: span.opt       { } /* Options (Op, Oo/Oc). */
1.6     ! kristaps   33: span.symb      { font-weight: bold; } /* Symbols. */
1.4       kristaps   34: span.type      { font-style: italic; } /* Variable types (Vt, Ft, Fn). */
1.1       kristaps   35: span.unix      { } /* Unices (Ux, Ox, Nx, Fx, Bx, Bsx, Dx). */
                     36: span.utility   { font-weight: bold; } /* Name of utility (Ex). */
1.5       kristaps   37: span.var       { font-weight: bold; } /* Variables (Rv). */
1.1       kristaps   38:
                     39: a.link-man     { } /* Manual links (Xr). */
                     40: a.link-sec     { } /* Section links (Sx). */
1.4       kristaps   41: a.link-mail    { } /* Mailto links (Mt). */
                     42: a.link-ext     { } /* Off-site link (Lk). */
1.1       kristaps   43:
1.6     ! kristaps   44: div.lit                { font-family: monospace; } /* Literal (D1, Bd -literal, Dl, Bd -literal). */
        !            45: div.emph       { font-style: italic; } /* Emphasis (Bl -emphasis). */
        !            46: div.symb       { font-weight: bold; } /* Symbols (Bl -symbolic). */
1.1       kristaps   47:
                     48: table.header   { } /* Document header. */
                     49: table.footer   { } /* Document footer. */
                     50:

CVSweb