css default modifications
[old-projects.git] / philter / philter / css / default.css
1 /********************************************************************************
2 * css/default.css : Default css
3 * ---------------
4 *
5 * This file is part of the philter 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 table {
18 border: 1px solid #dddddd;
19 background-color: #eeeeee;
20 }
21
22 table th {
23 background-color: #000080;
24 color: white;
25 }
26
27 /********** BICOL **********/
28
29 table.bicol tr {
30 color: inherit;
31 background-color: #eeeeee;
32 }
33
34 table.bicol tr.pair {
35 color: inherit;
36 background-color: #eeeeee;
37 }
38
39 table.bicol tr.impair {
40 color: inherit;
41 background-color: #cccccc;
42 }
43
44 table.bicol div {
45 padding: 3px;
46 border-bottom: 1px solid;
47 }
48
49 div.rubrique {
50 border-top: 1px solid #000080;
51 border-bottom: 1px solid #000080;
52 background: #cccccc;
53 margin-top: 2em;
54 margin-bottom: 2em;
55 }
56 /********************************************************************************
57 * $id: header.inc.php,v 1.2 2003/08/03 16:02:41 madcoder exp $
58 * vim: set expandtab shiftwidth=4 tabstop=4 softtabstop=4 textwidth=100 nocin:
59 ********************************************************************************/