]> git.cameronkatri.com Git - mandoc.git/blob - example.style.css
Beginning of mdoc.7 full-reference in place.
[mandoc.git] / example.style.css
1 div.body { font-family: monospace;
2 min-width: 580px; width: 580px; } /* Top-most div tag. */
3
4 div.sec-head { font-weight: bold; } /* Sections (Sh). */
5 div.sec-body { }
6 div.sec-block { }
7
8 div.ssec-head { font-weight: bold; } /* Sub-sections (Ss). */
9 div.ssec-body { }
10 div.ssec-block { }
11
12 span.addr { } /* Address (Ad). */
13 span.arg { font-style: italic; } /* Command argument (Ar). */
14 span.author { } /* Author name (An). */
15 span.bold { font-weight: bold; } /* Generically bold (SB, BI, IB, BR, RB, B). */
16 span.cmd { font-weight: bold; } /* Command (Cm). */
17 span.config { font-weight: bold; } /* Config statement (Cd). */
18 span.define { } /* Defines (Dv). */
19 span.desc { } /* Nd. After em-dash. */
20 span.diag { font-weight: bold; } /* Diagnostic (Bl -diag). */
21 span.emph { font-style: italic; } /* Emphasis (Em). */
22 span.env { } /* Environment variables (Ev). */
23 span.errno { } /* Error string (Er). */
24 span.farg { font-style: italic; } /* Function argument (Fa, Fn). */
25 span.file { font-style: italic; } /* File (Pa). */
26 span.flag { font-weight: bold; } /* Flag (Fl, Cm). */
27 span.fname { font-weight: bold; } /* Function name (Fa, Fn, Rv). */
28 span.ftype { font-style: italic; } /* Function types (Ft, Fn). */
29 span.includes { font-weight: bold; } /* Header includes (In). */
30 span.italic { font-style: italic; } /* Generically italic (BI, IB, I). */
31 span.lib { } /* Library (Lb). */
32 span.lit { font-family: monospace; } /* Literals (Bf -literal). */
33 span.macro { font-weight: bold; } /* Macro-ish thing (Fd). */
34 span.name { font-weight: bold; } /* Name of utility (Nm). */
35 span.opt { } /* Options (Op, Oo/Oc). */
36 span.ref { } /* Citations (Rs). */
37 span.ref-auth { } /* Reference author (%A). */
38 span.ref-book { font-style: italic; } /* Reference book (%B). */
39 span.ref-city { } /* Reference city (%C). */
40 span.ref-date { } /* Reference date (%D). */
41 span.ref-issue { font-style: italic; } /* Reference issuer/publisher (%I). */
42 span.ref-jrnl { font-style: italic; } /* Reference journal (%J). */
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). */
50 span.small { font-size: smaller; } /* Generically small (SB, SM). */
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 { } /* Off-site link (Lk). */
58 a.link-includes { } /* Include-file link (In). */
59 a.link-mail { } /* Mailto links (Mt). */
60 a.link-man { } /* Manual links (Xr). */
61 a.link-sec { } /* Section links (Sx). */
62
63 div.emph { font-style: italic; } /* Emphasis (Bl -emphasis). */
64 div.lit { } /* Literal (D1, Bd -literal, Dl, Bd -literal). */
65 div.symb { font-weight: bold; } /* Symbols (Bl -symbolic). */
66
67 table.footer { } /* Document footer. */
68 table.header { } /* Document header. */