/** * blogBox Theme Wine 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: #f3ecec; } /* --------- header changes ----------------- */ #header { background-color: #f3ecec; border-top: 2px solid #f3ecec; color:#661919; } #header a h1 {color: #661919;} /* -------- Navigation --------------- */ nav { background-color: #f3ecec; border-bottom: 2px solid #f3ecec; } nav.nav-container ul li a {color: #661919;} nav.nav-container ul li a:hover { font-weight: bold; background-color: #661919; color: #FCEAEA; } nav.nav-container ul ul li {background-color: #E2C5C5;} nav.nav-container ul ul li a {color: #661919;} nav.nav-container ul ul li a:hover { background-color: #703D3D; color: #FCEAEA; } /** * 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-gray.png') no-repeat -10px -100px; /* 8-bit indexed alpha png. IE6 gets solid image only */ } /* ------- Layouts --------- */ body #pagewrap { background-color: #f7f2f2; color: #661919; } /* ------- Layout Styles -------- */ #widecolumn {background-color: #f7f2f2;} #fullwidth {background-color: #f7f2f2;} #sidebar{background-color: #f7f2f2;} /* -------- Home Page Styles --------- */ #fullfeature{background-color: #f7f2f2;} #leftfeature{background-color: #f7f2f2;color:#661919;} #rightfeature{background-color: #f7f2f2;} #home1post{background-color: #f7f2f2;} #home1section1 {background-color: #dac7c7;} a.button1 { background: #661919; color: #FFF9F9!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: #dac7c7;} #homesection2 h1 {color: #661919;} /* ------- Footer Styles ---------- */ #footer {background-color:#661919;color: #f3ecec;} #footer a,#footer a:link {color: #dac7c7;} #footer a:hover {color: #dac7c7;} #footer h1,#footer h2,#footer h3,#footer h4,#footer h5,#footer h6 {color: #f3ecec;} #copyright {background-color: #661919;color: #f3ecec;} #copyright a{color: #dac7c7;} #copyright a:hover {color: #dac7c7;} /* --------- General Styles -------- */ a:link, a:active, a:visited {color: #5E4949;} a:hover { color: #A03939;} table#wp-calendar td#today {color: #661919;} table#wp-calendar th {background-color: #f3ecec;} table#wp-calendar th {color: #661919;} /* ------------------- Aside Post Format --------------------- */ .aside-entry { background-color: #B7997B; background-image: -webkit-linear-gradient(top, #62A862, #145214); background-image: -moz-linear-gradient(top, #62A862, #145214); background-image: -ms-linear-gradient(top, #62A862, #145214); background-image: linear-gradient(top, #62A862, #145214); color: #F9F9F9; } .aside-entry .author a { color: #F9F9F9; } /* ------------------- Audio Post Format --------------------- */ .audio-entry { background-color: #f7f2f2; } /* ------------------- Chat Post Format --------------------- */ .chat-entry { background-color: #dac7c7; } /* ----------------- post format content : link ---------------------------- */ .link-entry a { background-color: #dac7c7; border: 2px solid #D8B1B1; color: #661919; } .link-entry a:hover { background-color: #E2D3D3; color: #661919; } /* ----------------- post format content : status ---------------------------- */ .status-entry { background-color: #f3ecec; background-color: rgba(243,236,236,0.3); } .status-entry .comments { color: #7F7F7F; } /* ------------------- post format content : quote ---------------------------- */ .quote-entry blockquote,.quote-entry-structured { border: 5px solid white; background: #dac7c7; }