relooking
[old-projects.git] / philter / philter / css / default.css
CommitLineData
dd8de1ec
PH
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
9body {
10 color: black;
11 background-color: white;
12}
13
14table {
15 border: 1px solid #dddddd;
16}
17
18table th {
19 background-color: #000080;
20 color: white;
21}
22
23table table th {
24 background-color: #0000b0;
25 color: white;
26}
27
28table table table th {
29 background-color: #0000d0;
30 color: white;
31}
32
33/********** BICOL **********/
34
35table.bicol tr {
36 color: inherit;
37 background-color: #eeeeee;
38}
39
40table.bicol tr.pair {
41 color: inherit;
42 background-color: #eeeeee;
43}
44
45table.bicol tr.impair {
46 color: inherit;
47 background-color: #cccccc;
48}
49
86b5093c
PH
50table.bicol div {
51 padding: 3px;
52 border-bottom: 1px solid;
dd8de1ec
PH
53}
54
86b5093c
PH
55div.rubrique {
56 border-top: 1px solid #000080;
57 border-bottom: 1px solid #000080;
58 background: #cccccc;
59}
dd8de1ec
PH
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********************************************************************************/