li, .comment-list .children li:first-child', 'border-color', '-1' ), // Post navigation array( '.post-navigation .nav-next a:hover, .post-navigation .nav-previous a:hover', 'border-color', '-1' ), // Button Backgrounds array( '#infinite-handle span, button, .button, input[type="button"], input[type="reset"], input[type="submit"]', 'background', '-0.5' ), array( '#infinite-handle span:hover, button:hover, .button:hover, input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover', 'background', '-1' ), ) ); add_color_rule( 'txt', '#404040', array( ) ); // Main Menu, Links, Post Titles and Post Meta Links add_color_rule( 'link', '#999999', array( array( '.toggle-bar a', 'color', 'bg', 5 ), array( '.toggle-bar a:hover, .toggle-bar a.current', 'color', '0.75' ), array( '.site-title a', 'color', 'bg', 5 ), array( '.site-title a:hover', 'color', '0.75' ), array( '.site-description', 'color', 'bg', 5 ), array( '.main-navigation a, .site-info a', 'color', 'bg', 5 ), array( '.main-navigation a:hover, .site-info a:hover', 'color', '0.75' ), array( '.main-navigation .sub-menu li a:before, .main-navigation .children li a:before', 'color', 'bg', 5 ), array( '.main-navigation a:hover, .main-navigation .current_page_item a, .main-navigation .current-menu-item a', 'color', '0.75' ), array( '.entry-title a', 'color', 'bg', 5 ), array( '.entry-title a:hover', 'color', '0.75' ), array( '.entry-content a', 'color', 'bg', 5 ), array( '.entry-content a:hover, .entry-content a:active', 'color', '0.75' ), array( '.entry-footer a', 'color', 'bg', 5 ), array( '.entry-footer a:hover, .entry-footer a:active', 'color', '0.75' ), array( '.widget-area a', 'color', 'bg', 5 ), array( '.widget-area a:hover, .widget-area a:active', 'color', '0.75' ), array( '.widget-area .featured-post h3 a', 'color', 'bg', 5 ), array( '.widget-area .featured-post h3 a:hover, .widget-area .featured-post h3 a:active', 'color', '0.75' ), array( '.post-navigation .nav-next a, .post-navigation .nav-previous a', 'color', 'bg', 5 ), array( '.post-navigation .nav-next a:hover, .post-navigation .nav-previous a:hover, .post-navigation .nav-next a:active, .post-navigation .nav-previous a:active', 'color', '0.75' ), array( '.comments-area a', 'color', 'bg', 5 ), array( '.comments-area a:hover, .comments-area a:active', 'color', '0.75' ), array( '.meta-list a', 'color', 'bg', 5 ), array( '.meta-list a:hover', 'color', '0.75' ), array( '.entry-date a, .entry-date a time', 'color', 'bg', 5 ), array( '.entry-date a:hover, .entry-date a:active, .entry-date a time:hover, .entry-date a time:active', 'color', '0.75' ), array( '#infinite-handle span', 'color', 'bg', 5 ), array( '#infinite-handle span:hover', 'color', '0.75' ), ), __( 'Main Menu, Links, Post Titles and Post Meta' ) ); add_color_rule( 'fg1', '#404040', array( ) ); add_color_rule( 'fg2', '#404040', array( ) ); // Extra // Body Text and Other Tricky Colors add_color_rule( 'extra', '#404040', array( array( 'body', 'color', 'bg', 5 ), array( 'button', 'color', 'bg', 5 ), array( 'input', 'color', 'bg', 5 ), array( 'select', 'color', 'bg', 5 ), array( 'textarea', 'color', 'bg', 5 ), array( 'input[type="button"], input[type="reset"], input[type="submit"]', 'color', 'bg', 5 ), array( '.entry-date', 'color', 'bg', 5 ), array( '.meta-list', 'color', 'bg', 5 ), array( '.meta-nav, .post-navigation .meta-nav', 'color', 'bg', 5 ), array( '.wp-caption-text, .gallery-caption', 'color', 'bg', 5 ), array( '.contact-form.commentsblock label span', 'color', 'bg', 5 ), array( '.widget-area .widget-title, .widget-area .widgettitle', 'color', 'bg', 5 ), ) ); // Custom color palettes add_color_palette( array( '#262626', '', '#999999', '', '' ), 'Black' ); add_color_palette( array( '#c9d1d3', '', '#099499', '', '' ), 'Grey & Teal' ); add_color_palette( array( '#edebe6', '', '#b59677', '', '' ), 'Beige' );