normalize css v5.0.0 註解翻譯

normalize css v5.0.0 註解翻譯

/*! 修改自 normalize.css v5.0.0 github.com/necolas/normalize.css */

/**
 * 1. 在所有瀏覽器中更改默認字體系列 (建議的).
 * 2.更正所有瀏覽器中的行高。
 * 3.防止 Windows Phone 和 iOS 裝置,方向更改後,IE 瀏覽器調整字體大小 */

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

html {
  font-family: sans-serif; /* 1 */
  line-height: 1.15; /* 2 */
  -ms-text-size-adjust: 100%; /* 3 */
  -webkit-text-size-adjust: 100%; /* 3 */
}

/* Sections 段落 ============= */

/**
 * 刪除所有瀏覽器的邊距 (opinionated).
 */

body {
  margin: 0;
}

/**
 * 增加正確的 display in IE 9-.
 */

article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * 修正 `section` 中 `h1` 元素的字體大小和邊距、
 * `article` 上下文在 Chrome,Firefox 和 Safari。
 */

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

/* Grouping content 群組內容 ================ */

/**
 * 添加正確顯示 display in IE 9-.
 * 1. 添加正確顯示 display in IE.
 */

figcaption,
figure,
main { /* 1 */
  display: block;
}

/**
 * 添加正確 margin in IE 8.
 */

figure {
  margin: 1em 40px;
}

/**
 * 1. 添加正確的 box sizing in Firefox.
 * 2. 顯示 overflow in Edge and IE.
 */

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

/**
 * 1. 校正字體大小的繼承和縮放 在所有瀏覽器.
 * 2. 校正奇數 `em` 字體大小 在所有瀏覽器.
 */

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

/* Text-level semantics 文字層級語意 ============== */

/**
 * 1. 移除灰色背景的觸發的連結 in IE 10.
 * 2. 移除連結下劃線的間隔 in iOS 8+ and Safari 8+.
 */

a {
  background-color: transparent; /* 1 */
  -webkit-text-decoration-skip: objects; /* 2 */
}

/**
 * 移除  outline on focused links 當他同時也是 active or hovered
 * 在所有瀏覽器 (建議).
 */

a:active,
a:hover {
  outline-width: 0;
}

/**
 * 1. 移除下邊線 in Firefox 39-.
 * 2. 增加正確的 text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

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

/**
 * 防止 `bolder` 的重複應用 在下一個 rule in Safari 6.
 */

b,
strong {
  font-weight: inherit;
}

/**
 * 添加校正的字重 in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. 校正字體大小的繼承和縮放在所有瀏覽器
 * 2. 校正奇數 `em` 字體大小 在所有瀏覽器.
 */

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

/**
 * 添加 校正的 font style in Android 4.3-.
 */

dfn {
  font-style: italic;
}

/**
 * 添加校正的 background and color in IE 9-.
 */

mark {
  background-color: #ff0;
  color: #000;
}

/**
 * 添加校正的 font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent 防止 `sub` and `sup` 元素 來影響行高 在所有瀏覽器.
 */

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content 坎入內容 ============= */

/**
 * 添加校正的 display in IE 9-.
 */

audio,
video {
  display: inline-block;
}

/**
 * 添加校正的 display in iOS 4-7.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * 移除 border on images inside links in IE 10-.
 */

img {
  border-style: none;
}

/**
 * 隱藏 overflow in IE.
 svg:not(:root) 不是根元素的 svg 元素
 :root 根元素。在 HTML 中,根元素永远是 HTML
 :not(selector) 选择器 非指定元素/选择器 的元素。
 */

svg:not(:root) {
  overflow: hidden;
}

/* Forms 表格 ==== */

/**
 * 1. 更改 font styles in all browsers (opinionated).
 * 2. 移除 margin in Firefox and Safari.
 */

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

/**
 * 顯示 overflow in IE.
 * 1. 顯示 overflow in Edge.
 */

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

/**
 * 移除 text transform 的繼承  in Edge, Firefox, and IE.
 * 1. 移除 text transform 的繼承 in Firefox.
 */

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

/**
 * 1. 防止 WebKit bug where (2) 破壞原生 `audio` and `video`
 *    controls in Android 4.
 * 2. 更正 clickable types 無法附加樣式 in iOS and Safari.
 */

button,
html [type="button"], /* 1 */
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; /* 2 */
}

/**
 * 移除 inner border and padding in 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;
}

/**
 * 恢復被前一個規則取消的 focus styles
 */

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

/**
 * 校正 border, margin, and padding in all browsers (opinionated).
 */

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. 校正 text wrapping in Edge and IE.
 * 2. 校正 color 繼承自 `fieldset` 元素 in IE.
 * 3. 移除 padding 讓開發人員不會被 caught out 當他們歸零
 *    `fieldset` 元素時 in all browsers.
 `fieldset`: group related elements in a form.
 */

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

/**
 * 1. 添加校正的 display in IE 9-.
 * 2. 添加校正的 vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * 移除預設的 vertical scrollbar in IE.
 */

textarea {
  overflow: auto;
}

/**
 * 1. 添加校正的 box sizing in IE 10-.
 * 2. 移除 padding in IE 10-.
 */

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

/**
 * 校正 增量和減量按鈕的 cursor style in Chrome.
 */

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

/**
 * 1. 校正 odd appearance in Chrome and Safari.
 * 2. 校正 outline style in Safari.
 */

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

/**
 * 移除 inner padding 和 cancel buttons in Chrome and Safari on macOS.
 */

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

/**
 * 1. 校正無法建立樣式在 clickable types in iOS and Safari.
 * 2. 將字型屬性改變為 `inherit` in Safari.
 */

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

/* Interactive 互動 = */

/*
 * 添加校正的 display in IE 9-.
 * 1. 添加校正的 display in Edge, IE, and Firefox.
 */

details, /* 1 */
menu {
  display: block;
}

/*
 * 添加校正的 display in all browsers.
 */

summary {
  display: list-item;
}

/* Scripting 腳本 ============= */

/**
 * 添加校正的 display in IE 9-.
 */

canvas {
  display: inline-block;
}

/**
 * 添加校正的 display in IE.
 */

template {
  display: none;
}

/* Hidden 隱藏 ============ */

/**
 * 添加校正的 display in IE 10-.
 */

[hidden] {
  display: none;
}

results for ""

    No results matching ""