* The previous <div style=\"margin-right:1px\"> has been replaced by a
[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 #fix_scrollbar_bug {
99         margin-right:1px;               /* Gecko */
100         width: expression('97%');       /* Only IE6 understands 'expression' and it also has the weird scrollbarbug */
101 }
102
103 #button {
104         width: 100%;
105         padding: 0 0 1em 0;
106         margin-bottom: 1em;
107         background-color: #eeeecc;
108         color: #aaaaaa;
109         font-size: 8pt;
110 }
111
112 #button ul {
113         list-style: none;
114         margin: 0;
115         padding: 0;
116         border: none;
117 }
118
119 #button li {
120         border-bottom: 1px solid #aaaaaa;
121         margin: 0;
122 }
123
124 #button img {
125         vertical-align: middle;
126         padding-left: 2px;
127         padding-right: 5px;
128 }
129
130 #button li a {
131         display: block;
132         background-color: #eeeecc;
133         color: #000000;
134         text-decoration: none;
135         width: 100%;
136 }
137
138 html>body #button li a {
139         width: auto;
140 }
141
142 #button li a:hover {
143         background-color: #ddddff;
144         color: #000000;
145 }
146
147 a:link {
148         color: #0000FF;
149         text-decoration: none;
150 }
151
152 a:visited {
153         color: #0000FF;
154         text-decoration: none;
155 }
156
157 a:active {
158         color: #0000FF;
159         text-decoration: none;
160 }
161
162 a:hover {
163         text-decoration: underline;
164 }
165
166 .menubar_link {
167         font-size: 9pt;
168 }
169
170 .navbar_link {
171         font-size: 7pt;
172         color: #FFFFEE;
173 }
174
175 .titlebar {
176         font-size: 12pt;
177         color: #FFFFEE;
178 }
179
180 .mainmenu {
181         font-size: 10pt;
182         font-weight: bold;
183         color: #880000;
184 }
185
186 .menudesc {
187         font-size: 8pt;
188         color: #000088;
189 }
190
191 .message_header {
192         font-size: 10pt;
193         color: #000000;
194 }
195
196 .message_subject {
197         font-size: 10pt;
198         color: #000000;
199         font-style: italic;
200 }
201
202 .tablabel {
203         font-size: 10pt;
204         font-weight: bold;
205         color: #000000;
206 }
207
208 .boxlabel {
209         font-size: 7pt;
210         font-weight: bold;
211         color: #FFFFEE;
212 }
213
214 .youhavemail {
215         font-size: 6pt;
216         font-style: italic;
217         color: #000044;
218 }
219
220 .customize {
221         font-size: 8pt;
222         font-style: italic;
223         color: #000044;
224         background-color: #DDDDCC;
225 }
226
227 .room_banner_room_name {
228         font-size: 14pt;
229         font-weight: bold;
230         color: #FFFFEE;
231 }
232
233 .room_banner_room_info {
234         font-size: 6pt;
235         color: #FFFFEE;
236 }
237
238 .room_banner_new_messages {
239         font-size: 10pt;
240         color: #DDDDCC;
241 }
242
243 .room_banner_start_page {
244         font-size: 7pt;
245         color: #DDDDCC;
246 }
247
248 .menubar_bg {
249         background-color: #FF0000;
250 }
251
252 .roomlist_floor {
253         font-size: 12pt;
254         font-weight: bold;
255         color: #000000;
256 }
257
258 .roomlist_new {
259         font-size: 10pt;
260         color: #880000;
261         font-weight: bold;
262 }
263
264 .roomlist_old {
265         font-size: 10pt;
266         color: #000088;
267 }
268
269 blockquote {
270         margin-left: 8%;
271         margin-right: 8%;
272         border: thin ridge #dc143c;
273 }
274
275 blockquote pre {
276         margin-left: 1%;
277         margin-right: 1%;
278 }
279
280 var sub {
281         font-style: normal;
282 }
283
284 .note {
285         font-size: 85%;
286         margin-left: 10%;
287 }
288
289 .toolbar {
290         text-align: center;
291 }
292
293 .toolbar IMG {
294         float: right;
295 }
296
297 .errormsg {
298         color: #AA0000;
299         background: none;
300         font-weight: bold;
301         font-style: italic;
302 }
303
304 .warning {
305         color: #FF4500;
306         background: none;
307         text-decoration: none;
308 }
309
310 .error strong {
311         color: #DC143C;
312         background: #FFD700;
313         text-decoration: none;
314 }
315
316 .warning strong {
317         color: #FF4500;
318         background: #FFD700;
319         text-decoration: none;
320 }
321
322 .warning a:link, .warning a:visited, .warning a:active {
323         color: #FF4500;
324         background: none;
325         text-decoration: underline;
326 }
327
328 .error a:link, .error a:visited, .error a:active {
329         color: #DC143C;
330         background: none;
331         text-decoration: underline;
332 }
333
334 .error strong a:link, .error strong a:visited, .error strong a:active {
335         color: #DC143C;
336         background: #FFD700;
337 }
338
339 .warning strong a:link, .warning strong a:visited, .warning strong a:active {
340         color: #FF4500;
341         background: #FFD700;
342 }
343
344 colgroup.entity {
345         text-align: center;
346 }
347
348 .default {
349         text-decoration: underline;
350         font-style: normal;
351 }
352
353 .required {
354         font-weight: bold;
355 }
356
357 td li.transitional, .elements li.transitional {
358         font-weight: lighter;
359         color: #696969;
360         background: none;
361 }
362
363 td li.frameset, .elements li.frameset {
364         font-weight: lighter;
365         color: #808080;
366         background: none;
367 }
368
369 @media print {
370         input#toggler, .toolbar { display: none }
371 }
372
373 <!-- begin tree view styles -->
374
375 #mainMenu {
376   border: 1px solid #CCC;
377   color: #000;
378 }
379
380 #menuList {
381   margin: 0px;
382   padding: 10px 0px 10px 15px;
383 }
384
385 li.menubar {
386   background: url(/static/plus.gif) no-repeat 0em 0.3em;
387   font-size: 12px;
388   line-height: 1.5em;
389   list-style: none outside;
390 }
391
392 .menu, .submenu {
393   display: none;
394   margin-left: 15px;
395   padding: 0px;
396 }
397
398 .menu li, .submenu li {
399   background: url(/static/square.gif) no-repeat 0em 0.3em;
400   list-style: none outside;
401 }
402
403 a.actuator {
404   background-color: transparent;
405   color: #000;
406   font-size: 12px;
407   padding-left: 15px;
408   text-decoration: none;
409 }
410
411 a.actuator:hover {
412   text-decoration: underline;
413 }
414
415 .menu li a, .submenu li a {
416   background-color: transparent;
417   color: #000;
418   font-size: 12px;
419   padding-left: 15px;
420   text-decoration: none;
421 }
422
423 .menu li a:hover, submenu li a:hover {
424   /*border-bottom: 1px dashed #000;*/
425   text-decoration: underline;
426 }
427
428 span.key {
429   text-decoration: underline;
430 }
431
432 <!-- end tree view styles -->
433
434 </style>
435
436 <script language="JavaScript">
437
438 var browserType;
439
440 if (document.layers) {browserType = "nn4"}
441 if (document.all) {browserType = "ie"}
442 if (window.navigator.userAgent.toLowerCase().match("gecko")) {browserType= "gecko"}
443
444 function hide_page_popup() {
445   if (browserType == "gecko" )
446      document.poppedLayer = eval('document.getElementById(\'page_popup\')');
447   else if (browserType == "ie")
448      document.poppedLayer = eval('document.all[\'page_popup\']');
449   else
450      document.poppedLayer = eval('document.layers[\'`page_popup\']');
451   document.poppedLayer.style.visibility = "hidden";
452 }
453
454 </script>
455
456 </head>
457 <body>