"; ?> a{ color: ; } a:hover, a:focus{ color: ; text-decoration: underline; } .site-header { background: ; } .post-section .tabs-menu li div, .post-section .tabs-menu .current div { color: ; } .featured-post .post .text-holder a:hover, .featured-post .post .text-holder a:focus, .post-section .post .entry-title a:hover, .post-section .post .entry-title a:focus, .search .post-section .page .entry-title a:hover, .search .post-section .page .entry-title a:focus, .post-section .post .entry-meta a:hover, .post-section .post .entry-meta a:focus, .widget.widget_viral_magazine_recent_post ul li .text-holder .entry-title a:hover, .widget.widget_viral_magazine_recent_post ul li .text-holder .entry-title a:focus, .widget.widget_viral_magazine_popular_post ul li .text-holder .entry-title a:hover, .widget.widget_viral_magazine_popular_post ul li .text-holder .entry-title a:focus, .widget.widget_viral_magazine_recent_post ul li .text-holder .posted-on a:hover, .widget.widget_viral_magazine_recent_post ul li .text-holder .posted-on a:focus, .widget.widget_viral_magazine_popular_post ul li .text-holder .posted-on a:hover, .widget.widget_viral_magazine_popular_post ul li .text-holder .posted-on a:focus, .widget.widget_valazi_recent_post ul li .text-holder .entry-title a:hover, .widget.widget_valazi_recent_post ul li .text-holder .entry-title a:focus, .widget.widget_valazi_popular_post ul li .text-holder .entry-title a:hover, .widget.widget_valazi_popular_post ul li .text-holder .entry-title a:focus, .widget.widget_valazi_recent_post ul li .text-holder .posted-on a:hover, .widget.widget_valazi_recent_post ul li .text-holder .posted-on a:focus, .widget.widget_valazi_popular_post ul li .text-holder .posted-on a:hover, .widget.widget_valazi_popular_post ul li .text-holder .posted-on a:focus, .widget ul li a:hover, .widget ul li a:focus, .comments-area .comment-body .comment-metadata a:hover, .comments-area .comment-body .comment-metadata a:focus{ color: } button, input[type="button"], input[type="reset"], input[type="submit"], .main-navigation ul ul :hover > a, .main-navigation ul ul .focus > a, .main-navigation ul ul li a:hover, .main-navigation ul ul li a:focus, .main-navigation ul ul .current-menu-item > a, .main-navigation ul ul .current_page_item > a{ background: } "; } /** * Function for sanitizing Hex color */ function valazi_sanitize_hex_color( $color ){ if ( '' === $color ) return ''; // 3 or 6 hex digits, or the empty string. if ( preg_match('|^#([A-Fa-f0-9]{3}){1,2}$|', $color ) ) return $color; }