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