From c2ce9c3214f7b8578327d3d569c5db0548fefc05 Mon Sep 17 00:00:00 2001 From: x2000habouzit Date: Sun, 25 Jan 2004 20:37:33 +0000 Subject: [PATCH] ajout bicol --- htdocs/css/default.css | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) diff --git a/htdocs/css/default.css b/htdocs/css/default.css index b992a4a..c95417c 100644 --- a/htdocs/css/default.css +++ b/htdocs/css/default.css @@ -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 ***************/ -- 2.1.4