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

原型css文件

时间:2014-12-22 12:31:49      阅读:165      评论:0      收藏:0      [点我收藏+]

标签:

/*-----------------------------------------------------------------------------
Prototype Style Sheet (empty commented stylesheet)

version: 1.0
author: andy budd
email: info@andybudd.com
website: http://www.andybudd.com/
-----------------------------------------------------------------------------*/

/* =General
-----------------------------------------------------------------------------*/


/* Remove padding and margin */
* {
margin: 0;
padding: 0;
}

/* Put it back on certain elements */
h1, h2, h3, h4, h5, h6, p, pre, blockquote, form, fieldset, table, ul {
margin: 1em 0;
}

/* Class for clearing floats */
.clear {
clear:both;
}


/* Remove border around linked images */
img {
border: 0;
}


/* =Typography
-----------------------------------------------------------------------------*/

body {
font: 62.5%/1.6 "Lucida Grande", "Lucida Sans", "Trebuchet MS", Tahoma, Verdana, sans-serif;
}


/* =Headings
-----------------------------------------------------------------------------*/

 

/* =Links
-----------------------------------------------------------------------------*/

 


/* =Branding
-----------------------------------------------------------------------------*/

 


/* =Main Nav
-----------------------------------------------------------------------------*/

 


/* =Sub Nav
-----------------------------------------------------------------------------*/

 


/* =Main Content
-----------------------------------------------------------------------------*/

 


/* =Secondary Content
-----------------------------------------------------------------------------*/

 

/* =Footer
-----------------------------------------------------------------------------*/

 

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

/* Removes fieldset borders. even on Opea 7 */
fieldset {
border: 1px solid transparent;
}


/* =Tables
-----------------------------------------------------------------------------*/

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

td {
text-align: left;
font-weight: normal;
}

 

/* =Misc 1
-----------------------------------------------------------------------------*/

 

/* =Misc 2
-----------------------------------------------------------------------------*/

原型css文件

标签:

原文地址:http://www.cnblogs.com/hoki/p/4177784.html

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