From dbd9d86ada8f5065657abbacecf1be5a62777d47 Mon Sep 17 00:00:00 2001 From: William Daniau Date: Tue, 15 Oct 2019 21:24:03 +0200 Subject: [PATCH] Ajout de nouvelles variables --- templates/html/common-blue/zim-variables.css | 7 +++++++ templates/html/common-wize/zim-variables.css | 7 +++++++ 2 files changed, 14 insertions(+) diff --git a/templates/html/common-blue/zim-variables.css b/templates/html/common-blue/zim-variables.css index 05938d4..4f1724c 100644 --- a/templates/html/common-blue/zim-variables.css +++ b/templates/html/common-blue/zim-variables.css @@ -44,4 +44,11 @@ --main-tr-odd-background-color: white; /* Odd row background color */ --main-tr-hover-background-color: #ddd; /* Row background color when hover */ --main-td-th-border-color: #ddd; /* Cell's Border color */ + + /* S5 Presentation variables */ + --main-pres-banner-foreground: #437484; /* Foreground color on header and footer */ + --main-pres-banner-background: #ccdddd77; /* Background color on header and fooetr */ + --main-pres-background-color: white; /* Body background color */ + --main-pres-background-repeat: no-repeat; /* Body background repeat property */ + --main-pres-background-size: 100%; /* Body background size property */ } diff --git a/templates/html/common-wize/zim-variables.css b/templates/html/common-wize/zim-variables.css index 931f3d3..29a30a8 100644 --- a/templates/html/common-wize/zim-variables.css +++ b/templates/html/common-wize/zim-variables.css @@ -43,4 +43,11 @@ --main-tr-odd-background-color: white; /* Odd row background color */ --main-tr-hover-background-color: #ddd; /* Row background color when hover */ --main-td-th-border-color: #ddd; /* Cell's Border color */ + + /* S5 Presentation variables */ + --main-pres-banner-foreground: #4e9a06; /* Foreground color on header and footer */ + --main-pres-banner-background: #ccdddd77; /* Background color on header and fooetr */ + --main-pres-background-color: white; /* Body background color */ + --main-pres-background-repeat: no-repeat; /* Body background repeat property */ + --main-pres-background-size: 100%; /* Body background size property */ } -- 2.16.4