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

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

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.1       kristaps   29: span.macro     { } /* Macro-ish thing (Fd). */
                     30: span.name      { font-weight: bold; } /* Name of utility (Nm). */
                     31: span.opt       { } /* Options (Op, Oo/Oc). */
1.4       kristaps   32: span.type      { font-style: italic; } /* Variable types (Vt, Ft, Fn). */
1.1       kristaps   33: span.unix      { } /* Unices (Ux, Ox, Nx, Fx, Bx, Bsx, Dx). */
                     34: span.utility   { font-weight: bold; } /* Name of utility (Ex). */
1.5     ! kristaps   35: span.var       { font-weight: bold; } /* Variables (Rv). */
1.1       kristaps   36:
                     37: a.link-man     { } /* Manual links (Xr). */
                     38: a.link-sec     { } /* Section links (Sx). */
1.4       kristaps   39: a.link-mail    { } /* Mailto links (Mt). */
                     40: a.link-ext     { } /* Off-site link (Lk). */
1.1       kristaps   41:
                     42: div.lit-block  { font-family: monospace; } /* Literal block (D1, Bd -literal, Dl). */
                     43:
                     44: table.header   { } /* Document header. */
                     45: table.footer   { } /* Document footer. */
                     46:

CVSweb