* The previous <div style=\"margin-right:1px\"> has been replaced by a
[citadel.git] / webcit / static / head.html
index 5f18ab10890a8d6140e5735b4c117847f9df98cb..82f7aeed274a01d25ccf2fba66635ab146d3416a 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" />
@@ -16,8 +15,6 @@
 
 body {
        margin:0;
-       margin-right: 1px;
-       <!-- padding: 0 10px 0 10px; -->
        padding: 0 0 0 0;
        height: 100%;
        overflow: auto;
@@ -33,9 +30,9 @@ body {
        display:block;
        top:0px;
        left:0px;
-       width:75px;
+       width: 15%;
        height:100%;
-       background:transparent;
+       background: #eeeecc;
 }
 
 * html #iconbar {
@@ -43,18 +40,18 @@ body {
        display:block;
        top:0px;
        left:0px;
-       width:75px;
+       width: 15%;
        height:100%;
-       background:transparent;
+       background: #ffffff;
 }
 
 #banner {
        position:fixed;
        display:block;
        top:0px;
-       left:78px;
-       width:90%;
-       height:75px;
+       left: 15%;
+       width: 85%;
+       height: 15%;
        background: #444455;
 }
 
@@ -62,21 +59,89 @@ body {
        position:absolute;
        display:block;
        top:0px;
-       left:78px;
-       width: 90%;
-       height:75px;
+       left: 15%;
+       width: 85%;
+       height: 15%;
        background: #444455;
 }
 
+#page_popup {
+       position:absolute;
+       width=600px;
+       height=400px;
+       background-color: #880000;
+       z-index: 2;
+}
+
 #content {
-       display: block;
-       margin-top: 78px;
-       margin-left: 75px;
-       width: 90%;     <!-- proper browsers -->
+       position:fixed;
+       display:block;
+       top: 15%;
+       left: 15%;
+       width: 85%;
+       height: 85%;
+       overflow: auto;
+       /* overflow-x: hidden; */
 }
 
 * html #content {
-       width: 88%;     <!-- IE scrollbar bug -->
+       position:absolute;
+       display:block;
+       top: 15%;
+       left: 15%;
+       width: 85%;
+       height: 85%;
+       overflow: auto;
+       /* 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;
+       color: #aaaaaa;
+       font-size: 8pt;
+}
+
+#button ul {
+       list-style: none;
+       margin: 0;
+       padding: 0;
+       border: none;
+}
+
+#button li {
+       border-bottom: 1px solid #aaaaaa;
+       margin: 0;
+}
+
+#button img {
+       vertical-align: middle;
+       padding-left: 2px;
+       padding-right: 5px;
+}
+
+#button li a {
+       display: block;
+       background-color: #eeeecc;
+       color: #000000;
+       text-decoration: none;
+       width: 100%;
+}
+
+html>body #button li a {
+       width: auto;
+}
+
+#button li a:hover {
+       background-color: #ddddff;
+       color: #000000;
 }
 
 a:link {
@@ -99,70 +164,60 @@ a:hover {
 }
 
 .menubar_link {
-       font-family: "Bitstream Vera Sans",Tahoma,Arial,Helvetica,sans-serif;
        font-size: 9pt;
 }
 
 .navbar_link {
-       font-family: "Bitstream Vera Sans",Arial,Helvetica,sans-serif;
        font-size: 7pt;
+       color: #FFFFEE;
 }
 
 .titlebar {
-       font-family: "Bitstream Vera Sans",Arial,Helvetica,sans-serif;
        font-size: 12pt;
        color: #FFFFEE;
 }
 
 .mainmenu {
-       font-family: "Bitstream Vera Sans",Arial,Helvetica,sans-serif;
        font-size: 10pt;
        font-weight: bold;
        color: #880000;
 }
 
 .menudesc {
-       font-family: "Bitstream Vera Sans",Arial,Helvetica,sans-serif;
        font-size: 8pt;
        color: #000088;
 }
 
 .message_header {
-       font-family: "Bitstream Vera Sans",Arial,Helvetica,sans-serif;
        font-size: 10pt;
        color: #000000;
 }
 
 .message_subject {
-       font-family: "Bitstream Vera Sans",Arial,Helvetica,sans-serif;
        font-size: 10pt;
        color: #000000;
        font-style: italic;
 }
 
 .tablabel {
-       font-family: "Bitstream Vera Sans",Arial,Helvetica,sans-serif;
        font-size: 10pt;
        font-weight: bold;
        color: #000000;
 }
 
 .boxlabel {
-       font-family: "Bitstream Vera Sans",Arial,Helvetica,sans-serif;
        font-size: 7pt;
        font-weight: bold;
        color: #FFFFEE;
 }
 
 .youhavemail {
-       font-family: "Bitstream Vera Sans",Arial,Helvetica,sans-serif;
        font-size: 6pt;
        font-style: italic;
        color: #000044;
 }
 
 .customize {
-       font-family: "Bitstream Vera Sans",Arial,Helvetica,sans-serif;
        font-size: 8pt;
        font-style: italic;
        color: #000044;
@@ -170,26 +225,22 @@ a:hover {
 }
 
 .room_banner_room_name {
-       font-family: "Bitstream Vera Sans",Arial,Helvetica,sans-serif;
        font-size: 14pt;
        font-weight: bold;
        color: #FFFFEE;
 }
 
 .room_banner_room_info {
-       font-family: "Bitstream Vera Sans",Arial,Helvetica,sans-serif;
-       font-size: 10pt;
+       font-size: 6pt;
        color: #FFFFEE;
 }
 
 .room_banner_new_messages {
-       font-family: "Bitstream Vera Sans",Arial,Helvetica,sans-serif;
        font-size: 10pt;
        color: #DDDDCC;
 }
 
 .room_banner_start_page {
-       font-family: "Bitstream Vera Sans",Arial,Helvetica,sans-serif;
        font-size: 7pt;
        color: #DDDDCC;
 }
@@ -198,32 +249,19 @@ a:hover {
        background-color: #FF0000;
 }
 
-.iconbar_link {
-       font-family: "Bitstream Vera Sans",Tahoma,Arial,Helvetica,sans-serif;
-       font-size: 7pt;
-}
-
-.powered_by {
-       font-family: "Bitstream Vera Sans",Arial,Helvetica,sans-serif;
-       font-size: 6pt;
-}
-
 .roomlist_floor {
-       font-family: "Bitstream Vera Sans",Arial,Helvetica,sans-serif;
        font-size: 12pt;
        font-weight: bold;
        color: #000000;
 }
 
 .roomlist_new {
-       font-family: "Bitstream Vera Sans",Arial,Helvetica,sans-serif;
        font-size: 10pt;
        color: #880000;
        font-weight: bold;
 }
 
 .roomlist_old {
-       font-family: "Bitstream Vera Sans",Arial,Helvetica,sans-serif;
        font-size: 10pt;
        color: #000088;
 }
@@ -259,6 +297,7 @@ var sub {
 .errormsg {
        color: #AA0000;
        background: none;
+       font-weight: bold;
        font-style: italic;
 }
 
@@ -327,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 }
 }
@@ -340,10 +373,8 @@ td li.frameset, .elements li.frameset {
 <!-- begin tree view styles -->
 
 #mainMenu {
-  background-color: #EEE;
   border: 1px solid #CCC;
   color: #000;
-  width: 203px;
 }
 
 #menuList {
@@ -401,5 +432,26 @@ span.key {
 <!-- end tree view styles -->
 
 </style>
-<?PAGERSCRIPT>
+
+<script language="JavaScript">
+
+var browserType;
+
+if (document.layers) {browserType = "nn4"}
+if (document.all) {browserType = "ie"}
+if (window.navigator.userAgent.toLowerCase().match("gecko")) {browserType= "gecko"}
+
+function hide_page_popup() {
+  if (browserType == "gecko" )
+     document.poppedLayer = eval('document.getElementById(\'page_popup\')');
+  else if (browserType == "ie")
+     document.poppedLayer = eval('document.all[\'page_popup\']');
+  else
+     document.poppedLayer = eval('document.layers[\'`page_popup\']');
+  document.poppedLayer.style.visibility = "hidden";
+}
+
+</script>
+
 </head>
+<body>