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 Inline Diff
templates/html/common-blue/zim-pres-override.css
| 1 | 1 | |||
| /* Place here portions of the css specific to this theme for printing */ | 2 | 2 | /* Place here portions of the css specific to this theme for printing */ | |
| 3 | 3 | |||
| #logoImgId { | 4 | 4 | #logoImgId { | |
| /* max-height: 4em; /* max 4/3 times the height of header */ | 5 | 5 | /* max-height: 4em; /* max 4/3 times the height of header */ | |
| height: 4em; /* 4/3 times the height of header */ | 6 | 6 | height: 4em; /* 4/3 times the height of header */ | |
| /*height: 3em; /* size of header */ | 7 | 7 | /*height: 3em; /* size of header */ | |
| } | 8 | 8 | } | |
| 9 | ||||
| 10 | table { | |||
| 11 | margin-bottom: 1em; | |||
| 12 | } | |||
| 9 | 13 |
templates/html/common-blue/zim-pres-variables.css
| 1 | 1 | |||
| /* Variables for S5 Presentation */ | 2 | 2 | /* Variables for S5 Presentation */ | |
| 3 | 3 | |||
| :root { | 4 | 4 | :root { | |
| 5 | 5 | |||
| /* S5 Presentation variables */ | 6 | 6 | /* S5 Presentation variables */ | |
| --main-pres-banner-foreground: #437484; /* Foreground color on header and footer */ | 7 | 7 | --main-pres-banner-foreground: #437484; /* Foreground color on header and footer */ | |
| --main-pres-banner-background: #ccdddd77; /* Background color on header and fooetr */ | 8 | 8 | --main-pres-banner-background: #ccdddd77; /* Background color on header and fooetr */ | |
| --main-pres-background-color: white; /* Body background color */ | 9 | 9 | --main-pres-background-color: white; /* Body background color */ | |
| --main-pres-background-repeat: no-repeat; /* Body background repeat property */ | 10 | 10 | --main-pres-background-repeat: no-repeat; /* Body background repeat property */ | |
| --main-pres-background-size: 100%; /* Body background size property */ | 11 | 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 */ |
templates/html/common-wize/zim-pres-override.css
| 1 | 1 | |||
| /* Place here portions of the css specific to this theme for printing */ | 2 | 2 | /* Place here portions of the css specific to this theme for printing */ | |
| 3 | 3 | |||
| #logoImgId { | 4 | 4 | #logoImgId { | |
| /* max-height: 4em; /* max 4/3 times the height of header */ | 5 | 5 | /* max-height: 4em; /* max 4/3 times the height of header */ | |
| height: 4em; /* 4/3 times the height of header */ | 6 | 6 | height: 4em; /* 4/3 times the height of header */ | |
| /*height: 3em; /* size of header */ | 7 | 7 | /*height: 3em; /* size of header */ | |
| } | 8 | 8 | } | |
| 9 | ||||
| 10 | table { | |||
| 11 | margin-bottom: 1em; | |||
| 12 | } | |||
| 9 | 13 |
templates/html/common-wize/zim-pres-variables.css
| 1 | 1 | |||
| /* Variables for S5 Presentation */ | 2 | 2 | /* Variables for S5 Presentation */ | |
| 3 | 3 | |||
| :root { | 4 | 4 | :root { | |
| 5 | 5 | |||
| /* S5 Presentation variables */ | 6 | 6 | /* S5 Presentation variables */ | |
| --main-pres-banner-foreground: #4e9a06; /* Foreground color on header and footer */ | 7 | 7 | --main-pres-banner-foreground: #4e9a06; /* Foreground color on header and footer */ | |
| --main-pres-banner-background: #ccddbb77; /* Background color on header and fooetr */ | 8 | 8 | --main-pres-banner-background: #ccddbb77; /* Background color on header and fooetr */ | |
| --main-pres-background-color: white; /* Body background color */ | 9 | 9 | --main-pres-background-color: white; /* Body background color */ | |
| --main-pres-background-repeat: no-repeat; /* Body background repeat property */ | 10 | 10 | --main-pres-background-repeat: no-repeat; /* Body background repeat property */ | |
| --main-pres-background-size: 100%; /* Body background size property */ | 11 | 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 */ |