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