corz.org uses cookies to remember that you've seen this notice explaining that corz.org uses cookies, okay!
<?php echo <<<CSS
background-image: -moz-linear-gradient(top, %%start%% 0%, %%end%% 100%);
background-image: -ms-linear-gradient(top, %%start%% 0%, %%end%% 100%);
background-image: -o-linear-gradient(top, %%start%% 0%, %%end%% 100%);
background-image: -webkit-linear-gradient(top, %%start%% 0%, %%end%% 100%);
background-image: linear-gradient(to bottom, %%start%% 0%, %%end%% 100%);
CSS;
?>