corz.org uses cookies to remember that you've seen this notice explaining that corz.org uses cookies, okay!
<?php
echo <<<CSS
.tools {
z-index: 100;
position: absolute;
left: 0;
top: 0;
width: 98%;
font-size: 2.2rem;
overflow: visible;
}
%%menu_elem_css_string%% {
float: left;
margin-top: 1rem;
margin-left: 1.25rem;
padding: 0;
}
CSS;
?>