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