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

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

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

CVSweb