/** * blogBox Theme Brown Skin * * * @package blogBox WordPress Theme * @copyright Copyright (c) 2012, Kevin Archibald * @license http://www.gnu.org/licenses/quick-guide-gplv3.html GNU Public License * @author Kevin Archibald */ body { background-color: #bda895; background-image: url(../images/bg2.png); background-repeat: repeat-x; } /* --------- header changes ----------------- */ #header { background-color: #382622; border-top: 2px solid #1F1817; color: #f6f2ea; } #header a h1 {color: #f6f2ea;} /* -------- Navigation --------------- */ nav { background-color: #382622; border-bottom: 2px solid #1F1817; } nav.nav-container ul li a {color: #f6f2ea;} nav.nav-container ul li a:hover { font-weight: bold; background-color: #724C44; color: #B59173; } nav.nav-container ul ul li {background-color: #BF958D;} nav.nav-container ul ul li a {color: #382622;} nav.nav-container ul ul li a:hover { background-color: #E5B9B0; color: #382622; } /** * Sub Feature arrow indicator - Ensure the image folder is copied into the child theme. * In the menu folder there are different subfeature arrow packs you can use. */ nav.nav-container .sf-sub-indicator { background: url('../images/menu/arrows-white.png') no-repeat -10px -100px; /* 8-bit indexed alpha png. IE6 gets solid image only */ } /* ------- Layouts --------- */ body #pagewrap { background-color: #f6f2ea; color: #1f1c17; } /* ------- Layout Styles -------- */ #widecolumn {background-color: #f6f2ea;} #fullwidth {background-color: #f6f2ea;} #sidebar{background-color: #f6f2ea;} /* -------- Home Page Styles --------- */ #feature-area{background-color: #f6f2ea;color:#1f1817;} #home1post{background-color: #f6f2ea;} #home1section1 {background-color: #B59173;} a.button1 { background: #1F1817; color: #FEE9D3!important; } a.button1:hover { background-image: url('../images/shade.png'); font-weight: normal; text-decoration: none; /*lighten the shadow */ -webkit-box-shadow: 1px 2px 2px 0 rgba(72,72,72,0.5); -moz-box-shadow: 1px 2px 2px 0 rgba(72,72,72,0.5); box-shadow: 1px 2px 2px 0 rgba(72,72,72,0.5); } #slogan2{background-color: #B59173;} #homesection2 h1 {color: #1f1c17;} /* ------- Footer Styles ---------- */ #footer {background-color:#382622;color: #FEE9D3;} #footer a,#footer a:link {color: #ff9115;} #footer a:hover {color: #FFFFFF;} #footer h1,#footer h2,#footer h3,#footer h4,#footer h5,#footer h6 {color: #F4F7FF;} #copyright {background-color: #1F1817;color: #F4F7FF;} #copyright a{color: #ff9115;} #copyright a:hover {color: #FFFFFF;} /* --------- General Styles -------- */ a:link, a:active, a:visited {color: #ff9115;} a:hover { color: #B59173;} table#wp-calendar td#today {color: #1f1817;} table#wp-calendar th {background-color: #f6f2ea;} table#wp-calendar th {color: #1f1817;} /* ------------------- Aside Post Format --------------------- */ .aside-entry { /* CSS3 Gradient */ background-color: #B7997B; background-image: -webkit-linear-gradient(top, #B7997B, #7F6851); background-image: -moz-linear-gradient(top, #B7997B, #7F6851); background-image: -ms-linear-gradient(top, #B7997B, #7F6851); background-image: linear-gradient(top, #B7997B, #7F6851); color: #F9F9F9; } .aside-entry .author a { color: #F9F9F9; } /* ------------------- Audio Post Format --------------------- */ .audio-wrap { background-color: #FCAC76; } /* ------------------- Chat Post Format --------------------- */ .chat-entry { background-color: #ECEDEA; } /* ----------------- post format content : link ---------------------------- */ .link-entry a { background-color: #1F1817; border: 2px solid #FEE9D3; color: #FEE9D3; } .link-entry a:hover { background-color: #423331; color: #FEE9D3; } /* ----------------- 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; }