various updates
[banana.git] / css / banana.css
1 /***************************************************************************
2 * Copyright (C) 2003-2004 Polytechnique.org *
3 * http://opensource.polytechnique.org/ *
4 * *
5 * This program is free software; you can redistribute it and/or modify *
6 * it under the terms of the GNU General Public License as published by *
7 * the Free Software Foundation; either version 2 of the License, or *
8 * (at your option) any later version. *
9 * *
10 * This program is distributed in the hope that it will be useful, *
11 * but WITHOUT ANY WARRANTY; without even the implied warranty of *
12 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
13 * GNU General Public License for more details. *
14 * *
15 * You should have received a copy of the GNU General Public License *
16 * along with this program; if not, write to the Free Software *
17 * Foundation, Inc., *
18 * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA *
19 ***************************************************************************/
20
21 body {
22 font-family:"Trebuchet MS",Verdana,Geneva,Arial,Helvetica,sans-serif;
23 margin:2em 1%;
24 padding:0;
25 }
26
27 div.bloc { width: 800px; margin-left: auto; margin-right: auto; }
28
29 div.foot {
30 border-top: 1px solid #a2c2e1;
31 padding-top: 1em;
32 margin-top: 1em;
33 }
34
35 a:link, a:visited { color: #f60; background: transparent; }
36 a:active, a:hover { color: #369; background: transparent; }
37
38 hr { border: none; border-top: 1px dotted #a2c2e1; }
39
40 h1 {
41 color: #369;
42 background: inherit;
43 font-size: 200%;
44 text-align: center;
45 margin: 0em;
46 border-bottom: 2px solid #369;
47 padding: 4px;
48 margin: 1em 0em;
49 }
50
51 table.bicol {
52 border-collapse: collapse;
53 border: 1px solid #a2c2e1;
54 width: 100%;
55 }
56
57 table.bicol tr.impair { }
58 table.bicol tr.pair { color: inherit; background: #eee; }
59
60 table.bicol th {
61 color: #369;
62 background: #d6e1ec;
63 padding: 0px 4px;
64 }
65
66 table.bicol td { padding: 0px 4px; }
67