]> git.cameronkatri.com Git - mandoc.git/blob - mandoc.css
clean up .Sx and .Xr HTML markup
[mandoc.git] / mandoc.css
1 /* $Id: mandoc.css,v 1.6 2017/01/19 15:48:39 schwarze Exp $ */
2 /*
3 * Standard style sheet for mandoc(1) -Thtml and man.cgi(8).
4 */
5
6 /* Global defaults. */
7
8 html { max-width: 100ex; }
9 body { font-family: Helvetica,Arial,sans-serif; }
10 table { width: 100%;
11 margin-top: 0ex;
12 margin-bottom: 0ex; }
13 td { vertical-align: top; }
14
15 /* Search form and search results. */
16
17 fieldset { border: thin solid silver;
18 border-radius: 1em;
19 text-align: center; }
20 input[name=expr] {
21 width: 25%; }
22
23 div.results { margin-top: 1em;
24 margin-left: 2em;
25 font-size: smaller; }
26
27 /* Header and footer lines. */
28
29 table.head { border-bottom: 1px dotted #808080;
30 margin-bottom: 1em;
31 font-size: smaller; }
32 td.head-vol { text-align: center; }
33 td.head-rtitle {
34 text-align: right; }
35
36 table.foot { border-top: 1px dotted #808080;
37 margin-top: 1em;
38 font-size: smaller; }
39 td.foot-date { width: 50%; }
40 td.foot-os { width: 50%;
41 text-align: right; }
42
43 /* Sections and paragraphs. */
44
45 div.manual-text {
46 margin-left: 5ex; }
47 h1.Sh { margin-top: 2ex;
48 margin-bottom: 1ex;
49 margin-left: -4ex;
50 font-size: 110%; }
51 h2.Ss { margin-top: 2ex;
52 margin-bottom: 1ex;
53 margin-left: -2ex;
54 font-size: 105%; }
55 div.Pp { margin: 1ex 0ex; }
56 a.Sx { }
57 a.Xr { }
58
59
60 blockquote { margin-left: 5ex; margin-top: 0ex; margin-bottom: 0ex; } /* D1. */
61 table.synopsis { } /* SYNOPSIS section table. */
62
63 /* General font modes. */
64
65 i { } /* Italic: BI, IB, I, (implicit). */
66 .emph { font-style: italic; font-weight: normal; } /* Emphasis: Em, Bl -emphasis. */
67 b { } /* Bold: SB, BI, IB, BR, RB, B, (implicit). */
68 .symb { font-style: normal; font-weight: bold; } /* Symbolic: Sy, Ms, Bf -symbolic. */
69 small { } /* Small: SB, SM. */
70 .lit { font-style: normal; font-weight: normal; font-family: monospace; } /* Literal: Dl, Li, Ql, Bf -literal, Bl -literal, Bl -unfilled. */
71
72 /* Block modes. */
73
74 .display { } /* Top of all Bd, D1, Dl. */
75 .list { } /* Top of all Bl. */
76
77 /* Context-specific modes. */
78
79 i.addr { font-weight: normal; } /* Address (Ad). */
80 i.arg { font-weight: normal; } /* Command argument (Ar). */
81 span.author { } /* Author name (An). */
82 b.cmd { font-style: normal; } /* Command (Cm). */
83 b.config { font-style: normal; } /* Config statement (Cd). */
84 span.define { } /* Defines (Dv). */
85 span.desc { } /* Nd. After em-dash. */
86 b.diag { font-style: normal; } /* Diagnostic (Bl -diag). */
87 span.env { } /* Environment variables (Ev). */
88 span.errno { } /* Error string (Er). */
89 i.farg { font-weight: normal; } /* Function argument (Fa, Fn). */
90 i.file { font-weight: normal; } /* File (Pa). */
91 b.flag { font-style: normal; } /* Flag (Fl, Cm). */
92 b.fname { font-style: normal; } /* Function name (Fa, Fn, Rv). */
93 i.ftype { font-weight: normal; } /* Function types (Ft, Fn). */
94 b.includes { font-style: normal; } /* Header includes (In). */
95 span.lib { } /* Library (Lb). */
96 b.macro { font-style: normal; } /* Macro-ish thing (Fd). */
97 b.name { font-style: normal; } /* Name of utility (Nm). */
98 span.opt { } /* Options (Op, Oo/Oc). */
99 span.ref { } /* Citations (Rs). */
100 span.ref-auth { } /* Reference author (%A). */
101 i.ref-book { font-weight: normal; } /* Reference book (%B). */
102 span.ref-city { } /* Reference city (%C). */
103 span.ref-date { } /* Reference date (%D). */
104 i.ref-issue { font-weight: normal; } /* Reference issuer/publisher (%I). */
105 i.ref-jrnl { font-weight: normal; } /* Reference journal (%J). */
106 span.ref-num { } /* Reference number (%N). */
107 span.ref-opt { } /* Reference optionals (%O). */
108 span.ref-page { } /* Reference page (%P). */
109 span.ref-corp { } /* Reference corporate/foreign author (%Q). */
110 span.ref-rep { } /* Reference report (%R). */
111 span.ref-title { text-decoration: underline; } /* Reference title (%T). */
112 span.ref-vol { } /* Reference volume (%V). */
113 span.type { font-style: italic; font-weight: normal; } /* Variable types (Vt). */
114 span.unix { } /* Unices (Ux, Ox, Nx, Fx, Bx, Bsx, Dx). */
115 b.utility { font-style: normal; } /* Name of utility (Ex). */
116 b.var { font-style: normal; } /* Variables (Rv). */
117
118 a.link-ext { } /* Off-site link (Lk). */
119 a.link-includes { } /* Include-file link (In). */
120 a.link-mail { } /* Mailto links (Mt). */
121 a.link-ref { } /* Reference section links (%Q). */
122
123 /* Formatting for lists. See mdoc(7). */
124
125 dl.list-diag { }
126 dt.list-diag { }
127 dd.list-diag { }
128
129 dl.list-hang { }
130 dt.list-hang { }
131 dd.list-hang { }
132
133 dl.list-inset { }
134 dt.list-inset { }
135 dd.list-inset { }
136
137 dl.list-ohang { }
138 dt.list-ohang { }
139 dd.list-ohang { margin-left: 0ex; }
140
141 dl.list-tag { }
142 dt.list-tag { }
143 dd.list-tag { }
144
145 table.list-col { }
146 tr.list-col { }
147 td.list-col { }
148
149 ul.list-bul { list-style-type: disc; padding-left: 1em; }
150 li.list-bul { }
151
152 ul.list-dash { list-style-type: none; padding-left: 0em; }
153 li.list-dash:before { content: "\2014 "; }
154
155 ul.list-hyph { list-style-type: none; padding-left: 0em; }
156 li.list-hyph:before { content: "\2013 "; }
157
158 ul.list-item { list-style-type: none; padding-left: 0em; }
159 li.list-item { }
160
161 ol.list-enum { padding-left: 2em; }
162 li.list-enum { }
163
164 /* Equation modes. See eqn(7). */
165
166 span.eqn { }
167
168 /* Table modes. See tbl(7). */
169
170 table.tbl { }