/* general text */ body { color: white; } /* paragraph text */ p { color:white; } /* links */ a:link, a:visited, a:active { color:orange; } a:hover { color:red; } /* quoted text */ blockquote:before { color: purple; } blockquote:after { color: purple; } /* edit post link */ .post-edit-link { color: yellow !important; } /* post time stamp */ article time a { color: blue !important; } /* footer text */ footer { color: green; } /* footer link text */ footer a { color: blue; } /* sidebar links */ nav a { color: red !important; } /* sidebar menus */ nav ul { color: orange; } /* rss text */ .widget_rss .rss-date { color: green; } /* calendar text */ #wp-calendar td { color: yellow; } /* sidebar title text */ nav h3 { color: blue; } /* background image - change using background option under appearance menu */ body { background-image: url('background.jpg'); } /* color of quote marks */ blockquote { border: 1px dashed purple; } /* below post */ article { border-bottom: 2px solid red; } /* below post title */ article h2 { border-bottom: 1px dashed orange; } /* meta data */ .postmetadata { border-top: 1px dashed yellow; } /* tables */ table { border: 1px solid green; } /* table data */ td { border: 1px dashed blue; } /* search button */ #searchsubmit { border: 1px solid red; color: red; } #submit { border: 1px solid red; color: red; } /* search text field */ #s { border: 1px solid green; color: green; } /* acronym call outs */ acronym { border-bottom: 1px dashed yellow; } /* bottom of rss menus */ .widget_rss ul li { border-bottom: 1px dashed yellow; } /* calendar borders */ #wp-calendar td, #wp-calendar th { border: 1px solid blue; } /* comment fields */ #commentform p input, #commentform p textarea { border: 1px solid orange; color: orange; }