Commit dbd9d86ada8f5065657abbacecf1be5a62777d47

Authored by William Daniau
1 parent 4f3a614a51
Exists in master

Ajout de nouvelles variables

Showing 2 changed files with 14 additions and 0 deletions Side-by-side Diff

templates/html/common-blue/zim-variables.css
... ... @@ -44,5 +44,12 @@
44 44 --main-tr-odd-background-color: white; /* Odd row background color */
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 +
  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 */
47 54 }
templates/html/common-wize/zim-variables.css
... ... @@ -43,5 +43,12 @@
43 43 --main-tr-odd-background-color: white; /* Odd row background color */
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 +
  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 */
46 53 }