-
Notifications
You must be signed in to change notification settings - Fork 1
/
man.css
58 lines (50 loc) · 1.08 KB
/
man.css
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
body {
line-height: 1.3em;
font-family: Helvetica, Arial, sans-serif;
max-width: 35em;
padding: 64px 51px;
}
.foot {
margin-top: 2em;
}
h1 {
font-size: 18px;
margin-top: 1.4em;
}
h2 {
font-size: 16px;
margin-top: 1.2em;
}
a {
color: black;
}
div.Pp {
margin-top: 1em;
}
table.head, table.foot { width: 100%; }
td.head-rtitle, td.foot-os { text-align: right; }
td.head-vol { text-align: center; }
table.foot td { width: 50%; }
table.head td.head-vol { width: 60%; }
table.head td.head-ltitle { width: 20%; }
table.head td.head-rtitle { width: 20%; }
@media print {
#container {
max-width: 100% !important;
font-size: 14px !important;
font-family: Georgia, "Times New Roman", serif !important;
}
body {
padding-top: 0px;
padding-bottom: 0px;
}
}
/* from mandoc generator */
div.Nd, div.Bf, div.Op { display: inline; }
span.Pa, span.Ad { font-style: italic; }
span.Ms { font-weight: bold; }
dl.Bl-diag > dt { font-weight: bold; }
code.Nm, code.Fl, code.Cm, code.Ic,
code.In, code.Fd, code.Fn,
code.Cd { font-weight: bold;
font-family: inherit; }