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

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

1.23    ! kristaps    1: /* $Id: example.style.css,v 1.22 2010/12/15 15:32:01 kristaps Exp $ */
1.19      kristaps    2:
1.23    ! kristaps    3: html           { min-width: 580px; width: 580px; }
        !             4:
        !             5: body           { font-family: monospace; }
1.1       kristaps    6:
1.16      kristaps    7: div.sec-head   { font-weight: bold; font-style: normal; } /* Sections (Sh). */
1.1       kristaps    8: div.sec-body   { }
                      9: div.sec-block  { }
                     10:
1.16      kristaps   11: div.ssec-head  { font-weight: bold; font-style: normal; } /* Sub-sections (Ss). */
1.1       kristaps   12: div.ssec-body  { }
                     13: div.ssec-block { }
                     14:
1.21      kristaps   15: span.addr      { font-style: italic; font-weight: normal; } /* Address (Ad). */
1.16      kristaps   16: span.arg       { font-style: italic; font-weight: normal; } /* Command argument (Ar). */
1.1       kristaps   17: span.author    { } /* Author name (An). */
1.16      kristaps   18: span.bold      { font-weight: bold; font-style: normal; } /* Generically bold (SB, BI, IB, BR, RB, B). */
                     19: span.cmd       { font-weight: bold; font-style: normal; } /* Command (Cm). */
                     20: span.config    { font-weight: bold; font-style: normal; } /* Config statement (Cd). */
1.1       kristaps   21: span.define    { } /* Defines (Dv). */
                     22: span.desc      { } /* Nd.  After em-dash. */
1.16      kristaps   23: span.diag      { font-weight: bold; font-style: normal; } /* Diagnostic (Bl -diag). */
                     24: span.emph      { font-style: italic; font-weight: normal; } /* Emphasis (Em). */
1.1       kristaps   25: span.env       { } /* Environment variables (Ev). */
                     26: span.errno     { } /* Error string (Er). */
1.16      kristaps   27: span.farg      { font-style: italic; font-weight: normal; } /* Function argument (Fa, Fn). */
                     28: span.file      { font-style: italic; font-weight: normal; } /* File (Pa). */
                     29: span.flag      { font-weight: bold; font-style: normal; } /* Flag (Fl, Cm). */
                     30: span.fname     { font-weight: bold; font-style: normal; } /* Function name (Fa, Fn, Rv). */
                     31: span.ftype     { font-style: italic; font-weight: normal; } /* Function types (Ft, Fn). */
                     32: span.includes  { font-weight: bold; font-style: normal; } /* Header includes (In). */
                     33: span.italic    { font-style: italic; font-weight: normal; } /* Generically italic (BI, IB, I). */
1.7       kristaps   34: span.lib       { } /* Library (Lb). */
1.23    ! kristaps   35: span.lit       { } /* Literals (Dl). */
1.16      kristaps   36: span.macro     { font-weight: bold; font-style: normal; } /* Macro-ish thing (Fd). */
                     37: span.name      { font-weight: bold; font-style: normal; } /* Name of utility (Nm). */
1.1       kristaps   38: span.opt       { } /* Options (Op, Oo/Oc). */
1.9       kristaps   39: span.ref       { } /* Citations (Rs). */
1.10      kristaps   40: span.ref-auth  { } /* Reference author (%A). */
1.16      kristaps   41: span.ref-book  { font-style: italic; font-weight: normal; } /* Reference book (%B). */
1.10      kristaps   42: span.ref-city  { } /* Reference city (%C). */
                     43: span.ref-date  { } /* Reference date (%D). */
1.16      kristaps   44: span.ref-issue { font-style: italic; font-weight: normal; } /* Reference issuer/publisher (%I). */
                     45: span.ref-jrnl  { font-style: italic; font-weight: normal; } /* Reference journal (%J). */
1.10      kristaps   46: span.ref-num   { } /* Reference number (%N). */
                     47: span.ref-opt   { } /* Reference optionals (%O). */
                     48: span.ref-page  { } /* Reference page (%P). */
                     49: span.ref-corp  { } /* Reference corporate/foreign author (%Q). */
                     50: span.ref-rep   { } /* Reference report (%R). */
1.20      kristaps   51: span.ref-title { text-decoration: underline; } /* Reference title (%T). */
1.10      kristaps   52: span.ref-vol   { } /* Reference volume (%V). */
1.18      kristaps   53: span.roman     { font-style: normal; font-weight: normal; } /* Generic font. */
1.13      kristaps   54: span.small     { font-size: smaller; } /* Generically small (SB, SM). */
1.16      kristaps   55: span.symb      { font-weight: bold; font-style: normal; } /* Symbols. */
                     56: span.type      { font-style: italic; font-weight: normal; } /* Variable types (Vt). */
1.1       kristaps   57: span.unix      { } /* Unices (Ux, Ox, Nx, Fx, Bx, Bsx, Dx). */
1.16      kristaps   58: span.utility   { font-weight: bold; font-style: normal; } /* Name of utility (Ex). */
                     59: span.var       { font-weight: bold; font-style: normal; } /* Variables (Rv). */
1.1       kristaps   60:
1.8       kristaps   61: a.link-ext     { } /* Off-site link (Lk). */
1.11      kristaps   62: a.link-includes        { } /* Include-file link (In). */
1.8       kristaps   63: a.link-mail    { } /* Mailto links (Mt). */
1.1       kristaps   64: a.link-man     { } /* Manual links (Xr). */
1.14      kristaps   65: a.link-ref     { } /* Reference section links (%Q). */
1.1       kristaps   66: a.link-sec     { } /* Section links (Sx). */
                     67:
1.16      kristaps   68: div.emph       { font-style: italic; font-weight: normal; } /* Emphasis (Bl -emphasis). */
1.23    ! kristaps   69: div.lit                { } /* Literal (Bf -literal, Bd -literal, Bd -unfilled). */
1.16      kristaps   70: div.symb       { font-weight: bold; font-style: normal; } /* Symbols (Bl -symbolic). */
1.1       kristaps   71:
1.8       kristaps   72: table.footer   { } /* Document footer. */
1.1       kristaps   73: table.header   { } /* Document header. */
1.22      kristaps   74:
                     75: /* Formatting for lists. */
                     76:
                     77: dl.list-diag   { }
                     78: dt.list-diag   { }
                     79: dd.list-diag   { }
                     80:
                     81: dl.list-hang   { }
                     82: dt.list-hang   { }
                     83: dd.list-hang   { }
                     84:
                     85: dl.list-inset  { }
                     86: dt.list-inset  { }
                     87: dd.list-inset  { }
                     88:
                     89: dl.list-ohang  { }
                     90: dt.list-ohang  { }
                     91: dd.list-ohang  { }
                     92:
                     93: dl.list-tag    { }
                     94: dt.list-tag    { }
                     95: dd.list-tag    { }
                     96:
                     97: table.list-col { }
                     98: tr.list-col    { }
                     99: td.list-col    { }
                    100:
                    101: ul.list-bul    { }
                    102: li.list-bul    { }
                    103:
                    104: ul.list-dash   { }
                    105: li.list-dash   { }
                    106:
                    107: ul.list-hyph   { }
                    108: li.list-hyph   { }
                    109:
                    110: ul.list-item   { }
                    111: li.list-item   { }
                    112:
                    113: ol.list-enum   { }
                    114: li.list-enum   { }

CVSweb