Commit 5703e30a28e1b3b02a1554b408081d16ce500a0e

Authored by William Daniau
1 parent d3b465ad38
Exists in master

On sépare les variables spécifiques au S5 dans un autre fichier

Showing 5 changed files with 27 additions and 12 deletions Side-by-side Diff

templates/html/Wize_S5.html
... ... @@ -18,6 +18,9 @@
18 18 <!-- style sheet links -->
19 19 <link rel="stylesheet"
20 20 href="[% resource('common-spec/zim-variables.css') %]" >
  21 +<link rel="stylesheet"
  22 + href="[% resource('common-spec/zim-pres-variables.css') %]" >
  23 +
21 24  
22 25 <link rel="stylesheet" href="[% resource('ui/default/slides.css') %]" type="text/css" media="projection" id="slideProj" />
23 26 <link rel="stylesheet" href="[% resource('ui/default/outline.css') %]" type="text/css" media="screen" id="outlineStyle" />
templates/html/common-blue/zim-pres-variables.css
  1 +
  2 + /* Variables for S5 Presentation */
  3 +
  4 + :root {
  5 +
  6 + /* S5 Presentation variables */
  7 + --main-pres-banner-foreground: #437484; /* Foreground color on header and footer */
  8 + --main-pres-banner-background: #ccdddd77; /* Background color on header and fooetr */
  9 + --main-pres-background-color: white; /* Body background color */
  10 + --main-pres-background-repeat: no-repeat; /* Body background repeat property */
  11 + --main-pres-background-size: 100%; /* Body background size property */
  12 + }
templates/html/common-blue/zim-variables.css
... ... @@ -45,11 +45,5 @@
45 45 --main-tr-hover-background-color: #ddd; /* Row background color when hover */
46 46 --main-td-th-border-color: #ddd; /* Cell's Border color */
47 47  
48   - /* S5 Presentation variables */
49   - --main-pres-banner-foreground: #437484; /* Foreground color on header and footer */
50   - --main-pres-banner-background: #ccdddd77; /* Background color on header and fooetr */
51   - --main-pres-background-color: white; /* Body background color */
52   - --main-pres-background-repeat: no-repeat; /* Body background repeat property */
53   - --main-pres-background-size: 100%; /* Body background size property */
54 48 }
templates/html/common-wize/zim-pres-variables.css
  1 +
  2 + /* Variables for S5 Presentation */
  3 +
  4 + :root {
  5 +
  6 + /* S5 Presentation variables */
  7 + --main-pres-banner-foreground: #4e9a06; /* Foreground color on header and footer */
  8 + --main-pres-banner-background: #ccddbb77; /* Background color on header and fooetr */
  9 + --main-pres-background-color: white; /* Body background color */
  10 + --main-pres-background-repeat: no-repeat; /* Body background repeat property */
  11 + --main-pres-background-size: 100%; /* Body background size property */
  12 + }
templates/html/common-wize/zim-variables.css
... ... @@ -44,11 +44,5 @@
44 44 --main-tr-hover-background-color: #ddd; /* Row background color when hover */
45 45 --main-td-th-border-color: #ddd; /* Cell's Border color */
46 46  
47   - /* S5 Presentation variables */
48   - --main-pres-banner-foreground: #4e9a06; /* Foreground color on header and footer */
49   - --main-pres-banner-background: #ccdddd77; /* Background color on header and fooetr */
50   - --main-pres-background-color: white; /* Body background color */
51   - --main-pres-background-repeat: no-repeat; /* Body background repeat property */
52   - --main-pres-background-size: 100%; /* Body background size property */
53 47 }