"; if(isset($options['main_bg_color']) and $options['main_bg_color']) echo "body{background:".$options['main_bg_color'].";}"; if(isset($options['cont_bg_color']) and $options['cont_bg_color']) echo ".article.breadcrumb{background:".$options['cont_bg_color'].";}"; if(isset($options['excerpt_bg_color']) and $options['excerpt_bg_color']) echo ".post-excerpt{background:".$options['excerpt_bg_color'].";}"; if(isset($options['featimg_disp']) and $options['featimg_disp'] == 'block') echo ".img-thumbnail{width:100%;}.img-thumbnail img{width:100%;height: auto;}"; if(isset($options['link_color']) and $options['link_color']) echo "a{color:" . $options['link_color'] . ";}"; echo $options["custom_css"]; echo ""; echo "";