File: D:/HostingSpaces/budilia/budilia.nl/wwwroot/wp-content/themes/forestly/inc/pre-color-schemes.php
<?php
// Color Scheme
echo ' <style type="text/css">
#searchsubmit { background: '.of_get_option('f_secondary_bgcolor').'; color: #fff; }
.fosforit-nav .current-menu-item > a,.fosforit-nav .current-menu-ancestor > a,
.fosforit-nav .current_page_item > a,.fosforit-nav .current_page_ancestor > a {
background: none repeat scroll 0 0 '.of_get_option('f_secondary_bgcolor').'; color: #fff; }
li.bypostauthor cite span { color: #fff; background-color: '.of_get_option('f_secondary_bgcolor').'; }
li.current-menu-item{ background: '.of_get_option('f_secondary_bgcolor').'; }
.fosforit-nav li:hover { background: '.of_get_option('f_secondary_bgcolor').'; }
.widget-area .widget-title { border-bottom: 2px solid '.of_get_option('f_primary_bgcolor').'; }
footer[role="contentinfo"] { background: '.of_get_option('f_primary_bgcolor').'; color: #eee; }
.selectnav { background-color: '.of_get_option('f_primary_bgcolor').'; }
.selectnav-option { background-color: '.of_get_option('f_primary_bgcolor').'; }
.fosforit-nav ul.nav-menu,.fosforit-nav div.nav-menu > ul { background: '.of_get_option('f_primary_bgcolor').'; }
.site-content article.sticky { background: '.of_get_option('f_sticky_bgcolor').'; border-color: '.of_get_option('f_sticky_bdcolor').'; }
select.selectnav { color: #fff; }
select.selectnav option { color: #fff; }
.fosforit-nav li a { color: #fff; }
.fosforit-nav li ul li a { background: '.of_get_option('f_nav_sub_bgcolor').'; border-bottom: 1px solid #d9d9d9; border-top: 1px solid #fff; color: #444; }
.fosforit-nav li ul li a:hover { background: '.of_get_option('f_nav_sub_hover_bgcolor').'; color: #444; }
</style>';
?>