reset css normalize css

@charset "uft-8";
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre, form,fieldset,input,textarea,p,blockquote,th,td {  padding: 0;  margin: 0; }
html { font: 62.5% “Lucida Grande”, Lucida, Verdana, sans-serif; text-shadow: #000 0px 0px 0px; }
ul, ol { list-style: none; list-style-type: none; }
h1, h2, h3, h4, h5, h6, p, pre, blockquote, ul, ol, dl, address { font-weight: normal; margin: 0 0 1em 0; }
cite, em, dfn { font-style: italic; }
.clear { clear: both; }
.fl { float: left; }
.fr { float: right; }
.cf:before, .cf:after{ display: table; content: ""; };
.cf:after{ clear: both; };
.cf{ *zoom:1; }
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,footer, header, hgroup, menu, nav, section { display: block; }
/* Correct `inline-block` display not defined in IE 8/9. 修正在 IE 8/9 中未定义的 ‘inline-block‘ 元素。*/
audio,canvas,video { display: inline-block;}
/**
 * Prevent modern browsers from displaying `audio` without controls.  Remove excess height in iOS 5 devices.
 * 阻止现在浏览器显示未定义 control 播放控件的 ‘audio‘ 声音元素。 删除 IOS 5 设备中显示的多余的高度。
*/
audio:not([controls]) { display: none; height: 0;}
/*Address styling not present in IE 8/9. 处理 IE 8/9 中不存在的样式。*/
[hidden] { display: none;}

/*1. Set default font family to sans-serif.设置默认字体类型为 sans-serif
 * 2. Prevent iOS text size adjust after orientation change, without disabling user zoom.当用户放大或缩小页面时不改变字体大小。*/
html { font-family: sans-serif; /* 1 */-ms-text-size-adjust: 100%; /* 2 */-webkit-text-size-adjust: 100%; /* 2 */}

/* 处理 Chrome 与其它浏览器中关于 ‘outline‘ 的不一致性。*/
a:focus { outline: thin dotted;}

/* Improve readability when focused and also mouse hovered in all browsers.为所有浏览器改善当激活或悬停在元素上时元素内容的可读性。*/
a:active,a:hover { outline: 0;}

/*Address variable `h1` font-size and margin within `section` and `article`contexts in Firefox 4+, Safari 5, and Chrome.
处理多变的 ‘h1‘ 字体大小及其在 Firefox 4+, Safari 5, 及 Chrome时浏览器中的 ‘section‘ 与 ‘article‘ 元素中的边距。*/
h1 { font-size: 2em;margin: 0.67em 0;}

/*Address styling not present in IE 8/9, Safari 5, and Chrome.处理在 IE 8/9, Safari 5, 及 Chrome 没有的样式。*/

abbr[title] { border-bottom: 1px dotted;}
/* Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.处理 Firefox 4+, Safari 5, 及 Chrome 中默认的 ‘bolder‘ 样式为 ‘bold‘.*/
b,strong { font-weight: bold;}

/* Address styling not present in Safari 5 and Chrome.处理在 Safari 5 和 Chrome 没有的样式。*/
dfn { font-style: italic;}

/*Address differences between Firefox and other browsers. 处理 Firefox 与其它浏览器的差异。*/
hr {-moz-box-sizing: content-box;box-sizing: content-box;height: 0;}

/*Address styling not present in IE 8/9.处理在 IE 8/9 中没有的样式。*/

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

/* Correct font family set oddly in Safari 5 and Chrome.修正确 Safari 5 和 Chrome 中古怪的默认字体。*/

code,kbd,pre,samp { font-family: monospace, serif; font-size: 1em;}

/* Improve readability of pre-formatted text in all browsers.为所有浏览器改善预格式化文本的可读性。*/

pre {white-space: pre-wrap;}

/*Set consistent quote types.设置一致的引用格式。*/

q { quotes: "\201C" "\201D" "\2018" "\2019";}

/*Address inconsistent and variable font size in all browsers.处理所有浏览器中字体大小的不一致性[译者注:原文直译为:处理所有浏览器中的不一致和多变的字体大小]。*/

small { font-size: 80%;}

/*Prevent `sub` and `sup` affecting `line-height` in all browsers.阻止所有浏览器中 ‘sub‘ 和 ‘sup‘ 元素影响 ‘line-height‘. [译者注:就是不让上标与下标影响行高。]*/

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

sup { top: -0.5em;}

sub { bottom: -0.25em;}

/* ==========================================================================
   Embedded content

嵌入的内容
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9.
 *
 * 删除 IE 8/9 中当内容位于 ‘a‘ 中出现的边框。
 */

img { border: 0;}

/**
 * Correct overflow displayed oddly in IE 9.
 *
 * 修正 IE 9 中显示古怪的溢出内容。
 */

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

/* ==========================================================================
   Figures

Figure 图像/图表/代码等
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari 5.
 *
 * 处理在 IE 8/9 和 Safari 5 没有的边距。
 */

figure { margin: 0;}

/* ==========================================================================
   Forms
   ========================================================================== */

/**
 * Define consistent border, margin, and padding.
 *
 * 定义一致的边框、外边距及内边距。
 */

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

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren‘t caught out if they zero out fieldsets.
 * 1. 修正在 IE 8/9 中没有继承的 ‘color‘.
 * [译者注:说是修正颜色嘛,可下面没有关于颜色的呀,这也行?求大神解释!]
 * 2. 去掉内边距,避免当用户清空表单组时认为出错了。
 */

legend { border: 0; /* 1 */ padding: 0; /* 2 */}

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 *
 * 1. 修正所有浏览器中未被继承的字体类型。
 * 2. 修正所有浏览器中未被继承的字体大小。
 * 3. 处理 Firefox 4+, Safari 5, 及 Chrome 中默认设置不同的外边距。
 */

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

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 *
 * 处理 Firefox 4+ 中的客户端样式表里使用 ‘!important‘ 设置的 ‘line-height‘.
 */

button,input { line-height: normal;}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 *
 * 处理 ‘button‘ 和 ‘select‘ 的 ‘text-transform‘ 继承的不一致性。
 * 所有其它表单控件元素不继承 ‘text-transform‘ 的值。
 * 修正 Chrome, Safari 5+, 及 IE 8+ 中 ‘button‘ 的继承样式。
 * 修正 Firefox 4+ 和 Opera 中 ‘select‘ 的继承样式。
 */

button,select {text-transform: none;}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 *
 * 1. 避免 Android 4.0.* 中 WebKit 的一个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 */}
/**
 * Re-set default cursor for disabled elements.
 *
 * 重置不可用元素的默认光标样式。
 */
button[disabled],
html input[disabled] {
    cursor: default;
}
/**
 * 1. Address box sizing set to `content-box` in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 *
 * 1. 处理 IE 8/9 中设置为 ‘content-box‘ 的盒子模型。
 * 2. 删除 IE 8/9 中多余的内边距。
 */

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
}
/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 *
 * 1. 处理 Safari 5 和 Chrome 中默认设置为 ‘appearance‘ 的 ‘searchfield‘.
 * 2. 处理 Safari 5 和 Chrome 中默认设置为 ‘box-sizing‘ 的 ‘border-box‘
 *    (包括不会过时的 ‘-moz‘).
 */

input[type="search"] {
    -webkit-appearance: textfield; /* 1 */
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box; /* 2 */
    box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 *
 * 删除 Safari 5 和 OS X 上的 Chrome 中的输入框上的内边距和搜索取消按钮。
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
/**
 * Remove inner padding and border in Firefox 4+.
 *
 * 删除 Firefox 4+ button 与 input 上的内边距。
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 * 1. 删除 IE8/9 中默认的垂直滚动条。
 * 2. 改善所有浏览器中的可读性并使文本垂直对齐。
 */
textarea {
    overflow: auto; /* 1 */
    vertical-align: top; /* 2 */
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

时间: 2024-10-29 06:51:00

reset css normalize css的相关文章

Normalize.css与CSS reset区别

Normalize.css 只是一个很小的CSS文件,但它在默认的HTML元素样式上提供了跨浏览器的高度一致性.相比于传统的CSS reset,Normalize.css是一种现代的.为HTML5准备的优质替代方案.Normalize.css现在已经被用于Twitter Bootstrap.HTML5 Boilerplate.GOV.UK.Rdio.CSS Tricks 以及许许多多其他框架.工具和网站上. Normalize.css 项目地址 Normalize.css 在GitHub上的源码

给所有浏览器的元素设置了一个共同的样式:Normalize.css

使用Normalize.css重置默认样式 CSS重置有助于根据所有设置的样式建立一个基准样式.样式重置有效重写了浏览器某些元素(在浏览器里有很大的不同)默认的样式. 尽管CSS resets在过去的几年里很受欢迎,但是,很多网站至今也没有使用,这些网站CSS的可扩展性因css resets会有很大的困难. 大多数人推荐使用normalize.css重置默认样式,而不是使用由Eric Meyer写的非常流行的CSS Reset或者自己写的Reset.Normalize.css给所有浏览器的元素设

Normalize.css的使用及下载

Normalize.css 只是一个很小的CSS文件,但它在默认的HTML元素样式上提供了跨浏览器的高度一致性.相比于传统的CSS reset,Normalize.css是一种现代的.为HTML5准备的优质替代方案.Normalize.css现在已经被用于Twitter Bootstrap.HTML5 Boilerplate.GOV.UK.Rdio.CSS Tricks 以及许许多多其他框架.工具和网站上. Normalize.css 项目地址 Normalize.css 在GitHub上的源码

引用Normalize.css之后,flex布局失效的原因以及解决办法

昨天无意知道Normalize.css框架.于是在最近使用了h5属性的项目中引用来玩玩.但是习惯了用通配符去重置.在引用Normalize.css之后各种不适.最直接的影响,比如我对footer header等H5标签容器设置了display:flex;却没有任何效果.打开浏览器审查元素发现, Normalize.css给h5的这些标签预定义了display:block.而且权值非常高,把我自己footer的display:flex覆盖掉了,这就是我设置flex布局属性不起作用的原因. 解决方法

Normalize.css的使用

本文译自Normalize.css官网: http://nicolasgallagher.com/about-normalize-css/ Normalize.css 只是一个很小的CSS文件,但它在默认的HTML元素样式上提供了跨浏览器的高度一致性.相比于传统的CSS reset,Normalize.css是一种现代的.为HTML5准备的优质替代方案.Normalize.css现在已经被用于Twitter Bootstrap.HTML5 Boilerplate.GOV.UK.Rdio.CSS

来,让我们谈一谈Normalize.css

本文译自 http://nicolasgallagher.com/about-normalize-css/最初发布于我的博客:http://jerryzou.com/posts/aboutNormalizeCss/ Normalize.css 只是一个很小的CSS文件,但它在默认的HTML元素样式上提供了跨浏览器的高度一致性.相比于传统的CSS reset,Normalize.css是一种现代的.为HTML5准备的优质替代方案.Normalize.css现在已经被用于Twitter Bootst

normalize.css使用方法

综述 Normalize.css是一种CSS reset的替代方案. 我们创造normalize.css有下面这几个目的: 保护有用的浏览器默认样式而不是完全去掉它们 一般化的样式:为大部分HTML元素提供 修复浏览器自身的bug并保证各浏览器的一致性 优化CSS可用性:用一些小技巧 解释代码:用注释和详细的文档来 Normalize.css支持包括手机浏览器在内的超多浏览器,同时对HTML5元素.排版.列表.嵌入的内容.表单和表格都进行了一般化.尽管这个项目基于一般化的原则,但我们还是在合适的

[转载]来,让我们谈一谈Normalize.css

来源 : http://segmentfault.com/a/1190000002239676 ------------------------------------------------------------------------- 本文译自 http://nicolasgallagher.com/about-normalize-css/最初发布于我的博客:http://jerryzou.com/posts/aboutNormalizeCss/ Normalize.css 只是一个很小

normalize.css使用方法,normalize.css下载

来,让我们谈一谈 Normalize.css Nov 18, 2014 - 浏览量:22,046次 | Normalize.css CSS 本文译自Normalize.css官网: http://nicolasgallagher.com/about-normalize-css/ Normalize.css 只是一个很小的CSS文件,但它在默认的HTML元素样式上提供了跨浏览器的高度一致性.相比于传统的CSS reset,Normalize.css是一种现代的.为HTML5准备的优质替代方案.No