From 636a4c3905926e51de8d4804574a64936291947a Mon Sep 17 00:00:00 2001 From: Johan GIRAUD Date: Mon, 9 Feb 2015 10:00:15 +0100 Subject: [PATCH] [CSS+SKEL] + indicateur source article2 --- css/habillage.css | 9 ++++++--- css/habillage.scss | 9 ++++++--- sommaire.html | 3 ++- 3 files changed, 14 insertions(+), 7 deletions(-) diff --git a/css/habillage.css b/css/habillage.css index 07845ed..1fa7614 100644 --- a/css/habillage.css +++ b/css/habillage.css @@ -196,10 +196,10 @@ p { padding-top: 15px; clear: both; } -.fa { +#ateliers .fa { color: #05ffbc; } -.fa:hover { +#ateliers .fa:hover { color: #0c0fb7; } /*2EME COLONNE*/ @@ -218,13 +218,16 @@ p { .article .spip_logos { display: none; } -.sourcearticle { +.article .fa { width: 20px; height: 20px; -moz-border-radius: 10px; -webkit-border-radius: 10px; border-radius: 10px; } +.article .fa a { + display: none; } + .article img { width: 100%; } diff --git a/css/habillage.scss b/css/habillage.scss index e322c99..810816a 100644 --- a/css/habillage.scss +++ b/css/habillage.scss @@ -222,10 +222,10 @@ p{ padding-top:15px; clear:both; } -.fa{ +#ateliers .fa{ color:#05ffbc; } -.fa:hover{ +#ateliers .fa:hover{ color:#0c0fb7; } @@ -247,13 +247,16 @@ p{ .article .spip_logos{ display: none; } -.sourcearticle{ +.article .fa{ width: 20px; height: 20px; -moz-border-radius: 10px; -webkit-border-radius: 10px; border-radius: 10px; } +.article .fa a{ + display: none; +} .article img{ width:100%; } diff --git a/sommaire.html b/sommaire.html index 101213c..ed7e846 100644 --- a/sommaire.html +++ b/sommaire.html @@ -3,6 +3,7 @@ [(#NOM_SITE_SPIP|textebrut)][ - (#SLOGAN_SITE_SPIP|textebrut)] + @@ -48,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