default stylesheet
[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
9div.title {
10 font-size: 200%;
11 text-align: center;
12 padding-bottom: 1em;
13}
14
15div.bloc {
16 width: 100%;
17}
18
19p.footer {
20 border-top: 1px #DDDDDD solid;
21}
22
23div.shortcuts {
24 text-align: left;
25 padding-bottom: 1em;
26 padding-top: 1em;
27}
28
29div.tree {
30 float: left;
31 padding-right: 0.3em;
32}
33
34span.isref {
35 font-style: italic;
36}
37
38table.bicol {
39 background-color: #eeeeee;
40 color: inherit;
41 border: 1px solid #336699;
42 border-collapse: collapse;
43 width: 100%;
44}
45
46table.bicol tr.impair {}
47
48table.bicol tr.pair {
49 background-color: #eeeed0;
50 color: inherit;
51}
52
53table.bicol th {
54 background-color: #336699;
55 color: #FFFFFF;
56 font-weight: bold;
57 text-align: center;
58 vertical-align: middle;
59}
60
61table.bicol td {
62 color: #000000;
63 background-color: inherit;
64 padding-left: 0.4em;
65 padding-right: 0.4em;
66}
67
68table.bicol td.nopadd {
69 padding-left: 0em;
70 padding-right: 0em;
71}
72
73table.bicol td.total,td.unread,td.date {
74 text-align: center;
75 padding-left: 0.1em;
76 padding-right: 0.1em;
77}
78
79table.bicol td.subject,td.group,td.from,td.description {
80 text-align: left;
81}
82
83table.bicol td.bicoltitre,span.bicoltitre {
84 color: #000000;
85 background-color: inherit;
86 font-weight: bold;
87}
88
89table.bicol td.bouton {
90 text-align: right;
91}
92
93table.overview {
94 background-color: #eeeeee;
95 color: inherit;
96 width: 100%;
97}
98
99table.overview tr.impair {}
100
101table.overview tr.pair {
102 background-color: #eeeed0;
103 color: inherit;
104}
105
106table.overview th {
107 background-color: #336699;
108 color: #FFFFFF;
109 font-weight: bold;
110 text-align: center;
111 vertical-align: middle;
112}
113
114table.overview td {
115 color: #000000;
116 background-color: inherit;
117 padding-left: 0.4em;
118 padding-right: 0.4em;
119}
120
121table.overview td.subject,td.group,td.from,td.description {
122 text-align: left;
123}
124