9d1b45b5e695a54b82e62299fb01be2637fc1c26
[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 }
13
14 table {
15 border: 1px solid #dddddd;
16 }
17
18 table th {
19 background-color: #000080;
20 color: white;
21 }
22
23 table table th {
24 background-color: #0000b0;
25 color: white;
26 }
27
28 table table table th {
29 background-color: #0000d0;
30 color: white;
31 }
32
33 /********** BICOL **********/
34
35 table.bicol tr {
36 color: inherit;
37 background-color: #eeeeee;
38 }
39
40 table.bicol tr.pair {
41 color: inherit;
42 background-color: #eeeeee;
43 }
44
45 table.bicol tr.impair {
46 color: inherit;
47 background-color: #cccccc;
48 }
49
50 table.bicol div {
51 padding: 3px;
52 border-bottom: 1px solid;
53 }
54
55 div.rubrique {
56 border-top: 1px solid #000080;
57 border-bottom: 1px solid #000080;
58 background: #cccccc;
59 }
60 /********************************************************************************
61 * $id: header.inc.php,v 1.2 2003/08/03 16:02:41 madcoder exp $
62 * vim: set expandtab shiftwidth=4 tabstop=4 softtabstop=4 textwidth=100 nocin:
63 ********************************************************************************/