-
Notifications
You must be signed in to change notification settings - Fork 0
/
doc.css
110 lines (95 loc) · 1.46 KB
/
doc.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
99
100
101
102
103
104
105
106
107
108
109
110
body {
background:#f9f9f9;
margin:0;
font-size:14px;
color:#333;
}
table {
font-size:14px;
}
a:link {
color:#1160b7;
}
a:visited {
color:#1160b7;
}
a:hover {
color:#cc004f;
}
.titlepage, .toc {
padding:5px;
}
.section,
.toc,
.list-of-tables,
.list-of-examples {
padding-left:10px;
}
.chapter .title,
.appendix .title {
margin-bottom:5px;
font-size:32px;
}
.section .toc {
border:0;
}
.section .titlepage {
padding-left:0;
}
.section .title {
font-size: 20px;
text-shadow:#aaa 0 0 0;
margin-bottom:5px;
}
.title {
color:#333;
font-weight:bold;
font-size:40px;
font-family: "Microsoft YaHei", STHeiti;
margin:5px 0 20px 0;
text-shadow:#aaa 1px 1px 2px;
}
.table .title,
.example .title {
font-size:16px;
}
.titlepage {
border-bottom:2px solid #d1d1d6;
background:#f1f2f2;
}
.section .titlepage {
background:#f9f9f9;
border:0;
box-shadow:#ccc 0 0 0;
}
.titlepage hr {
display:none;
}
.author {
padding-bottom:5px;
}
.author h3,
.affiliation,
.address,
.address p {display:inline;}
.chapter p {
padding-left:10px;
}
.section p {
padding-left:0;
}
.programlisting {
background: #eee;
padding: 6px;
display: block;
font-family: monospace "Courier New";
font-size:14px;
margin: 1em 0px;
white-space: pre;
}
.biblioentry .title {
font-size:14px;
text-shadow:#aaa 0 0 0;
font-weight:normal;
padding-left:10px;
}