Commit 0d8dc7302c0e49487b912a740487b59c16ec07c7

Authored by William Daniau
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
... ... @@ -6,5 +6,12 @@
6 6 height: 4em; /* 4/3 times the height of header */
7 7 /*height: 3em; /* size of header */
8 8 }
  9 +
  10 + table {
  11 + margin-bottom: 1em;
  12 + }
9 13  
  14 + div.zim-object {
  15 + border-style: none;
  16 + }
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
... ... @@ -6,5 +6,12 @@
6 6 height: 4em; /* 4/3 times the height of header */
7 7 /*height: 3em; /* size of header */
8 8 }
  9 +
  10 + table {
  11 + margin-bottom: 1em;
  12 + }
9 13  
  14 + div.zim-object {
  15 + border-style: none;
  16 + }
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 }