初始CSS模板

时间:2014-07-09 18:34:55   收藏:0   阅读:343
/*开始   初始CSS模板   开始*/
        body, div, address, blockquote, iframe, ul, ol, dl, dt, dd, li, dl, h1, h2, h3, h4, h5, h6, p, pre, table, caption, th, td, form, legend, fieldset, input, button, select, textarea
        {
            margin: 0;
            padding: 0;
            font-weight: normal;
            font-style: normal;
            font-size: 100%;
            font-family: inherit;
        }
        ol, ul, li
        {
            list-style: none;
        }
        img
        {
            border: 0;
        }
        body
        {
            color: #000;
            background: #FFF;
            text-align: left;
            font: 12px/1.5 Arial, Helvetica, sans-serif;
        }
        .clearfix:after
        {
            clear: both;
            content: ".";
            display: block;
            height: 0pt;
            visibility: hidden;
            overflow: hidden;
        }
        .clear
        {
            clear: both;
            height: 1px;
            margin-top: -1px;
            width: 100%;
        }
        .dis
        {
            display: block;
        }
        .undis
        {
            display: none;
        }
        /*结束  初始CSS模板  结束*/

  

初始CSS模板,布布扣,bubuko.com

原文:http://www.cnblogs.com/hangwq/p/3831836.html

评论(0
© 2014 bubuko.com 版权所有 - 联系我们:wmxa8@hotmail.com
打开技术之扣,分享程序人生!