ajout bicol
authorx2000habouzit <x2000habouzit>
Sun, 25 Jan 2004 20:37:33 +0000 (20:37 +0000)
committerx2000habouzit <x2000habouzit>
Sun, 25 Jan 2004 20:37:33 +0000 (20:37 +0000)
htdocs/css/default.css

index b992a4a..c95417c 100644 (file)
@@ -48,6 +48,40 @@ div.ssrubrique {
 }
 
 
+/*******************************************
+*     TABLEAUX BICOLORES                   *
+*******************************************/
+table.bicol {
+    background-color: #eeeeee;
+    color: inherit;
+    border: 1px solid #336699;
+    border-collapse: collapse;
+}
+table.bicol tr.impair {}
+table.bicol tr.pair {
+    background-color: #eeeed0;
+    color: inherit;
+}
+table.bicol th {
+    background-color: #336699;
+    color: #FFFFFF;
+    font-weight: bold;
+    text-align: center;
+    vertical-align: middle;
+}
+table.bicol td {
+    color: #000000;
+    background-color: inherit;
+}
+table.bicolrech td {font-weight: bold;}
+table.bicol td.bicoltitre,span.bicoltitre {
+    color: #000000;
+    background-color: inherit;
+    font-weight: bold;
+}
+table.bicol td.bouton { text-align: right; }
+
+
 /**************
     LAYOUTS 
 ***************/