-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstylesheet.css
More file actions
53 lines (46 loc) · 855 Bytes
/
stylesheet.css
File metadata and controls
53 lines (46 loc) · 855 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
/* line 3, stylesheet.sass */
h1, h2, h3, h4, h5, h6 {
font-family: Times, Serif;
font-weight: normal;
}
/* line 7, stylesheet.sass */
h1 {
font-size: 218%;
padding-top: 0.5em;
text-align: center;
}
/* line 13, stylesheet.sass */
h2 {
border-top: 4px solid #aaaaaa;
font-size: 164%;
margin-top: 1em;
padding-top: 2em;
}
/* line 23, stylesheet.sass */
div#outline-container-1 h2:first-child {
border: none;
}
/* line 26, stylesheet.sass */
h3 {
border-top: 4px solid #e0e0e0;
font-size: 145%;
padding-top: 0.5em;
}
/* line 33, stylesheet.sass */
h4 {
font-size: 118%;
}
/* line 36, stylesheet.sass */
body {
background-color: #f8f8f8;
color: #333333;
font: 20px "Times";
height: 100%;
line-height: normal;
overflow-y: scroll;
}
/* line 44, stylesheet.sass */
.author {
border: none;
text-align: center;
}