/css/master.css
http://radioseis.googlecode.com/ · CSS · 97 lines · 74 code · 9 blank · 14 comment · 0 complexity · b9418f7dae745431f68402c685418b22 MD5 · raw file
- /*
- Title: The Stars Premium WordPress Theme
- Author: PremiumWP
- Author URI: http://www.premiumwp.com/
- Author Email: premiumwordpress@gmail.com
- Version: 1.1
- Last Update: Jan 29, 2009
- */
-
- /* reset
- --------------------------------------------------------- */
-
-
- table {
- border-collapse: separate;
- border-spacing: 0;
- }
- caption, th, td {
- text-align: left;
- font-weight: normal;
- }
- table, td, th {
- vertical-align: middle;
- }
- blockquote:before, blockquote:after, q:before, q:after {
- content: "";
- }
- blockquote, q {
- quotes: "" "";
- }
- a img {
- border: none !important;
- }
-
-
-
- /* forms
- --------------------------------------------------------- */
-
- form {
- margin: 0;
- padding: 0;
- }
- label {
- font-weight: bold;
- }
- fieldset {
- padding: 1.4em;
- margin: 0 0 1.5em 0;
- }
- legend {
- font-weight: bold;
- font-size: 1.2em;
- }
- input.text, input.title, textarea, select {
- margin: 0.5em 0;
- }
- input.text:focus, input.title:focus,
- textarea:focus, select:focus {
- border: 1px solid #666;
- }
- input.text, input.title {
- width: 300px;
- padding: 5px;
- }
- input.title {
- font-size: 1.5em;
- }
- textarea {
- padding: 5px;
- }
-
- /* misc
- --------------------------------------------------------- */
-
- .clearfix:after {
- content: ".";
- display: block;
- height: 0;
- clear: both;
- visibility: hidden;
- }
- .clearfix {
- display: inline-block;
- }
- * html .clearfix {
- height: 1%;
- }
- *:first-child+html .clearfix {
- min-height: 1px;
- }
- .clearfix {
- display: block;
- }
- .clear {
- clear: both;
- }