/ Published in: CSS
Expand |
Embed | Plain Text
/* -------------------------- CSS Reset -------------------------- */ 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; } q:before,q:after { content:''; } abbr,acronym { border:0; } /* -------------------------- General Styles -------------------------- */ body { font-family: Arial, Helvetica, sans-serif; background: url(/images/image.gif) #FFF repeat-y left top; } p { font-size: 12px; line-height: 18px; padding-bottom: 15px; color: #000; } h1 { font-size: 18px; line-height: 20px; padding-bottom: 15px; color: #000; } h2 { font-size: 14px; line-height: 18px; padding-bottom: 15px; color: #000; } h3 { font-size: 12px; font-weight: bold; line-height: 18px; padding-bottom: 5px; color: #000; } h4 { font-size: 10px; line-height: 18px; text-transform: uppercase; letter-spacing: 1px; padding-bottom: 15px; color: #000; } p a { font-size: 12px; line-height: 18px; color: #000; } p a:hover { text-decoration: none; } .image-left { float: left; padding: 0 10px 10px 0; } .image-right { float: right; padding: 0 0 10px 10px; } .image-center { padding-bottom: 10px; } .table-left { float: left; padding: 0 10px 10px 0; } .table-right { float: right; padding: 0 0 10px 10px; } .rule-above { border-top: 1px solid #CCC; padding-top: 15px; margin-top: 15px; } .rule-below { border-bottom: 1px solid #CCC; padding-bottom: 15px; margin-bottom: 15px; }
Comments
Subscribe to comments
- Posted By: seekup00 on July 2, 2008
You need to login to post a comment.
