a,#access ul ul :hover > a,#access ul ul a:hover', 'background', '-3.5' ), array( '.page-link a:hover', 'background-color', '-3.5' ), array( '#wp-calendar th', 'background', '+1' ), array( '#wp-calendar tbody td,.entry-content pre,.entry-content tr.odd td', 'background', '+1.5' ), array( '.entry-content hr', 'background-color', '+1.5' ), array( '#comments li', 'background', '+3' ), array( '.comment-reply-link,.comment-reply-link:hover,#wp-calendar #today,#comments li,.bypostauthor .avatar', 'background', '+2' ), ), __( 'Content and Sidebar' ) ); /* * Links */ add_color_rule( 'link', '#a23855', array( array( 'a,.entry-title,.entry-title a,.entry-title a:hover,#flickr_badge_uber_wrapper a:hover,#flickr_badge_uber_wrapper a:link,#flickr_badge_uber_wrapper a:active,#flickr_badge_uber_wrapper a:visited', 'color', 'fg2' ), array( '#site-generator a', 'color', '-5' ), array( '.page-link a,#access a, #access ul ul a', 'color', 'fg2', '+5' ), array( '#access li:hover > a,#access ul ul :hover > a,#access ul ul a:hover', 'color', 'fg2', '+6' ), array( '#infinite-footer .blog-info, #infinite-footer .blog-info a,#site-title a,#site-title a:hover, #site-description', 'color', '-4' ), ) ); /* * Extra CSS */ add_color_rule( 'extra', '#ffffff', array( array( 'input#s', 'color', 'fg2' ), ) ); add_color_rule( 'extra', '#333333', array( array( '#primary, #secondary', 'color', 'fg2' ), ) ); add_color_rule( 'extra', '#ffcce3', array( array( '.nopassword,.nocomments, .page-link a:hover,#access a:hover', 'color', 'fg2' ), ) ); add_color_rule( 'extra', '#ffffff', array( array( '#site-generator', 'color', '-5' ), ) ); add_color_rule( 'extra', '#ffffff', array( array( '#infinite-handle span:hover, #infinite-handle span:hover:before,#infinite-handle span, #infinite-handle span:before', 'color', 'bg' ), ) ); /** * Custom CSS styles. */ function custom_colors_bouquet_extra_css() { ?> .entry-title, .entry-title a, .widget-title, .widget-title a, .archive-title, #respond h3, #comments-title { text-shadow: none; } input#s { background-image: none; border-color: rgba(0, 0, 0, 0.6); } #wp-calendar caption, #wp-calendar #today, #wp-calendar th, #wp-calendar tbody td, input#s { color: rgba(0, 0, 0, 0.6); } .widget ul li, #wp-calendar #today, #wp-calendar th, #wp-calendar tbody td, #comments article, .entry-content table, .entry-content tr td { border-color: rgba(255, 255, 255, 0.2); } #site-generator, #infinite-handle span:before, #infinite-handle span { color: rgba(255,255,255,1); } #site-generator-wrapper { background: rgba(255, 255, 255, 0.6); }