a .dropdown-toggle:hover, .large-screen .main-navigation ul ul .menu-item-has-children > a .dropdown-toggle:hover, .large-screen.hero-image .main-navigation ul ul .page_item_has_children > a .dropdown-toggle:hover, .large-screen.hero-image .main-navigation ul ul .menu-item-has-children > a .dropdown-toggle:hover, .widget_akismet_widget .a-stats a, .footer-widget-area .widget_akismet_widget .a-stats a', 'background-color', '#fff', 1.5 ), array( '.large-screen .main-navigation ul ul a:hover, .large-screen .main-navigation .menu-item .dropdown-toggle:hover, .large-screen.hero-image .main-navigation .menu-item .dropdown-toggle:hover', 'background-color', '-0.5' ), // Color array( 'a, a.button-minimal, ul[id^="menu-social"] a:before, .format-link .entry-title a:hover:after, .format-link .entry-title a:focus:after, .format-link .entry-title a:active:after, .entry-title a:hover, .entry-title a:focus, .entry-title a:active, .widget_goodreads div[class^="gr_custom_each_container"] a:hover, .widget_goodreads div[class^="gr_custom_each_container"] a:focus, .widget_goodreads div[class^="gr_custom_each_container"] a:active, .testimonial-entry-title a:hover, .testimonial-entry-title a:focus, .testimonial-entry-title a:active', 'color', '#fff', 1.5 ), // Border array( 'input[type="text"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="password"]:focus, input[type="search"]:focus, textarea:focus, a.button, a.button-minimal, a.button-minimal:hover, a.button-minimal:focus, a.button-minimal:active, .featured-page .post-thumbnail:hover img, .featured-page a.post-thumbnail:hover img, .grid .post-thumbnail:hover img, .grid a.post-thumbnail:hover img, #comments #respond #comment-form-comment.active, #comments #respond .comment-form-fields div.comment-form-input.active', 'border-color', '#fff', 1.5 ), array( '.search-wrapper .search-field', 'border-color', 'link', 2.4 ), // Border Right array( '.rtl blockquote, body.rtl .hentry .wpcom-reblog-snapshot .reblogger-note-content blockquote', 'border-right-color', '#fff', 1.5 ), // Border Left array( 'blockquote, .more-link:after, .comment .comment-reply-link:after, body .hentry .wpcom-reblog-snapshot .reblogger-note-content blockquote', 'border-left-color', '#fff', 1.5 ), ), __( 'Accent One' ) ); add_color_rule( 'fg1', '#b23d3c', array( // Background array( '.site-header', 'background-color', '#fff', 2.5 ), // Border array( '.large-screen .main-navigation ul ul .page_item_has_children > a .dropdown-toggle, .large-screen .main-navigation ul ul .menu-item-has-children > a .dropdown-toggle, .large-screen.hero-image .main-navigation ul ul .page_item_has_children > a .dropdown-toggle, .large-screen.hero-image .main-navigation ul ul .menu-item-has-children > a .dropdown-toggle, .large-screen .main-navigation ul ul .page_item_has_children > a .dropdown-toggle:focus, .large-screen .main-navigation ul ul .menu-item-has-children > a .dropdown-toggle:focus, .large-screen.hero-image .main-navigation ul ul .page_item_has_children > a .dropdown-toggle:focus, .large-screen.hero-image .main-navigation ul ul .menu-item-has-children > a .dropdown-toggle:focus', 'border-color', '#fff', 2.5 ), ), __( 'Accent Two' ) ); add_color_rule( 'fg2', '#a13736', array( // Border array( '.footer-widget-area .menu-item .dropdown-toggle:hover, .site-content .menu-item .dropdown-toggle:hover, .large-screen .menu-primary .sub-menu, .large-screen .main-navigation .menu-item .dropdown-toggle, .large-screen .main-navigation .menu-item .dropdown-toggle:focus', 'border-color', '#fff', 3 ), // Border Top array( '.large-screen .main-navigation ul ul ul.toggle-on', 'border-top-color', '#fff', 3 ), // Border Bottom array( '.large-screen .main-navigation ul ul li', 'border-bottom-color', '#fff', 3 ), ), __( 'Accent Three' ) ); /* Additional CSS */ add_theme_support( 'custom_colors_extra_css', 'goran_extra_css' ); function goran_extra_css() { ?> #comments #respond .form-submit input#comment-submit, .widget_flickr #flickr_badge_uber_wrapper td a:last-child { background: #d2cfcf !important; } .large-screen.hero-image .main-navigation .menu-item .dropdown-toggle, .large-screen.hero-image .main-navigation .menu-item .dropdown-toggle:focus { background: rgba(255, 255, 255, 0.1); border-color: rgba(0, 0, 0, 0.5); }