/ Published in: CSS
Expand |
Embed | Plain Text
html { } body { background: url(../images/body.jpg) fixed no-repeat #fff; font-family: Arial, Verdana; font-size: 13px; line-height: 1.462; } h1, h2, h3, h4, h5 { text-transform: uppercase; } strong {font-weight: bold; } b {font-weight: bold;} s {text-decoration: line-through;} i {font-style: italic;} textarea { resize: none; overflow: auto; } input[type="button"], input[type="submit"], input[type="image"], button { cursor: pointer; } em {} .left {float: left;} .right {float: right;} .clear {clear: both;} /* float clearing for IE6 */ * html .clearfix{ height: 1%; overflow: visible; } /* float clearing for IE7 */ *+html .clearfix{ min-height: 1%; } /* float clearing for everyone else */ .clearfix:after{ clear: both; content: "."; display: block; height: 0; visibility: hidden; } a:link, a:visited { color:#010101; text-decoration: none; -webkit-tap-highlight-color: #ff5e99; } a:hover { text-decoration: underline; } /* ---------------------------- navigation styles ---------------------------- */ #nav { } #nav li { display: inline; } /* ---------------------------- container styles ---------------------------- */ #wrap { width:960px; margin: auto; background: none; padding: 0px; } #head { width: 100%; float: left; background: none; margin: 0 0 20px 0; } #main { width: 100%; float: left; background: none; } #footer { width: 100%; float: left; height: 50px; background: none; } /* ---------------------------- misc styles ---------------------------- */ #logo { display: block; width: 500px; height: 135px; text-indent: -9999px; background: url(../images/trllogo.png) no-repeat; float: left; } ul.errors { color: #cc0000; } form div.row { clear: both; float: left; margin-bottom: 7px; margin-top: 7px; width: 100%; } form div.row label { display: inline; width:80px; height: 20px; line-height: 20px; text-align: left; float: left; text-transform: capitalize; }
You need to login to post a comment.
