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