From d57a06f066a3ac56080838c6feacb741eca64c36 Mon Sep 17 00:00:00 2001 From: William Daniau Date: Mon, 21 Oct 2019 17:53:30 +0200 Subject: [PATCH] =?UTF-8?q?Mise=20=C3=A0=20jour=20de=20la=20doc?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- doc/Wize_Doc.html | 10 +++++----- doc/Wize_Doc_files/_resources/common-spec/zim-variables.css | 9 +++++---- doc/Wize_Doc_files/_resources/common/zim-style.css | 4 ++-- .../_resources/common-spec/zim-variables.css | 9 +++++---- doc/Wize_Presentation_files/_resources/common/zim-style.css | 4 ++-- 5 files changed, 19 insertions(+), 17 deletions(-) diff --git a/doc/Wize_Doc.html b/doc/Wize_Doc.html index 9d70628..592e735 100644 --- a/doc/Wize_Doc.html +++ b/doc/Wize_Doc.html @@ -481,7 +481,7 @@ A variation of the previous one. The difference is that the side menu is opened

This is a special export to make slide-show presentation, it is based on the provided SlideShow_(S5) export adapted to wize.
-Please look at the page describing it : Wize Presentation +Please look at the page describing it : Wize Presentation


@@ -620,8 +620,8 @@ You may look at some sites like the excellent -
--main-menu-u-decoration: underline;
---main-menu-u-background-color: white;
+
--main-u-decoration: underline;
+--main-u-background-color: white;
 
@@ -629,8 +629,8 @@ As an example you may replace : by

-
--main-menu-u-decoration: none;
---main-menu-u-background-color: yellow;
+
--main-u-decoration: none;
+--main-u-background-color: yellow;
 
diff --git a/doc/Wize_Doc_files/_resources/common-spec/zim-variables.css b/doc/Wize_Doc_files/_resources/common-spec/zim-variables.css index f47d12e..d1c30b1 100644 --- a/doc/Wize_Doc_files/_resources/common-spec/zim-variables.css +++ b/doc/Wize_Doc_files/_resources/common-spec/zim-variables.css @@ -26,12 +26,13 @@ --main-menu-background-color: #fafafa; /* Backroung color of side menu */ /* Underline really underlined */ - --main-menu-u-decoration: underline; - --main-menu-u-background-color: white; + --main-u-decoration: underline; + --main-u-background-color: white; /* Underline Stabilo Version */ - /*--main-menu-u-decoration: none; - --main-menu-u-background-color: yellow;*/ + /*--main-u-decoration: none; + --main-u-background-color: yellow;*/ --main-page-width: 72em; /* Page width */ + --main-page-width-sod: 80em; /* Page width for sod version */ /* Tables */ diff --git a/doc/Wize_Doc_files/_resources/common/zim-style.css b/doc/Wize_Doc_files/_resources/common/zim-style.css index 032f8ac..771c49b 100644 --- a/doc/Wize_Doc_files/_resources/common/zim-style.css +++ b/doc/Wize_Doc_files/_resources/common/zim-style.css @@ -13,8 +13,8 @@ strike { color: var(--main-strike-color);} - u { text-decoration: var(--main-menu-u-decoration); - background-color: var(--main-menu-u-background-color);} + u { text-decoration: var(--main-u-decoration); + background-color: var(--main-u-background-color);} tt { color: var(--main-tt-color); font-family: monospace; diff --git a/doc/Wize_Presentation_files/_resources/common-spec/zim-variables.css b/doc/Wize_Presentation_files/_resources/common-spec/zim-variables.css index f47d12e..d1c30b1 100644 --- a/doc/Wize_Presentation_files/_resources/common-spec/zim-variables.css +++ b/doc/Wize_Presentation_files/_resources/common-spec/zim-variables.css @@ -26,12 +26,13 @@ --main-menu-background-color: #fafafa; /* Backroung color of side menu */ /* Underline really underlined */ - --main-menu-u-decoration: underline; - --main-menu-u-background-color: white; + --main-u-decoration: underline; + --main-u-background-color: white; /* Underline Stabilo Version */ - /*--main-menu-u-decoration: none; - --main-menu-u-background-color: yellow;*/ + /*--main-u-decoration: none; + --main-u-background-color: yellow;*/ --main-page-width: 72em; /* Page width */ + --main-page-width-sod: 80em; /* Page width for sod version */ /* Tables */ diff --git a/doc/Wize_Presentation_files/_resources/common/zim-style.css b/doc/Wize_Presentation_files/_resources/common/zim-style.css index 032f8ac..771c49b 100644 --- a/doc/Wize_Presentation_files/_resources/common/zim-style.css +++ b/doc/Wize_Presentation_files/_resources/common/zim-style.css @@ -13,8 +13,8 @@ strike { color: var(--main-strike-color);} - u { text-decoration: var(--main-menu-u-decoration); - background-color: var(--main-menu-u-background-color);} + u { text-decoration: var(--main-u-decoration); + background-color: var(--main-u-background-color);} tt { color: var(--main-tt-color); font-family: monospace; -- 2.16.4