]> nos-oignons.net Git - website.git/commitdiff
ajout bandeau pour la campagne 2018.
authoropi <opi@zeropi.net>
Thu, 19 Jul 2018 13:20:38 +0000 (15:20 +0200)
committeropi <opi@zeropi.net>
Thu, 19 Jul 2018 13:20:43 +0000 (15:20 +0200)
assets/leaderboard_fundraising_2018__en.png [new file with mode: 0644]
assets/leaderboard_fundraising_2018__fr.png [new file with mode: 0644]
assets/local.css
templates/page.tmpl

diff --git a/assets/leaderboard_fundraising_2018__en.png b/assets/leaderboard_fundraising_2018__en.png
new file mode 100644 (file)
index 0000000..c3d55c3
Binary files /dev/null and b/assets/leaderboard_fundraising_2018__en.png differ
diff --git a/assets/leaderboard_fundraising_2018__fr.png b/assets/leaderboard_fundraising_2018__fr.png
new file mode 100644 (file)
index 0000000..4238f50
Binary files /dev/null and b/assets/leaderboard_fundraising_2018__fr.png differ
index bf7c7a2b02c568dcfec87956cfae6de54eec3757..ee26285084363ce97b769ceebdc20cbc4e5af030 100644 (file)
@@ -127,6 +127,21 @@ thead td {
        display: none;
 }
 
+.fundraising-2018-wrapper {
+
+}
+.fundraising-2018-wrapper a {
+  display: block;
+  min-height: 100px;
+  background: url(leaderboard_fundraising_2018__fr.png) center center no-repeat;
+  background-size: cover;
+  text-indent: -9999px;
+  margin-bottom: 1em;
+}
+body.lang-en .fundraising-2018-wrapper a {
+  background-image: url(leaderboard_fundraising_2018__en.png);
+}
+
 /* {{{ .actions */
 .actions {
        font-size: 0.8em;
index 90b645ddeb74cdeb01e098698459e2c0a7d379cd..bcc01088d8ad53d13c0980a6f481ece4c74dc736 100644 (file)
 
     <TMPL_IF HTML5><main class="main"><TMPL_ELSE><div class="main"></TMPL_IF>
 
+    <div class="fundraising-2018-wrapper">
+        <a href="https://nos-oignons.net/campagne2018/" title="Campagne de financement 2018">Campagne de financement 2018</a>
+    </div>
+
         <!-- LANGUAGE LINKS -->
         <TMPL_IF OTHERLANGUAGES>
         <TMPL_IF HTML5><nav id="otherlanguages"><TMPL_ELSE><div id="otherlanguages"></TMPL_IF>