From da516808e4a7325f357709d810a9f3b3db7f3337 Mon Sep 17 00:00:00 2001 From: "real3t@gmail.com" <> Date: Thu, 30 Mar 2017 22:01:55 +0000 Subject: [PATCH] =?UTF-8?q?Ne=20charger=20l'image=20de=20fond=20que=20si?= =?UTF-8?q?=20l'=C3=A9cran=20est=20suffisamment=20large=20(Mobile=20first?= =?UTF-8?q?=20!)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- noisettes/header/fondpage.html | 2 ++ 1 file changed, 2 insertions(+) diff --git a/noisettes/header/fondpage.html b/noisettes/header/fondpage.html index 505e3f5e..07e3bab0 100644 --- a/noisettes/header/fondpage.html +++ b/noisettes/header/fondpage.html @@ -16,6 +16,7 @@ </BOUCLE_FondPage><//B_FondPageTemplate><//B_FondPageRubrique> [<style type="text/css"> /*<!\[CDATA\[*/ +@media only screen and (min-width: #CONFIG{soyezcreateurs_layout/largeurconteneur,960}px) { html { background-color:[#(#GET{lefond}|image_reduire{30,0}|couleur_extraire{15,5})]; background-image:url((#GET{lefond}|image_reduire{1920,0}|extraire_attribut{src}|url_absolue)); @@ -38,6 +39,7 @@ html:after { background: url((#GET{lefondhachures}|extraire_attribut{src}|url_ab opacity: 0.5; z-index: -2; }] +} /*\]\]>*/ </style>] #FILTRE{mini_html} \ No newline at end of file -- GitLab