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

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

1.8       kristaps    1: div.body       { font-family: monospace;
                      2:                  min-width: 580px; width: 580px; } /* Top-most div tag. */
1.1       kristaps    3:
1.12    ! kristaps    4: div.sec-head   { font-weight: bold; } /* Sections (Sh). */
1.1       kristaps    5: div.sec-body   { }
                      6: div.sec-block  { }
                      7:
1.12    ! kristaps    8: div.ssec-head  { font-weight: bold; } /* Sub-sections (Ss). */
1.1       kristaps    9: div.ssec-body  { }
                     10: div.ssec-block { }
                     11:
1.7       kristaps   12: span.addr      { } /* Address (Ad). */
1.1       kristaps   13: span.arg       { font-style: italic; } /* Command argument (Ar). */
                     14: span.author    { } /* Author name (An). */
1.5       kristaps   15: span.cmd       { font-weight: bold; } /* Command (Cm). */
1.1       kristaps   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). */
1.7       kristaps   23: span.farg      { font-style: italic; } /* Function argument (Fa, Fn). */
1.1       kristaps   24: span.file      { font-style: italic; } /* File (Pa). */
                     25: span.flag      { font-weight: bold; } /* Flag (Fl, Cm). */
1.8       kristaps   26: span.fname     { font-weight: bold; } /* Function name (Fa, Fn, Rv). */
                     27: span.ftype     { font-style: italic; } /* Function types (Ft, Fn). */
1.5       kristaps   28: span.includes  { font-weight: bold; } /* Header includes (In). */
1.7       kristaps   29: span.lib       { } /* Library (Lb). */
1.6       kristaps   30: span.lit       { font-family: monospace; } /* Literals (Bf -literal). */
1.7       kristaps   31: span.macro     { font-weight: bold; } /* Macro-ish thing (Fd). */
1.1       kristaps   32: span.name      { font-weight: bold; } /* Name of utility (Nm). */
                     33: span.opt       { } /* Options (Op, Oo/Oc). */
1.9       kristaps   34: span.ref       { } /* Citations (Rs). */
1.10      kristaps   35: span.ref-auth  { } /* Reference author (%A). */
                     36: span.ref-book  { font-style: italic; } /* Reference book (%B). */
                     37: span.ref-city  { } /* Reference city (%C). */
                     38: span.ref-date  { } /* Reference date (%D). */
                     39: span.ref-issue { font-style: italic; } /* Reference issuer/publisher (%I). */
                     40: span.ref-jrnl  { font-style: italic; } /* Reference journal (%J). */
                     41: span.ref-num   { } /* Reference number (%N). */
                     42: span.ref-opt   { } /* Reference optionals (%O). */
                     43: span.ref-page  { } /* Reference page (%P). */
                     44: span.ref-corp  { } /* Reference corporate/foreign author (%Q). */
                     45: span.ref-rep   { } /* Reference report (%R). */
                     46: span.ref-title { } /* Reference title (%T). */
                     47: span.ref-vol   { } /* Reference volume (%V). */
1.6       kristaps   48: span.symb      { font-weight: bold; } /* Symbols. */
1.8       kristaps   49: span.type      { font-style: italic; } /* Variable types (Vt). */
1.1       kristaps   50: span.unix      { } /* Unices (Ux, Ox, Nx, Fx, Bx, Bsx, Dx). */
                     51: span.utility   { font-weight: bold; } /* Name of utility (Ex). */
1.5       kristaps   52: span.var       { font-weight: bold; } /* Variables (Rv). */
1.1       kristaps   53:
1.8       kristaps   54: a.link-ext     { } /* Off-site link (Lk). */
1.11      kristaps   55: a.link-includes        { } /* Include-file link (In). */
1.8       kristaps   56: a.link-mail    { } /* Mailto links (Mt). */
1.1       kristaps   57: a.link-man     { } /* Manual links (Xr). */
                     58: a.link-sec     { } /* Section links (Sx). */
                     59:
1.8       kristaps   60: div.emph       { font-style: italic; } /* Emphasis (Bl -emphasis). */
1.7       kristaps   61: div.lit                { } /* Literal (D1, Bd -literal, Dl, Bd -literal). */
1.6       kristaps   62: div.symb       { font-weight: bold; } /* Symbols (Bl -symbolic). */
1.1       kristaps   63:
1.8       kristaps   64: table.footer   { } /* Document footer. */
1.1       kristaps   65: table.header   { } /* Document header. */

CVSweb