[CSS] ~habillage menu horizontal, non clicable
authorLudovic CHEVALIER <ludovic.chevalier@heureux-cyclage.org>
Mon, 30 Sep 2013 15:43:51 +0000 (17:43 +0200)
committerLudovic CHEVALIER <ludovic.chevalier@heureux-cyclage.org>
Mon, 30 Sep 2013 15:45:03 +0000 (17:45 +0200)
www/plugins/skel_lhc/habillage/skel_lhc.css

index 612ed5f..c3547f4 100644 (file)
@@ -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;
 }