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

Annotation of mandoc/style.css, Revision 1.11

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

CVSweb