Commit 0d8dc7302c0e49487b912a740487b59c16ec07c7
1 parent
455eea7072
Exists in
master
Nouvelle version des fichiers de configuration S5
Showing 4 changed files with 22 additions and 2 deletions Side-by-side Diff
templates/html/common-blue/zim-pres-override.css
templates/html/common-blue/zim-pres-variables.css
... | ... | @@ -8,6 +8,9 @@ |
8 | 8 | --main-pres-banner-background: #ccdddd77; /* Background color on header and fooetr */ |
9 | 9 | --main-pres-background-color: white; /* Body background color */ |
10 | 10 | --main-pres-background-repeat: no-repeat; /* Body background repeat property */ |
11 | - --main-pres-background-size: 100%; /* Body background size property */ | |
11 | + --main-pres-background-size: 100%; /* Body background size property */ | |
12 | + --main-pres-img-height: 8em; /* Size of image height */ | |
13 | + --main-pres-table-font-size: 80%; /* Relative font-size in tables */ | |
14 | + --main-pres-code-font-size: 70%; /* Relative font-size in code */ | |
12 | 15 | } |
templates/html/common-wize/zim-pres-override.css
templates/html/common-wize/zim-pres-variables.css
... | ... | @@ -8,6 +8,9 @@ |
8 | 8 | --main-pres-banner-background: #ccddbb77; /* Background color on header and fooetr */ |
9 | 9 | --main-pres-background-color: white; /* Body background color */ |
10 | 10 | --main-pres-background-repeat: no-repeat; /* Body background repeat property */ |
11 | - --main-pres-background-size: 100%; /* Body background size property */ | |
11 | + --main-pres-background-size: 100%; /* Body background size property */ | |
12 | + --main-pres-img-height: 8em; /* Size of image height */ | |
13 | + --main-pres-table-font-size: 80%; /* Relative font-size in tables */ | |
14 | + --main-pres-code-font-size: 70%; /* Relative font-size in code */ | |
12 | 15 | } |