Add a different for the fourth quotation level
[banana.git] / css / style.css
... / ...
CommitLineData
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
9div.pages {
10 font-size: 80%;
11 text-align: center;
12 padding-top: 0.1em;
13 padding-bottom: 0.1em;
14}
15div.banana_action { float: right; }
16div.banana_menu { float: left; }
17
18
19/** GROUP LIST **/
20
21table.banana_group { width: 100%; }
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
29table.banana_thread { width: 100%; }
30table.banana_thread td {
31 white-space: nowrap;
32 height: 21px;
33 vertical-align: middle;
34 padding-top: 0;
35 margin-top: 0;
36 padding-bottom: 0;
37 margin-bottom: 0;
38}
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; }
47table.banana_thread span.cur { font-style: italic; }
48table.banana_thread table { border: 0px; padding: 0px; margin: 0px; width: 100%; }
49table.banana_thread td.subs { padding: 0%; }
50
51/** MESSAGE VIEW **/
52
53table.banana_msg { width: 100%; }
54table.banana_msg td.headers { width: 100%; }
55table.banana_msg .hdr { width: 15%; text-align: right; font-weight: bold; padding-right: 1em; }
56table.banana_msg td.xface { text-align: right; }
57table.banana_msg th.subject { font-size: 120%; }
58table.banana_msg td.body { padding-top: 1em; padding-bottom: 0.5em; }
59
60table.banana_msg td.thrd { padding: 0px; }
61table.banana_msg table { border: 0px; padding: 0px; margin: 0px; width: 100%; }
62
63table.banana_msg blockquote {
64 color: blue;
65 font-style: italic;
66 margin-left: 0;
67 padding-left: 1em;
68 border-left: solid 1px;
69 border-color: blue;
70}
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}
79table.banana_msg blockquote blockquote blockquote blockquote {
80 color: #aaaa00;
81 border-color: #aaaa00;
82}
83
84/** MISC **/
85
86div.center { text-align: center; padding: 1em; }
87p.error { color: red; background: inherit; }
88pre.error {
89 color: red;
90 margin-left: 2em;
91 font-size: 90%;
92}
93