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