ZwiiCMS/core/vendor/tinymce/content.css

88 lines
1.3 KiB
CSS
Raw Normal View History

2018-04-02 08:29:19 +02:00
/**
* Fichier utilisé uniquement dans l'iframe de TinyMCE, il est appelé depuis init.js et non inc.json.
*/
/* Fix les problèmes de couleurs et de taille de police */
2020-03-15 20:53:13 +01:00
.editorWysiwyg {
2018-04-02 08:29:19 +02:00
font-size: 14px !important;
2020-03-15 20:53:13 +01:00
/*background: #FFF !important;*/
2018-04-02 08:29:19 +02:00
}
2020-03-15 20:53:13 +01:00
2018-04-02 08:29:19 +02:00
/* Désactive le responsive des cols sinon les cols passent les uns en dessous des autres car la largeur de l'iframe est < au media query utilisé pour le responsive */
.col1 {
width: 8.33333333%;
}
.col2 {
width: 16.66666667%;
}
.col3 {
width: 25%;
}
.col4 {
width: 33.33333333%;
}
.col5 {
width: 41.66666667%;
}
.col6 {
width: 50%;
}
.col7 {
width: 58.33333333%;
}
.col8 {
width: 66.66666667%;
}
.col9 {
width: 75%;
}
.col10 {
width: 83.33333333%;
}
.col11 {
width: 91.66666667%;
}
.col12 {
width: 100%;
}
.offset1 {
margin-left: 8.33333333%;
}
.offset2 {
margin-left: 16.66666667%;
}
.offset3 {
margin-left: 25%;
}
.offset4 {
margin-left: 33.33333333%;
}
.offset5 {
margin-left: 41.66666667%;
}
.offset6 {
margin-left: 50%;
}
.offset7 {
margin-left: 58.33333333%;
}
.offset8 {
margin-left: 66.66666667%;
}
.offset9 {
margin-left: 75%;
}
.offset10 {
margin-left: 83.33333333%;
}
.offset11 {
margin-left: 91.66666667%;
}
/*Simulation du responsive des vidéos dans l'éditeur */
2018-04-02 08:29:19 +02:00
.mce-preview-object,
.mce-preview-object > * {
width: auto !important;
height: auto !important;
}