From 3d2166b8b3efd0a5767a34c5ded25f06b6224b49 Mon Sep 17 00:00:00 2001 From: William Daniau Date: Fri, 11 Oct 2019 17:30:50 +0200 Subject: [PATCH] =?UTF-8?q?Changement=20de=20la=20taille=20du=20texte=20de?= =?UTF-8?q?=2063em=20=C3=A0=2072em=20et=20changement=20de=20la=20couleur?= =?UTF-8?q?=20de=20fond=20du=20theme=20bleu?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- templates/html/common-blue/zim-variables.css | 8 ++++---- templates/html/common-wize/zim-variables.css | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/templates/html/common-blue/zim-variables.css b/templates/html/common-blue/zim-variables.css index 736f2d3..05938d4 100644 --- a/templates/html/common-blue/zim-variables.css +++ b/templates/html/common-blue/zim-variables.css @@ -21,9 +21,9 @@ * will be used */ /*--main-body-background-color: linear-gradient(to right,#8eb7c2,white,white,#8eb7c2); */ - --main-body-background-color: #8eb7c2; /* Color of the background body */ - --main-body-background-position: center; - --main-body-background-repeat: repeat-y; + --main-body-background-color: #80a5ae; /* Color of the background body */ + --main-body-background-position: left; + --main-body-background-repeat: repeat; --main-menu-background-color: #fafafa; /* Backroung color of side menu */ /* Underline really underlined */ @@ -32,7 +32,7 @@ /* Underline Stabilo Version */ /*--main-menu-u-decoration: none; --main-menu-u-background-color: yellow;*/ - --main-page-width: 63em; /* Page width */ + --main-page-width: 72em; /* Page width */ /* Tables */ diff --git a/templates/html/common-wize/zim-variables.css b/templates/html/common-wize/zim-variables.css index c8825eb..931f3d3 100644 --- a/templates/html/common-wize/zim-variables.css +++ b/templates/html/common-wize/zim-variables.css @@ -22,7 +22,7 @@ */ --main-body-background-color: #779988; /* Color of the background body */ --main-body-background-position: center; - --main-body-background-repeat: repeat-y; + --main-body-background-repeat: repeat; --main-menu-background-color: #fafafa; /* Backroung color of side menu */ /* Underline really underlined */ @@ -31,7 +31,7 @@ /* Underline Stabilo Version */ /*--main-menu-u-decoration: none; --main-menu-u-background-color: yellow;*/ - --main-page-width: 63em; /* Page width */ + --main-page-width: 72em; /* Page width */ /* Tables */ -- 2.16.4