From: x2000habouzit Date: Sun, 25 Jan 2004 20:37:33 +0000 (+0000) Subject: ajout bicol X-Git-Tag: xorg/old~1953 X-Git-Url: http://git.polytechnique.org/?a=commitdiff_plain;h=c2ce9c3214f7b8578327d3d569c5db0548fefc05;p=platal.git ajout bicol --- 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 ***************/