From e78364e0ca0cf673f81aac88212200a802cf8101 Mon Sep 17 00:00:00 2001 From: opi Date: Tue, 30 Jun 2015 13:25:09 +0200 Subject: [PATCH] =?utf8?q?R=C3=A9duction=20de=20la=20taille=20du=20footer.?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- local.css | 22 +++++++++++++++------- templates/page.tmpl | 35 +++++++++++++++++++++++------------ 2 files changed, 38 insertions(+), 19 deletions(-) diff --git a/local.css b/local.css index 912c215..b33de8f 100644 --- a/local.css +++ b/local.css @@ -578,18 +578,26 @@ main .footnotes { /* {{{ #footer */ #footer { - margin: 0; - padding: 0.5em 0; - text-align: center; - color: white; - background: #57075f; + margin: 0; + padding: 0.5em 0; + text-align: center; + color: white; + background: #57075f; + font-size: 0.85em; } -@media screen and (max-width: 400px) { +@media screen and (max-width: 45em) { #footer { - font-size: 0.85em; + text-align: left; padding: 0.5em 1em; + font-size: 0.8em; } } +@media screen and (max-width: 480px) { + #footer .pagecopyright span { + display: block; + } +} + #footer > div { margin-top: 1em; } diff --git a/templates/page.tmpl b/templates/page.tmpl index 3e0a875..6bf5697 100644 --- a/templates/page.tmpl +++ b/templates/page.tmpl @@ -149,15 +149,21 @@
@@ -166,7 +172,12 @@
- Dernière modification : + Dernière modification : + + + + +
@@ -180,9 +191,9 @@
  • Modifier
  • - +
  • Historique
  • -- 2.39.2