-
Notifications
You must be signed in to change notification settings - Fork 20
Expand file tree
/
Copy pathpkg-guide-web.css
More file actions
67 lines (52 loc) · 881 Bytes
/
Copy pathpkg-guide-web.css
File metadata and controls
67 lines (52 loc) · 881 Bytes
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
/*
* This specification may be enough for adequate printing.
*/
@page {
margin: 2.5cm;
}
body {
font-family: serif;
margin: 5%;
}
h1, h2, h3, h4, h5, h6 {
font-family: sans-serif;
}
a {
text-decoration: none;
color: #4444aa;
}
a:hover {
color: #222288;
background-color: #eeeeee;
}
.subtitle {
font-style: italic;
}
th .docinfo-name {
text-align: right;
}
div .admonition {
border-color: #aaaaaa;
border-right-style: none;
border-left-style: none;
border-top-style: solid;
border-top-width: thick;
border-bottom-style: solid;
border-bottom-width: thin;
margin-right: 20em;
}
div .sidebar {
border-color: #ffaaaa;
border-width: thin;
float: right;
width: 20em;
background-color: #eeeecc;
}
p .sidebar-title {
font-family: sans-serif;
text-size: 24px;
}
p .topic-title {
font-family: sans-serif;
text-size: 24px;
}