Introduces a new tab structure for browsing into banana
[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 td.new { text-align: center; }
22table.banana_group td.all { text-align: center; }
23table.banana_group td.grp { text-align: left; }
24table.banana_group td.dsc { text-align: left; }
25
26/** THREAD VIEW **/
27
28table.banana_thread td {
29 white-space: nowrap;
30 height: 21px;
31 vertical-align: middle;
32 padding-top: 0;
33 margin-top: 0;
34 padding-bottom: 0;
35 margin-bottom: 0;
36}
37
38table.banana_thread tr.new { font-weight: bold; }
39
40table.banana_thread td.date { width: 15%; text-align: center; }
41table.banana_thread td.subj { text-align: left; overflow: hidden; }
42table.banana_thread td.from { text-align: left; }
43
44table.banana_thread div.tree { float: left; padding-right: 0.3em; }
45table.banana_thread span.cur { font-style: italic; }
46table.banana_thread table { border: 0px; padding: 0px; margin: 0px; width: 100%; }
47table.banana_thread td.subs { padding: 0%; }
48
49/** MESSAGE VIEW **/
50
51table.banana_msg td.headers { width: 100%; }
52table.banana_msg .hdr { width: 15%; text-align: right; font-weight: bold; padding-right: 1em; }
53table.banana_msg td.xface { text-align: right; }
54table.banana_msg th.subject { font-size: 120%; }
55table.banana_msg td.body { padding-top: 1em; padding-bottom: 0.5em; }
56
57table.banana_msg td.thrd { padding: 0px; }
58table.banana_msg table { border: 0px; padding: 0px; margin: 0px; width: 100%; }
59
60table.banana_msg blockquote {
61 color: blue;
62 font-style: italic;
63 margin-left: 0;
64 padding-left: 1em;
65 border-left: solid 1px;
66 border-color: blue;
67}
68table.banana_msg blockquote blockquote {
69 color: green;
70 border-color: green;
71}
72table.banana_msg blockquote blockquote blockquote {
73 color: #cc0000;
74 border-color: #cc0000;
75}
76
77/** MISC **/
78
79div.center { text-align: center; padding: 1em; }
80p.error { color: red; background: inherit; }
81