click here for a plain text version
<?php
/*
    user text selection styles..        v1.0
    NOTE: This MUST be included, usually via @@module@@ statements. It is /not/ called directly.
*/

echo <<<CSS

::selection {
    background: %%selection_bg%%;
    color: %%selection_color%%;
}
::-moz-selection {
    background: %%selection_bg%%;
    color: %%selection_color%%;
}

/* textareas always get white-on-black selections, regadless of current scheme */
textarea::selection {
    background: black;
    color: white;
}
textarea::-moz-selection {
    background: black;
    color: white;
}


CSS;
?>
back to the source menu
test

Welcome to autoconfig.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!