1/* $Id: mandoc.css,v 1.22 2017/07/16 18:45:00 schwarze Exp $ */
2/*
3 * Standard style sheet for mandoc(1) -Thtml and man.cgi(8).
4 */
5
6/* Global defaults. */
7
8html {		max-width: 100ex; }
9body {		font-family: Helvetica,Arial,sans-serif; }
10table {		margin-top: 0em;
11		margin-bottom: 0em; }
12td {		vertical-align: top; }
13ul, ol, dl {	margin-top: 0em;
14		margin-bottom: 0em; }
15li, dt {	margin-top: 1em; }
16
17a.selflink {	border-bottom: thin dotted;
18		color: inherit;
19		font: inherit;
20		text-decoration: inherit; }
21* {		clear: both }
22
23/* Search form and search results. */
24
25fieldset {	border: thin solid silver;
26		border-radius: 1em;
27		text-align: center; }
28input[name=expr] {
29		width: 25%; }
30
31table.results {	margin-top: 1em;
32		margin-left: 2em;
33		font-size: smaller; }
34
35/* Header and footer lines. */
36
37table.head {	width: 100%;
38		border-bottom: 1px dotted #808080;
39		margin-bottom: 1em;
40		font-size: smaller; }
41td.head-vol {	text-align: center; }
42td.head-rtitle {
43		text-align: right; }
44span.Nd { }
45
46table.foot {	width: 100%;
47		border-top: 1px dotted #808080;
48		margin-top: 1em;
49		font-size: smaller; }
50td.foot-os {	text-align: right; }
51
52/* Sections and paragraphs. */
53
54div.manual-text {
55		margin-left: 5ex; }
56h1.Sh {		margin-top: 2ex;
57		margin-bottom: 1ex;
58		margin-left: -4ex;
59		font-size: 110%; }
60h2.Ss {		margin-top: 2ex;
61		margin-bottom: 1ex;
62		margin-left: -2ex;
63		font-size: 105%; }
64div.Pp {	margin: 1ex 0ex; }
65a.Sx { }
66a.Xr { }
67
68/* Displays and lists. */
69
70div.Bd { }
71div.D1 {	margin-left: 5ex; }
72
73ul.Bl-bullet {	list-style-type: disc;
74		padding-left: 1em; }
75li.It-bullet { }
76ul.Bl-dash {	list-style-type: none;
77		padding-left: 0em; }
78li.It-dash:before {
79		content: "\2014  "; }
80ul.Bl-item {	list-style-type: none;
81		padding-left: 0em; }
82li.It-item { }
83ul.Bl-compact > li {
84		margin-top: 0ex; }
85
86ol.Bl-enum {	padding-left: 2em; }
87li.It-enum { }
88ol.Bl-compact > li {
89		margin-top: 0ex; }
90
91dl.Bl-diag { }
92dt.It-diag { }
93dd.It-diag {	margin-left: 0ex; }
94b.It-diag {	font-style: normal; }
95dl.Bl-hang { }
96dt.It-hang { }
97dd.It-hang {	margin-left: 10.2ex; }
98dl.Bl-inset { }
99dt.It-inset { }
100dd.It-inset {	margin-left: 0ex; }
101dl.Bl-ohang { }
102dt.It-ohang { }
103dd.It-ohang {	margin-left: 0ex; }
104dl.Bl-tag {	margin-left: 10.2ex; }
105dt.It-tag {	float: left;
106		margin-top: 0ex;
107		margin-left: -10.2ex;
108		padding-right: 2ex;
109		vertical-align: top; }
110dd.It-tag {	clear: right;
111		width: 100%;
112		margin-top: 0ex;
113		margin-left: 0ex;
114		vertical-align: top;
115		overflow: auto; }
116dl.Bl-compact > dt {
117		margin-top: 0ex; }
118
119table.Bl-column { }
120tr.It-column { }
121td.It-column {	margin-top: 1em; }
122table.Bl-compact > tbody > tr > td {
123		margin-top: 0ex; }
124
125cite.Rs {	font-style: normal;
126		font-weight: normal; }
127span.RsA { }
128i.RsB {		font-weight: normal; }
129span.RsC { }
130span.RsD { }
131i.RsI {		font-weight: normal; }
132i.RsJ {		font-weight: normal; }
133span.RsN { }
134span.RsO { }
135span.RsP { }
136span.RsQ { }
137span.RsR { }
138span.RsT {	text-decoration: underline; }
139a.RsU { }
140span.RsV { }
141
142span.eqn { }
143table.tbl { }
144
145/* Semantic markup for command line utilities. */
146
147table.Nm { }
148b.Nm {		font-style: normal; }
149b.Fl {		font-style: normal; }
150b.Cm {		font-style: normal; }
151var.Ar {	font-style: italic;
152		font-weight: normal; }
153span.Op { }
154b.Ic {		font-style: normal; }
155code.Ev {	font-style: normal;
156		font-weight: normal;
157		font-family: monospace; }
158i.Pa {		font-weight: normal; }
159
160/* Semantic markup for function libraries. */
161
162span.Lb { }
163b.In {		font-style: normal; }
164a.In { }
165b.Fd {		font-style: normal; }
166var.Ft {	font-style: italic;
167		font-weight: normal; }
168b.Fn {		font-style: normal; }
169var.Fa {	font-style: italic;
170		font-weight: normal; }
171var.Vt {	font-style: italic;
172		font-weight: normal; }
173var.Va {	font-style: italic;
174		font-weight: normal; }
175code.Dv {	font-style: normal;
176		font-weight: normal;
177		font-family: monospace; }
178code.Er {	font-style: normal;
179		font-weight: normal;
180		font-family: monospace; }
181
182/* Various semantic markup. */
183
184span.An { }
185a.Lk { }
186a.Mt { }
187b.Cd {		font-style: normal; }
188i.Ad {		font-weight: normal; }
189b.Ms {		font-style: normal; }
190span.St { }
191a.Ux { }
192
193/* Physical markup. */
194
195.No {		font-style: normal;
196		font-weight: normal; }
197.Em {		font-style: italic;
198		font-weight: normal; }
199.Sy {		font-style: normal;
200		font-weight: bold; }
201.Li {		font-style: normal;
202		font-weight: normal;
203		font-family: monospace; }
204