From 55fe60f97d6b562396b0666ae0bd700119dbd8a5 Mon Sep 17 00:00:00 2001 From: Johan GIRAUD Date: Mon, 9 Feb 2015 10:55:05 +0100 Subject: [PATCH] [CSS+SKEL] + indicateur source article3 --- css/habillage.css | 15 ++++++++++++++- css/habillage.scss | 14 +++++++++++++- sommaire.html | 2 +- 3 files changed, 28 insertions(+), 3 deletions(-) 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

-- 2.20.1