From 6101ca4c5ef7774d39eb9d5066ad8e5863d5258f Mon Sep 17 00:00:00 2001 From: deltacms Date: Wed, 28 Feb 2024 10:24:14 +0100 Subject: [PATCH] =?UTF-8?q?valeurs=20par=20d=C3=A9faut=20colorbox?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- core/layout/common.css | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/core/layout/common.css b/core/layout/common.css index 0c985dd..ed5f6bd 100644 --- a/core/layout/common.css +++ b/core/layout/common.css @@ -1091,4 +1091,15 @@ figure.image figcaption { /* Template bloc coloré pleine largeur dans tinymce et l'aperçu des templates */ body.editorWysiwyg > .blockFullWidth { padding: 10px 30px; +} +/* Valeurs par défaut du gabarit Color box */ +.colorbox-0 { + color: #F7F6CF; + background-color: #5784BA; +} +.colorbox-0 a { + color: #FFBF66; +} +.colorbox-0 h2, .colorbox-0 h3{ + color: #F4CFDF; } \ No newline at end of file