.comment-body', 'border-color' ), array( '.site-branding:after', 'border-color' ), array( '.social-links ul a:hover:before', 'background-color' ), array( 'button:hover, input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover,#infinite-handle span:hover', 'background-color' ), array( '.header-search input[type="submit"]:hover', 'background-color' ), //Contrast with white post background array( '.comment-author', 'color', '#fff' ), array( 'h1,h2,h3,h4,h5,h6', 'color', '#fff' ), array( '.entry-title', 'color', '#fff' ), array( '.site-title a,.site-title a:visited', 'color', '#fff' ), array( 'a, a:visited,.entry-title a, .entry-title a:visited', 'color', '#fff' ), array( 'a:hover, a:focus, a:active', 'color', '#fff' ), //Contrast with background (secondary widget area) array( '.main-navigation .current_page_item > a, .main-navigation .current-menu-item > a', 'color', 'bg' ), array( '.main-navigation a:hover', 'color', 'bg' ), array( '#secondary .widget h1,#secondary .widget h2,#secondary .widget h3,#secondary .widget h4,#secondary .widget h5,#secondary .widget h6', 'color', 'bg' ), array( '#secondary .widget a,#secondary .widget a:visited, .site-footer a', 'color', 'bg' ), array( '.comment-navigation a,.comment-navigation a:visited,.comment-navigation a:hover,.comment-navigation a:active,.comment-navigation a:focus', 'color', 'bg' ), ), __( 'Links, Aside Posts, and Gallery Posts' ) ); //Body text color add_color_rule( 'extra', '#7c705e', array( array( 'body', 'color', '#fff' ), //Contrast with background (secondary widget area) array( '#secondary .widget', 'color', 'bg' ), ) ); add_color_rule( 'extra', '#ada393', array( array( '.page-title,.comments-title', 'color', 'bg' ), array( '.site-footer a,.site-footer a:visited,.site-footer a:hover, .site-footer', 'color', 'bg' ), array( '.entry-meta, .entry-meta a, .entry-meta a:visited, .entry-meta a:hover, .pingback .edit-link, .pingback .edit-link:visited, .pingback .edit-link:hover, .trackback .edit-link, .trackback .edit-link:visited, .trackback .edit-link:hover, #cancel-comment-reply-link, #cancel-comment-reply-link:visited, #cancel-comment-reply-link:hover, .reply, .reply:visited, .reply:hover', 'color', '#fff', 1 ), ) ); add_color_rule( 'extra', '#efedea', array( array( 'button, input[type="button"], input[type="reset"], input[type="submit"],#infinite-handle span', 'color', 'link' ), array( 'button:hover, input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover,#infinite-handle span:hover', 'color', 'txt' ), array( '.header-search input[type="submit"], .header-search input[type="submit"]:hover', 'color', 'txt' ), ) ); add_color_rule( 'extra', '#e4e1dc', array( array( '.widget-title,.hentry, .comment-body, .site-branding, .widget ul li,.main-navigation a,.author-archives-header', 'border-color', 0.5 ), ) ); add_color_rule( 'extra', '#ffffff', array( array( '.tags-links a,.tags-links a:visited', 'color', 'link' ), array( '.tags-links a:hover', 'color', 'txt' ), array( '.social-links ul a:before', 'color', 'link' ), array( '.menu-toggle', 'color', 'link' ), array( '.milestone-header', 'color', 'fg1' ), array( '.hentry.format-status:before, .hentry.format-quote:before', 'color', 'fg1' ), array( '.hentry.format-video:before,.hentry.format-audio:before', 'color', 'fg2' ), array( '.hentry:before,.hentry.format-gallery:before, .hentry.format-aside:before', 'color', 'txt' ), array( '.hentry.sticky:before, .hentry.format-image:before,.hentry.format-link:before', 'color', 'link' ), ) ); /* Additional color palettes */ add_color_palette( array( '#edefef', '#333333', '#545454', '#969696', '#c4c4c4' ), 'Grayscale' ); add_color_palette( array( '#e7e2d9', '#5b3b38', '#755c51', '#6f9d9f', '#a2bec2', ), 'Bluebell' );