click here for a plain text version
<?php
/*
    A text-based menu..
    It's a basic unordered list, styled to look snazzy.

    Note: This MUST be included, usually via @@module@@ statements. It is /not/ called directly.
*/

echo <<<CSS

@@font-face@@

/* the original HUGE variant isn't used at corz.org */
.tools {
    position: relative;
    font-family"DejaVuSans", %%font_family%%;
    z-index: 99;
}

nav h1 {
    position: absolute !important;
    clip: rect(1px, 1px, 1px, 1px);
}
nav ul {
    padding: 0;
    margin: 0;
}
nav ul li { list-style: none; }



%%menu_elem_css_string%% {
    color: %%nav_text%%;
    text-shadow:
        0 0 .5rem %%nav_grad_1%%,
        0 0 2.1rem %%nav_grad_2%%,
        0 0 3.3rem %%nav_grad_3%%;
}
%%menu_elem_css_hover_string%% {
    color: %%nav_hov_text%%;
    text-decoration: none;
    text-shadow:
        0 0 2rem %%nav_hov_grad_1%%,
        0 0 3rem %%nav_hov_grad_2%%,
        0 0 7.5rem %%nav_hov_grad_3%%;
}

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!