click here for a plain text version
<?php echo <<<CSS

    /* top-bottom - 3 stops - for buttons (and the distro machine box - a BIG button! send "top""middle""bottom", and "cutoff")

        @@button-gradient(top=%%bg_color%%,middle=%%nav_grad_2%%,bottom=%%nav_grad_3%%,cutoff=85)@@

    */

    background-image: -moz-linear-gradient(top, %%top%% 0%, %%middle%% %%cutoff%%%, %%bottom%% 100%);
    background-image: -ms-linear-gradient(top, %%top%% 0%, %%middle%% %%cutoff%%%, %%bottom%% 100%);
    background-image: -o-linear-gradient(top, %%top%% 0%, %%middle%% %%cutoff%%%, %%bottom%% 100%);
    background-image: -webkit-linear-gradient(top, %%top%% 0%, %%middle%% %%cutoff%%%, %%bottom%% 100%);
    background-image: linear-gradient(to bottom, %%top%% 0%, %%middle%% %%cutoff%%%, %%bottom%% 100%);

CSS;
?>
back to the source menu
test

Welcome to corz.org!

I'm always messing around with the back-end.. See a bug? Wait a minute and try again. Still see a bug? Mail Me!