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;