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