forked from nih-at/libzip
-
Notifications
You must be signed in to change notification settings - Fork 0
/
nih-man.css
61 lines (60 loc) · 819 Bytes
/
nih-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
59
60
61
div.lit {
font-family: monospace;
}
div.sec-head, div.ssec-head, h1, h2 {
padding: 4pt;
border: solid;
border-width: 1px;
border-color: #555555;
background: #aaaaaa;
font-weight: bold;
}
div.sec-head, h1 {
font-size: large;
}
h2 {
font-size: medium;
}
div.sec-body, div.ssec-body {
margin-top: 1em;
}
span.arg {
font-style: italic;
}
span.define {
}
span.emph {
}
span.errno {
}
span.farg {
font-style: italic;
}
span.fname {
font-weight: bold;
}
span.ftype {
font-style: italic;
}
span.includes {
font-weight: bold;
}
span.name {
font-weight: bold;
}
/* copied from nih's style.css */
body {
background: #cccccc;
}
a {
text-decoration: none;
}
a:link {
color: #555555;
}
a:visited {
color: #666666;
}
a:hover {
color: #777777;
}