From 66c4ddd0a7e24cbef9ab651b44d8c794dce05d37 Mon Sep 17 00:00:00 2001 From: Vincent Calame Date: Sat, 8 Jan 2022 12:10:27 +0100 Subject: [PATCH] =?UTF-8?q?Commentaires=20sur=20le=20d=C3=A9coupage=20du?= =?UTF-8?q?=20CSS?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Chapril-banner/v2/chapril-banner.css | 18 ++++++++++++++++-- 1 file changed, 16 insertions(+), 2 deletions(-) diff --git a/Chapril-banner/v2/chapril-banner.css b/Chapril-banner/v2/chapril-banner.css index 299805d..71c459d 100644 --- a/Chapril-banner/v2/chapril-banner.css +++ b/Chapril-banner/v2/chapril-banner.css @@ -7,11 +7,21 @@ |_| */ + +/******************************** + * Ajustement global + *******************************/ + body { margin-top: 0; padding-top: 42px !important; } + +/******************************** + * Classes .chapril-banniere- + *******************************/ + .chapril-banniere-Entree { font-family: sans-serif; text-transform: uppercase; @@ -136,12 +146,16 @@ body { } -/* Fixed Dokuwiki. */ +/************************************ + * Adaptation pour certains services + ************************************ + +/* Dokuwiki. */ #dokuwiki__usertools { top: 43px !important; } -/* Fixed PAD. */ +/* PAD. */ #editorcontainerbox { top: 43px !important; }