* cleaning HTML/CSS codes
[citadel.git] / webcit / static / head.html
index eef14e319316207b7f09ba195d17a79d8a9345f4..134e148271e4c1f81564105cb85fc6aae6079267 100644 (file)
         "http://www.w3.org/TR/html4/strict.dtd">
 <html>
 <head>
-<?REFRESHTAG>
-<meta http-equiv="Content-Type" content="application/xhtml+xml; charset=UTF-8" />
-<title>Citadel: <?SERV_HUMANNODE></title>
-<meta http-equiv="Pragma" content="no-cache" />
-<meta http-equiv="expired" content="28-May-1971 18:10:00 GMT" />
+<title><?SERV_HUMANNODE></title>
 <meta name="MSSmartTagsPreventParsing" content="TRUE" />
-<style type="text/css">
+<meta name="keywords" content="groupware messaging collaboration" />
+<link href="static/webcit.css" rel="stylesheet" type="text/css">
+<?CSSLOCAL>
+<script type="text/javascript" src="static/wclib.js"></script>
+<script type="text/javascript" src="static/prototype.js"></script>
+<script type="text/javascript" src="static/scriptaculous.js"></script>
+<script type="text/javascript" src="static/niftycube.js"></script>
+<script type="text/javascript" src="static/BubbleTooltips.js"></script>
 
-* html {
-       overflow: hidden;
-}
-
-body {
-       margin:0;
-       margin-right: 1px;
-       padding: 0 0 0 0;
-       height: 100%;
-       overflow: auto;
-       background: #aaaaaa;
-       color: #000000;
-       font-family: "Bitstream Vera Sans",Arial,Helvetica,sans-serif;
-       font-weight: normal;
-       font-size: 10pt;
-}
-
-#iconbar {
-       position:fixed;
-       display:block;
-       top:0px;
-       left:0px;
-       width: 10%;
-       height:100%;
-       background:transparent;
-}
-
-* html #iconbar {
-       position:absolute;
-       display:block;
-       top:0px;
-       left:0px;
-       width: 10%;
-       height:100%;
-       background:transparent;
-}
-
-#banner {
-       position:fixed;
-       display:block;
-       top:0px;
-       left: 10%;
-       width: 90%;
-       height: 15%;
-       background: #444455;
-}
-
-* html #banner {
-       position:absolute;
-       display:block;
-       top:0px;
-       left: 10%;
-       width: 90%;
-       height: 15%;
-       background: #444455;
-}
-
-#content {
-       position:fixed;
-       display:block;
-       top: 15%;
-       left: 10%;
-       width: 90%;
-       height: 85%;
-       overflow: auto;
-}
-
-* html #content {
-       position:absolute;
-       display:block;
-       top: 15%;
-       left: 10%;
-       width: 90%;
-       height: 85%;
-       overflow: auto;
-}
-
-a:link {
-       color: #0000FF;
-       text-decoration: none;
-}
-
-a:visited {
-       color: #0000FF;
-       text-decoration: none;
-}
-
-a:active {
-       color: #0000FF;
-       text-decoration: none;
-}
-
-a:hover {
-       text-decoration: underline;
-}
-
-.menubar_link {
-       font-size: 9pt;
-}
-
-.navbar_link {
-       font-size: 7pt;
-}
-
-.titlebar {
-       font-size: 12pt;
-       color: #FFFFEE;
-}
-
-.mainmenu {
-       font-size: 10pt;
-       font-weight: bold;
-       color: #880000;
-}
-
-.menudesc {
-       font-size: 8pt;
-       color: #000088;
-}
-
-.message_header {
-       font-size: 10pt;
-       color: #000000;
-}
-
-.message_subject {
-       font-size: 10pt;
-       color: #000000;
-       font-style: italic;
-}
-
-.tablabel {
-       font-size: 10pt;
-       font-weight: bold;
-       color: #000000;
-}
-
-.boxlabel {
-       font-size: 7pt;
-       font-weight: bold;
-       color: #FFFFEE;
-}
-
-.youhavemail {
-       font-size: 6pt;
-       font-style: italic;
-       color: #000044;
-}
-
-.customize {
-       font-size: 8pt;
-       font-style: italic;
-       color: #000044;
-       background-color: #DDDDCC;
-}
-
-.room_banner_room_name {
-       font-size: 14pt;
-       font-weight: bold;
-       color: #FFFFEE;
-}
-
-.room_banner_room_info {
-       font-size: 10pt;
-       color: #FFFFEE;
-}
-
-.room_banner_new_messages {
-       font-size: 10pt;
-       color: #DDDDCC;
-}
-
-.room_banner_start_page {
-       font-size: 7pt;
-       color: #DDDDCC;
-}
-
-.menubar_bg {
-       background-color: #FF0000;
-}
-
-.iconbar_link {
-       font-size: 7pt;
-}
-
-.powered_by {
-       font-size: 6pt;
-}
-
-.roomlist_floor {
-       font-size: 12pt;
-       font-weight: bold;
-       color: #000000;
-}
-
-.roomlist_new {
-       font-size: 10pt;
-       color: #880000;
-       font-weight: bold;
-}
-
-.roomlist_old {
-       font-size: 10pt;
-       color: #000088;
-}
-
-blockquote {
-       margin-left: 8%;
-       margin-right: 8%;
-       border: thin ridge #dc143c;
-}
-
-blockquote pre {
-       margin-left: 1%;
-       margin-right: 1%;
-}
-
-var sub {
-       font-style: normal;
-}
-
-.note {
-       font-size: 85%;
-       margin-left: 10%;
-}
-
-.toolbar {
-       text-align: center;
-}
-
-.toolbar IMG {
-       float: right;
-}
-
-.errormsg {
-       color: #AA0000;
-       background: none;
-       font-style: italic;
-}
-
-.warning {
-       color: #FF4500;
-       background: none;
-       text-decoration: none;
-}
-
-.error strong {
-       color: #DC143C;
-       background: #FFD700;
-       text-decoration: none;
-}
-
-.warning strong {
-       color: #FF4500;
-       background: #FFD700;
-       text-decoration: none;
-}
-
-.warning a:link, .warning a:visited, .warning a:active {
-       color: #FF4500;
-       background: none;
-       text-decoration: underline;
-}
-
-.error a:link, .error a:visited, .error a:active {
-       color: #DC143C;
-       background: none;
-       text-decoration: underline;
-}
-
-.error strong a:link, .error strong a:visited, .error strong a:active {
-       color: #DC143C;
-       background: #FFD700;
-}
-
-.warning strong a:link, .warning strong a:visited, .warning strong a:active {
-       color: #FF4500;
-       background: #FFD700;
-}
-
-colgroup.entity {
-       text-align: center;
-}
-
-.default {
-       text-decoration: underline;
-       font-style: normal;
-}
-
-.required {
-       font-weight: bold;
-}
-
-td li.transitional, .elements li.transitional {
-       font-weight: lighter;
-       color: #696969;
-       background: none;
-}
-
-td li.frameset, .elements li.frameset {
-       font-weight: lighter;
-       color: #808080;
-       background: none;
-}
-
-.footer, .checkedDocument {
-       margin-top: 2em;
-       padding-top: 1em;
-       border-top: solid thin black;
-}
-
-@media print {
-       input#toggler, .toolbar { display: none }
-}
-
-<!-- begin tree view styles -->
-
-#mainMenu {
-  background-color: #EEE;
-  border: 1px solid #CCC;
-  color: #000;
-  width: 203px;
-}
-
-#menuList {
-  margin: 0px;
-  padding: 10px 0px 10px 15px;
-}
-
-li.menubar {
-  background: url(/static/plus.gif) no-repeat 0em 0.3em;
-  font-size: 12px;
-  line-height: 1.5em;
-  list-style: none outside;
-}
-
-.menu, .submenu {
-  display: none;
-  margin-left: 15px;
-  padding: 0px;
-}
-
-.menu li, .submenu li {
-  background: url(/static/square.gif) no-repeat 0em 0.3em;
-  list-style: none outside;
-}
-
-a.actuator {
-  background-color: transparent;
-  color: #000;
-  font-size: 12px;
-  padding-left: 15px;
-  text-decoration: none;
-}
-
-a.actuator:hover {
-  text-decoration: underline;
-}
-
-.menu li a, .submenu li a {
-  background-color: transparent;
-  color: #000;
-  font-size: 12px;
-  padding-left: 15px;
-  text-decoration: none;
-}
-
-.menu li a:hover, submenu li a:hover {
-  /*border-bottom: 1px dashed #000;*/
-  text-decoration: underline;
-}
-
-span.key {
-  text-decoration: underline;
-}
-
-<!-- end tree view styles -->
-
-</style>
-<?PAGERSCRIPT>
 </head>
+<body>
+<div id="global">
+<! end head.html>