/ Published in: CSS
Expand |
Embed | Plain Text
/* --------------------------------------------- Screen Stylesheet for http://www.DomainName.com Updated: 01/01/07 author: Your Name website: http://YourWebSite.com ------------------------------------------------- >> ::COLORS:: >> ::TOC:: ------------------------------------------------- */ /* ---------- ::Resets:: --------------------- */ body, address, blockquote, dl, ol, ul, li, form, fieldset, h1, h2, h3, h4, h5, h6, p, pre { margin:0; padding:0; } fieldset, table { border:none; } /* ---------- ::Document Defaults:: ---------- */ html { font-size:100.01%; height: 102%; } body { margin:0 auto; height:100%; font:62.5%/1.8em Tahoma,Geneva,Arial,Helvetica,'MS Sans Serif',sans-serif; background-color:#FDFDFD; color:#333; } /* ---------- ::Links:: ---------------------- */ a { text-decoration:underline; } a:visited { text-decoration:underline; } a:active, a:focus, a:hover { text-decoration:none; } a img { border:none; } /* ---------- ::Typography:: ----------------- */ blockquote { margin:.5em 2em; } blockquote, p, li { padding:.8em 0; } h1, h2, h3, h4, h5, h6, p, pre, blockquote, address { margin:1em 0; } h1 { font-size:2em; } h2 { font-size:1.6em; } h3 { font-size:1.4em; } p, li { font-size:1.2em; } /* ---------- ::Forms:: ---------------------- */ input, label { vertical-align:middle; } label { cursor:pointer; } input, select, textarea { font-size:1.2em; font-family:inherit; } input, textarea { padding:.2em; } /* ---------- ::Tables:: --------------------- */ table { table-layout:fixed; word-wrap:break-word; overflow:hidden; } /* ---------- ::Global Classes:: ------------- */ .center { text-align:center; } .clear { clear:both; padding:0; margin:0; line-height:normal; } .floatleft { float:left; } .floatright { float:right; } .hidden { display:none; visibility:hidden; } .inline { display:inline; } .small { font-size:10px; font-weight:normal; } /* ---------- ::Template:: ------------------- */ #wrap { margin:0 auto; } #middle { } #left { } #right { } #footer { } /* ---------- ::Menus:: ---------------------- */ /* ::Main Menu:: */ ul#nav { } #nav li { } #nav li a { } #nav li a:active, #nav li a:focus, #nav li a:hover { } /* ::Footer Menu:: */ #footer ul { } #footer li { } #footer li a { } #footer li a:active, #footer li a:focus, #footer li a:hover { } /* ---------- ::Content/Pages:: -------------- */ /* /// specific page rules here /// */
You need to login to post a comment.
