/* BW green scheme. Since version 1.1 -----------------------------------------------*/ .site-title { text-shadow: 2px 2px darkgreen; } .site-title a:hover { text-shadow: 2px 2px green; } #secondary, #show, article { background-color: transparent; } .entry-title, .entry-title a, h2.post-type { color: #e5f5e0; } .entry-title, h2.post-type, #bw-social, .error-404 { background: -moz-linear-gradient(top, rgba(25,200,25,1) 0%, rgba(0,125,0,0.9) 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(25,200,25,1)), color-stop(100%,rgba(0,125,0,0.9))); background: -webkit-linear-gradient(top, rgba(25,200,25,1) 0%,rgba(0,125,0,0.9) 100%); background: -o-linear-gradient(top, rgba(25,200,25,1) 0%,rgba(0,125,0,0.9) 100%); background: -ms-linear-gradient(top, rgba(25,200,25,1) 0%,rgba(0,125,0,0.9) 100%); background: linear-gradient(to bottom, rgba(25,200,25,1) 0%,rgba(0,125,0,0.9) 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#19c819', endColorstr='#e6007d00',GradientType=0 ); } .widget-title { background: -moz-linear-gradient(top, rgba(25,200,25,1) 0%, rgba(0,255,0,0.75) 50%, rgba(0,125,0,0.5) 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(25,200,25,1)), color-stop(50%,rgba(0,255,0,0.75)), color-stop(100%,rgba(0,125,0,0.5))); background: -webkit-linear-gradient(top, rgba(25,200,25,1) 0%,rgba(0,255,0,0.75) 50%,rgba(0,125,0,0.5) 100%); background: -o-linear-gradient(top, rgba(25,200,25,1) 0%,rgba(0,255,0,0.75) 50%,rgba(0,125,0,0.5) 100%); background: -ms-linear-gradient(top, rgba(25,200,25,1) 0%,rgba(0,255,0,0.75) 50%,rgba(0,125,0,0.5) 100%); background: linear-gradient(to bottom, rgba(25,200,25,1) 0%,rgba(0,255,0,0.75) 50%,rgba(0,125,0,0.5) 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#19c819', endColorstr='#80007d00',GradientType=0 ); } .entry-title a:hover, .widget-title { color: #006d2c; } h3.sticky { background: #f0fff0; } h3.sticky:hover { background: #aca; } .entry-meta { background: #a1d99b; color: #238d45; } .entry-meta a, .entry-meta a:visited { color: #00441b; } .entry-meta a:hover { color: #238d45; } .entry-content, .entry-summary { background: green; color: #f3fbf3; } .entry-content a { color: #a1d99a; } .entry-content a:hover { color: #e5f5e5; } .widget { background: #e3f7e3; } aside, aside .wp-caption text { color: #215431 !important; } .widget a, .widget a:visited { color: #23ad25; } .widget a:hover { color: #118411; } .site-content [class*="navigation"] a, .site-content [class*="navigation"] a:visited, .site-content [class*="navigation"] a:hover, .navigation a, .navigation a:visited, .navigation 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: gold; } .site-footer { background: -moz-linear-gradient(top, rgba(25,200,25,1) 0%, rgba(0,255,0,0.95) 50%, rgba(0,125,0,0.9) 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(25,200,25,1)), color-stop(50%,rgba(0,255,0,0.95)), color-stop(100%,rgba(0,125,0,0.9))); background: -webkit-linear-gradient(top, rgba(25,200,25,1) 0%,rgba(0,255,0,0.95) 50%,rgba(0,125,0,0.9) 100%); background: -o-linear-gradient(top, rgba(25,200,25,1) 0%,rgba(0,255,0,0.95) 50%,rgba(0,125,0,0.9) 100%); background: -ms-linear-gradient(top, rgba(25,200,25,1) 0%,rgba(0,255,0,0.95) 50%,rgba(0,125,0,0.9) 100%); background: linear-gradient(to bottom, rgba(25,200,25,1) 0%,rgba(0,255,0,0.95) 50%,rgba(0,125,0,0.9) 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#19c819', endColorstr='#e6007d00',GradientType=0 ); border-radius: 10px; color: #ffffff; } .site-footer a, .site-footer a:visited, .site-footer a:hover { color: #afa; } #primary p.author-bio { color: #a1d99b; } #primary p.the-author { color: #00441b; background: #e3f7e3; } .vcard { color: #99ff88; } .error-404 { color: #057961; } #container { background: #dfd; color: #030; } .main-navigation { background: limegreen; border:5px solid green; } .main-navigation a { color: snow; } .main-navigation a:hover { background: green; color: yellow; } .main-navigation ul ul { box-shadow: 0 3px 3px green; color: green; background: lightgreen; } #bw-social { border: 5px solid green; } @media screen and (max-width: 600px) { .bw-social-links li a span.screen-reader-text:hover { color: snow !important; } } @media screen and (max-width: 400px) { body { background: #060 !important; background-image: none; } }