From 06679ede7ca8c06c2d437cd2d139f016a7a5b3b9 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Sun, 13 May 2012 14:43:41 +0200 Subject: [PATCH] Fix: style --- htdocs/theme/bureau2crea/style.css.php | 47 ++++++++++++++++++-------- 1 file changed, 32 insertions(+), 15 deletions(-) diff --git a/htdocs/theme/bureau2crea/style.css.php b/htdocs/theme/bureau2crea/style.css.php index 374cc0ed24f..df90863d786 100644 --- a/htdocs/theme/bureau2crea/style.css.php +++ b/htdocs/theme/bureau2crea/style.css.php @@ -296,8 +296,6 @@ div.tmenu { margin: 5px 0px 10px 0px; font-size: 13px; background-image : url(); - background-repeat: no-repeat; - background-color: #996644; height: 22px; border-bottom: 2px solid #842F00; @@ -454,12 +452,14 @@ li.tmenu span, li.tmenusel span { margin: 0px 10px 0px 10px; } +li.tmenu { + } .tmenuimage { - margin: 0 !important; - padding: 0 !important; +margin: 0 !important; +padding: 0 !important; } -li.tmenu a, li.tmenusel a { +li.tmenu a { position: relative; display: block; height: 22px; @@ -469,36 +469,53 @@ li.tmenu a, li.tmenusel a { color: #FFF; font-weight: normal; float: ; -} + } li.tmenu a:hover { color: #FFFFFF; background-color: #D45416; -} + } -li.tmenu a.tmenusel, li.tmenu a.tmenusel:hover, li.tmenusel a.tmenusel, li.tmenusel a.tmenusel:hover { +li.tmenu a.tmenusel, +li.tmenu a.tmenusel:hover { color: #842F00; font-weight: bold; background-color: #FFF; - font-weight: normal; -} + } -li.tmenu .tmenusel, li.tmenusel .tmenusel { +li.tmenu .tmenusel { background: #FFFFFF; -} + } + li.tmenusel { background-image : url(); background-position: right; -} + } + +li.tmenusel a.tmenusel { + position: relative; + display: block; + width: 100%; + height: 22px; + background-image : url(); + background-position: left; + background-repeat: no-repeat; + font-size: 12px; + font-family: Geneva, Verdana, sans-serif; + line-height: 25px; + color: #303030; + font-weight: normal; + float: left; + } li.tmenusel a:hover { color: #474747; -} + } li.tmenu a.tmenudisabled { color: #CCC; -} + } /* --- end nav --- */