/* BW rainbow scheme. Since version 1.1 -----------------------------------------------*/ .site-title { text-shadow: 2px 2px indigo; } .site-title a:hover { text-shadow: 2px 2px yellow; } article { background: none; } h1.entry-title, h2.post-type, .entry-title a { color: red; } .entry-title, h1.entry-title, h2.post-type { background: url(img/indigo.jpg) center left repeat; } .entry-title:hover, .widget-title { background: url(img/lavender.jpg) center left repeat; } .entry-title:hover, .entry-title a:hover, .widget-title { color: orange; } h3.sticky { background: indigo; } .entry-meta { background: green; color: yellow; } .entry-meta a, .entry-meta a:visited { color: orange; } .entry-meta a:hover { color: yellow; } .entry-content { background: indigo; color: yellow; } .entry-content a { color: orange; } .entry-content a:hover { color: yellow; } .widget { background: green; } aside, aside .wp-caption text { color: orange !important; } .widget a, .widget a:visited { color: yellow; } .widget a:hover { color: violet; } .site-content [class*="navigation"] a, .site-content [class*="navigation"] a:visited, .site-content [class*="navigation"] a:hover, #nav-below a, #nav-below a:visited, #nav-below a:hover { color: red; } .site-footer { background: yellow; color: red; } .site-footer a, .site-footer a:visited, .site-footer a:hover { color: green; } #primary p.author-bio { color: yellow; } #primary p.the-author { color: blue; background: orange; } .vcard { color: #ff0; } .error-404 { background: yellow; color: red; }