/** * blogBox Theme Dark Gray Skin * * * @package blogBox WordPress Theme * @copyright Copyright (C) 2015, Kevin Archibald * @license http://www.gnu.org/licenses/quick-guide-gplv3.html GNU Public License * @author Kevin Archibald */ body { background-color: #67666a; background-image: linear-gradient(to bottom, rgba(255,255,255,0.3) , rgba(255,255,255,0.1) 50% , rgba(255,255,255,0)); } /* --------- header changes ----------------- */ #header { background-color: #424143; border-top: 2px solid #424143; color: #CBC9D0; } #header a h1 {color: #CBC9D0;} /* -------- Navigation --------------- */ nav { background-color: #424143; } .sf-menu li a { color: #CBC9D0; } .sf-menu li:hover, .sf-menu li:hover a { background-color: #7F7F7F; } .sub-menu li a {color: #CBC9D0!important;} .sub-menu li:hover a {color: #FFFFFF!important;} .sub-menu li,.sf-menu ul ul li {background-color: #7F7F7F; border:none;} .sub-menu li:hover {background-color: #666666;} /*down arrowa*/ .sf-arrows .sf-with-ul:after {border: 5px solid transparent;border-top-color: #FFFFFF; border-top-color: rgba(255,255,255,.75);} .sf-arrows > li > .sf-with-ul:focus:after,.sf-arrows > li:hover > .sf-with-ul:after,.sf-arrows > .sfHover > .sf-with-ul:after { border-top-color: #FFFFFF; border-top-color: rgba(255,255,255,1.0); } /*right arrows*/ .sf-arrows ul .sf-with-ul:after {border-color: transparent;border-left-color: #FFFFFF; border-left-color: rgba(255,255,255,.75);} .sf-arrows ul li > .sf-with-ul:focus:after,.sf-arrows ul li:hover > .sf-with-ul:after,.sf-arrows ul .sfHover > .sf-with-ul:after { border-left-color: #FFFFFF; border-left-color: rgba(255,255,255,1.0); } /* ------- Layouts --------- */ body #pagewrap { background-color: #CBC9D0; color: #424143; } /* ------- Layout Styles -------- */ #widecolumn {background-color: #CBC9D0;} #fullwidth {background-color: #CBC9D0;} #sidebar{background-color: #CBC9D0;} /* -------- Home Page Styles --------- */ #feature-area{background-color: #CBC9D0;color:#424143;} #home1post{background-color: #CBC9D0;} #home1section1 {background-color: #e2e2e4;} a.button1 { background: #424143; color: #FEE9D3!important; } a.button1:hover { background-color: rgba(72, 72, 72, 0.2); font-weight: normal; text-decoration: none; box-shadow: 1px 2px 2px 0 rgba(72,72,72,0.5); } #slogan2{background-color: #e2e2e4;} #homesection2 h1 {color: #424143;} /* ------- Footer Styles ---------- */ #footer {background-color:#424143;color: #F4F4F4;} #footer a,#footer a:link {color: #b8b8b8;} #footer a:hover {color: #FFFFFF;} #footer h1,#footer h2,#footer h3,#footer h4,#footer h5,#footer h6 {color: #F4F4F4;} #copyright {background-color: #424143;color: #F4F4F4;} #copyright a{color: #b8b8b8;} #copyright a:hover {color: #FFFFFF;} /* --------- General Styles -------- */ a:link, a:active, a:visited {color: #751a1a;} a:hover { color: #424143;} table#wp-calendar td#today {color: #ffffff;} table#wp-calendar th {background-color: #424143;} table#wp-calendar th {color: #CBC9D0;} /* ------------------- Aside Post Format --------------------- */ .aside-entry { /* CSS3 Gradient */ background-color: #B7997B; background-image: linear-gradient(to bottom, #B7997B, #7F6851); color: #F9F9F9; } .aside-entry .author a { color: #F9F9F9; } /* ------------------- Audio Post Format --------------------- */ .audio-wrap { background-color: #E5F9C7; } /* ------------------- Chat Post Format --------------------- */ .chat-entry { background-color: #ECEDEA; } /* ----------------- post format content : link ---------------------------- */ .link-entry a { background-color: #6B6B6B; border: 2px solid #EFEFEF; color: #EFEFEF; } .link-entry a:hover { background-color: #4E4E4F; color: #EFEFEF; } /* ----------------- post format content : status ---------------------------- */ .status-entry { background-color: #FFF591; background-color: rgba(255,245,145,0.3); } .status-entry .comments { color: #7F7F7F; } /* ------------------- post format content : quote ---------------------------- */ .quote-entry blockquote,.quote-entry-structured { border: 5px solid white; background: #D1F2A9; }