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