css default modifications
[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;
772509f3
PH
12 width: 800px;
13 margin-left: auto;
14 margin-right: auto;
dd8de1ec
PH
15}
16
17table {
18 border: 1px solid #dddddd;
772509f3 19 background-color: #eeeeee;
dd8de1ec
PH
20}
21
22table th {
23 background-color: #000080;
24 color: white;
25}
26
dd8de1ec
PH
27/********** BICOL **********/
28
29table.bicol tr {
30 color: inherit;
31 background-color: #eeeeee;
32}
33
34table.bicol tr.pair {
35 color: inherit;
36 background-color: #eeeeee;
37}
38
39table.bicol tr.impair {
40 color: inherit;
41 background-color: #cccccc;
42}
43
86b5093c
PH
44table.bicol div {
45 padding: 3px;
46 border-bottom: 1px solid;
dd8de1ec
PH
47}
48
86b5093c
PH
49div.rubrique {
50 border-top: 1px solid #000080;
51 border-bottom: 1px solid #000080;
52 background: #cccccc;
772509f3
PH
53 margin-top: 2em;
54 margin-bottom: 2em;
86b5093c 55}
dd8de1ec
PH
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********************************************************************************/