]> code.citadel.org Git - citadel.git/blobdiff - webcit/static/head.html
* After setup is complete, tell them how to log in.
[citadel.git] / webcit / static / head.html
index 9423c13a212089cbf2cc8f67e478bc718bf716f4..e4753ffc5c5fe0b6679a71249692ba672b843bf6 100644 (file)
@@ -32,7 +32,7 @@ body {
        left:0px;
        width: 15%;
        height:100%;
-       background: #ffffff;
+       background: #eeeecc;
 }
 
 * html #iconbar {
@@ -99,7 +99,7 @@ body {
        width: 100%;
        padding: 0 0 1em 0;
        margin-bottom: 1em;
-       background-color: #ffffff;
+       background-color: #eeeecc;
        color: #aaaaaa;
        font-size: 8pt;
 }
@@ -124,7 +124,7 @@ body {
 
 #button li a {
        display: block;
-       background-color: #FFFFFF;
+       background-color: #eeeecc;
        color: #000000;
        text-decoration: none;
        width: 100%;
@@ -135,8 +135,8 @@ html>body #button li a {
 }
 
 #button li a:hover {
-       background-color: #aaaaaa;
-       color: #fff;
+       background-color: #ddddff;
+       color: #000000;
 }
 
 a:link {
@@ -292,6 +292,7 @@ var sub {
 .errormsg {
        color: #AA0000;
        background: none;
+       font-weight: bold;
        font-style: italic;
 }