Add a different for the fourth quotation level
[banana.git] / css / style.css
CommitLineData
78cd27b3 1/********************************************************************************
2* css/style.css : Default css
3* ---------------
4*
5* This file is part of the banana distribution
6* Copyright: See COPYING files that comes with this distribution
7********************************************************************************/
8
92f5ea62 9div.pages {
edfc2d84 10 font-size: 80%;
11 text-align: center;
12 padding-top: 0.1em;
92f5ea62 13 padding-bottom: 0.1em;
edfc2d84 14}
2ba32e89 15div.banana_action { float: right; }
16div.banana_menu { float: left; }
17
78cd27b3 18
19/** GROUP LIST **/
20
3927bb3d 21table.banana_group { width: 100%; }
78cd27b3 22table.banana_group td.new { text-align: center; }
23table.banana_group td.all { text-align: center; }
24table.banana_group td.grp { text-align: left; }
25table.banana_group td.dsc { text-align: left; }
26
27/** THREAD VIEW **/
28
3927bb3d 29table.banana_thread { width: 100%; }
35b995f5 30table.banana_thread td {
31 white-space: nowrap;
717202b5 32 height: 21px;
35b995f5 33 vertical-align: middle;
34 padding-top: 0;
35 margin-top: 0;
36 padding-bottom: 0;
37 margin-bottom: 0;
38}
78cd27b3 39
40table.banana_thread tr.new { font-weight: bold; }
41
42table.banana_thread td.date { width: 15%; text-align: center; }
43table.banana_thread td.subj { text-align: left; overflow: hidden; }
44table.banana_thread td.from { text-align: left; }
45
46table.banana_thread div.tree { float: left; padding-right: 0.3em; }
35b995f5 47table.banana_thread span.cur { font-style: italic; }
e230b41a 48table.banana_thread table { border: 0px; padding: 0px; margin: 0px; width: 100%; }
49table.banana_thread td.subs { padding: 0%; }
78cd27b3 50
51/** MESSAGE VIEW **/
52
3927bb3d 53table.banana_msg { width: 100%; }
ca3b1040 54table.banana_msg td.headers { width: 100%; }
78cd27b3 55table.banana_msg .hdr { width: 15%; text-align: right; font-weight: bold; padding-right: 1em; }
ca3b1040 56table.banana_msg td.xface { text-align: right; }
1c8d9e47 57table.banana_msg th.subject { font-size: 120%; }
8155c0a5 58table.banana_msg td.body { padding-top: 1em; padding-bottom: 0.5em; }
78cd27b3 59
60table.banana_msg td.thrd { padding: 0px; }
61table.banana_msg table { border: 0px; padding: 0px; margin: 0px; width: 100%; }
62
48a6ffa3 63table.banana_msg blockquote {
b57cdba8 64 color: blue;
48a6ffa3 65 font-style: italic;
66 margin-left: 0;
67 padding-left: 1em;
68 border-left: solid 1px;
69 border-color: blue;
70}
b57cdba8 71table.banana_msg blockquote blockquote {
72 color: green;
73 border-color: green;
74}
75table.banana_msg blockquote blockquote blockquote {
76 color: #cc0000;
77 border-color: #cc0000;
78}
b464df5d 79table.banana_msg blockquote blockquote blockquote blockquote {
80 color: #aaaa00;
81 border-color: #aaaa00;
82}
48a6ffa3 83
78cd27b3 84/** MISC **/
85
86div.center { text-align: center; padding: 1em; }
87p.error { color: red; background: inherit; }
a8637973 88pre.error {
89 color: red;
90 margin-left: 2em;
91 font-size: 90%;
92}
cfaab21d 93