HTML5初始化中文注釋類庫

@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的方向改變后的字體大小的調(diào)整。

*/

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

* 分組內(nèi)容

? ========================================================================== */

/**

* 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

* 文本級(jí)語義

? ========================================================================== */

/**

* Remove the gray background on active links in IE 10.

* 刪除IE 10中活動(dòng)鏈接上的灰色背景卖毁。

*/

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

* 嵌入內(nèi)容

? ========================================================================== */

/**

* Remove the border on images inside links in IE 10.

* 刪除IE 10中鏈接內(nèi)圖像上的邊框知押。

*/

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畏线,F(xiàn)irefox和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中無法創(chuàng)建可點(diǎn)擊類型的樣式寝殴。

*/

button,

[type="button"],

[type="reset"],

[type="submit"] {

? ? -webkit-appearance: button;

}

/**

* Remove the inner border and padding in Firefox.

* 刪除Firefox中的內(nèi)邊框和內(nèi)邊距蒿叠。

*/

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.

* 恢復(fù)由上一個(gè)規(guī)則未設(shè)置的焦點(diǎn)樣式明垢。

*/

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的內(nèi)邊距。

*/

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.

* 刪除填充,以便開發(fā)人員在所有瀏覽器中清除`fieldset`元素時(shí)不會(huì)出現(xiàn)施绎。

*/

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溯革,F(xiàn)irefox和Opera中添加正確的垂直對(duì)齊方式。

*/

progress {

? ? vertical-align: baseline;

}

/**

* Remove the default vertical scrollbar in IE 10+.

* 刪除IE10+中的默認(rèn)垂直滾動(dòng)條粘姜。

*/

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中的增量和減少按鈕的游標(biāo)樣式孤紧。

*/

[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操作系統(tǒng)上刪除Chrome和Safari中的內(nèi)部填充号显。

*/

[type="search"]::-webkit-search-decoration {

? ? -webkit-appearance: none;

}

/**

* 1. Correct the inability to style clickable types in iOS and Safari.

* 更正了iOS和Safari中無法創(chuàng)建可點(diǎn)擊類型的樣式。

* 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

* 雜項(xiàng)

? ========================================================================== */

/**

* Add the correct display in IE 10+.

* 在IE10+中添加正確的顯示揽碘。

*/

template {

? ? display: none;

}

/**

* Add the correct display in IE 10.

* 在IE 10中添加正確的顯示。

*/

[hidden] {

? ? display: none;

}

?著作權(quán)歸作者所有,轉(zhuǎn)載或內(nèi)容合作請(qǐng)聯(lián)系作者
  • 序言:七十年代末园匹,一起剝皮案震驚了整個(gè)濱河市雳刺,隨后出現(xiàn)的幾起案子,更是在濱河造成了極大的恐慌裸违,老刑警劉巖掖桦,帶你破解...
    沈念sama閱讀 218,386評(píng)論 6 506
  • 序言:濱河連續(xù)發(fā)生了三起死亡事件,死亡現(xiàn)場離奇詭異供汛,居然都是意外死亡枪汪,警方通過查閱死者的電腦和手機(jī),發(fā)現(xiàn)死者居然都...
    沈念sama閱讀 93,142評(píng)論 3 394
  • 文/潘曉璐 我一進(jìn)店門怔昨,熙熙樓的掌柜王于貴愁眉苦臉地迎上來雀久,“玉大人,你說我怎么就攤上這事趁舀“斗龋” “怎么了?”我有些...
    開封第一講書人閱讀 164,704評(píng)論 0 353
  • 文/不壞的土叔 我叫張陵赫编,是天一觀的道長巡蘸。 經(jīng)常有香客問我奋隶,道長,這世上最難降的妖魔是什么悦荒? 我笑而不...
    開封第一講書人閱讀 58,702評(píng)論 1 294
  • 正文 為了忘掉前任唯欣,我火速辦了婚禮,結(jié)果婚禮上搬味,老公的妹妹穿的比我還像新娘境氢。我一直安慰自己,他們只是感情好碰纬,可當(dāng)我...
    茶點(diǎn)故事閱讀 67,716評(píng)論 6 392
  • 文/花漫 我一把揭開白布萍聊。 她就那樣靜靜地躺著,像睡著了一般悦析。 火紅的嫁衣襯著肌膚如雪寿桨。 梳的紋絲不亂的頭發(fā)上,一...
    開封第一講書人閱讀 51,573評(píng)論 1 305
  • 那天强戴,我揣著相機(jī)與錄音亭螟,去河邊找鬼。 笑死骑歹,一個(gè)胖子當(dāng)著我的面吹牛预烙,可吹牛的內(nèi)容都是我干的。 我是一名探鬼主播道媚,決...
    沈念sama閱讀 40,314評(píng)論 3 418
  • 文/蒼蘭香墨 我猛地睜開眼扁掸,長吁一口氣:“原來是場噩夢啊……” “哼!你這毒婦竟也來了最域?” 一聲冷哼從身側(cè)響起也糊,我...
    開封第一講書人閱讀 39,230評(píng)論 0 276
  • 序言:老撾萬榮一對(duì)情侶失蹤,失蹤者是張志新(化名)和其女友劉穎羡宙,沒想到半個(gè)月后狸剃,有當(dāng)?shù)厝嗽跇淞掷锇l(fā)現(xiàn)了一具尸體,經(jīng)...
    沈念sama閱讀 45,680評(píng)論 1 314
  • 正文 獨(dú)居荒郊野嶺守林人離奇死亡狗热,尸身上長有42處帶血的膿包…… 初始之章·張勛 以下內(nèi)容為張勛視角 年9月15日...
    茶點(diǎn)故事閱讀 37,873評(píng)論 3 336
  • 正文 我和宋清朗相戀三年钞馁,在試婚紗的時(shí)候發(fā)現(xiàn)自己被綠了。 大學(xué)時(shí)的朋友給我發(fā)了我未婚夫和他白月光在一起吃飯的照片匿刮。...
    茶點(diǎn)故事閱讀 39,991評(píng)論 1 348
  • 序言:一個(gè)原本活蹦亂跳的男人離奇死亡僧凰,死狀恐怖,靈堂內(nèi)的尸體忽然破棺而出熟丸,到底是詐尸還是另有隱情训措,我是刑警寧澤,帶...
    沈念sama閱讀 35,706評(píng)論 5 346
  • 正文 年R本政府宣布,位于F島的核電站绩鸣,受9級(jí)特大地震影響怀大,放射性物質(zhì)發(fā)生泄漏。R本人自食惡果不足惜呀闻,卻給世界環(huán)境...
    茶點(diǎn)故事閱讀 41,329評(píng)論 3 330
  • 文/蒙蒙 一化借、第九天 我趴在偏房一處隱蔽的房頂上張望。 院中可真熱鬧捡多,春花似錦蓖康、人聲如沸。這莊子的主人今日做“春日...
    開封第一講書人閱讀 31,910評(píng)論 0 22
  • 文/蒼蘭香墨 我抬頭看了看天上的太陽。三九已至科贬,卻和暖如春泳梆,著一層夾襖步出監(jiān)牢的瞬間,已是汗流浹背唆迁。 一陣腳步聲響...
    開封第一講書人閱讀 33,038評(píng)論 1 270
  • 我被黑心中介騙來泰國打工鸭丛, 沒想到剛下飛機(jī)就差點(diǎn)兒被人妖公主榨干…… 1. 我叫王不留竞穷,地道東北人唐责。 一個(gè)月前我還...
    沈念sama閱讀 48,158評(píng)論 3 370
  • 正文 我出身青樓,卻偏偏與公主長得像瘾带,于是被迫代替她去往敵國和親鼠哥。 傳聞我的和親對(duì)象是個(gè)殘疾皇子,可洞房花燭夜當(dāng)晚...
    茶點(diǎn)故事閱讀 44,941評(píng)論 2 355

推薦閱讀更多精彩內(nèi)容

  • /*! normalize.css v4.0.0 | MIT License | github.com/necol...
    妖姬002閱讀 719評(píng)論 0 0
  • /*! normalize.css v7.0.0 | MIT License | github.com/necol...
    自命不凡的狗閱讀 610評(píng)論 0 1
  • /*! normalize.css v8.0.0 | MIT License | github.com/necol...
    他大舅啊閱讀 617評(píng)論 0 0
  • /*! normalize.css v7.0.0 | MIT License | github.com/necol...
    code武閱讀 370評(píng)論 0 0
  • “吱…”房門每天都這個(gè)時(shí)候慢慢的開一條縫看政,我望望墻上的鐘朴恳,不多不少,12點(diǎn)允蚣,從以前的驚恐于颖,害怕,到現(xiàn)在的不等到門開...
    小米粒123閱讀 196評(píng)論 0 0