From a9885927aeb3231178cfbbae7712eb6d7bfa4325 Mon Sep 17 00:00:00 2001 From: Rodolphe Quiedeville Date: Tue, 12 Aug 2003 15:58:13 +0000 Subject: [PATCH] Ajout css pour les boxes --- htdocs/theme/dolibarr/dolibarr.css | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) diff --git a/htdocs/theme/dolibarr/dolibarr.css b/htdocs/theme/dolibarr/dolibarr.css index da0d8ba61fa..f95ee8e8252 100644 --- a/htdocs/theme/dolibarr/dolibarr.css +++ b/htdocs/theme/dolibarr/dolibarr.css @@ -130,6 +130,36 @@ tr.impair { font-size: 1.0em; } +/* + * + */ +tr.box_titre { + font-family: Helvetica, Verdana; + font-size: 1.0em; + font-weight: bold; + } + +tr.box_pair { + background: #b3cccc; + font-family: Helvetica, Verdana; + font-size: 0.9em; + } + +tr.box_impair { + background: #cceeee; + font-family: Helvetica, Verdana; + font-size: 0.9em; + } + +tr.fiche { + font-family: Helvetica, Verdana; + font-size: 0.6em; + } + +/* + * + */ + td.valeur { font-weight: bold; }