corz.org uses cookies to remember that you've seen this notice explaining that corz.org uses cookies, okay!
<?php $stylesheet = 'error';
include 'css-init.php';
echo <<<CSS
@@base-styles@@
@@menu-multi@@
@@toplinks@@
.active-error { width: 100%; }
#found_NO_matches { clear: both; }
.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(); ?>