-
Notifications
You must be signed in to change notification settings - Fork 0
/
default.css
32 lines (25 loc) · 926 Bytes
/
default.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
body, html { font-family: Helvetica; font-size: 14pt; line-height: 1.75em; margin: 0 1.5em 0 1.5em; }
pre {
font-family: Monaco;
font-size: 90%;
margin: 1em;
padding: 1em;
background: #eff2ff;
border: 1px dotted #aaaaaa;
line-height: 1.25em;
}
h1, h2, h3 { font-weight: normal; color: #333; }
h1 { margin-top: 1.5em; font-size: 1.5em; }
h1.title { font-size: 2em; }
h2 { font-size: 1.25em; }
h3 { font-size: 1.0em; }
ul { padding: 0em; }
ul li { margin-left: 2em; }
table.docutils { margin-left: auto; margin-right: auto; }
table, thead, th, tr, td { border: 0; }
th { font-weight: bold; text-align: center; }
dd { color: #666666; font-style: italic; font-size: 90%; margin-left: 2em; }
blockquote { font-size: 90%; line-height: 1.5em; font-style: italic; }
cite { font-family: Monaco; font-style: normal; font-size: 90%; }
.docinfo-name { display: none; }
.docinfo { color: #666; font-style: italic; }