Reduce row height tu 20px ==> should force tree to be correctly drawn
[banana.git] / css / style.css
CommitLineData
ee075e8a 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
8003ba55 9div.pages {
512f2eb6 10 font-size: 80%;
11 text-align: center;
12 padding-top: 0.1em;
8003ba55 13 padding-bottom: 0.1em;
512f2eb6 14}
d8e2470c 15div.banana_action { float: right; }
16div.banana_menu { float: left; }
17
6a25039b 18
65d96b1f 19/** GROUP LIST **/
6a25039b 20
4b493d99 21table.banana_group { width: 100%; }
65d96b1f 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; }
ee075e8a 26
65d96b1f 27/** THREAD VIEW **/
ee075e8a 28
4b493d99 29table.banana_thread { width: 100%; }
f4ea8376 30table.banana_thread td {
31 white-space: nowrap;
6d32cbd5 32 height: 20px;
f4ea8376 33 vertical-align: middle;
34 padding-top: 0;
35 margin-top: 0;
36 padding-bottom: 0;
37 margin-bottom: 0;
38}
ee075e8a 39
65d96b1f 40table.banana_thread tr.new { font-weight: bold; }
ee075e8a 41
41cf00eb 42table.banana_thread td.date { width: 15%; text-align: center; }
65d96b1f 43table.banana_thread td.subj { text-align: left; overflow: hidden; }
44table.banana_thread td.from { text-align: left; }
ee075e8a 45
65d96b1f 46table.banana_thread div.tree { float: left; padding-right: 0.3em; }
f4ea8376 47table.banana_thread span.cur { font-style: italic; }
4f75645f 48table.banana_thread table { border: 0px; padding: 0px; margin: 0px; width: 100%; }
49table.banana_thread td.subs { padding: 0%; }
ee075e8a 50
65d96b1f 51/** MESSAGE VIEW **/
ee075e8a 52
4b493d99 53table.banana_msg { width: 100%; }
218e9ec8 54table.banana_msg td.headers { width: 100%; }
41cf00eb 55table.banana_msg .hdr { width: 15%; text-align: right; font-weight: bold; padding-right: 1em; }
218e9ec8 56table.banana_msg td.xface { text-align: right; }
4eedaedf 57table.banana_msg th.subject { font-size: 120%; }
8452d698 58table.banana_msg td.body { padding-top: 1em; padding-bottom: 0.5em; }
41cf00eb 59
65d96b1f 60table.banana_msg td.thrd { padding: 0px; }
61table.banana_msg table { border: 0px; padding: 0px; margin: 0px; width: 100%; }
dd7d1c59 62
4c1df590 63table.banana_msg blockquote {
ac785e27 64 color: blue;
4c1df590 65 font-style: italic;
66 margin-left: 0;
67 padding-left: 1em;
68 border-left: solid 1px;
69 border-color: blue;
70}
ac785e27 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}
8053ec69 79table.banana_msg blockquote blockquote blockquote blockquote {
80 color: #aaaa00;
81 border-color: #aaaa00;
82}
4c1df590 83
6fa87b6e 84/** MISC **/
85
86div.center { text-align: center; padding: 1em; }
abb21748 87p.error { color: red; background: inherit; }
665a7848 88pre.error {
89 color: red;
90 margin-left: 2em;
91 font-size: 90%;
92}
73afa785 93