From 996f406a073baf62f17434b4d2d1304e785463e2 Mon Sep 17 00:00:00 2001 From: fredtempez Date: Tue, 8 Jan 2019 14:59:16 +0100 Subject: [PATCH] =?UTF-8?q?Taille=20de=20police=20par=20d=C3=A9faut=20dans?= =?UTF-8?q?=20le=20footer?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- core/layout/common.css | 9 +++++++++ core/module/theme/resource/custom.css | 13 ++++++++----- 2 files changed, 17 insertions(+), 5 deletions(-) diff --git a/core/layout/common.css b/core/layout/common.css index 1f7d7d19..87ad5fb5 100755 --- a/core/layout/common.css +++ b/core/layout/common.css @@ -423,6 +423,15 @@ footer .col4 { footer #footerSocials { font-size: 1.0em; } + +footer #footerSocials { + font-size: 1.0em; +} + +footer #footerCopyright, #footerText { + font-size: 0.8em; +} + footer #footerSocials span { color: #FFF; padding: 9px; diff --git a/core/module/theme/resource/custom.css b/core/module/theme/resource/custom.css index 417491bc..55e4f0cd 100755 --- a/core/module/theme/resource/custom.css +++ b/core/module/theme/resource/custom.css @@ -48,23 +48,26 @@ nav a.active { } /* Bas de page */ -#footersite, #footerbody { +footer { +} + +footer #footersite, #footerbody { } /* Liens du bas de page */ -#footersite, #footerbody a { +footer #footersite, #footerbody a { } /* footer bloc gauche */ -#footersiteLeft, #footerbodyLeft { +footer #footersiteLeft, #footerbodyLeft { } /* footer bloc central */ -#footersiteCenter, #footerbodyCenter { +footer #footersiteCenter, #footerbodyCenter { } /* footer bloc droite */ -#footersiteRight, #footerbodyRight { +footer #footersiteRight, #footerbodyRight { } /**