From d5393af6a92d362d8243b237d3d683119057191e Mon Sep 17 00:00:00 2001 From: Johan GIRAUD Date: Tue, 10 Feb 2015 15:03:12 +0100 Subject: [PATCH] [CSS+SKEL] + images accueil --- article.html | 4 ++-- css/habillage.css | 31 +++++++++++++++++++++++++++++++ css/habillage.scss | 34 +++++++++++++++++++++++++++++++++- 3 files changed, 66 insertions(+), 3 deletions(-) diff --git a/article.html b/article.html index 540f4b3..a256b99 100644 --- a/article.html +++ b/article.html @@ -17,7 +17,7 @@
-
+

#TITRE

[(#DATE|affdate)]

#TEXTE @@ -36,7 +36,7 @@

<:clavettes:a_lire_aussi:>

-
+

#TITRE

[(#DATE|affdate)]

#INTRODUCTION

diff --git a/css/habillage.css b/css/habillage.css index 148cb93..72b09f6 100644 --- a/css/habillage.css +++ b/css/habillage.css @@ -243,6 +243,37 @@ p { .article div { margin: 0 15px; } +.articlefull { + background-color: #e8e3e1; + margin: 0 0 15px 0; + line-height: 1.3; } + +.articlefull h1 { + font-size: 1.4em; } + +.articlefull .fa { + width: 20px; + height: 20px; + -moz-border-radius: 10px; + -webkit-border-radius: 10px; + border-radius: 10px; } + +.articlefull .fa a { + display: none; } + +.articlefull img { + width: auto; + margin: 0; } + +.articlefull ul { + margin: 0 15px; } + +.articlefull li { + margin: 0 15px; } + +.articlefull div { + margin: 0 15px; } + address { padding-bottom: 10px; } diff --git a/css/habillage.scss b/css/habillage.scss index be3db30..ec5d7ee 100644 --- a/css/habillage.scss +++ b/css/habillage.scss @@ -271,6 +271,39 @@ p{ .article div{ margin:0 15px; } + + +.articlefull{ + background-color:#e8e3e1; + margin:0 0 15px 0; + line-height: 1.3; +} +.articlefull h1{ + font-size: 1.4em; +} +.articlefull .fa{ + width: 20px; + height: 20px; + -moz-border-radius: 10px; + -webkit-border-radius: 10px; + border-radius: 10px; +} +.articlefull .fa a{ + display: none; +} +.articlefull img{ + width:auto; + margin:0; +} +.articlefull ul{ + margin:0 15px; +} +.articlefull li{ + margin:0 15px; +} +.articlefull div{ + margin:0 15px; +} address{ padding-bottom: 10px; } @@ -298,7 +331,6 @@ address p{ padding:15px 0; } - /*3EME COLONNE*/ -- 2.20.1