X-Git-Url: https://www.hackdaworld.org/gitweb/?p=outofuni%2Fstafforg.git;a=blobdiff_plain;f=app%2Fwww%2Fcss%2Findex.css;h=12ab07ae0b20ad692a7f5f6b5ac299f1d2327cc6;hp=c48c2255c531da492f83f233155f184553dc1224;hb=714e3dd465ec416d16b417f208d1ecc241c8f70a;hpb=642f1381cc9653384f8e8ece595bf8201d1f431b diff --git a/app/www/css/index.css b/app/www/css/index.css index c48c225..12ab07a 100644 --- a/app/www/css/index.css +++ b/app/www/css/index.css @@ -60,3 +60,32 @@ body { display: none; } +.head { + width: 100%; + height: 10%; + color: white; + text-align: center; + background-color: #222; +} + +.main { + width: 100%; + height: 90%; + color: #ccc; + background-color: #666; +} + +#adminset { + display: none; + color: black; + text-align: center; +} + +#adminmain { + display: none; +} + +#adminauth { + display: none; +} +