码迷,mamicode.com
首页 > Web开发 > 详细

base.css

时间:2015-07-23 15:50:40      阅读:133      评论:0      收藏:0      [点我收藏+]

标签:base.css

@charset "utf-8";

@import "size.css";


body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{margin:0;padding:0;}

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

fieldset,img{border:0;}

address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}

ol,ul{list-style:none;}

caption,th{text-align:left;}

h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}

abbr,acronym{border:0;}

q:before,q:after{content:‘ ‘}

*html .clearfix{height:1%}

a{text-decoration:none;}

body{font-size:14px;font-family:"NSimSun";}


.bn{border:0px;}

.mc{margin:0px auto;}

.on{outline:none;}

.w1024{width:1024px;}


/*

<![if !IE]>

<![endif]>

除了IE以外的版本


<!--[if IE 6]>

<![endif]-->

只有IE6版本可见


<!--[if lt IE 6]>

<![endif]-->

小于IE6的版本可见


<!--[if lte IE 6]>

<![endif]-->

IE6及小于IE6的版本可见


<!--[if gte IE 6]>

<![endif]-->

IE6及大于IE6的版本可见


<!--[if gt IE 6]>

<![endif]-->

大于IE6的版本可见

*/


本文出自 “FK_Saga” 博客,谢绝转载!

base.css

标签:base.css

原文地址:http://10436308.blog.51cto.com/10426308/1677572

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!