#content h2 {
text-align: center;
margin-bottom: 10px;
}
.updated {
background-color: #ffffe0;
border-color: #e6db55;
margin: 2px;
padding: 2px 20px;
border: 1px solid #e6db55;
font-weight: bold;
font: 13px "Lucida Grande", "Lucida Sans Unicode", Tahoma, Verdana, sans-serif;
}
CSS;
}
add_action('wp_head', 'blueberry_demo_css');
add_action('wp_head', 'simple_submit_css');
add_option('color_changes', 0);
$saved = false;
$error = false;
$check = call_blueberry_theme_function($_REQUEST['theme'], true);
if ( !empty($_REQUEST['theme']) && $check ) {
check_admin_referer('theme_nonce');
update_option('blueberry', $_REQUEST['theme']);
update_option('color_changes', get_option('color_changes')+1);
$saved = true;
} else if ( !empty($_REQUEST['theme']) && !$check ) {
$error = true;
}
$berry = get_option('blueberry');
$colors = call_blueberry_theme_function($berry);
?>
You have changed your color to
!
Ah ah ah.... should you be playing with that?
Multiberry Theme Demo
Just click on the color you want to activate :)
Download this theme
here
Your current color »
.
Leave a comment on this theme.
This demo has changed color times.