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

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

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). */
        !            16: span.config    { font-weight: bold; } /* Config statement (Cd). */
        !            17: span.define    { } /* Defines (Dv). */
        !            18: span.desc      { } /* Nd.  After em-dash. */
        !            19: span.diag      { font-weight: bold; } /* Diagnostic (Bl -diag). */
        !            20: span.emph      { font-style: italic; } /* Emphasis (Em). */
        !            21: span.env       { } /* Environment variables (Ev). */
        !            22: span.errno     { } /* Error string (Er). */
        !            23: span.farg      { font-style: underline; } /* Function argument (Fa, Fn). */
        !            24: span.file      { font-style: italic; } /* File (Pa). */
        !            25: span.flag      { font-weight: bold; } /* Flag (Fl, Cm). */
        !            26: span.macro     { } /* Macro-ish thing (Fd). */
        !            27: span.name      { font-weight: bold; } /* Name of utility (Nm). */
        !            28: span.opt       { } /* Options (Op, Oo/Oc). */
        !            29: span.type      { font-weight: italic; } /* Variable types (Vt, Ft, Fn). */
        !            30: span.unix      { } /* Unices (Ux, Ox, Nx, Fx, Bx, Bsx, Dx). */
        !            31: span.utility   { font-weight: bold; } /* Name of utility (Ex). */
        !            32:
        !            33: a.link-man     { } /* Manual links (Xr). */
        !            34: a.link-sec     { } /* Section links (Sx). */
        !            35:
        !            36: div.lit-block  { font-family: monospace; } /* Literal block (D1, Bd -literal, Dl). */
        !            37:
        !            38: table.header   { } /* Document header. */
        !            39: table.footer   { } /* Document footer. */
        !            40:

CVSweb