From e9db2af363942cfb90e90318e71374684fc8d641 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Sun, 7 Nov 2004 16:23:38 +0000 Subject: [PATCH] =?UTF-8?q?Look:=20Compl=E9ment=20sur=20style=20freelug=20?= =?UTF-8?q?et=20yellow?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- htdocs/theme/freelug/freelug.css | 41 +++++++++++++++++++++----- htdocs/theme/yellow/img/button_bg.gif | Bin 0 -> 147 bytes htdocs/theme/yellow/yellow.css | 35 +++++++++++++++++----- 3 files changed, 61 insertions(+), 15 deletions(-) create mode 100644 htdocs/theme/yellow/img/button_bg.gif diff --git a/htdocs/theme/freelug/freelug.css b/htdocs/theme/freelug/freelug.css index 50248284320..1353fa6ac90 100644 --- a/htdocs/theme/freelug/freelug.css +++ b/htdocs/theme/freelug/freelug.css @@ -39,7 +39,7 @@ textarea { font: helvetica, verdana, arial, sans-serif; } font-family: arial,verdana,helvetica, sans-serif; font-size: 100%; border: 1px solid #ccd7e0; - background-image : url(/images/button_bg.gif); + background-image : url(/theme/freelug/img/button_bg.gif); background-position : bottom; } @@ -103,6 +103,11 @@ div.fiche /* * Menu superieur et 1ere ligne tableau */ + +table.topbarre +{ + cell-spacing: 0; +} .menu { @@ -497,13 +502,33 @@ div.titre { * */ tr.liste_titre { - color: #FFFFFF; - background: #777799; - font-family: Helvetica, Verdana; - font-size: 1.0em; - font-weight: bold; - white-space: nowrap; - } +color: #FFFFFF; +background: #777799; +font: helvetica, verdana, arial, sans-serif; +font-weight: bold; +border-left: 1px solid #FFFFFF; +border-right: 1px solid #FFFFFF; +border-top: 1px solid #FFFFFF; +border-bottom: 1px solid #FFFFFF; +white-space: nowrap; +font-size: 1.0em; +} + +th { +color: #FFFFFF; +background: #777799; +font: helvetica, verdana, arial, sans-serif; +font-weight: bold; +border-left: 1px solid #FFFFFF; +border-right: 1px solid #FFFFFF; +border-top: 1px solid #FFFFFF; +border-bottom: 1px solid #FFFFFF; +white-space: nowrap; +font-size: 1.0em; +} + + + tr.pair { background: #dcdcd0; diff --git a/htdocs/theme/yellow/img/button_bg.gif b/htdocs/theme/yellow/img/button_bg.gif new file mode 100644 index 0000000000000000000000000000000000000000..5e8501d4ef49066d66f6869493e8e2f25c78f81c GIT binary patch literal 147 zcmZ?wbhEHbWMq(HIKsg2|NsAg|Ni~?^XK>P-@ktS`uX$cj~_q2fB*jV>(?(|zI^`t z`O~LQA3uJ4|Ni~EckkZ5ef#Fko7b;jzk2oR#fulupFe;0?Ag<&Pj~Lz$$$eW{$ybh iVffFW1Cj^X$-pY0pupr5Imcs{jxYD#;G9@R25SHs1Wl#@ literal 0 HcmV?d00001 diff --git a/htdocs/theme/yellow/yellow.css b/htdocs/theme/yellow/yellow.css index 7d44dcb7555..f9c4707ce7a 100644 --- a/htdocs/theme/yellow/yellow.css +++ b/htdocs/theme/yellow/yellow.css @@ -43,7 +43,7 @@ textarea { font: helvetica, verdana, arial, sans-serif; } font-family: arial,verdana,helvetica, sans-serif; font-size: 100%; border: 1px solid #ccd7e0; - background-image : url(/images/button_bg.gif); + background-image : url(/theme/yellow/img/button_bg.gif); background-position : bottom; } @@ -108,6 +108,11 @@ div.fiche * Menu superieur et 1ere ligne tableau */ +table.topbarre +{ + cell-spacing: 0; +} + .menu { background: #b3c5cc; font-size: 12px; @@ -495,12 +500,28 @@ div.titre { * */ tr.liste_titre { - background: #BBBB88; - font-family: Helvetica, Verdana; - font-size: 1.0em; - font-weight: bold; - white-space: nowrap; - } +background: #BBBB88; + +font: helvetica, verdana, arial, sans-serif; +font-weight: bold; +border-left: 1px solid #FFFFFF; +border-right: 1px solid #FFFFFF; +border-top: 1px solid #FFFFFF; +border-bottom: 1px solid #FFFFFF; +white-space: nowrap; +font-size: 1.0em; +} +th { +background: #BBBB88; +font: helvetica, verdana, arial, sans-serif; +font-weight: bold; +border-left: 1px solid #FFFFFF; +border-right: 1px solid #FFFFFF; +border-top: 1px solid #FFFFFF; +border-bottom: 1px solid #FFFFFF; +white-space: nowrap; +font-size: 1.0em; +} tr.pair { background: #dcdcb3;