a, #access a:focus, #access li.current_page_item > a, #access li.current-menu-item > a, #access li.current-menu-parent > a, #access li.current_page_ancestor > a', 'color', 'bg', 2 ), array( '.post-data', 'color', 'bg', 2 ), array( '.post-data .post-date-link', 'color', 'bg', 2 ), array( '.post-content blockquote p, .comment-text-body blockquote p', 'color', 'bg', 2 ), array( '.post-content h6', 'color', 'bg', 2 ), array( '.post-content tr th, .post-content thead th', 'color', 'bg', 2 ), array( '.post-meta h1 a:hover', 'color', 'bg', 2 ), // #E9E9E9 and #e5e5e5 array( '.search-form-holder', 'background', 'bg', 1.2 ), array( '.post-content pre, .post-content ins', 'background', 'bg', 1.2 ), array( '.post-meta, .post-content, .widget, #infinite-footer .container', 'border-color', 'bg', 1.2 ), array( '.post-data a, .comments-link a, .post-edit a', 'border-color', 'bg', 1.2 ), array( '.post-content p a, .post-content li a, .post-content table a, .footer a, .footer, #respond, #respond h3#reply-title, #nav-below a, .post-tags li, body.single .post-content div.sharedaddy, body.page .post-content div.sharedaddy, .post-content div.sharedaddy div.sd-block, .more-link, .page-link, .page-link a, .widget-body li a, .widget-body p a, .wp_widget_tag_cloud a, .widget_tag_cloud a, .post-content blockquote, .post-content blockquote[class*="align"], .comment-text-body blockquote, .post-content table, .post-content tr td', 'border-color', 'bg', 1.2 ), array( '#wrapper .contact-form label span', 'color', 'bg', 1.2 ), ) ); /** * Foreground #1 */ add_color_rule( 'fg1', '#FFFDC6', array( ) ); /** * Foreground #2 */ add_color_rule( 'fg2', '#F2F7FC', array( ) ); /** * Links */ add_color_rule( 'link', '#000000', array( ) ); /** * Text */ add_color_rule( 'txt', '#555555', array( ) ); /** * If you need extra, non-color CSS when Custom Colors is active, supply a callback function with raw CSS * Straight echoing or using a return var is fine. */ //add_theme_support( 'custom_colors_extra_css', 'blogum_extra_css' ); /* function blogum_extra_css() { ?> .post-categories { background-image: none; } .post-categories:before { content: ''; display: block; width: 10px; height: 1px; color: #000; position: relative; top: -9px; }