click here for a plain text version
<?php $stylesheet = 'error';
include 'css-init.php';
echo <<<CSS

@@base-styles@@
@@menu-multi@@
@@toplinks@@

.active-error { width: 100%; }

#found_NO_matches { clear: both; }

/* HUGE numeric..    */
.error {
    font-family: %%font_family_alt%%;
    color: %%h1_color%%;
    text-align: right;
    font-size: 29rem;
    float: right;
    margin-left: 3rem;
}

.aep-message {
    padding-top: 6rem;
}


#corzoogle-form {
    width: 400px;
    margin: 0 auto;
    text-align: center;
}

.source-link {
    font-size: 75%;
    color: %%h4_color%%;
    position: fixed;
    top: .5rem;
    right: .9rem;
}

@media screen and (max-width: 640px) {
    #corzoogle-form {
        width: 100%;
        margin: 0;
    }
    .aep-message, #found_NO_matches#corzoogle-it {
        width: 100%;
        margin: 0;
        padding: 0;
        text-align: justify;
    }
    .error {
        text-align: center;
        clear: both;
    }
}

@media screen and (max-width: 520px) {
    .error { font-size: 20rem; }
}

@media screen and (max-width: 420px) {
    .error { font-size: 17.5rem; }
}


CSS;
output_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!