a', 'border-bottom-color', '-2' ), array( '#access ul ul a:hover', 'border-bottom-color', '-2' ), array( '#access ul ul a:hover', 'background-color', '-2' ), // #272727 array( '#wp-calendar td a, #wp-calendar td a:visited, #wp-calendar td#today', 'background-color', '-1.5' ), // #292929 array( '.commentlist > li.comment.bypostauthor, .commentlist .children > li.comment.bypostauthor', 'background-color', '-1.25' ), // #333 array( 'blockquote, pre', 'border-color', '-1' ), array( '.entry-content td, .entry-content th', 'border-color', '-1' ), array( '.commentlist li.comment', 'border-color', '-1' ), array( 'li.pingback', 'background-color', '-1' ), // #373737 array( '#access .current_page_item ul a,#access .current_page_item ul a:visited,#access .current_page_item ul a:hover,#access .current-menu-item ul a,#access .current-menu-item ul a:visited,#access .current-menu-item ul a:hover', 'border-bottom-color', '-0.8' ), // #3a3a3a array( '#wp-calendar td a:hover', 'background-color', '-0.8' ), // #3c4243 array( '.comment-edit-link', 'border-left', '-0.85' ), // #393939 array( 'body', 'background-color' ), // #494949 array( '.commentlist > li.comment.bypostauthor, .commentlist .children > li.comment.bypostauthor', 'border-color', '+0.5' ), // #555 array( '#site-generator', 'color', '+1' ), // #627376 array( '#access .current_page_item a, #access .current_page_item a:visited, #access .current-menu-item a, #access .current-menu-item a:visited', 'border-bottom-color', '+1.8' ), // #666 array( '.entry-meta', 'color', '+2' ), array( '#site-description', 'color', '+2' ), array( 'footer.entry-meta', 'color', '+2' ), array( '.nocomments', 'color', '+2' ), // #757676 array( '.comment .comment-meta time', 'color', '+2.8' ), // #7d7d7d array( '#wp-calendar #prev a,#wp-calendar #prev a:visited,#wp-calendar #next a,#wp-calendar #next a:visited', 'color', '+2.8' ), // #777 array( '#colophon a, #colophon a:visited', 'color', '+3' ), array( '#rss-feed', 'color', '+2.8' ), array( '#wp-calendar th', 'color', '2.8', ), // #797F80 array( '.entry-meta a, .entry-meta a:visited', 'color', '+3.5' ), // #7F8E91 array( 'a,a:visited', 'color', '3.7' ), array( '.comment-author', 'color', '3.7' ), // #869497 array( '#access .current_page_item a, #access .current_page_item a:visited, #access .current-menu-item a, #access .current-menu-item a:visited', 'color', '+3.8' ), // #868a8d array( '#wp-calendar th, #wp-calendar td', 'color', '+3.5' ), // #888 array( '#access a', 'color', '+4' ), // #999 array( '.widget-title', 'color', '+5' ), // #aaa array( '.widget', 'color', '+5.25' ), // #B8BABB array( 'body', 'color', '+5.5' ), // #ccc array( '.entry-title a, .entry-title a:visited', 'color', '+5.7' ), array( '#site-title a, #site-title a:visited', 'color', '+5.7'), array( '#wp-calendar td#today', 'color', '+5.7' ), ) ); add_color_rule( 'fg1', '#58593b', array( array( '.comment-note', 'background-color', 'bg' ), array( '.comment-note', 'border-color', 'bg' ), ) ); add_color_rule( 'fg2', '#f3dc19', array( array( '#wp-calendar #prev a:hover, #wp-calendar #next a:hover', 'color', 'bg' ), array( '.comment-note', 'color', 'bg' ), ) ); add_color_rule( 'link', '#7F8E91', array( ) ); add_color_rule( 'txt', '#83BAC4', array( array( '#site-title a:hover', 'color', 'bg' ), array( '#rss-feed:hover', 'color', 'bg' ), array( '#access li:hover > a', 'color', 'bg' ), array( '#access li:hover > a', 'border-bottom-color', 'bg' ), array( '#access ul ul :hover > a', 'color', 'bg' ), array( '#access .current_page_item a:hover,#access .current-menu-item a:hover', 'color', 'bg' ), array( '#access .current_page_item a:hover,#access .current-menu-item a:hover', 'border-bottom-color', 'bg' ), array( '.entry-title h2 a:hover', 'color', 'bg' ), array( '.entry-meta a:hover', 'color', 'bg' ), // #81c8d5 array( 'a:hover, a:active', 'color', 'bg' ), // #849ca0 array( '#colophon a:hover', 'color', 'bg' ), ), __( 'Link Hover' ) ); add_theme_support( 'custom_colors_extra_css', 'piano_black_extra_css' ); function piano_black_extra_css() { ?> #access, #branding, #wp-calendar td a, #wp-calendar td a:visited, #wp-calendar td#today { box-shadow: 0 0 8px rgba(0,0,0,0.5); }