corz.org uses cookies to remember that you've seen this notice explaining that corz.org uses cookies, okay!
<?php include 'css-init.php';
: THIS->"%%" contains a special unicode character between the two "%" symbols,
$this_date = $site_config['now'];
$site_config['minify_css'] = false;
echo <<<CSS
.testdiv {
height: %%front_img_height(+10%)%%;
height: %%front_img_height(/2)%%;
height: %%front_img_height(*4)%%;
margin: %%testval(+20%)%%;
margin: %%testval(-20%)%%;
margin: %%testval(*50%)%%;
margin: %%testval(*.25)%%;
font-size: %%textsize(+.2)%%;
font-size: %%textsize(-.2)%%;
background-image: url("%%bg_img_front%%"), url("%%bg_img%%");
}
CSS;
output_CSS(); ?>