-
Notifications
You must be signed in to change notification settings - Fork 4
/
book.css
98 lines (98 loc) · 2.11 KB
/
book.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
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
html { }
body { font-family: serif;
line-height: 14pt;
font-size: 10pt; }
.nav { display: none; }
table.tbl { border-spacing: 0px;
border-collapse: collapse;
width: 96%;
margin-left: auto;
margin-right: auto; }
table.tbl td { padding-left: 1em; }
p.edits { display: none; }
a { color: #0000ff;
text-decoration: none; }
a:hover { color: #339999; }
a.external { background: transparent url('../external.png') center right no-repeat;
padding-right: 12px; }
div { margin-bottom: 1ex; }
blockquote { padding-left: 1ex;
border-left: 1px solid green; }
dl { margin-left: 2%; }
h1,
h2,
h3,
h4,
h5 { font-size: inherit; }
.cat,
.file,
.header,
.lang,
.lib,
.path { font-style: italic; }
.sec { font-weight: bolder; }
.cmd,
.cmdflag,
.cmdarg,
.cmdline,
.func,
.macro,
.macroarg,
.macroflag,
.mdocin,
.mdocout,
.mdocsyntax,
.screen,
.type,
.value,
.var { font-family: monospace;
font-size: 8pt; }
.under { text-decoration: underline }
a.cmd,
a.macro,
a.term { color: #000000;
border-bottom: 1px dotted #339999; }
a.cmd:hover,
a.macro:hover,
a.term:hover { color: #339999; }
.cmdflag:before,
.macroflag:before
{ content: "-"; }
.cmdopt:before { content: "["; }
.cmdopt:after { content: "]"; }
.macroopt:before
{ content: "["; }
.macroopt:after { content: "]"; }
.func:after { content: "()"; }
.cmdline:before { content: "$ "; }
.cmdline,
.screen { border: 1px dotted green;
padding: 1px;
background-color: #eeeeee; }
span.cmdline { white-space: nowrap; }
div.cmdline,
div.screen,
div.mdocin,
div.mdocout,
div.mdocsyntax { border: 1px dotted #dddddd;
font-size: 7pt;
line-height: 9pt;
max-width: 60em;
margin-left: 2%; }
.mdocin,
.mdocsyntax { padding: 0.5ex 0 0.5ex 1.0ex; }
.mdocout { padding-left: 3ex; }
.mdocout h1 { font-size: inherit;
margin-bottom: 0px;
margin-left: -2ex; }
.mdocout td { vertical-align: top; }
.mdocout table { width: 100%;
margin-top: 0ex;
margin-bottom: 0ex; }
.mdocout blockquote
{ margin-left: 5ex;
margin-top: 0ex;
margin-bottom: 0ex; }
.mdocout div.section
{ margin-bottom: 2ex;
margin-left: 5ex; }