From 0d8dc7302c0e49487b912a740487b59c16ec07c7 Mon Sep 17 00:00:00 2001 From: William Daniau Date: Wed, 16 Oct 2019 16:45:53 +0200 Subject: [PATCH] Nouvelle version des fichiers de configuration S5 --- templates/html/common-blue/zim-pres-override.css | 7 +++++++ templates/html/common-blue/zim-pres-variables.css | 5 ++++- templates/html/common-wize/zim-pres-override.css | 7 +++++++ templates/html/common-wize/zim-pres-variables.css | 5 ++++- 4 files changed, 22 insertions(+), 2 deletions(-) diff --git a/templates/html/common-blue/zim-pres-override.css b/templates/html/common-blue/zim-pres-override.css index e53a2fe..a2e9b26 100644 --- a/templates/html/common-blue/zim-pres-override.css +++ b/templates/html/common-blue/zim-pres-override.css @@ -6,4 +6,11 @@ height: 4em; /* 4/3 times the height of header */ /*height: 3em; /* size of header */ } + + table { + margin-bottom: 1em; + } + div.zim-object { + border-style: none; + } diff --git a/templates/html/common-blue/zim-pres-variables.css b/templates/html/common-blue/zim-pres-variables.css index 14aa85b..9258ed7 100644 --- a/templates/html/common-blue/zim-pres-variables.css +++ b/templates/html/common-blue/zim-pres-variables.css @@ -8,5 +8,8 @@ --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 */ + --main-pres-background-size: 100%; /* Body background size property */ + --main-pres-img-height: 8em; /* Size of image height */ + --main-pres-table-font-size: 80%; /* Relative font-size in tables */ + --main-pres-code-font-size: 70%; /* Relative font-size in code */ } diff --git a/templates/html/common-wize/zim-pres-override.css b/templates/html/common-wize/zim-pres-override.css index e53a2fe..a2e9b26 100644 --- a/templates/html/common-wize/zim-pres-override.css +++ b/templates/html/common-wize/zim-pres-override.css @@ -6,4 +6,11 @@ height: 4em; /* 4/3 times the height of header */ /*height: 3em; /* size of header */ } + + table { + margin-bottom: 1em; + } + div.zim-object { + border-style: none; + } diff --git a/templates/html/common-wize/zim-pres-variables.css b/templates/html/common-wize/zim-pres-variables.css index 32b415d..df2b102 100644 --- a/templates/html/common-wize/zim-pres-variables.css +++ b/templates/html/common-wize/zim-pres-variables.css @@ -8,5 +8,8 @@ --main-pres-banner-background: #ccddbb77; /* 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 */ + --main-pres-background-size: 100%; /* Body background size property */ + --main-pres-img-height: 8em; /* Size of image height */ + --main-pres-table-font-size: 80%; /* Relative font-size in tables */ + --main-pres-code-font-size: 70%; /* Relative font-size in code */ } -- 2.16.4