From: Johan GIRAUD Date: Mon, 9 Feb 2015 09:55:05 +0000 (+0100) Subject: [CSS+SKEL] + indicateur source article3 X-Git-Tag: 0.1.0~61 X-Git-Url: http://git.cyclocoop.org/?p=lhc%2Fweb%2Fclavettes.git;a=commitdiff_plain;h=55fe60f97d6b562396b0666ae0bd700119dbd8a5 [CSS+SKEL] + indicateur source article3 --- diff --git a/css/habillage.css b/css/habillage.css index 1fa7614..8bdb609 100644 --- a/css/habillage.css +++ b/css/habillage.css @@ -104,6 +104,14 @@ a:focus, a:hover, a:active { -o-transition: all 0.3s ease 0s; transition: all 0.3s ease 0s; } +a:hover > i { + color: #0c0fb7 !important; + -webkit-transition: all 0.3s ease 0s; + -moz-transition: all 0.3s ease 0s; + -ms-transition: all 0.3s ease 0s; + -o-transition: all 0.3s ease 0s; + transition: all 0.3s ease 0s; } + h1 { margin: 0; padding: 0; @@ -197,7 +205,12 @@ p { clear: both; } #ateliers .fa { - color: #05ffbc; } + color: #05ffbc; + -webkit-transition: all 0.3s ease 0s; + -moz-transition: all 0.3s ease 0s; + -ms-transition: all 0.3s ease 0s; + -o-transition: all 0.3s ease 0s; + transition: all 0.3s ease 0s; } #ateliers .fa:hover { color: #0c0fb7; } diff --git a/css/habillage.scss b/css/habillage.scss index 810816a..e49ba8b 100644 --- a/css/habillage.scss +++ b/css/habillage.scss @@ -120,7 +120,14 @@ a:focus, a:hover, a:active{ -o-transition: all 0.3s ease 0s; transition: all 0.3s ease 0s; } - +a:hover > i { + color : #0c0fb7 !important; + -webkit-transition: all 0.3s ease 0s; + -moz-transition: all 0.3s ease 0s; + -ms-transition: all 0.3s ease 0s; + -o-transition: all 0.3s ease 0s; + transition: all 0.3s ease 0s; +} h1{ margin: 0; padding:0; @@ -224,6 +231,11 @@ p{ } #ateliers .fa{ color:#05ffbc; + -webkit-transition: all 0.3s ease 0s; + -moz-transition: all 0.3s ease 0s; + -ms-transition: all 0.3s ease 0s; + -o-transition: all 0.3s ease 0s; + transition: all 0.3s ease 0s; } #ateliers .fa:hover{ color:#0c0fb7; diff --git a/sommaire.html b/sommaire.html index 8dfc5bd..ae7526e 100644 --- a/sommaire.html +++ b/sommaire.html @@ -49,7 +49,7 @@
[(#LOGO_ARTICLE_RUBRIQUE|inserer_attribut{alt,"logo"}|image_reduire{150,150})] -

#TITRE

+

#TITRE

[(#_articles:DATE|affdate)] — #TITRE

#_articles:INTRODUCTION