From 79c64189b59cd806049105f29a651b5143e5644e Mon Sep 17 00:00:00 2001 From: William Daniau Date: Wed, 9 Oct 2019 17:05:40 +0200 Subject: [PATCH] =?UTF-8?q?Update=20du=20mod=C3=A8le=20Default?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- templates/html/Default.html | 115 ++++++++++++++++++++++++++++++++++++++------ 1 file changed, 100 insertions(+), 15 deletions(-) diff --git a/templates/html/Default.html b/templates/html/Default.html index 3ec7cdc..5c6dd46 100644 --- a/templates/html/Default.html +++ b/templates/html/Default.html @@ -25,8 +25,53 @@ display: block; margin-left: auto; margin-right: auto; - } - + } + + .pages { + /*max-width: 1000px;*/ + /*padding-left: 320px;*/ + width: inherit; + transition: margin-left .3s; + background: white; + padding-left: 10px; + padding-right: 10px; + padding-bottom: 20px; + padding-top: 10px; + } + + .header{ + max-width: 63em; + position: fixed; + width: 100%; + top:0; + background:white; + z-index: 1; + } + + hr{ + clear:both; + border-style: solid; + border-width: 1px; + border-color: var(--main-header-color); + } + + body { + max-width:63em; + display:block; + margin-left:auto; + margin-right:auto; + background: var(--main-body-background-color); + } + + .intercalaire { + background:white; + margin-top: 48px; + padding: 10px; + } + + .bold-footer { + color: var(--main-header-color); + } @@ -49,50 +94,90 @@ [% options.empty_lines = "default" %] -
- + + + + + +[% FOR page IN pages %] + +

+[% page.title %]

+[% END %] +
+ + + + +
+

+
+
[% page.body %] @@ -102,7 +187,7 @@