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