-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathstyle.css
More file actions
62 lines (49 loc) · 645 Bytes
/
style.css
File metadata and controls
62 lines (49 loc) · 645 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
h1 {
font-family:PrimaryFont;
text-align: center;
font-size: 1.6em;
}
h2 {
font-size: 1.2em;
}
h3 {
font-size: 0.9em;
}
h2, h3, h4, h5, h6 {
font-family:PrimaryFont;
text-align: left;
}
p {
text-indent: 0;
}
.Chapter {
margin: 0 0 1em 0;
}
blockquote {
border: none;
}
.Intro {
text-align: center;
margin: 1em auto 2em auto;
}
.Title {
margin-top: 55%;
font-size: 1.4em;
text-align: center;
}
.Title h1 {
margin: 0;
}
.Title h1,
.Title h2 {
text-align: center;
}
.Weather {
font-style: italic;
font-size: 0.9em;
}
footer {
position: absolute;
bottom: 0;
font-size: 0.7em;
}