Skip to content

Latest commit

 

History

History
349 lines (275 loc) · 5.99 KB

File metadata and controls

349 lines (275 loc) · 5.99 KB
 
Nov 5, 2018
Nov 5, 2018
1
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
Jun 20, 2011
Jun 20, 2011
2
Nov 18, 2016
Nov 18, 2016
3
/* Document
4
========================================================================== */
5
Jan 26, 2014
Jan 26, 2014
6
/**
Mar 26, 2017
Mar 26, 2017
7
* 1. Correct the line height in all browsers.
Feb 8, 2018
Feb 8, 2018
8
* 2. Prevent adjustments of font size after orientation changes in iOS.
Jan 26, 2014
Jan 26, 2014
9
*/
10
11
html {
Mar 26, 2017
Mar 26, 2017
12
line-height: 1.15; /* 1 */
13
-webkit-text-size-adjust: 100%; /* 2 */
Jan 26, 2014
Jan 26, 2014
14
}
15
Jul 6, 2016
Jul 6, 2016
16
/* Sections
17
========================================================================== */
18
May 2, 2017
May 2, 2017
19
/**
Feb 8, 2018
Feb 8, 2018
20
* Remove the margin in all browsers.
May 2, 2017
May 2, 2017
21
*/
22
23
body {
24
margin: 0;
25
}
26
Nov 5, 2018
Nov 5, 2018
27
/**
28
* Render the `main` element consistently in IE.
29
*/
30
31
main {
32
display: block;
33
}
34
Jul 6, 2016
Jul 6, 2016
35
/**
36
* Correct the font size and margin on `h1` elements within `section` and
37
* `article` contexts in Chrome, Firefox, and Safari.
38
*/
39
40
h1 {
41
font-size: 2em;
42
margin: 0.67em 0;
43
}
44
45
/* Grouping content
46
========================================================================== */
47
Nov 26, 2012
Nov 26, 2012
48
/**
Jul 6, 2016
Jul 6, 2016
49
* 1. Add the correct box sizing in Firefox.
50
* 2. Show the overflow in Edge and IE.
Aug 3, 2011
Aug 3, 2011
51
*/
52
Jul 6, 2016
Jul 6, 2016
53
hr {
54
box-sizing: content-box; /* 1 */
55
height: 0; /* 1 */
56
overflow: visible; /* 2 */
Mar 19, 2016
Mar 19, 2016
57
}
58
59
/**
Jul 6, 2016
Jul 6, 2016
60
* 1. Correct the inheritance and scaling of font size in all browsers.
61
* 2. Correct the odd `em` font sizing in all browsers.
Mar 19, 2016
Mar 19, 2016
62
*/
63
Jul 6, 2016
Jul 6, 2016
64
pre {
65
font-family: monospace, monospace; /* 1 */
66
font-size: 1em; /* 2 */
Aug 3, 2011
Aug 3, 2011
67
}
68
Jul 6, 2016
Jul 6, 2016
69
/* Text-level semantics
May 31, 2011
May 31, 2011
70
========================================================================== */
May 17, 2011
May 17, 2011
71
Jul 2, 2013
Jul 2, 2013
72
/**
Aug 13, 2017
Aug 13, 2017
73
* Remove the gray background on active links in IE 10.
Jul 2, 2013
Jul 2, 2013
74
*/
75
76
a {
Aug 13, 2017
Aug 13, 2017
77
background-color: transparent;
Jul 2, 2013
Jul 2, 2013
78
}
79
Nov 26, 2012
Nov 26, 2012
80
/**
Feb 8, 2018
Feb 8, 2018
81
* 1. Remove the bottom border in Chrome 57-
Mar 19, 2016
Mar 19, 2016
82
* 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
May 14, 2011
May 14, 2011
83
*/
Apr 21, 2011
Apr 21, 2011
84
Apr 22, 2011
Apr 22, 2011
85
abbr[title] {
Jan 23, 2016
Jan 23, 2016
86
border-bottom: none; /* 1 */
87
text-decoration: underline; /* 2 */
88
text-decoration: underline dotted; /* 2 */
May 14, 2011
May 14, 2011
89
}
90
Mar 19, 2016
Mar 19, 2016
91
/**
92
* Add the correct font weight in Chrome, Edge, and Safari.
93
*/
94
Jan 22, 2016
Jan 22, 2016
95
b,
96
strong {
Mar 19, 2016
Mar 19, 2016
97
font-weight: bolder;
Apr 21, 2011
Apr 21, 2011
98
}
99
Nov 26, 2012
Nov 26, 2012
100
/**
Jul 6, 2016
Jul 6, 2016
101
* 1. Correct the inheritance and scaling of font size in all browsers.
102
* 2. Correct the odd `em` font sizing in all browsers.
May 14, 2011
May 14, 2011
103
*/
Apr 21, 2011
Apr 21, 2011
104
Jul 6, 2016
Jul 6, 2016
105
code,
106
kbd,
107
samp {
108
font-family: monospace, monospace; /* 1 */
109
font-size: 1em; /* 2 */
Apr 21, 2011
Apr 21, 2011
110
}
111
Nov 26, 2012
Nov 26, 2012
112
/**
Mar 19, 2016
Mar 19, 2016
113
* Add the correct font size in all browsers.
Aug 19, 2012
Aug 19, 2012
114
*/
115
Apr 29, 2011
Apr 29, 2011
116
small {
Jan 24, 2014
Jan 24, 2014
117
font-size: 80%;
Apr 29, 2011
Apr 29, 2011
118
}
119
Nov 26, 2012
Nov 26, 2012
120
/**
Mar 19, 2016
Mar 19, 2016
121
* Prevent `sub` and `sup` elements from affecting the line height in
122
* all browsers.
May 14, 2011
May 14, 2011
123
*/
124
Apr 21, 2011
Apr 21, 2011
125
sub,
126
sup {
Jan 24, 2014
Jan 24, 2014
127
font-size: 75%;
128
line-height: 0;
129
position: relative;
130
vertical-align: baseline;
Apr 28, 2011
Apr 28, 2011
131
}
132
133
sub {
Jan 24, 2014
Jan 24, 2014
134
bottom: -0.25em;
Apr 21, 2011
Apr 21, 2011
135
}
136
Mar 19, 2016
Mar 19, 2016
137
sup {
138
top: -0.5em;
139
}
140
Jan 26, 2014
Jan 26, 2014
141
/* Embedded content
Jun 21, 2011
Jun 21, 2011
142
========================================================================== */
143
Nov 26, 2012
Nov 26, 2012
144
/**
Feb 8, 2018
Feb 8, 2018
145
* Remove the border on images inside links in IE 10.
May 25, 2011
May 25, 2011
146
*/
147
Jul 6, 2016
Jul 6, 2016
148
img {
149
border-style: none;
May 25, 2011
May 25, 2011
150
}
151
Jan 26, 2014
Jan 26, 2014
152
/* Forms
153
========================================================================== */
154
Nov 26, 2012
Nov 26, 2012
155
/**
Feb 8, 2018
Feb 8, 2018
156
* 1. Change the font styles in all browsers.
May 2, 2017
May 2, 2017
157
* 2. Remove the margin in Firefox and Safari.
May 14, 2011
May 14, 2011
158
*/
Apr 21, 2011
Apr 21, 2011
159
160
button,
161
input,
Apr 18, 2016
Apr 18, 2016
162
optgroup,
Apr 21, 2011
Apr 21, 2011
163
select,
164
textarea {
Feb 8, 2018
Feb 8, 2018
165
font-family: inherit; /* 1 */
May 2, 2017
May 2, 2017
166
font-size: 100%; /* 1 */
167
line-height: 1.15; /* 1 */
168
margin: 0; /* 2 */
Apr 21, 2011
Apr 21, 2011
169
}
170
Mar 19, 2016
Mar 19, 2016
171
/**
172
* Show the overflow in IE.
173
* 1. Show the overflow in Edge.
174
*/
175
176
button,
Apr 7, 2016
Apr 7, 2016
177
input { /* 1 */
Jan 24, 2014
Jan 24, 2014
178
overflow: visible;
Jan 24, 2014
Jan 24, 2014
179
}
180
Nov 26, 2012
Nov 26, 2012
181
/**
Mar 19, 2016
Mar 19, 2016
182
* Remove the inheritance of text transform in Edge, Firefox, and IE.
183
* 1. Remove the inheritance of text transform in Firefox.
May 17, 2011
May 17, 2011
184
*/
185
May 26, 2011
May 26, 2011
186
button,
Mar 19, 2016
Mar 19, 2016
187
select { /* 1 */
188
text-transform: none;
Mar 18, 2016
Mar 18, 2016
189
}
190
Nov 26, 2012
Nov 26, 2012
191
/**
Feb 8, 2018
Feb 8, 2018
192
* Correct the inability to style clickable types in iOS and Safari.
Mar 19, 2016
Mar 19, 2016
193
*/
194
195
button,
Feb 8, 2018
Feb 8, 2018
196
[type="button"],
Mar 19, 2016
Mar 19, 2016
197
[type="reset"],
198
[type="submit"] {
Feb 8, 2018
Feb 8, 2018
199
-webkit-appearance: button;
Mar 19, 2016
Mar 19, 2016
200
}
201
202
/**
203
* Remove the inner border and padding in Firefox.
Jan 26, 2014
Jan 26, 2014
204
*/
205
206
button::-moz-focus-inner,
Apr 10, 2016
Apr 10, 2016
207
[type="button"]::-moz-focus-inner,
208
[type="reset"]::-moz-focus-inner,
209
[type="submit"]::-moz-focus-inner {
210
border-style: none;
Jan 26, 2014
Jan 26, 2014
211
padding: 0;
212
}
213
Dec 1, 2015
Dec 1, 2015
214
/**
Mar 19, 2016
Mar 19, 2016
215
* Restore the focus styles unset by the previous rule.
Dec 1, 2015
Dec 1, 2015
216
*/
217
218
button:-moz-focusring,
Apr 10, 2016
Apr 10, 2016
219
[type="button"]:-moz-focusring,
220
[type="reset"]:-moz-focusring,
221
[type="submit"]:-moz-focusring {
Dec 1, 2015
Dec 1, 2015
222
outline: 1px dotted ButtonText;
223
}
224
May 1, 2017
May 1, 2017
225
/**
226
* Correct the padding in Firefox.
227
*/
228
229
fieldset {
230
padding: 0.35em 0.75em 0.625em;
231
}
232
Nov 26, 2012
Nov 26, 2012
233
/**
Mar 19, 2016
Mar 19, 2016
234
* 1. Correct the text wrapping in Edge and IE.
235
* 2. Correct the color inheritance from `fieldset` elements in IE.
236
* 3. Remove the padding so developers are not caught out when they zero out
237
* `fieldset` elements in all browsers.
May 23, 2011
May 23, 2011
238
*/
239
Mar 19, 2016
Mar 19, 2016
240
legend {
241
box-sizing: border-box; /* 1 */
242
color: inherit; /* 2 */
243
display: table; /* 1 */
244
max-width: 100%; /* 1 */
245
padding: 0; /* 3 */
246
white-space: normal; /* 1 */
May 17, 2011
May 17, 2011
247
}
248
Jul 6, 2016
Jul 6, 2016
249
/**
Feb 8, 2018
Feb 8, 2018
250
* Add the correct vertical alignment in Chrome, Firefox, and Opera.
Jul 6, 2016
Jul 6, 2016
251
*/
252
253
progress {
Feb 8, 2018
Feb 8, 2018
254
vertical-align: baseline;
Jul 6, 2016
Jul 6, 2016
255
}
256
Nov 26, 2012
Nov 26, 2012
257
/**
Feb 8, 2018
Feb 8, 2018
258
* Remove the default vertical scrollbar in IE 10+.
Jan 17, 2012
Jan 17, 2012
259
*/
260
Mar 19, 2016
Mar 19, 2016
261
textarea {
262
overflow: auto;
Jan 17, 2012
Jan 17, 2012
263
}
264
Nov 26, 2012
Nov 26, 2012
265
/**
Feb 8, 2018
Feb 8, 2018
266
* 1. Add the correct box sizing in IE 10.
267
* 2. Remove the padding in IE 10.
May 26, 2011
May 26, 2011
268
*/
269
Mar 19, 2016
Mar 19, 2016
270
[type="checkbox"],
271
[type="radio"] {
272
box-sizing: border-box; /* 1 */
273
padding: 0; /* 2 */
Jan 26, 2014
Jan 26, 2014
274
}
275
276
/**
Mar 19, 2016
Mar 19, 2016
277
* Correct the cursor style of increment and decrement buttons in Chrome.
Jan 26, 2014
Jan 26, 2014
278
*/
279
Mar 19, 2016
Mar 19, 2016
280
[type="number"]::-webkit-inner-spin-button,
281
[type="number"]::-webkit-outer-spin-button {
282
height: auto;
May 26, 2011
May 26, 2011
283
}
284
Nov 26, 2012
Nov 26, 2012
285
/**
Apr 11, 2016
Apr 11, 2016
286
* 1. Correct the odd appearance in Chrome and Safari.
287
* 2. Correct the outline style in Safari.
May 26, 2011
May 26, 2011
288
*/
289
Mar 19, 2016
Mar 19, 2016
290
[type="search"] {
Apr 11, 2016
Apr 11, 2016
291
-webkit-appearance: textfield; /* 1 */
292
outline-offset: -2px; /* 2 */
May 26, 2011
May 26, 2011
293
}
294
Jan 26, 2014
Jan 26, 2014
295
/**
Feb 8, 2018
Feb 8, 2018
296
* Remove the inner padding in Chrome and Safari on macOS.
Jan 26, 2014
Jan 26, 2014
297
*/
298
Mar 19, 2016
Mar 19, 2016
299
[type="search"]::-webkit-search-decoration {
300
-webkit-appearance: none;
Jan 26, 2014
Jan 26, 2014
301
}
Apr 7, 2016
Apr 7, 2016
302
Apr 11, 2016
Apr 11, 2016
303
/**
304
* 1. Correct the inability to style clickable types in iOS and Safari.
Apr 12, 2016
Apr 12, 2016
305
* 2. Change font properties to `inherit` in Safari.
Apr 11, 2016
Apr 11, 2016
306
*/
307
308
::-webkit-file-upload-button {
309
-webkit-appearance: button; /* 1 */
310
font: inherit; /* 2 */
311
}
Jul 6, 2016
Jul 6, 2016
312
313
/* Interactive
314
========================================================================== */
315
316
/*
Feb 8, 2018
Feb 8, 2018
317
* Add the correct display in Edge, IE 10+, and Firefox.
Jul 6, 2016
Jul 6, 2016
318
*/
319
Feb 8, 2018
Feb 8, 2018
320
details {
Jul 6, 2016
Jul 6, 2016
321
display: block;
322
}
323
Jul 6, 2016
Jul 6, 2016
324
/*
325
* Add the correct display in all browsers.
326
*/
327
328
summary {
329
display: list-item;
330
}
331
Feb 8, 2018
Feb 8, 2018
332
/* Misc
Jul 6, 2016
Jul 6, 2016
333
========================================================================== */
334
335
/**
Feb 8, 2018
Feb 8, 2018
336
* Add the correct display in IE 10+.
Jul 6, 2016
Jul 6, 2016
337
*/
338
339
template {
340
display: none;
341
}
342
343
/**
Feb 8, 2018
Feb 8, 2018
344
* Add the correct display in IE 10.
Jul 6, 2016
Jul 6, 2016
345
*/
346
347
[hidden] {
348
display: none;
349
}