您的位置:首页 > Web前端 > CSS

normalize.css v8.0.0中文翻译

2018-02-27 16:14 357 查看
@charset "utf-8";
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
* 文件
========================================================================== */

/**
* 1. Correct the line height in all browsers.
* 更正所有浏览器中的行高.
* 2. Prevent adjustments of font size after orientation changes in iOS.
* 防止在iOS的方向改变后的字体大小的调整。
*/

html {
line-height: 1.15;
/* 1 */
-webkit-text-size-adjust: 100%;
/* 2 */
}

/* Sections
* 部分
========================================================================== */

/**
* Remove the margin in all browsers.
* 删除所有浏览器的外边距。
*/

body {
margin: 0;
}

/**
* Correct the font size and margin on `h1` elements within `section` and
* `article` contexts in Chrome, Firefox, and Safari.
* 修正`section` `article` 中h1在Chrome,Firefox,和Safari 的字体大小与边距问题
*/

h1 {
font-size: 2em;
margin: 0.67em 0;
}

/* Grouping content
* 分组内容
========================================================================== */

/**
* 1. Add the correct box sizing in Firefox.
* 在Firefox中添加正确的框大小。
* 2. Show the overflow in Edge and IE.
* 在Edge和IE中显示溢出。
*/

hr {
box-sizing: content-box;
/* 1 */
height: 0;
/* 1 */
overflow: visible;
/* 2 */
}

/**
* 1. Correct the inheritance and scaling of font size in all browsers.
* 更正所有浏览器中字体大小的继承和缩放。
* 2. Correct the odd `em` font sizing in all browsers.
* 在所有浏览器中更正 em字体大小。
*/

pre {
font-family: monospace, monospace;
/* 1 */
font-size: 1em;
/* 2 */
}

/* Text-level semantics
* 文本级语义
========================================================================== */

/**
* Remove the gray background on active links in IE 10.
* 删除IE 10中活动链接上的灰色背景。
*/

a {
background-color: transparent;
}

/**
* 1. Remove the bottom border in Chrome 57-
* 删除Chrome 57-中的底部边框。
* 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
* 在Chrome,Edge,IE,Opera和Safari中添加正确的文字装饰。
*/

abbr[title] {
border-bottom: none;
/* 1 */
text-decoration: underline;
/* 2 */
text-decoration: underline dotted;
/* 2 */
}

/**
* Add the correct font weight in Chrome, Edge, and Safari.
* 在Chrome,Edge和Safari中添加正确的字体重量。
*/

b,
strong {
font-weight: bolder;
}

/**
* 1. Correct the inheritance and scaling of font size in all browsers.
* 更正所有浏览器中字体大小的继承和缩放。
* 2. Correct the odd `em` font sizing in all browsers.
* 更正所有浏览器中em的字体大小。
*/

code,
kbd,
samp {
font-family: monospace, monospace;
/* 1 */
font-size: 1em;
/* 2 */
}

/**
* Add the correct font size in all browsers.
* 在所有浏览器中添加正确的字体大小。
*/

small {
font-size: 80%;
}

/**
* Prevent `sub` and `sup` elements from affecting the line height in all browsers.
* 防止`sub`和`sub`元素影响所有浏览器中的行高。
*/

sub,
sup {
font-size: 75%;
line-height: 0;
position: relative;
vertical-align: baseline;
}

sub {
bottom: -0.25em;
}

sup {
top: -0.5em;
}

/* Embedded content
* 嵌入内容
========================================================================== */

/**
* Remove the border on images inside links in IE 10.
* 删除IE 10中链接内图像上的边框。
*/

img {
border-style: none;
}

/* Forms
* 表单
========================================================================== */

/**
* 1. Change the font styles in all browsers.
* 更改所有浏览器中的字体样式(建议)。
* 2. Remove the margin in Firefox and Safari.
* 删除Firefox和Safari中的边距。
*/

button,
input,
optgroup,
select,
textarea {
font-family: inherit;
/* 1 */
font-size: 100%;
/* 1 */
line-height: 1.15;
/* 1 */
margin: 0;
/* 2 */
}

/**
* Show the overflow in IE.
* 在IE中显示溢出。
* 1. Show the overflow in Edge.
* 1. 在Edge中显示溢出。
*/

button,
input {
/* 1 */
overflow: visible;
}

/**
* Remove the inheritance of text transform in Edge, Firefox, and IE.
* 删除Edge,Firefox和IE中的文本变换的继承。
* 1. Remove the inheritance of text transform in Firefox.
* 在Firefox中删除文本变换的继承。
*/

button,
select {
/* 1 */
text-transform: none;
}

/**
* Correct the inability to style clickable types in iOS and Safari.
* 更正了iOS和Safari中无法创建可点击类型的样式。
*/

button,
[type="button"],
[type="reset"],
[type="submit"] {
-webkit-appearance: button;
}

/**
* Remove the inner border and padding in Firefox.
* 删除Firefox中的内边框和内边距。
*/

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
border-style: none;
padding: 0;
}

/**
* Restore the focus styles unset by the previous rule.
* 恢复由上一个规则未设置的焦点样式。
*/

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
outline: 1px dotted ButtonText;
}

/**
* Correct the padding in Firefox.
* 更正Firefox的内边距。
*/

fieldset {
padding: 0.35em 0.75em 0.625em;
}

/**
* 1. Correct the text wrapping in Edge and IE.
* 更正在Edge和IE中包装的文本。
* 2. Correct the color inheritance from `fieldset` elements in IE.
* 更正IE中的“fieldset”元素的颜色继承。
* 3. Remove the padding so developers are not caught out when they zero out
*    `fieldset` elements in all browsers.
* 删除填充,以便开发人员在所有浏览器中清除`fieldset`元素时不会出现。
*/

legend {
box-sizing: border-box;
/* 1 */
color: inherit;
/* 2 */
display: table;
/* 1 */
max-width: 100%;
/* 1 */
padding: 0;
/* 3 */
white-space: normal;
/* 1 */
}

/**
* Add the correct vertical alignment in Chrome, Firefox, and Opera.
* 在Chrome,Firefox和Opera中添加正确的垂直对齐方式。
*/

progress {
vertical-align: baseline;
}

/**
* Remove the default vertical scrollbar in IE 10+.
* 删除IE10+中的默认垂直滚动条。
*/

textarea {
overflow: auto;
}

/**
* 1. Add the correct box sizing in IE 10.
* 在IE 10-中添加正确的框大小。
* 2. Remove the padding in IE 10.
* 删除IE 10中的填充。
*/

[type="checkbox"],
[type="radio"] {
box-sizing: border-box;
/* 1 */
padding: 0;
/* 2 */
}

/**
* Correct the cursor style of increment and decrement buttons in Chrome.
* 更正Chrome中的增量和减少按钮的游标样式。
*/

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
height: auto;
}

/**
* 1. Correct the odd appearance in Chrome and Safari.
* 更正Chrome和Safari中的莫明奇妙的外观。
* 2. Correct the outline style in Safari.
* 更正Safari中的大纲样式。
*/

[type="search"] {
-webkit-appearance: textfield;
/* 1 */
outline-offset: -2px;
/* 2 */
}

/**
* Remove the inner padding in Chrome and Safari on macOS.
* 在Mac操作系统上删除Chrome和Safari中的内部填充。
*/

[type="search"]::-webkit-search-decoration {
-webkit-appearance: none;
}

/**
* 1. Correct the inability to style clickable types in iOS and Safari.
* 更正了iOS和Safari中无法创建可点击类型的样式。
* 2. Change font properties to `inherit` in Safari.
* 在Safari中将字体属性更改为“inherit”。
*/

::-webkit-file-upload-button {
-webkit-appearance: button;
/* 1 */
font: inherit;
/* 2 */
}

/* Interactive
* 交互
========================================================================== */

/*
* Add the correct display in Edge, IE 10+, and Firefox.
* 在Edge,IE10+和Firefox中添加正确的显示。
*/

details {
display: block;
}

/*
* Add the correct display in all browsers.
* 在所有浏览器中添加正确的显示。
*/

summary {
display: list-item;
}

/* Misc
* 杂项
========================================================================== */

/**
* Add the correct display in IE 10+.
* 在IE10+中添加正确的显示。
*/

template {
display: none;
}

/**
* Add the correct display in IE 10.
* 在IE 10中添加正确的显示。
*/

[hidden] {
display: none;
}
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签:  normalize