/ Published in: CSS
Expand |
Embed | Plain Text
/* Project Information ================================================================================= Theme Name: Custom Website for Company X Theme URI: http://www.hirejosh.com/ Description: Custom Wordpress site for Company X. Version: 1.0 Author: Josh Lawrence Author URI: http://www.hirejosh.com/ Tags: fixed width, one column, two columns right, two columns right, three columns */ /* Cross Browser Reset ================================================================================= */ body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td { padding: 0; margin: 0; } body { background:#fff; font:12px/1 Arial, Helvetica, sans-serif; color:#444; text-align:center; } img { border:0; vertical-align:top; } a { color:#2a6920; text-decoration:none; } a:hover { text-decoration:underline; } :focus { outline: 0; } /* Forms */ form { display:inline; } fieldset { border:0; } legend { display:none; } /* Table */ table { border:0; border-collapse:collapse; border-spacing:0; empty-cells:show; font-size:100%; } caption,th,td { vertical-align:top; text-align:left; font-weight:normal; } /* Content */ header, section, aside, footer, article, nav { display: block; } address { font-style:normal; } cite { font-style:normal; } q, blockquote { quotes:none; } q:before, q:after { content:''; } abbr, acronym { border: 0; } small { font-size:10px; } big { font-size:1.2em; } /*sup { font-size:1em; vertical-align:top; }/*/ /* Lists */ ul,ol { list-style:none; } /* Tools */ .hidden { display:block !important; border:0 !important; margin:0 !important; padding:0 !important; font-size:0 !important; line-height:0 !important; width:0 !important; height:0 !important; overflow:hidden !important; } .nobr { white-space:nowrap !important; } .wrap { white-space:normal !important; } .v-top { vertical-align:top; } .v-middle { vertical-align:middle; } .f-left, .float-left, .left { float:left !important; } .f-right, .float-right, .right { float:right !important; } .f-none { float:none !important; } .f-fix { float:left; width:100%; } .no-display, .hide { display:none; } .block { display: block; } .text-left { text-align: left; } .text-right { text-align: right; } .text-center { text-align: center; } .text-justify { text-align: justify; } .bold { font-weight: bold; } .italic { font-style: italic; } .underline { border-bottom: 1px solid; } .highlight { background: #fffaaa; } .relative { position: relative; } .absolute { position: absolute; } .screen-reader-text, .section-heading { position: absolute; left: -9000em; }
You need to login to post a comment.
