˙Ř˙ŕ JFIF ` ` ˙ţxŘ
| Server IP : 109.234.164.53 / Your IP : 216.73.216.136 Web Server : Apache System : Linux cervelle.o2switch.net 4.18.0-553.32.1.lve.el8.x86_64 #1 SMP Thu Dec 19 13:14:03 UTC 2024 x86_64 User : computer3 ( 1098) PHP Version : 7.1.33 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /home/computer3/lachocolateriedevirginie.fr/cp-admin/includes/ckeditor/ |
Upload File : |
/*
Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.md or http://ckeditor.com/license
*/
/* CSS site */
@import url('../../../business/css/global.php');
@import url('../../../business/business/global-css.css');
@import url('../../../business/business/global-css2.css');
/* Base éditeur */
html,
body {
padding: 5px 2% !important;
max-width: 100%;
overflow-x: auto;
}
.box-anim {
opacity: 1 !important;
transform: none !important;
visibility: visible !important;
display: block !important;
}
/* tous les éléments calculés proprement */
*,
*::before,
*::after {
box-sizing: border-box;
}
/* évite que les gros blocs débordent */
img,
table,
div,
section,
article {
max-width: 100%;
}
/* réduit légèrement l'affichage global dans l'éditeur */
body {
zoom: 1;
}
/* si Firefox ne réagit pas bien au zoom */
@-moz-document url-prefix() {
body {
transform: scale(1);
transform-origin: top left;
width: 111.11%;
}
}
/* Specials */
.specials {
list-style-type: none;
background-image: url('../../../business/images/LI.png');
background-repeat: no-repeat;
background-position: left 6px;
padding-left: 28px;
margin-bottom: 8px;
margin-left: 0;
}
/* Aides visuelles dans l’éditeur */
.h1,
.h1left,
.h1right,
.left,
.right {
border-style: dashed;
border-color: coral;
}
/* UI CKEditor */
.cke,
.cke_reset,
.cke_reset_all,
.cke_reset_all * {
font-size: 13px !important;
line-height: normal !important;
}
/* barre du haut */
.cke_top,
.cke_toolgroup,
.cke_button,
.cke_button_label,
.cke_combo,
.cke_combo_text,
.cke_combo_button,
.cke_label {
font-size: 13px !important;
}
/* menus déroulants styles / format / taille */
.cke_panel,
.cke_panel *,
.cke_panel_listItem,
.cke_panel_listItem a,
.cke_panel_listItem span,
.cke_combopanel,
.cke_combopanel * {
font-size: 13px !important;
line-height: 1.4 !important;
}
/* dialogs */
.cke_dialog,
.cke_dialog *,
.cke_dialog_ui_label,
.cke_dialog_ui_input_text,
.cke_dialog_ui_input_select {
font-size: 13px !important;
}
h1,
h2,
h3,
h4,
h5,
h6 {
clear: both;
display: block;
}