/* * ======================= * Black style * ======================= */ html { background-color: #222; } body { background: url(../img/background-black.png) no-repeat fixed center top; color: #333; } #header h1 a { background: url(../img/logo-black.png) no-repeat; width: 128px; height: 29px; } /* Colors */ a:hover, .popup a:hover, #slideshow .nivo-caption a:hover, .post-head h4 a:hover, .post-head h3 a:hover, #respond .required, #comments h5 em, #credits a:hover, #bottom .widget.footer ul.menu li a:hover { color: #f60; } .nivo-controlNav a.active, #nav a.activeSlide, form#searchform input#searchsubmit, #main-nav ul a:hover, #main-nav ul li.current_page_item a, #footer-nav li.current_page_item a, #main-nav ul li.current-menu-item a, #main-nav ul li.current-menu-item li a:hover, #main-nav ul li.current-menu-ancestor a, #main-nav ul li ul.sub-menu .current-menu-item a, #main-nav ul li ul.sub-menu a:hover, #main-nav ul li ul.sub-menu ul.sub-menu .current-menu-item a, #main-nav ul li ul.sub-menu ul.sub-menu a:hover, .big-btn, .medium-btn, .big-btn.red, .medium-btn.red, .small-btn.red, a.small-btn:hover, .big-btn.black:hover, .medium-btn.black:hover, .small-btn.black:hover, input.big-submit, #filter li.current a, #filter li.current a:hover, #worklist ul li h4 a:hover, #postlist ul li h4 a:hover, .post-date, #respond .form-submit input, a#cancel-comment-reply-link:hover, #footer-nav ul li a:hover, ul.t-nav li.active, ul.t-nav li a:hover, #sidebar .widget .latest-works li.w-thumb h4 a:hover, #bottom .widget .latest-works li.w-thumb h4 a:hover { background-color: #f60; } .post-head h4 a:hover { border-bottom: 1px dashed #f60; } .post-date { background-image: -webkit-gradient(linear, 70% 0%, 100% 0%, from(#f60), to(#b14700)); background-image: -moz-linear-gradient(70% 0% 0deg, #f60, #b14700); } #slideshow { background-color: #222; } #feature-post-box { background: #fff url(../img/featured-black.png) no-repeat right top; }