]> code.citadel.org Git - citadel.git/blob - webcit/static/webcit.css
* messages.c: the summary line for each message is now a div containing fixed
[citadel.git] / webcit / static / webcit.css
1 <style type="text/css">
2
3 * html {
4         overflow: hidden;
5 }
6
7 body {
8         margin:0;
9         padding: 0 0 0 0;
10         height: 100%;
11         overflow: auto;
12         background-image: url(/static/body-background.gif);
13         color: #000000;
14         font-family: "Bitstream Vera Sans",Arial,Helvetica,sans-serif;
15         font-weight: normal;
16         font-size: 10pt;
17 }
18
19 #iconbar {
20         position:fixed;
21         display:block;
22         top:0px;
23         left:0px;
24         width: 15%;
25         height:100%;
26         background: #ffffee;
27 }
28
29 * html #iconbar {
30         position:absolute;
31         display:block;
32         top:0px;
33         left:0px;
34         width: 15%;
35         height:100%;
36         background: #ffffff;
37 }
38
39 #banner {
40         position:fixed;
41         display:block;
42         top:0px;
43         left: 15%;
44         width: 85%;
45         height: 15%;
46         background: #444455;
47 }
48
49 * html #banner {
50         position:absolute;
51         display:block;
52         top:0px;
53         left: 15%;
54         width: 85%;
55         height: 15%;
56         background: #444455;
57 }
58
59 #page_popup {
60         position:absolute;
61         top:100px; left:100px;
62         background-color: #880000;
63         z-index: 2;
64 }
65
66 #important_message {
67         position:absolute;
68         top:0px; right:0px;
69         background-color: #880000;
70         z-index: 2;
71 }
72
73 #content {
74         position:fixed;
75         display:block;
76         top: 15%;
77         left: 15%;
78         width: 85%;
79         height: 85%;
80         overflow: auto;
81         /* overflow-x: hidden; */
82 }
83
84 * html #content {
85         position:absolute;
86         display:block;
87         top: 15%;
88         left: 15%;
89         width: 85%;
90         height: 85%;
91         overflow: auto;
92         /* overflow-x: hidden; */
93 }
94
95 #message_list {
96         position:fixed;
97         display:block;
98         top: 15%;
99         left: 15%;
100         width: 85%;
101         height: 25%;
102         overflow: auto;
103 }
104
105 * html #message_list {
106         position:absolute;
107         display:block;
108         top: 15%;
109         left: 15%;
110         width: 85%;
111         height: 25%;
112         overflow: auto;
113 }
114
115 #ml_slider {
116         position:fixed;
117         display:block;
118         top: 40%;
119         left: 15%;
120         width: 85%;
121         height: 1%;
122         overflow: none;
123         background: #444455;
124 }
125
126 * html #ml_slider {
127         position:absolute;
128         display:block;
129         top: 40%;
130         left: 15%;
131         width: 85%;
132         height: 1%;
133         overflow: none;
134         background: #444455;
135 }
136
137 #preview_pane {
138         position:fixed;
139         display:block;
140         top: 41%;
141         left: 15%;
142         width: 85%;
143         height: 59%;
144         overflow: auto;
145 }
146
147 * html #preview_pane {
148         position:absolute;
149         display:block;
150         top: 41%;
151         left: 15%;
152         width: 85%;
153         height: 59%;
154         overflow: auto;
155 }
156
157 #fix_scrollbar_bug {
158         margin-right:1px;               /* Gecko */
159         width: expression('97%');       /* Only IE6 understands 'expression' and it also has the weird scrollbarbug */
160 }
161
162 #button {
163         width: 100%;
164         padding: 0 0 1em 0;
165         margin-bottom: 1em;
166         background-color: #ffffee;
167         color: #aaaaaa;
168         font-size: 8pt;
169 }
170
171 #button ul {
172         list-style: none;
173         margin: 0;
174         padding: 0;
175         border: none;
176 }
177
178 #button li {
179         border-bottom: 1px solid #aaaaaa;
180         margin: 0;
181 }
182
183 #button img {
184         vertical-align: middle;
185         padding-left: 2px;
186         padding-right: 5px;
187 }
188
189 #button li a {
190         display: block;
191         background-color: #ffffee;
192         color: #000000;
193         text-decoration: none;
194         width: 100%;
195 }
196
197 html>body #button li a {
198         width: auto;
199 }
200
201 #button li a:hover {
202         //background-color: #ddddff;
203         background-image:url(/static/body-background.gif);
204         color: #000000;
205 }
206
207 a:link {
208         color: #0000FF;
209         text-decoration: none;
210 }
211
212 a:visited {
213         color: #0000FF;
214         text-decoration: none;
215 }
216
217 a:active {
218         color: #0000FF;
219         text-decoration: none;
220 }
221
222 a:hover {
223         text-decoration: underline;
224 }
225
226 .menubar_link {
227         font-size: 9pt;
228 }
229
230 .navbar_link {
231         font-size: 7pt;
232         color: #FFFFEE;
233 }
234
235 .titlebar {
236         font-size: 12pt;
237         color: #FFFFEE;
238 }
239
240 .mainmenu {
241         font-size: 10pt;
242         font-weight: bold;
243         color: #880000;
244 }
245
246 .menudesc {
247         font-size: 8pt;
248         color: #000088;
249 }
250
251 .message_header {
252         font-size: 10pt;
253         color: #000000;
254 }
255
256 .message_subject {
257         font-size: 10pt;
258         color: #000000;
259         font-style: italic;
260 }
261
262 .tablabel {
263         font-size: 10pt;
264         font-weight: bold;
265         color: #000000;
266 }
267
268 .boxlabel {
269         font-size: 7pt;
270         font-weight: bold;
271         color: #FFFFEE;
272 }
273
274 .customize {
275         font-size: 8pt;
276         font-style: italic;
277         color: #000044;
278         background-color: #DDDDCC;
279 }
280
281 .room_banner_room_name {
282         font-size: 14pt;
283         font-weight: bold;
284         color: #FFFFEE;
285 }
286
287 .room_banner_room_info {
288         font-size: 6pt;
289         color: #FFFFEE;
290 }
291
292 .room_banner_new_messages {
293         font-size: 10pt;
294         color: #DDDDCC;
295 }
296
297 .room_banner_start_page {
298         font-size: 7pt;
299         color: #DDDDCC;
300 }
301
302 .menubar_bg {
303         background-color: #FF0000;
304 }
305
306 .roomlist_floor {
307         font-size: 12pt;
308         font-weight: bold;
309         color: #000000;
310 }
311
312 .roomlist_new {
313         font-size: 10pt;
314         color: #880000;
315         font-weight: bold;
316 }
317
318 .roomlist_old {
319         font-size: 10pt;
320         color: #000088;
321 }
322
323 .mailbox_summary {
324         font-size: 10pt;
325         color: #000000;
326 }
327
328 <!-- begin quote levels colors -->
329
330 blockquote {
331         color: navy !important; background-color: RGB(245,245,245) !important; 
332 }
333 blockquote blockquote {
334         color: maroon !important; background-color: RGB(235,235,235) !important;
335 }
336 blockquote blockquote blockquote {
337         color: green !important; background-color: RGB(225,225,225) !important;
338 }
339 blockquote blockquote blockquote blockquote {
340         color: purple !important; background-color: RGB(215,215,215) !important;
341 }
342 blockquote blockquote blockquote blockquote blockquote {
343         color: teal !important; background-color: RGB(205,205,205) !important;
344 }
345
346 blockquote pre {
347         margin-left: 1%;
348         margin-right: 1%;
349 }
350
351 <!-- end quote levels colors -->
352
353 var sub {
354         font-style: normal;
355 }
356
357 .note {
358         font-size: 85%;
359         margin-left: 10%;
360 }
361
362 .toolbar {
363         text-align: center;
364 }
365
366 .toolbar IMG {
367         float: right;
368 }
369
370 .errormsg {
371         color: #AA0000;
372         background: none;
373         font-weight: bold;
374         font-style: italic;
375 }
376
377 .imsg {
378         color: #aaaaaa;
379         background: none;
380         font-weight: bold;
381         font-style: italic;
382         text-align: center;
383 }
384
385 .warning {
386         color: #FF4500;
387         background: none;
388         text-decoration: none;
389 }
390
391 .error strong {
392         color: #DC143C;
393         background: #FFD700;
394         text-decoration: none;
395 }
396
397 .warning strong {
398         color: #FF4500;
399         background: #FFD700;
400         text-decoration: none;
401 }
402
403 .warning a:link, .warning a:visited, .warning a:active {
404         color: #FF4500;
405         background: none;
406         text-decoration: underline;
407 }
408
409 .error a:link, .error a:visited, .error a:active {
410         color: #DC143C;
411         background: none;
412         text-decoration: underline;
413 }
414
415 .error strong a:link, .error strong a:visited, .error strong a:active {
416         color: #DC143C;
417         background: #FFD700;
418 }
419
420 .warning strong a:link, .warning strong a:visited, .warning strong a:active {
421         color: #FF4500;
422         background: #FFD700;
423 }
424
425 colgroup.entity {
426         text-align: center;
427 }
428
429 .default {
430         text-decoration: underline;
431         font-style: normal;
432 }
433
434 .required {
435         font-weight: bold;
436 }
437
438 td li.transitional, .elements li.transitional {
439         font-weight: lighter;
440         color: #696969;
441         background: none;
442 }
443
444 td li.frameset, .elements li.frameset {
445         font-weight: lighter;
446         color: #808080;
447         background: none;
448 }
449
450 @media print {
451         input#toggler, .toolbar { display: none }
452 }
453
454 <!-- begin nanotree styles -->
455
456 .treetitle {
457         padding:2px;
458         cursor:default;
459         
460         font-family: "Bitstream Vera Sans",Arial,Helvetica,sans-serif;
461         font-size: 11px;
462         color: #000000;
463 }
464 .editednode {
465         padding:2px;
466         cursor:default;
467         background-color: #FFFFFF;;
468         color: #000000;
469         
470         font-family: "Bitstream Vera Sans",Arial,Helvetica,sans-serif;
471         font-size: 11px;
472 }
473 .editednodeinput {
474         background-color: #FFFFFF;;
475         color: #000000;
476         
477         width: 150px;
478         height: 17px;
479         
480         border-style: solid;
481         border-width: 1px;
482         border-color: #000000;
483         
484         font-family: "Bitstream Vera Sans",Arial,Helvetica,sans-serif;
485         font-size: 11px;
486 }
487 .treetitleselectedfocused {
488         padding:2px;
489         cursor:default;
490         background-color: highlight;
491         color: highlighttext;
492         
493         font-family: "Bitstream Vera Sans",Arial,Helvetica,sans-serif;
494         font-size: 11px;
495 }
496 .treetitleselectedblured {
497         padding:2px;
498         cursor:default;
499         background-color: menu;
500         color: windowtext;
501         font-family: "Bitstream Vera Sans",Arial,Helvetica,sans-serif;
502         font-size: 11px;
503 }
504
505 <!-- end nanotree styles -->
506
507 <!-- begin address autocompleter styles -->
508
509 div.auto_complete {
510         width: 350px;
511         background: #fff;
512 }
513
514 div.auto_complete ul {
515         border:1px solid #888;
516         margin:0;
517         padding:0;
518         width:100%;
519         list-style-type: none;
520         background: #fff;
521 }
522
523 div.auto_complete ul li {
524         margin:0;
525         padding:3px;
526 }
527
528 div.auto_complete ul li.selected {
529         background-color: #ffc;
530
531
532 div.auto_complete ul strong.highlight {
533         color: #800;
534         margin:0;
535         padding:0;
536 }
537
538 <!-- end address autocompleter styles -->
539
540 </style>