-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
263 lines (230 loc) · 4.7 KB
/
style.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
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
/* html5doctor.com Reset Stylesheet */
/* line 2, scss/style.scss */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, code, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
margin: 0;
padding: 0;
border: 0;
outline: 0;
font-size: 100%;
vertical-align: baseline;
background: transparent;
}
/* line 3, scss/style.scss */
html {
-webkit-text-size-adjust: 100%;
-ms-text-size-adjust: 100%;
}
/* line 4, scss/style.scss */
body {
line-height: 1.5;
}
/* line 5, scss/style.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
display: block;
}
/* line 6, scss/style.scss */
nav ul {
list-style: none;
}
/* line 7, scss/style.scss */
a {
margin: 0;
padding: 0;
font-size: 100%;
vertical-align: baseline;
background: transparent;
}
/* line 8, scss/style.scss */
ins {
background-color: rgba(255, 255, 255, 0.4);
text-decoration: none;
}
/* line 9, scss/style.scss */
mark {
background-color: rgba(255, 255, 255, 0.4);
font-style: inherit;
font-weight: bold;
}
/* line 10, scss/style.scss */
del {
text-decoration: line-through;
}
/* line 11, scss/style.scss */
em {
font-style: italic;
}
/* line 12, scss/style.scss */
strong {
font-weight: bold;
}
/* line 13, scss/style.scss */
abbr[title], dfn[title] {
border-bottom: 1px dotted;
cursor: help;
}
/* line 14, scss/style.scss */
table {
border-collapse: collapse;
border-spacing: 0;
}
/* line 15, scss/style.scss */
hr {
display: block;
height: 1px;
border: 0;
border-top: 1px dashed white;
width: 80%;
margin: 1em auto;
padding: 0;
}
/* line 16, scss/style.scss */
input, select {
vertical-align: middle;
}
/* line 17, scss/style.scss */
h1 {
font-size: 2em;
line-height: 100%;
margin-top: .5em;
margin-bottom: .5em;
}
/* line 18, scss/style.scss */
h2 {
font-size: 1.1667em;
line-height: 128.6%;
margin-top: 1.143em;
}
/* line 19, scss/style.scss */
p, ul, ol, dl, pre, code, blockquote {
font-size: 1em;
}
/* line 20, scss/style.scss */
small, aside {
font-size: 0.75em;
}
/* line 24, scss/style.scss */
body {
color: #000316;
background-color: #eaebf8;
font: 16px/1.6em "Helvetica Neue", Helvetica, Arial, sans-serif;
}
/* line 30, scss/style.scss */
h1, h2, h3, h4, h5, h6 {
color: #020838;
font-weight: bold;
font-family: "Monda", sans-serif;
margin-left: 1rem;
margin-right: 1rem;
}
/* line 38, scss/style.scss */
a {
color: #870413;
}
/* line 42, scss/style.scss */
p {
margin-left: 1rem;
margin-right: 1rem;
}
/* line 47, scss/style.scss */
img {
max-width: calc(100% - 2rem);
border: solid white thin;
}
/* line 52, scss/style.scss */
header, footer {
font-family: "Monda", sans-serif;
text-align: center;
color: #fbee8e;
background-color: #5263ea;
background-image: url("gplay.png");
padding: .5rem;
border-top: solid #041070 thick;
border-bottom: solid #041070 thick;
}
/* line 62, scss/style.scss */
header a, footer a {
color: inherit;
}
/* line 67, scss/style.scss */
nav {
font-size: 85%;
padding: 1rem;
background-image: url("hexellence.png");
background-color: #f7de1e;
border-bottom: solid #041070 thick;
}
/* line 74, scss/style.scss */
nav ul {
margin: 0;
padding: 0;
text-align: center;
}
/* line 80, scss/style.scss */
nav li {
display: inline;
background-color: #fbf1a5;
border: solid 1px #041070;
margin: 0.5rem;
padding: 0.5rem;
}
/* line 87, scss/style.scss */
nav li a {
color: #020838;
}
/* line 95, scss/style.scss */
ul, ol, dt {
margin-left: 1rem;
margin-right: 1rem;
}
/* line 98, scss/style.scss */
ul p, ol p, dt p {
margin-left: 0;
margin-right: 0;
}
/* line 104, scss/style.scss */
ul {
padding-left: 1rem;
}
/* line 108, scss/style.scss */
ol {
padding-left: 1.7rem;
max-width: 50rem;
}
/* line 111, scss/style.scss */
ol li {
margin-bottom: 2rem;
}
/* line 116, scss/style.scss */
dt {
border-top: dashed white thin;
padding-top: .35em;
margin-top: .25em;
}
/* line 122, scss/style.scss */
dt:first-child {
border-top: none;
}
/* line 126, scss/style.scss */
dd {
margin-bottom: 0.25em;
}
/* line 130, scss/style.scss */
ul.img-trio {
list-style-type: none;
padding: 0;
overflow: auto;
}
/* line 134, scss/style.scss */
ul.img-trio li {
width: 32%;
float: left;
}
/* line 140, scss/style.scss */
.note {
float: right;
width: 45%;
border: thin solid #000;
background-color: #c9cce1;
padding: .5rem;
font-size: small;
}