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