From 66e16d78f404ed6b39a489efff21a9dd71853720 Mon Sep 17 00:00:00 2001 From: William Daniau Date: Thu, 10 Oct 2019 17:32:44 +0200 Subject: [PATCH] =?UTF-8?q?Utilisation=20optionelle=20d'un=20fond=20d?= =?UTF-8?q?=C3=A9fini=20par=20common-spec/fond.jpg?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- templates/html/Wize.html | 3 +++ templates/html/Wize_with_index.html | 3 +++ templates/html/Wize_with_index_sod.html | 3 +++ 3 files changed, 9 insertions(+) diff --git a/templates/html/Wize.html b/templates/html/Wize.html index 49fe9fa..1ee6117 100644 --- a/templates/html/Wize.html +++ b/templates/html/Wize.html @@ -61,6 +61,9 @@ margin-left:auto; margin-right:auto; background: var(--main-body-background-color); + background-image: url('[% resource("common-spec/fond.jpg") %]'); + background-position: var(--main-body-background-position); + background-repeat: var(--main-body-background-repeat); } .intercalaire { diff --git a/templates/html/Wize_with_index.html b/templates/html/Wize_with_index.html index 7c3446f..10b9a7d 100644 --- a/templates/html/Wize_with_index.html +++ b/templates/html/Wize_with_index.html @@ -89,6 +89,9 @@ margin-left:auto; margin-right:auto; background: var(--main-body-background-color); + background-image: url('[% resource("common-spec/fond.jpg") %]'); + background-position: var(--main-body-background-position); + background-repeat: var(--main-body-background-repeat); } .intercalaire { diff --git a/templates/html/Wize_with_index_sod.html b/templates/html/Wize_with_index_sod.html index e587dd2..f5a6fd0 100644 --- a/templates/html/Wize_with_index_sod.html +++ b/templates/html/Wize_with_index_sod.html @@ -97,6 +97,9 @@ margin-left:auto; margin-right:auto; background: var(--main-body-background-color); + background-image: url('[% resource("common-spec/fond.jpg") %]'); + background-position: var(--main-body-background-position); + background-repeat: var(--main-body-background-repeat); } .intercalaire { -- 2.16.4