*** empty log 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 <title>Citadel: <?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: #ffffff;
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: #ffffff;
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: #FFFFFF;
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: #aaaaaa;
139         color: #fff;
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-style: italic;
296 }
297
298 .warning {
299         color: #FF4500;
300         background: none;
301         text-decoration: none;
302 }
303
304 .error strong {
305         color: #DC143C;
306         background: #FFD700;
307         text-decoration: none;
308 }
309
310 .warning strong {
311         color: #FF4500;
312         background: #FFD700;
313         text-decoration: none;
314 }
315
316 .warning a:link, .warning a:visited, .warning a:active {
317         color: #FF4500;
318         background: none;
319         text-decoration: underline;
320 }
321
322 .error a:link, .error a:visited, .error a:active {
323         color: #DC143C;
324         background: none;
325         text-decoration: underline;
326 }
327
328 .error strong a:link, .error strong a:visited, .error strong a:active {
329         color: #DC143C;
330         background: #FFD700;
331 }
332
333 .warning strong a:link, .warning strong a:visited, .warning strong a:active {
334         color: #FF4500;
335         background: #FFD700;
336 }
337
338 colgroup.entity {
339         text-align: center;
340 }
341
342 .default {
343         text-decoration: underline;
344         font-style: normal;
345 }
346
347 .required {
348         font-weight: bold;
349 }
350
351 td li.transitional, .elements li.transitional {
352         font-weight: lighter;
353         color: #696969;
354         background: none;
355 }
356
357 td li.frameset, .elements li.frameset {
358         font-weight: lighter;
359         color: #808080;
360         background: none;
361 }
362
363 @media print {
364         input#toggler, .toolbar { display: none }
365 }
366
367 <!-- begin tree view styles -->
368
369 #mainMenu {
370   border: 1px solid #CCC;
371   color: #000;
372 }
373
374 #menuList {
375   margin: 0px;
376   padding: 10px 0px 10px 15px;
377 }
378
379 li.menubar {
380   background: url(/static/plus.gif) no-repeat 0em 0.3em;
381   font-size: 12px;
382   line-height: 1.5em;
383   list-style: none outside;
384 }
385
386 .menu, .submenu {
387   display: none;
388   margin-left: 15px;
389   padding: 0px;
390 }
391
392 .menu li, .submenu li {
393   background: url(/static/square.gif) no-repeat 0em 0.3em;
394   list-style: none outside;
395 }
396
397 a.actuator {
398   background-color: transparent;
399   color: #000;
400   font-size: 12px;
401   padding-left: 15px;
402   text-decoration: none;
403 }
404
405 a.actuator:hover {
406   text-decoration: underline;
407 }
408
409 .menu li a, .submenu li a {
410   background-color: transparent;
411   color: #000;
412   font-size: 12px;
413   padding-left: 15px;
414   text-decoration: none;
415 }
416
417 .menu li a:hover, submenu li a:hover {
418   /*border-bottom: 1px dashed #000;*/
419   text-decoration: underline;
420 }
421
422 span.key {
423   text-decoration: underline;
424 }
425
426 <!-- end tree view styles -->
427
428 </style>
429
430 <script language="JavaScript">
431
432 var browserType;
433
434 if (document.layers) {browserType = "nn4"}
435 if (document.all) {browserType = "ie"}
436 if (window.navigator.userAgent.toLowerCase().match("gecko")) {browserType= "gecko"}
437
438 function hide_page_popup() {
439   if (browserType == "gecko" )
440      document.poppedLayer = eval('document.getElementById(\'page_popup\')');
441   else if (browserType == "ie")
442      document.poppedLayer = eval('document.all[\'page_popup\']');
443   else
444      document.poppedLayer = eval('document.layers[\'`page_popup\']');
445   document.poppedLayer.style.visibility = "hidden";
446 }
447
448 </script>
449
450 </head>
451 <body>