72d20e55c68eb4c297d12c9a1a149f4e7b76b6f4
[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 /********** DIV **********/
51
52 div.row {
53 padding: 2px;
54 }
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 ********************************************************************************/