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