Force row height to fit tree images size
[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
f4ea8376 9div.banana_scuts {
10 text-align: left;
11 padding: 0.5em 0em;
12}
6a25039b 13
65d96b1f 14/** GROUP LIST **/
6a25039b 15
65d96b1f 16table.banana_group td.new { text-align: center; }
17table.banana_group td.all { text-align: center; }
18table.banana_group td.grp { text-align: left; }
19table.banana_group td.dsc { text-align: left; }
ee075e8a 20
65d96b1f 21/** THREAD VIEW **/
ee075e8a 22
f4ea8376 23table.banana_thread td {
24 white-space: nowrap;
25 height: 21;
26 vertical-align: middle;
27 padding-top: 0;
28 margin-top: 0;
29 padding-bottom: 0;
30 margin-bottom: 0;
31}
ee075e8a 32
65d96b1f 33table.banana_thread tr.new { font-weight: bold; }
ee075e8a 34
41cf00eb 35table.banana_thread td.date { width: 15%; text-align: center; }
65d96b1f 36table.banana_thread td.subj { text-align: left; overflow: hidden; }
37table.banana_thread td.from { text-align: left; }
ee075e8a 38
65d96b1f 39table.banana_thread div.tree { float: left; padding-right: 0.3em; }
f4ea8376 40table.banana_thread span.cur { font-style: italic; }
ee075e8a 41
65d96b1f 42/** MESSAGE VIEW **/
ee075e8a 43
218e9ec8 44table.banana_msg td.headers { width: 100%; }
41cf00eb 45table.banana_msg .hdr { width: 15%; text-align: right; font-weight: bold; padding-right: 1em; }
218e9ec8 46table.banana_msg td.xface { text-align: right; }
41cf00eb 47
65d96b1f 48table.banana_msg td.thrd { padding: 0px; }
49table.banana_msg table { border: 0px; padding: 0px; margin: 0px; width: 100%; }
dd7d1c59 50
4c1df590 51table.banana_msg blockquote {
ac785e27 52 color: blue;
4c1df590 53 font-style: italic;
54 margin-left: 0;
55 padding-left: 1em;
56 border-left: solid 1px;
57 border-color: blue;
58}
ac785e27 59table.banana_msg blockquote blockquote {
60 color: green;
61 border-color: green;
62}
63table.banana_msg blockquote blockquote blockquote {
64 color: #cc0000;
65 border-color: #cc0000;
66}
4c1df590 67
6fa87b6e 68/** MISC **/
69
70div.center { text-align: center; padding: 1em; }
abb21748 71p.error { color: red; background: inherit; }
73afa785 72