backgroundCss() == 'enabled') {?> /*Background ------------------------------------------------------------ */ body { background: backgroundColor(); ?>; } #wrapper{ background: #fff; padding: 0 20px 10px 20px; border-left: 4px solid borderColor(); ?>; border-right: 4px solid borderColor(); ?>; } /*Links ------------------------------------------------------------ */ #content a:link, #content a:visited { color: linkColor(); ?>; } #sidebar a:link, #sidebar a:visited { color: linkColor(); ?>; } h1#title a:hover, div#title a:hover { color: linkColor(); ?>; } #nav li.current_page_item a, #nav li.current_page_parent a, #nav li.current_page_ancestor a, #nav li.current-cat a, #nav li a:hover { color: linkColor(); ?>; border-top: 4px solid linkColor(); ?>; } .post-header h1 a:hover, .post-header h2 a:hover { color: linkColor(); ?>; } .comments a:hover { color: linkColor(); ?>; } .meta a:hover { color: linkColor(); ?>; } .highlight-box { background: linkColor(); ?>; } .post-footer a:hover { color: linkColor(); ?>; } #footer a:hover { color: linkColor(); ?>; } /*Hover ------------------------------------------------------------ */ #content .entry a:hover { color: hoverColor(); ?>; } #wrapper #sidebar a:hover { color: hoverColor(); ?>; } /*Reset Specific Link Colors ------------------------------------------------------------ */ #content .post-header h1 a:link, #content .post-header h1 a:visited, #content .post-header h2 a:link, #content .post-header h2 a:visited { color: #444; } #content .post-header h1 a:hover, #content .post-header h2 a:hover { color: linkColor(); ?>; } #content .comments a { color: #757575; } #content .comments a:hover { color: linkColor(); ?>; } #content .meta a:link, #content .meta a:visited { color: #666; } #content .meta a:hover { color: linkColor(); ?>; } #content .post-footer a:link, #content .post-footer a:visited { color: #333; } #content .c-permalink a:link, #content .c-permalink a:visited { color: #ccc; } #content .reply a:link, #reply .c-permalink a:visited { color: #aaa; } #content .reply a:hover { color: linkColor(); ?>; } #footer a:link, #footer a:visited { color: #666; } #footer a:hover { color: linkColor(); ?>; } imageHover() == 'true') { ?> /*Hide hover colors on comment images and sidebar menu images ------------------------------------------------------------ */ .comments a:hover { background-position: 0 6px; } ul li.widget ul li a:hover { background-position: 0 7px; }