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