a, .nav-menu .current_page_ancestor > a, .nav-menu .current-menu-item > a, .nav-menu .current-menu-ancestor > a', 'color', 'bg' ), array( '.menu-toggle:hover, .menu-toggle:focus', 'color', 'bg', 16 ), // Titles for various formats array( '.format-gallery .entry-title, .format-gallery .entry-title a, .format-gallery a', 'color', 'fg1', 16 ), array( '.format-chat .entry-title, .format-chat .entry-title a, .format-chat a', 'color', 'bg', 16 ), // Entry content on colored post formats // Make sure the text is not colorable but remains readable array( '.format-link .entry-content, .format-aside .entry-content', 'color', 'bg', 16 ), array( '.format-chat .entry-content', 'color', 'bg', 16 ), array( '.format-status .entry-content', 'color', 'txt', 16 ), ) ); // Plain white elements add_color_rule( 'extra', '#fff', array( // Arrow on navigation circle array( '.paging-navigation .meta-nav', 'color', 'fg1' ), //Submenu navigation array( '.nav-menu .children .current_page_item > a, .nav-menu .sub-menu .current-menu-item > a,.nav-menu .sub-menu .current_page_item > a, .nav-menu .children .current-menu-item > a', 'color', '#220e10' ), ) ); /* * CSS specific to when color annotations are enabled */ add_theme_support( 'custom_colors_extra_css', 'twentythirteen_extra_css' ); function twentythirteen_extra_css() { ?> .navbar-fixed .navbar { box-shadow: 0 2px 2px rgba(0,0,0, 0.1); } .blog .format-link:first-of-type, .single .format-link:first-of-type { box-shadow: inset 0px 2px 2px rgba(0,0,0, 0.1); }