forked from Alsiso/normalize-zh
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathnormalize-zh.css
409 lines (325 loc) · 6.54 KB
/
normalize-zh.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
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
* @file: normalize-zh.css v3.0.3
* @author: alsiso
* @update: 2015年7月24日 08:25:13;
* @copyright: 基于 normalize.css 源码解读与注释翻译 | MIT License
*/
/**
* 1. 设置所有的字体为'sans-serif'
* 2. 防止 iOS 横屏字号放大,同时保证在PC上 zoom 功能正常
*/
html {
font-family: sans-serif; /* 1 */
-ms-text-size-adjust: 100%; /* 2 */
-webkit-text-size-adjust: 100%; /* 2 */
}
/**
* 修复默认边距,统一各浏览器效果
*/
body {
margin: 0;
}
/* HTML5 显示属性定义
========================================================================== */
/**
* 修复IE 8/9,HTML5新元素不能正确显示的问题,定义为 block的元素
* 修复IE 10/11,'details' or 'summary' 定义为 block 的元素
* 修复IE 11,'main'定义为 block 的元素
*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
display: block;
}
/**
* 1. 修复IE 8/9,HTML5新元素不能正确显示的问题,定义为inline-block元素
* 2. 修复Chrome, Firefox, 和Opera的'progress'元素没有以baseline垂直对齐
*/
audio,
canvas,
progress,
video {
display: inline-block; /* 1 */
vertical-align: baseline; /* 2 */
}
/**
* 对不支持'controls'属性的浏览器,'audio'元素给以隐藏
* 移除iOS5设备中多余的高度
*/
audio:not([controls]) {
display: none;
height: 0;
}
/**
* 修复 IE 7/8/9,Firefox 3 和 Safari 4 中 「hidden」属性不起作用的问题
* 在IE、Safari、Firefox 22- 中隐藏「template」元素
*/
[hidden],
template {
display: none;
}
/* 链接
========================================================================== */
/**
* 去掉 IE 10+ 点击链接时的灰色背景
*/
a {
background-color: transparent;
}
/**
* 去掉点击时的焦点框,同时保证使用键盘可以显示焦点框
*/
a:active,
a:hover {
outline: 0;
}
/* 语义化文字标签修复
========================================================================== */
/**
* 修正「abbr」元素在 Firefox 外其他浏览器没有下划线的问题
*/
abbr[title] {
border-bottom: 1px dotted;
}
/**
* Firefox3+,Safari4/5 和 Chrome 中统一设置为粗体
*/
b,
strong {
font-weight: bold;
}
/**
* 修正 Safari5 和 Chrome 中没有样式的问题
*/
dfn {
font-style: italic;
}
/**
* 对 h1 样式进行重置
*/
h1 {
font-size: 2em;
margin: 0.67em 0;
}
/**
* 修正 IE6-11 中没有样式的问题
*/
mark {
background: #ff0;
color: #000;
}
/**
* 统一 small 的字体大小
*/
small {
font-size: 80%;
}
/**
* 防止所有浏览器中的<sub>和<sup>影响行高
*/
sub,
sup {
font-size: 75%;
line-height: 0;
position: relative;
vertical-align: baseline;
}
sup {
top: -0.5em;
}
sub {
bottom: -0.25em;
}
/* 嵌入元素
========================================================================== */
/**
* 去除 IE6-9 和 Firefox 3 中 a 内部 img 元素默认的边框
*/
img {
border: 0;
}
/**
* 修复 IE9 中的「overflow」的怪异表现
*/
svg:not(:root) {
overflow: hidden;
}
/* 内容分组
========================================================================== */
/**
* 修复 IE 8/9、Safari中margin失效
*/
figure {
margin: 1em 40px;
}
/**
* 修正 Firefox 和其他浏览器之间的差异
*/
hr {
box-sizing: content-box;
height: 0;
}
/**
* 标签应当包含滚溢出
*/
pre {
overflow: auto;
}
/**
* 统一代码的字体设置
*/
code,
kbd,
pre,
samp {
font-family: monospace, monospace;
font-size: 1em;
}
/* 表单
========================================================================== */
/**
* 1. 修正所有浏览器中颜色不继承的问题
* 2. 修正所有浏览器中字体不继承的问题
* 3. 修正 Firefox 3+, Safari5 和 Chrome 中外边距不同的问题
*/
button,
input,
optgroup,
select,
textarea {
color: inherit; /* 1 */
font: inherit; /* 2 */
margin: 0; /* 3 */
}
/**
* 统一 IE 8/9/10/11 `overflow`属性为`visible`
*/
button {
overflow: visible;
}
/**
* 统一各浏览器`text-transform`不会继承的问题
*/
button,
select {
text-transform: none;
}
/**
* 1. 避免 Android 4.0.* 中的 WebKit bug ,该bug会破坏原生的
`audio`和`video`的控制器
* 2. 更正 iOS 中无法设置可点击的`input`的问题
* 3. 统一其他类型的`input`的光标样式
*/
button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
-webkit-appearance: button; /* 2 */
cursor: pointer; /* 3 */
}
/**
* 重置按钮禁用时光标样式
*/
button[disabled],
html input[disabled] {
cursor: default;
}
/**
* 移除 Firefox 4+ 的内边距
*/
button::-moz-focus-inner,
input::-moz-focus-inner {
border: 0;
padding: 0;
}
/**
* 统一设置`input`行高为`normal`
*/
input {
line-height: normal;
}
/**
*
* 1. 修正 IE 8/9 box-sizing 被设置为「content-box」的问题
* 2. 移除 IE 8/9 中多余的内边距
*/
input[type="checkbox"],
input[type="radio"] {
box-sizing: border-box; /* 1 */
padding: 0; /* 2 */
}
/**
* 修正 Chrome 中 input [type="number"] 在特定高度和`font-size`时,
* 下面一个箭头光标变成`cursor: text`
*/
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
height: auto;
}
/**
* 1. 修正 Safari 5 和 Chrome 中`appearance`被设置为`searchfield`的问题
* 2. 修正 Safari 5 和 Chrome 中`box-sizing`被设置为`border-box`的问题
*/
input[type="search"] {
-webkit-appearance: textfield; /* 1 */
box-sizing: content-box; /* 2 */
}
/**
* 移除原生默认样式,统一search的输入框样式
*/
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
-webkit-appearance: none;
}
/**
* 定义一致的边框、外边距和内边距
*/
fieldset {
border: 1px solid #c0c0c0;
margin: 0 2px;
padding: 0.35em 0.625em 0.75em;
}
/**
* 1. 修正 IE 6-9 中颜色不能继承的问题
* 2. 重置内边距
*/
legend {
border: 0; /* 1 */
padding: 0; /* 2 */
}
/**
* 1. 移除 IE6-11 中默认的垂直滚动条
*/
textarea {
overflow: auto;
}
/**
* 统一设置optgroup元素font-weight始终为bold
*/
optgroup {
font-weight: bold;
}
/* 表格
========================================================================== */
/**
* 合并单元格边框,重置内边距
*/
table {
border-collapse: collapse;
border-spacing: 0;
}
td,
th {
padding: 0;
}