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