]> 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 9e7a40b5105f2bcf741e1be4e94b4927544a81cd..e67f362e1dad6833a1dfb509987aad073c864805 100644 (file)
@@ -3,8 +3,7 @@
 <html>
 <head>
 <?REFRESHTAG>
-<meta http-equiv="Content-Type" content="application/xhtml+xml; charset=UTF-8" />
-<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" />
@@ -19,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;
@@ -33,7 +32,7 @@ body {
        left:0px;
        width: 15%;
        height:100%;
-       background: #ffffff;
+       background: #ffffee;
 }
 
 * html #iconbar {
@@ -68,8 +67,7 @@ body {
 
 #page_popup {
        position:absolute;
-       width=600px;
-       height=400px;
+       top:100px; left:100px;
        background-color: #880000;
        z-index: 2;
 }
@@ -96,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;
 }
@@ -125,7 +128,7 @@ body {
 
 #button li a {
        display: block;
-       background-color: #FFFFFF;
+       background-color: #ffffee;
        color: #000000;
        text-decoration: none;
        width: 100%;
@@ -136,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 {
@@ -293,6 +297,7 @@ var sub {
 .errormsg {
        color: #AA0000;
        background: none;
+       font-weight: bold;
        font-style: italic;
 }
 
@@ -361,12 +366,6 @@ td li.frameset, .elements li.frameset {
        background: none;
 }
 
-.footer, .checkedDocument {
-       margin-top: 2em;
-       padding-top: 1em;
-       border-top: solid thin black;
-}
-
 @media print {
        input#toggler, .toolbar { display: none }
 }