]> code.citadel.org Git - citadel.git/blob - webcit/static/head.html
* Cleanup of new message range view-o-matic
[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         padding: 0 0 0 0;
20         height: 100%;
21         overflow: auto;
22         background: #aaaaaa;
23         color: #000000;
24         font-family: "Bitstream Vera Sans",Arial,Helvetica,sans-serif;
25         font-weight: normal;
26         font-size: 10pt;
27 }
28
29 #iconbar {
30         position:fixed;
31         display:block;
32         top:0px;
33         left:0px;
34         width: 15%;
35         height:100%;
36         background: #ffffff;
37 }
38
39 * html #iconbar {
40         position:absolute;
41         display:block;
42         top:0px;
43         left:0px;
44         width: 15%;
45         height:100%;
46         background: #ffffff;
47 }
48
49 #banner {
50         position:fixed;
51         display:block;
52         top:0px;
53         left: 15%;
54         width: 85%;
55         height: 15%;
56         background: #444455;
57 }
58
59 * html #banner {
60         position:absolute;
61         display:block;
62         top:0px;
63         left: 15%;
64         width: 85%;
65         height: 15%;
66         background: #444455;
67 }
68
69 #page_popup {
70         position:absolute;
71         width=600px;
72         height=400px;
73         background-color: #880000;
74         z-index: 2;
75 }
76
77 #content {
78         position:fixed;
79         display:block;
80         top: 15%;
81         left: 15%;
82         width: 85%;
83         height: 85%;
84         overflow: auto;
85         /* overflow-x: hidden; */
86 }
87
88 * html #content {
89         position:absolute;
90         display:block;
91         top: 15%;
92         left: 15%;
93         width: 85%;
94         height: 85%;
95         overflow: auto;
96         /* overflow-x: hidden; */
97 }
98
99 #button {
100         width: 100%;
101         padding: 0 0 1em 0;
102         margin-bottom: 1em;
103         background-color: #ffffff;
104         color: #aaaaaa;
105         font-size: 8pt;
106 }
107
108 #button ul {
109         list-style: none;
110         margin: 0;
111         padding: 0;
112         border: none;
113 }
114
115 #button li {
116         border-bottom: 1px solid #aaaaaa;
117         margin: 0;
118 }
119
120 #button img {
121         vertical-align: middle;
122         padding-left: 2px;
123         padding-right: 5px;
124 }
125
126 #button li a {
127         display: block;
128         background-color: #FFFFFF;
129         color: #000000;
130         text-decoration: none;
131         width: 100%;
132 }
133
134 html>body #button li a {
135         width: auto;
136 }
137
138 #button li a:hover {
139         background-color: #aaaaaa;
140         color: #fff;
141 }
142
143 a:link {
144         color: #0000FF;
145         text-decoration: none;
146 }
147
148 a:visited {
149         color: #0000FF;
150         text-decoration: none;
151 }
152
153 a:active {
154         color: #0000FF;
155         text-decoration: none;
156 }
157
158 a:hover {
159         text-decoration: underline;
160 }
161
162 .menubar_link {
163         font-size: 9pt;
164 }
165
166 .navbar_link {
167         font-size: 7pt;
168         color: #FFFFEE;
169 }
170
171 .titlebar {
172         font-size: 12pt;
173         color: #FFFFEE;
174 }
175
176 .mainmenu {
177         font-size: 10pt;
178         font-weight: bold;
179         color: #880000;
180 }
181
182 .menudesc {
183         font-size: 8pt;
184         color: #000088;
185 }
186
187 .message_header {
188         font-size: 10pt;
189         color: #000000;
190 }
191
192 .message_subject {
193         font-size: 10pt;
194         color: #000000;
195         font-style: italic;
196 }
197
198 .tablabel {
199         font-size: 10pt;
200         font-weight: bold;
201         color: #000000;
202 }
203
204 .boxlabel {
205         font-size: 7pt;
206         font-weight: bold;
207         color: #FFFFEE;
208 }
209
210 .youhavemail {
211         font-size: 6pt;
212         font-style: italic;
213         color: #000044;
214 }
215
216 .customize {
217         font-size: 8pt;
218         font-style: italic;
219         color: #000044;
220         background-color: #DDDDCC;
221 }
222
223 .room_banner_room_name {
224         font-size: 14pt;
225         font-weight: bold;
226         color: #FFFFEE;
227 }
228
229 .room_banner_room_info {
230         font-size: 6pt;
231         color: #FFFFEE;
232 }
233
234 .room_banner_new_messages {
235         font-size: 10pt;
236         color: #DDDDCC;
237 }
238
239 .room_banner_start_page {
240         font-size: 7pt;
241         color: #DDDDCC;
242 }
243
244 .menubar_bg {
245         background-color: #FF0000;
246 }
247
248 .roomlist_floor {
249         font-size: 12pt;
250         font-weight: bold;
251         color: #000000;
252 }
253
254 .roomlist_new {
255         font-size: 10pt;
256         color: #880000;
257         font-weight: bold;
258 }
259
260 .roomlist_old {
261         font-size: 10pt;
262         color: #000088;
263 }
264
265 blockquote {
266         margin-left: 8%;
267         margin-right: 8%;
268         border: thin ridge #dc143c;
269 }
270
271 blockquote pre {
272         margin-left: 1%;
273         margin-right: 1%;
274 }
275
276 var sub {
277         font-style: normal;
278 }
279
280 .note {
281         font-size: 85%;
282         margin-left: 10%;
283 }
284
285 .toolbar {
286         text-align: center;
287 }
288
289 .toolbar IMG {
290         float: right;
291 }
292
293 .errormsg {
294         color: #AA0000;
295         background: none;
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 .footer, .checkedDocument {
365         margin-top: 2em;
366         padding-top: 1em;
367         border-top: solid thin black;
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>