From f96efc60089624d163b02f5cd9fddf12c3993c6f Mon Sep 17 00:00:00 2001 From: Ludovic CHEVALIER Date: Mon, 30 Sep 2013 17:43:51 +0200 Subject: [PATCH] [CSS] ~habillage menu horizontal, non clicable --- www/plugins/skel_lhc/habillage/skel_lhc.css | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/www/plugins/skel_lhc/habillage/skel_lhc.css b/www/plugins/skel_lhc/habillage/skel_lhc.css index 612ed5fa..c3547f4b 100644 --- a/www/plugins/skel_lhc/habillage/skel_lhc.css +++ b/www/plugins/skel_lhc/habillage/skel_lhc.css @@ -7,6 +7,18 @@ padding: 5px; } +#nav .menu-liste .menu-entree { + width: auto; + padding: 0 14px; + border-right: 1px solid #899D00; + border-left: 1px solid #A7D101; + font: bold 12px/45px "Century Gothic", "Trebuchet MS", Helvetica, Arial, Geneva, sans-serif; + text-transform: uppercase; + text-decoration: none; + letter-spacing: 1px; + color: #fff; +} + #nav .menu-liste .menu-entree a{ font: bold 12px/45px "Century Gothic","Trebuchet MS",Helvetica,Arial,Geneva,sans-serif; } -- 2.20.1