]> code.citadel.org Git - citadel.git/blobdiff - webcit/static/head.html
* Changed the color of the side button bar
[citadel.git] / webcit / static / head.html
index 9423c13a212089cbf2cc8f67e478bc718bf716f4..e67f362e1dad6833a1dfb509987aad073c864805 100644 (file)
@@ -3,7 +3,7 @@
 <html>
 <head>
 <?REFRESHTAG>
-<title>Citadel: <?SERV_HUMANNODE></title>
+<title><?SERV_HUMANNODE></title>
 <meta http-equiv="Pragma" content="no-cache" />
 <meta http-equiv="expired" content="28-May-1971 18:10:00 GMT" />
 <meta name="MSSmartTagsPreventParsing" content="TRUE" />
@@ -18,7 +18,7 @@ body {
        padding: 0 0 0 0;
        height: 100%;
        overflow: auto;
-       background: #aaaaaa;
+       background-image:url(static/body-background.gif);
        color: #000000;
        font-family: "Bitstream Vera Sans",Arial,Helvetica,sans-serif;
        font-weight: normal;
@@ -32,7 +32,7 @@ body {
        left:0px;
        width: 15%;
        height:100%;
-       background: #ffffff;
+       background: #ffffee;
 }
 
 * html #iconbar {
@@ -67,8 +67,7 @@ body {
 
 #page_popup {
        position:absolute;
-       width=600px;
-       height=400px;
+       top:100px; left:100px;
        background-color: #880000;
        z-index: 2;
 }
@@ -95,11 +94,16 @@ body {
        /* overflow-x: hidden; */
 }
 
+#fix_scrollbar_bug {
+       margin-right:1px;               /* Gecko */
+       width: expression('97%');       /* Only IE6 understands 'expression' and it also has the weird scrollbarbug */
+}
+
 #button {
        width: 100%;
        padding: 0 0 1em 0;
        margin-bottom: 1em;
-       background-color: #ffffff;
+       background-color: #ffffee;
        color: #aaaaaa;
        font-size: 8pt;
 }
@@ -124,7 +128,7 @@ body {
 
 #button li a {
        display: block;
-       background-color: #FFFFFF;
+       background-color: #ffffee;
        color: #000000;
        text-decoration: none;
        width: 100%;
@@ -135,8 +139,9 @@ html>body #button li a {
 }
 
 #button li a:hover {
-       background-color: #aaaaaa;
-       color: #fff;
+       //background-color: #ddddff;
+       background-image:url(static/body-background.gif);
+       color: #000000;
 }
 
 a:link {
@@ -292,6 +297,7 @@ var sub {
 .errormsg {
        color: #AA0000;
        background: none;
+       font-weight: bold;
        font-style: italic;
 }