From ad4d1342edd2687d98fc062e4b215d5960a1119e Mon Sep 17 00:00:00 2001 From: fredtempez Date: Tue, 8 Jan 2019 14:56:44 +0100 Subject: [PATCH] =?UTF-8?q?Taille=20par=20d=C3=A9faut=20des=20polices=20da?= =?UTF-8?q?ns=20le=20footer?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- core/layout/common.css | 7 +++++++ core/module/theme/resource/custom.css | 13 ++++++++----- 2 files changed, 15 insertions(+), 5 deletions(-) diff --git a/core/layout/common.css b/core/layout/common.css index 1f7d7d19..4c991107 100755 --- a/core/layout/common.css +++ b/core/layout/common.css @@ -415,6 +415,13 @@ footer { padding: 10px 20px; vertical-align:middle; } +footer #footerSocials { + font-size: 1.0em; +} + +footer #footerCopyright, #footerText { + font-size: 0.8em; +} footer .col4 { vertical-align: middle; diff --git a/core/module/theme/resource/custom.css b/core/module/theme/resource/custom.css index 872f75c9..386aeb5a 100755 --- a/core/module/theme/resource/custom.css +++ b/core/module/theme/resource/custom.css @@ -40,23 +40,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 { } /**