]> git.cameronkatri.com Git - mandoc.git/blob - example.style.css
Remove stupid outer DIV tag in favour of regular BODY and HTML that can
[mandoc.git] / example.style.css
1 /* $Id: example.style.css,v 1.23 2010/12/15 15:59:23 kristaps Exp $ */
2
3 html { min-width: 580px; width: 580px; }
4
5 body { font-family: monospace; }
6
7 div.sec-head { font-weight: bold; font-style: normal; } /* Sections (Sh). */
8 div.sec-body { }
9 div.sec-block { }
10
11 div.ssec-head { font-weight: bold; font-style: normal; } /* Sub-sections (Ss). */
12 div.ssec-body { }
13 div.ssec-block { }
14
15 span.addr { font-style: italic; font-weight: normal; } /* Address (Ad). */
16 span.arg { font-style: italic; font-weight: normal; } /* Command argument (Ar). */
17 span.author { } /* Author name (An). */
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). */
21 span.define { } /* Defines (Dv). */
22 span.desc { } /* Nd. After em-dash. */
23 span.diag { font-weight: bold; font-style: normal; } /* Diagnostic (Bl -diag). */
24 span.emph { font-style: italic; font-weight: normal; } /* Emphasis (Em). */
25 span.env { } /* Environment variables (Ev). */
26 span.errno { } /* Error string (Er). */
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). */
34 span.lib { } /* Library (Lb). */
35 span.lit { } /* Literals (Dl). */
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). */
38 span.opt { } /* Options (Op, Oo/Oc). */
39 span.ref { } /* Citations (Rs). */
40 span.ref-auth { } /* Reference author (%A). */
41 span.ref-book { font-style: italic; font-weight: normal; } /* Reference book (%B). */
42 span.ref-city { } /* Reference city (%C). */
43 span.ref-date { } /* Reference date (%D). */
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). */
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). */
51 span.ref-title { text-decoration: underline; } /* Reference title (%T). */
52 span.ref-vol { } /* Reference volume (%V). */
53 span.roman { font-style: normal; font-weight: normal; } /* Generic font. */
54 span.small { font-size: smaller; } /* Generically small (SB, SM). */
55 span.symb { font-weight: bold; font-style: normal; } /* Symbols. */
56 span.type { font-style: italic; font-weight: normal; } /* Variable types (Vt). */
57 span.unix { } /* Unices (Ux, Ox, Nx, Fx, Bx, Bsx, Dx). */
58 span.utility { font-weight: bold; font-style: normal; } /* Name of utility (Ex). */
59 span.var { font-weight: bold; font-style: normal; } /* Variables (Rv). */
60
61 a.link-ext { } /* Off-site link (Lk). */
62 a.link-includes { } /* Include-file link (In). */
63 a.link-mail { } /* Mailto links (Mt). */
64 a.link-man { } /* Manual links (Xr). */
65 a.link-ref { } /* Reference section links (%Q). */
66 a.link-sec { } /* Section links (Sx). */
67
68 div.emph { font-style: italic; font-weight: normal; } /* Emphasis (Bl -emphasis). */
69 div.lit { } /* Literal (Bf -literal, Bd -literal, Bd -unfilled). */
70 div.symb { font-weight: bold; font-style: normal; } /* Symbols (Bl -symbolic). */
71
72 table.footer { } /* Document footer. */
73 table.header { } /* Document header. */
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 { }