a, .main-navigation li.current-menu-item > a', 'border-color' ), array( 'a, a:visited, a:hover, a:focus, a:active, .site-info a:hover, .site-info a:focus, .site-info a:active, .comment-meta .comment-metadata a:hover, .comment-meta .comment-metadata a:focus, .comment-meta .comment-metadata a:active, .site-main .post-navigation .nav-previous a:hover, .site-main .post-navigation .nav-next a:hover, .site-main .post-navigation .nav-previous a:focus, .site-main .post-navigation .nav-next a:focus, .site-main .post-navigation .nav-previous a:active, .site-main .post-navigation .nav-next a:active, .entry-categories, .entry-header .entry-meta a:hover, .comment-form .label-focus, .bypostauthor > .comment-body .comment-author .fn a, .bypostauthor > .comment-body .comment-author .fn:after', 'color', '#fffdfd' ), array( '.comment-content a:after, .entry-content a:after, .comment-respond a:after, .site-footer a:after, .comments-link a, .comments-link a:visited, .page-links .active-link, .page-links a:hover .active-link, .page-links a:focus .active-link, .page-links a:active .active-link', 'background-color', '#fffdfd' ), array( '.tags-links a:hover, .tags-links a:focus, .tags-links a:active', 'color', '#fffdfd' ), array( '.tags-links a:hover, .tags-links a:focus, .tags-links a:active, .bypostauthor > .comment-body .comment-author .fn:after', 'border-color', '#fffdfd' ), array( 'th', 'border-bottom-color' ), array( '.widget_tag_cloud a:hover, .widget_tag_cloud a:focus, .widget_tag_cloud a:active, .widget a, .widget a:visited, .widget a:hover, .widget a:active, .widget a:focus', 'color', '#222' ), array( '.widget_tag_cloud a:hover, .widget_tag_cloud a:focus, .widget_tag_cloud a:active', 'border-color', '#222' ), ), __( 'Main Accent' ) ); add_color_rule( 'link', '#ffffff', array( ) ); add_color_rule( 'fg1', '#ffffff', array( ) ); add_color_rule( 'fg2', '#ffffff', array( ) ); add_color_rule( 'extra', '#fffdfd', array( array( 'button, input[type="button"], input[type="reset"], input[type="submit"], #infinite-handle span, #infinite-handle span:active, #infinite-handle span:focus, #infinite-handle span:hover, #wp-calendar a, .comments-link a, .comments-link a:visited, .comments-link a:hover, .comments-link a:active, .comments-link a:focus, .page-links .active-link, .page-links a:hover .active-link, .page-links a:focus .active-link, .page-links a:active .active-link', 'color', 'txt' ), ) ); //Extra rules add_color_rule( 'extra', '#ffffff', array( ) ); //Extra CSS function satellite_extra_css() { ?> button, input[type="button"], input[type="reset"], input[type="submit"], #infinite-handle span { border-bottom: 4px solid; box-shadow: 0 0 0; } button:hover, input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover, #infinite-handle span:hover, button:focus, input[type="button"]:focus, input[type="reset"]:focus, input[type="submit"]:focus, #infinite-handle span:focus { border-bottom: 2px solid; box-shadow: 0 0 0; } button:active, input[type="button"]:active, input[type="reset"]:active, input[type="submit"]:active, #infinite-handle span:active { border-bottom: 0px solid; box-shadow: 0 0 0; }