-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.css
97 lines (76 loc) · 1.22 KB
/
index.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
article {
width: 720px;
padding-left: 30px;
padding-right: 30px;
margin-left: auto;
margin-right: auto;
font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}
h1 {
font-size: 45px;
margin-bottom: 0;
}
h2 {
font-size: 20px;
margin-top: 30px;
margin-bottom: 0;
}
h3 {
font-size: 15px;
font-weight: bold;
margin-top: 8px;
}
p {
margin-top: 10px;
}
iframe {
border: none;
}
.article-body {
font-size: 15px;
line-height: 22px;
}
footer {
margin: 50px 0;
border-top: #F0EAD6 solid 1px;
font-size: 15px;
}
.emphasize {
font-weight: 600;
}
.note {
font-style: italic;
}
.quote {
padding-left: 30px;
padding-right: 30px;
}
.caption {
font-size: 11px;
}
.cheatsheet {
background-color: #F0EAD6;
padding: 5px 30px;
}
.cheatsheet h2 {
margin-top: 15px;
}
.candidate {
font-weight: 600;
}
.candidate.triangle, .candidate.cinema, .candidate.library {
color: #F0D175;
}
.candidate.square, .candidate.temple, .candidate.pool {
color: #557DFF
}
.candidate.bob, .candidate.gym {
color: #D54E55
}
.candidate.trump {
color: hsl(30,80%,70%)
}
.candidate-icon {
height: 16px;
margin-bottom: -3px;
}