From 363c3c85662eb1505dc9ee3c561b835ca046ce42 Mon Sep 17 00:00:00 2001 From: Rodolphe Quiedeville Date: Wed, 8 May 2002 23:24:01 +0000 Subject: [PATCH] *** empty log message *** --- htdocs/theme/dolibarr/dolibarr.css | 70 +++++++++++++++++++++++++++--- 1 file changed, 63 insertions(+), 7 deletions(-) diff --git a/htdocs/theme/dolibarr/dolibarr.css b/htdocs/theme/dolibarr/dolibarr.css index 6f9a99a02db..4bda5279d3c 100644 --- a/htdocs/theme/dolibarr/dolibarr.css +++ b/htdocs/theme/dolibarr/dolibarr.css @@ -19,17 +19,73 @@ * */ +BODY +{ + background: #e0ebeb; + font-family: Helvetica, Verdana; font-size: 12px; + text-decoration: none +} +/* + * Menu superieur + */ +.menu +{ + background: #b3cccc; + font-family: Helvetica, Verdana; font-size: 14px; font-weight: bold; + color: #000000; + text-decoration: none } -TD.barre_select { background: #d9dcc2 } +.submenu +{ + background: #b3cccc; + font-family: Helvetica, Verdana; font-size: 14px; + color: #000000; + text-decoration: none } -TD.barre { background: #e0e0e0 } -.menu { background: #d9dcc2; font-family: Helvetica, Verdana; font-size: 14px; font-weight: bold; color: #391ff2; text-decoration: none } +/* + * Barre de gauche + */ -DIV.titre { font-family: Helvetica, Verdana; font-size: 16px; font-weight: bold; color: #101010; text-decoration: none } +TD.barre +{ + background: #b3cccc; + font-family: Helvetica, Verdana; font-size: 14px; + color: #000000; + text-decoration: none } + +TD.barre_select +{ + background: #b3cccc; + color: #000000 + } + + + +DIV.titre +{ + font-family: Helvetica, Verdana; font-size: 16px; font-weight: bold; + color: #336666; + text-decoration: none } /* * */ -TR.liste_titre { background: #b0b0b0; font-family: Helvetica, Verdana; font-weight: bold; font-size: 14px; text-decoration: none } -TR.pair { background: #d0d0d0; font-family: Helvetica, Verdana; font-size: 12px; text-decoration: none } -TR.impair { background: #e0e0e0; font-family: Helvetica, Verdana; font-size: 12px; text-decoration: none } +TR.liste_titre +{ + background: #669999; + font-family: Helvetica, Verdana; font-size: 14px; font-weight: bold; + text-decoration: none } + +TR.pair +{ + background: #b3cccc; + font-family: Helvetica, Verdana; font-size: 12px; + text-decoration: none } + +TR.impair +{ + background: #cceeee; + font-family: Helvetica, Verdana; font-size: 12px; + text-decoration: none } + +