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