]> code.citadel.org Git - citadel.git/blob - webcit/static/head.html
* Added in a bunch of stupid JavaScript to allow the instant message
[citadel.git] / webcit / static / head.html
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
2         "http://www.w3.org/TR/html4/strict.dtd">
3 <html>
4 <head>
5 <?REFRESHTAG>
6 <meta http-equiv="Content-Type" content="application/xhtml+xml; charset=UTF-8" />
7 <title>Citadel: <?SERV_HUMANNODE></title>
8 <meta http-equiv="Pragma" content="no-cache" />
9 <meta http-equiv="expired" content="28-May-1971 18:10:00 GMT" />
10 <meta name="MSSmartTagsPreventParsing" content="TRUE" />
11 <style type="text/css">
12
13 * html {
14         overflow: hidden;
15 }
16
17 body {
18         margin:0;
19         margin-right: 1px;
20         padding: 0 0 0 0;
21         height: 100%;
22         overflow: auto;
23         background: #aaaaaa;
24         color: #000000;
25         font-family: "Bitstream Vera Sans",Arial,Helvetica,sans-serif;
26         font-weight: normal;
27         font-size: 10pt;
28 }
29
30 #iconbar {
31         position:fixed;
32         display:block;
33         top:0px;
34         left:0px;
35         width: 10%;
36         height:100%;
37         background:transparent;
38 }
39
40 * html #iconbar {
41         position:absolute;
42         display:block;
43         top:0px;
44         left:0px;
45         width: 10%;
46         height:100%;
47         background:transparent;
48 }
49
50 #banner {
51         position:fixed;
52         display:block;
53         top:0px;
54         left: 10%;
55         width: 90%;
56         height: 15%;
57         background: #444455;
58 }
59
60 * html #banner {
61         position:absolute;
62         display:block;
63         top:0px;
64         left: 10%;
65         width: 90%;
66         height: 15%;
67         background: #444455;
68 }
69
70 #page_popup {
71         position:absolute;
72         width=600px;
73         height=400px;
74         background-color: #880000;
75         z-index: 2;
76 }
77
78 #content {
79         position:fixed;
80         display:block;
81         top: 15%;
82         left: 10%;
83         width: 90%;
84         height: 85%;
85         overflow: auto;
86 }
87
88 * html #content {
89         position:absolute;
90         display:block;
91         top: 15%;
92         left: 10%;
93         width: 90%;
94         height: 85%;
95         overflow: auto;
96 }
97
98 a:link {
99         color: #0000FF;
100         text-decoration: none;
101 }
102
103 a:visited {
104         color: #0000FF;
105         text-decoration: none;
106 }
107
108 a:active {
109         color: #0000FF;
110         text-decoration: none;
111 }
112
113 a:hover {
114         text-decoration: underline;
115 }
116
117 .menubar_link {
118         font-size: 9pt;
119 }
120
121 .navbar_link {
122         font-size: 7pt;
123         color: #FFFFEE;
124 }
125
126 .titlebar {
127         font-size: 12pt;
128         color: #FFFFEE;
129 }
130
131 .mainmenu {
132         font-size: 10pt;
133         font-weight: bold;
134         color: #880000;
135 }
136
137 .menudesc {
138         font-size: 8pt;
139         color: #000088;
140 }
141
142 .message_header {
143         font-size: 10pt;
144         color: #000000;
145 }
146
147 .message_subject {
148         font-size: 10pt;
149         color: #000000;
150         font-style: italic;
151 }
152
153 .tablabel {
154         font-size: 10pt;
155         font-weight: bold;
156         color: #000000;
157 }
158
159 .boxlabel {
160         font-size: 7pt;
161         font-weight: bold;
162         color: #FFFFEE;
163 }
164
165 .youhavemail {
166         font-size: 6pt;
167         font-style: italic;
168         color: #000044;
169 }
170
171 .customize {
172         font-size: 8pt;
173         font-style: italic;
174         color: #000044;
175         background-color: #DDDDCC;
176 }
177
178 .room_banner_room_name {
179         font-size: 14pt;
180         font-weight: bold;
181         color: #FFFFEE;
182 }
183
184 .room_banner_room_info {
185         font-size: 6pt;
186         color: #FFFFEE;
187 }
188
189 .room_banner_new_messages {
190         font-size: 10pt;
191         color: #DDDDCC;
192 }
193
194 .room_banner_start_page {
195         font-size: 7pt;
196         color: #DDDDCC;
197 }
198
199 .menubar_bg {
200         background-color: #FF0000;
201 }
202
203 .iconbar_link {
204         font-size: 7pt;
205 }
206
207 .powered_by {
208         font-size: 6pt;
209 }
210
211 .roomlist_floor {
212         font-size: 12pt;
213         font-weight: bold;
214         color: #000000;
215 }
216
217 .roomlist_new {
218         font-size: 10pt;
219         color: #880000;
220         font-weight: bold;
221 }
222
223 .roomlist_old {
224         font-size: 10pt;
225         color: #000088;
226 }
227
228 blockquote {
229         margin-left: 8%;
230         margin-right: 8%;
231         border: thin ridge #dc143c;
232 }
233
234 blockquote pre {
235         margin-left: 1%;
236         margin-right: 1%;
237 }
238
239 var sub {
240         font-style: normal;
241 }
242
243 .note {
244         font-size: 85%;
245         margin-left: 10%;
246 }
247
248 .toolbar {
249         text-align: center;
250 }
251
252 .toolbar IMG {
253         float: right;
254 }
255
256 .errormsg {
257         color: #AA0000;
258         background: none;
259         font-style: italic;
260 }
261
262 .warning {
263         color: #FF4500;
264         background: none;
265         text-decoration: none;
266 }
267
268 .error strong {
269         color: #DC143C;
270         background: #FFD700;
271         text-decoration: none;
272 }
273
274 .warning strong {
275         color: #FF4500;
276         background: #FFD700;
277         text-decoration: none;
278 }
279
280 .warning a:link, .warning a:visited, .warning a:active {
281         color: #FF4500;
282         background: none;
283         text-decoration: underline;
284 }
285
286 .error a:link, .error a:visited, .error a:active {
287         color: #DC143C;
288         background: none;
289         text-decoration: underline;
290 }
291
292 .error strong a:link, .error strong a:visited, .error strong a:active {
293         color: #DC143C;
294         background: #FFD700;
295 }
296
297 .warning strong a:link, .warning strong a:visited, .warning strong a:active {
298         color: #FF4500;
299         background: #FFD700;
300 }
301
302 colgroup.entity {
303         text-align: center;
304 }
305
306 .default {
307         text-decoration: underline;
308         font-style: normal;
309 }
310
311 .required {
312         font-weight: bold;
313 }
314
315 td li.transitional, .elements li.transitional {
316         font-weight: lighter;
317         color: #696969;
318         background: none;
319 }
320
321 td li.frameset, .elements li.frameset {
322         font-weight: lighter;
323         color: #808080;
324         background: none;
325 }
326
327 .footer, .checkedDocument {
328         margin-top: 2em;
329         padding-top: 1em;
330         border-top: solid thin black;
331 }
332
333 @media print {
334         input#toggler, .toolbar { display: none }
335 }
336
337 <!-- begin tree view styles -->
338
339 #mainMenu {
340   border: 1px solid #CCC;
341   color: #000;
342 }
343
344 #menuList {
345   margin: 0px;
346   padding: 10px 0px 10px 15px;
347 }
348
349 li.menubar {
350   background: url(/static/plus.gif) no-repeat 0em 0.3em;
351   font-size: 12px;
352   line-height: 1.5em;
353   list-style: none outside;
354 }
355
356 .menu, .submenu {
357   display: none;
358   margin-left: 15px;
359   padding: 0px;
360 }
361
362 .menu li, .submenu li {
363   background: url(/static/square.gif) no-repeat 0em 0.3em;
364   list-style: none outside;
365 }
366
367 a.actuator {
368   background-color: transparent;
369   color: #000;
370   font-size: 12px;
371   padding-left: 15px;
372   text-decoration: none;
373 }
374
375 a.actuator:hover {
376   text-decoration: underline;
377 }
378
379 .menu li a, .submenu li a {
380   background-color: transparent;
381   color: #000;
382   font-size: 12px;
383   padding-left: 15px;
384   text-decoration: none;
385 }
386
387 .menu li a:hover, submenu li a:hover {
388   /*border-bottom: 1px dashed #000;*/
389   text-decoration: underline;
390 }
391
392 span.key {
393   text-decoration: underline;
394 }
395
396 <!-- end tree view styles -->
397
398 </style>
399
400 <script language="JavaScript">
401
402 var browserType;
403
404 if (document.layers) {browserType = "nn4"}
405 if (document.all) {browserType = "ie"}
406 if (window.navigator.userAgent.toLowerCase().match("gecko")) {browserType= "gecko"}
407
408 function hide_page_popup() {
409   if (browserType == "gecko" )
410      document.poppedLayer = eval('document.getElementById(\'page_popup\')');
411   else if (browserType == "ie")
412      document.poppedLayer = eval('document.all[\'page_popup\']');
413   else
414      document.poppedLayer = eval('document.layers[\'`page_popup\']');
415   document.poppedLayer.style.visibility = "hidden";
416 }
417
418 </script>
419
420 </head>
421 <body>