码迷,mamicode.com
首页 > 其他好文 > 详细

我自己的style

时间:2014-08-28 10:56:59      阅读:227      评论:0      收藏:0      [点我收藏+]

标签:style   blog   color   os   io   for   ar   div   html   

/**
DATE:Time
AUTHOR:Zoe
TEAM:壹网科技
INTRO:cssName
**/


@charset "utf-8";
/*通用公共样式 开始*/


/* 清除内外边距 */
body, h1, h2, h3, h4, h5, h6, hr, p, blockquote,dl, dt, dd, ul, ol, li,pre, fieldset, lengend, button, input, textarea,th, td {
    margin: 0;
    padding: 0;
}

/* 设置默认字体 */
body,
button, input, select, textarea {    
    font: 12px/1 Tahoma, Helvetica, Arial, "\5b8b\4f53", sans-serif; 
}

h1 { font-size: 18px; }
h2 { font-size: 16px; }
h3 { font-size: 14px; }
h4, h5, h6 { font-size: 100%; }

address, cite, dfn, em, var { font-style: normal; }
code, kbd, pre, samp, tt { font-family: "Courier New", Courier, monospace; } 
small { font-size: 12px; } 

/* 重置列表元素 */
ul, ol { list-style: none; }

/* 重置文本格式元素 */
a { text-decoration: none; }
a:hover { text-decoration: underline; }

abbr[title], acronym[title] { 
    border-bottom: 1px dotted;
    cursor: help;
}

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

/* 重置表单元素 */
legend { color: #000; }
fieldset, img { border: none; } 
button, input, select, textarea {
    font-size: 100%; 
}

/* 重置表格元素 */
table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* 重置 hr */
hr {
    border: none;
    height: 1px;
}

/* 让非ie浏览器默认也显示垂直滚动条,防止因滚动条引起的闪烁 */
html { overflow-y: scroll; }

 

我自己的style

标签:style   blog   color   os   io   for   ar   div   html   

原文地址:http://www.cnblogs.com/xinlinux/p/3940859.html

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