Commit d57a06f066a3ac56080838c6feacb741eca64c36
1 parent
a6614bd016
Exists in
master
Mise à jour de la doc
Showing 5 changed files with 19 additions and 17 deletions Side-by-side Diff
doc/Wize_Doc.html
| ... | ... | @@ -481,7 +481,7 @@ |
| 481 | 481 | |
| 482 | 482 | <p> |
| 483 | 483 | This is a special export to make slide-show presentation, it is based on the provided SlideShow_(S5) export adapted to wize.<br> |
| 484 | -Please look at the page describing it : <a href="./Wize_Presentation.html" title="Wize Presentation" class="page">Wize Presentation</a> | |
| 484 | +Please look at the page describing it : <a href=".Wize_Presentation.html" title="Wize Presentation" class="page">Wize Presentation</a> | |
| 485 | 485 | </p> |
| 486 | 486 | |
| 487 | 487 | <br> |
| ... | ... | @@ -620,8 +620,8 @@ |
| 620 | 620 | As an example you may replace : |
| 621 | 621 | </p> |
| 622 | 622 | <div class="zim-object"> |
| 623 | -<pre><code class="css">--main-menu-u-decoration: underline; | |
| 624 | ---main-menu-u-background-color: white; | |
| 623 | +<pre><code class="css">--main-u-decoration: underline; | |
| 624 | +--main-u-background-color: white; | |
| 625 | 625 | </code></pre> |
| 626 | 626 | </div> |
| 627 | 627 | |
| ... | ... | @@ -629,8 +629,8 @@ |
| 629 | 629 | by |
| 630 | 630 | </p> |
| 631 | 631 | <div class="zim-object"> |
| 632 | -<pre><code class="css">--main-menu-u-decoration: none; | |
| 633 | ---main-menu-u-background-color: yellow; | |
| 632 | +<pre><code class="css">--main-u-decoration: none; | |
| 633 | +--main-u-background-color: yellow; | |
| 634 | 634 | </code></pre> |
| 635 | 635 | </div> |
| 636 | 636 |
doc/Wize_Doc_files/_resources/common-spec/zim-variables.css
| ... | ... | @@ -26,12 +26,13 @@ |
| 26 | 26 | |
| 27 | 27 | --main-menu-background-color: #fafafa; /* Backroung color of side menu */ |
| 28 | 28 | /* Underline really underlined */ |
| 29 | - --main-menu-u-decoration: underline; | |
| 30 | - --main-menu-u-background-color: white; | |
| 29 | + --main-u-decoration: underline; | |
| 30 | + --main-u-background-color: white; | |
| 31 | 31 | /* Underline Stabilo Version */ |
| 32 | - /*--main-menu-u-decoration: none; | |
| 33 | - --main-menu-u-background-color: yellow;*/ | |
| 32 | + /*--main-u-decoration: none; | |
| 33 | + --main-u-background-color: yellow;*/ | |
| 34 | 34 | --main-page-width: 72em; /* Page width */ |
| 35 | + --main-page-width-sod: 80em; /* Page width for sod version */ | |
| 35 | 36 | |
| 36 | 37 | |
| 37 | 38 | /* Tables */ |
doc/Wize_Doc_files/_resources/common/zim-style.css
| ... | ... | @@ -13,8 +13,8 @@ |
| 13 | 13 | |
| 14 | 14 | strike { color: var(--main-strike-color);} |
| 15 | 15 | |
| 16 | - u { text-decoration: var(--main-menu-u-decoration); | |
| 17 | - background-color: var(--main-menu-u-background-color);} | |
| 16 | + u { text-decoration: var(--main-u-decoration); | |
| 17 | + background-color: var(--main-u-background-color);} | |
| 18 | 18 | |
| 19 | 19 | tt { color: var(--main-tt-color); |
| 20 | 20 | font-family: monospace; |
doc/Wize_Presentation_files/_resources/common-spec/zim-variables.css
| ... | ... | @@ -26,12 +26,13 @@ |
| 26 | 26 | |
| 27 | 27 | --main-menu-background-color: #fafafa; /* Backroung color of side menu */ |
| 28 | 28 | /* Underline really underlined */ |
| 29 | - --main-menu-u-decoration: underline; | |
| 30 | - --main-menu-u-background-color: white; | |
| 29 | + --main-u-decoration: underline; | |
| 30 | + --main-u-background-color: white; | |
| 31 | 31 | /* Underline Stabilo Version */ |
| 32 | - /*--main-menu-u-decoration: none; | |
| 33 | - --main-menu-u-background-color: yellow;*/ | |
| 32 | + /*--main-u-decoration: none; | |
| 33 | + --main-u-background-color: yellow;*/ | |
| 34 | 34 | --main-page-width: 72em; /* Page width */ |
| 35 | + --main-page-width-sod: 80em; /* Page width for sod version */ | |
| 35 | 36 | |
| 36 | 37 | |
| 37 | 38 | /* Tables */ |
doc/Wize_Presentation_files/_resources/common/zim-style.css
| ... | ... | @@ -13,8 +13,8 @@ |
| 13 | 13 | |
| 14 | 14 | strike { color: var(--main-strike-color);} |
| 15 | 15 | |
| 16 | - u { text-decoration: var(--main-menu-u-decoration); | |
| 17 | - background-color: var(--main-menu-u-background-color);} | |
| 16 | + u { text-decoration: var(--main-u-decoration); | |
| 17 | + background-color: var(--main-u-background-color);} | |
| 18 | 18 | |
| 19 | 19 | tt { color: var(--main-tt-color); |
| 20 | 20 | font-family: monospace; |