-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyles.css
370 lines (305 loc) · 6.33 KB
/
styles.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
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
body {
color: #222;
font-family: 'Source Sans Pro', Arial;
line-height: 1.5;
letter-spacing: 0.2px;
word-spacing: 1px;
background-image: linear-gradient(0deg,
hsl(354deg 79% 63%) 0%,
hsl(356deg 82% 68%) 15%,
hsl(357deg 86% 73%) 20%,
hsl(358deg 90% 78%) 24%,
hsl(359deg 94% 82%) 28%,
hsl(360deg 99% 86%) 32%,
hsl(0deg 100% 89%) 38%,
hsl(1deg 100% 93%) 45%,
hsl(1deg 100% 96%) 57%,
hsl(0deg 0% 100%) 89%);
}
.page-wrap {
margin: 2em 2em;
-webkit-font-smoothing: antialiased;
}
header {
width: 100%;
}
#top {
margin: 20px 0;
font-size: 24px;
text-align: center;
}
#top a {
font-family: "Montserrat", sans-serif;
color: #000;
font-size: 38px;
text-align: center;
text-decoration: none;
}
nav {
background: #FEFEFE;
padding-bottom: 10px;
}
ul {
margin: 15px auto;
padding: 0 20px;
text-align: center;
}
ul li {
font-size: 24px;
list-style: none;
display: inline-block;
margin-right: 20px;
}
.nav-link {
padding: 5px 10px;
text-decoration: none;
}
.nav-link.selected {
background-color: #C3272B;
color: #FEFEFE;
}
p, ol {
margin: 1 1 1.2em 1;
}
a, a:active, a:hover, a:visited {
color: #C3272B;
-webkit-transition: all .2s ease-in-out;
-moz-transition: all .2s ease-in-out;
-o-transition: all .2s ease-in-out;
transition: all .2s ease-in-out;
line-height: initial;
}
span.more {
text-decoration: underline;
cursor: pointer;
}
span.more:hover {
color: #C3272B;
}
#content {
height: calc(100% - 200px);
overflow-y: auto;
}
a.anchor {
display: block;
position: relative;
top: -265px;
visibility: hidden;
}
section {
font-size: 22px;
width: 70%;
margin: 10px auto;
}
section h2 {
font-size: 36px;
font-weight: normal;
margin: 0.2em 0 0.2em -1em;
}
section h3 {
font-size: 24px;
font-weight: normal;
}
section div {
margin-bottom: 2em;
}
.expanded {
height: 1350px;
}
img.icon {
height: 2em;
width: 1em;
}
section a[href*="top"] {
line-height: 2em;
}
span.cross {
text-decoration: line-through;
}
ol {
margin-top: 0px;
}
/* ==========================================================================
Helper classes
========================================================================== */
/*
* Image replacement
*/
.ir {
background-color: transparent;
border: 0;
overflow: hidden;
/* IE 6/7 fallback */
*text-indent: -9999px;
}
.ir:before {
content: "";
display: block;
width: 0;
height: 100%;
}
/*
* Hide from both screenreaders and browsers: h5bp.com/u
*/
.hidden {
display: none;
}
/*
* Hide only visually, but have it available for screenreaders: h5bp.com/v
*/
.visuallyhidden {
border: 0;
clip: rect(0 0 0 0);
height: 1px;
margin: -1px;
overflow: hidden;
padding: 0;
position: absolute;
width: 1px;
}
/*
* Extends the .visuallyhidden class to allow the element to be focusable
* when navigated to via the keyboard: h5bp.com/p
*/
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
clip: auto;
height: auto;
margin: 0;
overflow: visible;
position: static;
width: auto;
}
/*
* Hide visually and from screenreaders, but maintain layout
*/
.invisible {
visibility: hidden;
}
/*
* Clearfix: contain floats
*
* For modern browsers
* 1. The space content is one way to avoid an Opera bug when the
* `contenteditable` attribute is included anywhere else in the document.
* Otherwise it causes space to appear at the top and bottom of elements
* that receive the `clearfix` class.
* 2. The use of `table` rather than `block` is only necessary if using
* `:before` to contain the top-margins of child elements.
*/
.clearfix:before,
.clearfix:after {
content: " ";
/* 1 */
display: table;
/* 2 */
}
.clearfix:after {
clear: both;
}
/*
* For IE 6/7 only
* Include this rule to trigger hasLayout and contain floats.
*/
.clearfix {
*zoom: 1;
}
/* ==========================================================================
EXAMPLE Media Queries for Responsive Design.
Theses examples override the primary ('mobile first') styles.
Modify as content requires.
========================================================================== */
@media only screen and (min-width: 35em) {
/* Style adjustments for viewports that meet the condition */
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (min-resolution: 144dpi) {
/* Style adjustments for high resolution devices */
}
/* ==========================================================================
Print styles.
Inlined to avoid required HTTP connection: h5bp.com/r
========================================================================== */
@media print {
* {
background: transparent !important;
color: #000 !important;
/* Black prints faster: h5bp.com/s */
box-shadow: none !important;
text-shadow: none !important;
}
a,
a:visited {
text-decoration: underline;
}
a[href]:after {
content: " ("attr(href) ")";
}
abbr[title]:after {
content: " ("attr(title) ")";
}
/*
* Don't show links for images, or javascript/internal links
*/
.ir a:after,
a[href^="javascript:"]:after,
a[href^="#"]:after {
content: "";
}
pre,
blockquote {
border: 1px solid #999;
page-break-inside: avoid;
}
thead {
display: table-header-group;
/* h5bp.com/t */
}
tr,
img {
page-break-inside: avoid;
}
img {
max-width: 100% !important;
}
@page {
margin: 0.5cm;
}
p,
h2,
h3 {
orphans: 3;
widows: 3;
}
h2,
h3 {
page-break-after: avoid;
}
}
img {
vertical-align: middle;
}
fieldset {
border: 0;
margin: 0;
padding: 0;
}
textarea {
resize: vertical;
}
.chromeframe {
margin: 0.2em 0;
background: #ccc;
color: #000;
padding: 0.2em 0;
}
.center {
display: block;
margin-left: auto;
margin-right: auto;
max-width: 100%;
opacity: 0.8
}
h3 {
line-height: 1.5em;
}