]> nos-oignons.net Git - website.git/commitdiff
Réduction de la taille du footer.
authoropi <opi@no-log.org>
Tue, 30 Jun 2015 11:25:09 +0000 (13:25 +0200)
committeropi <opi@no-log.org>
Tue, 30 Jun 2015 11:25:20 +0000 (13:25 +0200)
local.css
templates/page.tmpl

index 912c215fe91595de10982c4414fc7c02663ba00f..b33de8f61147aac61822b26594343a60ba5efe59 100644 (file)
--- 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;
 }
index 3e0a8753e3def733ac4079bf442c657969bcfb37..6bf569710b17a97b17a388c4c7ca239a8eabe4a0 100644 (file)
         </TMPL_IF>
 
         <div class="pagecopyright">
-        <!-- <a name="page_copyright"></a> -->
-        Contenu <TMPL_IF COPYRIGHT><TMPL_VAR COPYRIGHT><TMPL_ELSE>&copy; 2013 Nos oignons</TMPL_IF>.
-        Logo &copy; 2013 <a href="http://www.lutopiquant.fr/">lutopiquant</a>.
-        <a name="page_license"></a>
-        <TMPL_IF LICENSE>
-        Licence : <TMPL_VAR LICENSE>.
-        <TMPL_ELSE>
-        Licence : <a href="https://creativecommons.org/licenses/by-sa/3.0/fr/deed.fr_FR">CC BY-SA 3.0 FR</a>.
-        </TMPL_IF>
+            <span class="copyright-content">
+            Contenu <TMPL_IF COPYRIGHT><TMPL_VAR COPYRIGHT><TMPL_ELSE>&copy; 2013 Nos oignons</TMPL_IF>.
+            </span>
+
+            <span class="copyright-logo">
+            Logo &copy; 2013 <a href="http://www.lutopiquant.fr/">lutopiquant</a>.
+            </span>
+
+            <span class="license">
+            <TMPL_IF LICENSE>
+            Licence : <TMPL_VAR LICENSE>.
+            <TMPL_ELSE>
+            Licence : <a href="https://creativecommons.org/licenses/by-sa/3.0/fr/deed.fr_FR">CC BY-SA 3.0 FR</a>.
+            </TMPL_IF>
+            </span>
         </div>
 
         <div class="disclaimer">
         </div>
 
         <div class="pagedate">
-        Dernière modification : <TMPL_VAR MTIME>
+        Dernière modification :
+        <TMPL_IF RECENTCHANGESURL>
+        <a href="<TMPL_VAR RECENTCHANGESURL>"><TMPL_VAR MTIME></a>
+        <TMPL_ELSE>
+        <TMPL_VAR MTIME>
+        </TMPL_IF>
         <!-- Created <TMPL_VAR CTIME> -->
         </div>
 
             <TMPL_IF EDITURL>
             <li><a href="<TMPL_VAR EDITURL>" rel="nofollow">Modifier</a></li>
             </TMPL_IF>
-            <TMPL_IF RECENTCHANGESURL>
+            <!--<TMPL_IF RECENTCHANGESURL>
             <li><a href="<TMPL_VAR RECENTCHANGESURL>">Dernières modifications</a></li>
-            </TMPL_IF>
+            </TMPL_IF>-->
             <TMPL_IF HISTORYURL>
             <li><a href="<TMPL_VAR HISTORYURL>">Historique</a></li>
             </TMPL_IF>