Commit 66e16d78f404ed6b39a489efff21a9dd71853720
1 parent
3fe314c190
Exists in
master
Utilisation optionelle d'un fond défini par common-spec/fond.jpg
Showing 3 changed files with 9 additions and 0 deletions Side-by-side Diff
templates/html/Wize.html
| ... | ... | @@ -61,6 +61,9 @@ |
| 61 | 61 | margin-left:auto; |
| 62 | 62 | margin-right:auto; |
| 63 | 63 | background: var(--main-body-background-color); |
| 64 | + background-image: url('[% resource("common-spec/fond.jpg") %]'); | |
| 65 | + background-position: var(--main-body-background-position); | |
| 66 | + background-repeat: var(--main-body-background-repeat); | |
| 64 | 67 | } |
| 65 | 68 | |
| 66 | 69 | .intercalaire { |
templates/html/Wize_with_index.html
| ... | ... | @@ -89,6 +89,9 @@ |
| 89 | 89 | margin-left:auto; |
| 90 | 90 | margin-right:auto; |
| 91 | 91 | background: var(--main-body-background-color); |
| 92 | + background-image: url('[% resource("common-spec/fond.jpg") %]'); | |
| 93 | + background-position: var(--main-body-background-position); | |
| 94 | + background-repeat: var(--main-body-background-repeat); | |
| 92 | 95 | } |
| 93 | 96 | |
| 94 | 97 | .intercalaire { |
templates/html/Wize_with_index_sod.html
| ... | ... | @@ -97,6 +97,9 @@ |
| 97 | 97 | margin-left:auto; |
| 98 | 98 | margin-right:auto; |
| 99 | 99 | background: var(--main-body-background-color); |
| 100 | + background-image: url('[% resource("common-spec/fond.jpg") %]'); | |
| 101 | + background-position: var(--main-body-background-position); | |
| 102 | + background-repeat: var(--main-body-background-repeat); | |
| 100 | 103 | } |
| 101 | 104 | |
| 102 | 105 | .intercalaire { |