css default modifications
[old-projects.git] / philter / philter / css / default.css
index 72d20e5..305819e 100644 (file)
@@ -9,10 +9,14 @@
 body {
     color: black;
     background-color: white;
+    width: 800px;
+    margin-left: auto;
+    margin-right: auto;
 }
 
 table {
     border: 1px solid #dddddd;
+    background-color: #eeeeee;
 }
 
 table th {
@@ -20,16 +24,6 @@ table th {
     color: white;
 }
 
-table table th {
-    background-color: #0000b0;
-    color: white;
-}
-
-table table table th {
-    background-color: #0000d0;
-    color: white;
-}
-
 /********** BICOL **********/
 
 table.bicol tr {
@@ -47,12 +41,18 @@ table.bicol tr.impair {
     background-color: #cccccc;
 }
 
-/********** DIV **********/
-
-div.row {
-    padding: 2px;
+table.bicol div {
+    padding: 3px;
+    border-bottom: 1px solid;
 }
 
+div.rubrique {
+    border-top: 1px solid #000080;
+    border-bottom: 1px solid #000080;
+    background: #cccccc;
+    margin-top: 2em;
+    margin-bottom: 2em;
+}
 /********************************************************************************
 * $id: header.inc.php,v 1.2 2003/08/03 16:02:41 madcoder exp $
 * vim: set expandtab shiftwidth=4 tabstop=4 softtabstop=4 textwidth=100 nocin: