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