]> 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 e4753ffc5c5fe0b6679a71249692ba672b843bf6..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: #eeeecc;
+       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: #eeeecc;
+       background-color: #ffffee;
        color: #aaaaaa;
        font-size: 8pt;
 }
@@ -124,7 +128,7 @@ body {
 
 #button li a {
        display: block;
-       background-color: #eeeecc;
+       background-color: #ffffee;
        color: #000000;
        text-decoration: none;
        width: 100%;
@@ -135,7 +139,8 @@ html>body #button li a {
 }
 
 #button li a:hover {
-       background-color: #ddddff;
+       //background-color: #ddddff;
+       background-image:url(static/body-background.gif);
        color: #000000;
 }