/* BW rainbow scheme. Since version 1.1 -----------------------------------------------*/ .site-title { text-shadow: 2px 2px indigo; } .site-title a:hover { text-shadow: 2px 2px yellow; } #secondary, #show, article { background-color: transparent; } h1.entry-title, h2.post-type, .entry-title a { color: orange; } .entry-title, h1.entry-title, h2.post-type, #bw-social, .error-404 { background: rgb(127,0,0); background: -moz-linear-gradient(top, rgba(127,0,0,1) 0%, rgba(125,125,0,0.8) 50%, rgba(0,125,0,0.9) 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(127,0,0,1)), color-stop(50%,rgba(125,125,0,0.8)), color-stop(100%,rgba(0,125,0,0.9))); background: -webkit-linear-gradient(top, rgba(127,0,0,1) 0%,rgba(125,125,0,0.8) 50%,rgba(0,125,0,0.9) 100%); background: -o-linear-gradient(top, rgba(127,0,0,1) 0%,rgba(125,125,0,0.8) 50%,rgba(0,125,0,0.9) 100%); background: -ms-linear-gradient(top, rgba(127,0,0,1) 0%,rgba(125,125,0,0.8) 50%,rgba(0,125,0,0.9) 100%); background: linear-gradient(to bottom, rgba(127,0,0,1) 0%,rgba(125,125,0,0.8) 50%,rgba(0,125,0,0.9) 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7f0000', endColorstr='#007d00',GradientType=0 ); } .widget-title { background: -moz-linear-gradient(top, rgba(127,0,0,0.8) 0%, rgba(0,125,0,0.5) 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(127,0,0,0.8)), color-stop(100%,rgba(0,125,0,0.5))); background: -webkit-linear-gradient(top, rgba(127,0,0,0.8) 0%,rgba(0,125,0,0.5) 100%); background: -o-linear-gradient(top, rgba(127,0,0,0.8) 0%,rgba(0,125,0,0.5) 100%); background: -ms-linear-gradient(top, rgba(127,0,0,0.8) 0%,rgba(0,125,0,0.5) 100%); background: linear-gradient(to bottom, rgba(127,0,0,0.8) 0%,rgba(0,125,0,0.5) 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc7f0000', endColorstr='#80007d00',GradientType=0 ); } .entry-title a:hover, .widget-title { color: yellow; } h3.sticky { background: indigo; } .entry-meta { background: darkslateblue; color: yellow; } .entry-meta a, .entry-meta a:visited { color: orange; } .entry-meta a:hover { color: yellow; } .entry-content, .entry-summary { background: midnightblue; color: yellow; } .entry-content a { color: orange; } .entry-content a:hover { color: yellow; } .widget { background: indigo; } aside, aside .wp-caption text { color: khaki; } .widget a, .widget a:visited { color: orange; } .widget a:hover { color: lightblue; } .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; } [class*="navigation"] .nav-previous, [class*="navigation"] .nav-next, .navigation { background: yellow; } [class*="navigation"] .nav-previous:hover, [class*="navigation"] .nav-next:hover, .navigation:hover { background: green; } .site-footer { background: -moz-linear-gradient(top, rgba(169,3,41,0.9) 0%, rgba(125,125,0,0.9) 50%, rgba(0,125,0,0.9) 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(169,3,41,0.9)), color-stop(50%,rgba(125,125,0,0.9)), color-stop(100%,rgba(0,125,0,0.9))); background: -webkit-linear-gradient(top, rgba(169,3,41,0.9) 0%,rgba(125,125,0,0.9) 50%,rgba(0,125,0,0.9) 100%); background: -o-linear-gradient(top, rgba(169,3,41,0.9) 0%,rgba(125,125,0,0.9) 50%,rgba(0,125,0,0.9) 100%); background: -ms-linear-gradient(top, rgba(169,3,41,0.9) 0%,rgba(125,125,0,0.9) 50%,rgba(0,125,0,0.9) 100%); background: linear-gradient(to bottom, rgba(169,3,41,0.9) 0%,rgba(125,125,0,0.9) 50%,rgba(0,125,0,0.9) 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6a90329', endColorstr='#e6007d00',GradientType=0 ); border-radius: 10px; color: lightblue; } .site-footer a, .site-footer a:visited, .site-footer a:hover { color: snow; } #primary p.author-bio { color: yellow; } #primary p.the-author { color: blue; background: orange; } .vcard { color: #ff0; } .error-404 { color: yellow; } .main-navigation { background: yellow; border:5px solid green; } .main-navigation a { color: red; } .main-navigation a:hover { background: yellow; color: green; } .main-navigation ul ul { box-shadow: 0 3px 3px deeppink; color: red; background: yellow; } #bw-social { border: 5px solid green; } @media screen and (max-width: 600px) { .bw-social-links li a span.screen-reader-text:hover { color: yellow !important; } } @media handheld and (max-width: 400px) { body { background: navy !important; background-image: none; } }