387 lines
5.9 KiB
CSS
387 lines
5.9 KiB
CSS
/**
|
|
* PrestaShop module created by VEKIA, a guy from official PrestaShop community ;-)
|
|
*
|
|
* @author VEKIA https://www.prestashop.com/forums/user/132608-vekia/
|
|
* @copyright 2010-2020 VEKIA
|
|
* @license This program is not free software and you can't resell and redistribute it
|
|
*
|
|
* CONTACT WITH DEVELOPER http://mypresta.eu
|
|
* support@mypresta.eu
|
|
*/
|
|
|
|
div.mce-edit-area {
|
|
max-height:none!important;
|
|
}
|
|
|
|
|
|
.mce-i-link::before {
|
|
content: "\f0c1";
|
|
}
|
|
|
|
.mce-i-unlink::before {
|
|
content: "\f127";
|
|
}
|
|
|
|
.mce-i-anchor::before {
|
|
content: "\f13d";
|
|
}
|
|
|
|
.mce-i-accordion::before {
|
|
content: "\f022";
|
|
}
|
|
|
|
.mce-i-cogs::before {
|
|
content: "\f013";
|
|
}
|
|
|
|
.mce-i-youtube::before {
|
|
content: "\f167";
|
|
}
|
|
|
|
.mce-i-searchreplace::before {;
|
|
content: "\f021";
|
|
}
|
|
|
|
.mce-i-visualblocks::before {
|
|
content: "\f248";
|
|
}
|
|
|
|
.mce-i-hr::before {
|
|
content: "\f07e";
|
|
}
|
|
|
|
.mce-i-charmap::before {
|
|
content: "\f155";
|
|
}
|
|
|
|
.mce-i-bold:before {
|
|
content: "\f032";
|
|
}
|
|
|
|
.mce-i-italic:before {
|
|
content: "\f033";
|
|
}
|
|
|
|
.mce-i-underline:before {
|
|
content: "\f0cd";
|
|
}
|
|
|
|
.mce-i-forecolor:before {
|
|
content: "\f031";
|
|
}
|
|
|
|
.mce-i-backcolor:before {
|
|
content: "\f031";
|
|
}
|
|
|
|
.mce-i-code:before {
|
|
content: "\f121";
|
|
}
|
|
|
|
.mce-i-preview:before {
|
|
content: "\f06e";
|
|
}
|
|
|
|
.mce-i-undo:before {
|
|
content: "\f0e2";
|
|
}
|
|
|
|
.mce-i-redo:before {
|
|
content: "\f01e";
|
|
}
|
|
|
|
.mce-i-alignleft:before {
|
|
content: "\f036";
|
|
}
|
|
|
|
.mce-i-aligncenter:before {
|
|
content: "\f037";
|
|
}
|
|
|
|
.mce-i-alignright:before {
|
|
content: "\f038";
|
|
}
|
|
|
|
.mce-i-alignjustify:before {
|
|
content: "\f039";
|
|
}
|
|
|
|
.mce-i-bullist:before {
|
|
content: "\f0ca";
|
|
}
|
|
|
|
.mce-i-numlist:before {
|
|
content: "\f0cb";
|
|
}
|
|
|
|
.mce-i-outdent:before {
|
|
content: "\f03b";
|
|
}
|
|
|
|
.mce-i-indent:before {
|
|
content: "\f03c";
|
|
}
|
|
|
|
.mce-i-newdocument:before {
|
|
content: "\f0f6";
|
|
}
|
|
|
|
.mce-i-print:before {
|
|
content: "\f02f";
|
|
}
|
|
|
|
.mce-i-cut:before {
|
|
content: "\f0c4";
|
|
}
|
|
|
|
.mce-i-copy:before {
|
|
content: "\f0c5";
|
|
}
|
|
|
|
.mce-i-paste:before {
|
|
content: "\f0ea";
|
|
}
|
|
|
|
.mce-i-media:before {
|
|
content: "\f008";
|
|
}
|
|
|
|
.mce-i-image:before {
|
|
content: "\f03e";
|
|
}
|
|
|
|
.mce-i-link:before {
|
|
content: "\f0c1";
|
|
}
|
|
|
|
.mce-i-charmap:before {
|
|
content: "\f195";
|
|
}
|
|
|
|
.mce-i-selected:before {
|
|
content: "\f00c";
|
|
}
|
|
|
|
.mce-i-strikethrough:before {
|
|
content: "\f0cc";
|
|
}
|
|
|
|
.mce-i-superscript:before {
|
|
content: "\f12b";
|
|
}
|
|
|
|
.mce-i-subscript:before {
|
|
content: "\f12c";
|
|
}
|
|
|
|
.mce-i-removeformat:before {
|
|
content: "\f12d";
|
|
}
|
|
|
|
.mce-i-table:before {
|
|
content: "\f0ce";
|
|
}
|
|
|
|
.mce-i-close:before {
|
|
content: "\f00d";
|
|
}
|
|
|
|
.mce-i-fa-paint-brush:before {
|
|
content: "\f1fc";
|
|
}
|
|
|
|
.mce-i-browse:before {
|
|
content: "\f115";
|
|
}
|
|
|
|
.mce-i-removeformat:before {
|
|
font-family: fontawesome;
|
|
content: "\f12d";
|
|
}
|
|
|
|
.mce-i-fa-paint-brush,
|
|
.mce-i-bold,
|
|
.mce-i-italic,
|
|
.mce-i-underline,
|
|
.mce-i-forecolor,
|
|
.mce-i-backcolor,
|
|
.mce-i-code,
|
|
.mce-i-preview,
|
|
.mce-i-undo,
|
|
.mce-i-redo,
|
|
.mce-i-alignleft,
|
|
.mce-i-aligncenter,
|
|
.mce-i-alignright,
|
|
.mce-i-alignjustify,
|
|
.mce-i-bullist,
|
|
.mce-i-numlist,
|
|
.mce-i-outdent,
|
|
.mce-i-indent,
|
|
.mce-i-newdocument,
|
|
.mce-i-print,
|
|
.mce-i-cut,
|
|
.mce-i-copy,
|
|
.mce-i-paste,
|
|
.mce-i-media,
|
|
.mce-i-image,
|
|
.mce-i-link,
|
|
.mce-i-charmap,
|
|
.mce-i-anchor,
|
|
.mce-i-selected,
|
|
.mce-i-strikethrough,
|
|
.mce-i-superscript,
|
|
.mce-i-subscript,
|
|
.mce-i-removeformat,
|
|
.mce-i-table,
|
|
.mce-i-fullscreen,
|
|
.mce-i-blockquote,
|
|
.mce-i-cogs,
|
|
.mce-i-visualblocks,
|
|
.mce-i-youtube,
|
|
.mce-i-emoticons,
|
|
.mce-i-hr,
|
|
.mce-i-inserttime,
|
|
.mce-i-unlink,
|
|
.mce-i-searchreplace,
|
|
.mce-i-accordion,
|
|
.mce-i-browse,
|
|
.mce-i-desktop,
|
|
.mce-i-removeformat,
|
|
.mce-i-close:before {
|
|
display: inline-block;
|
|
font-family: FontAwesome;
|
|
font-style: normal;
|
|
font-weight: normal;
|
|
line-height: 1;
|
|
-webkit-font-smoothing: antialiased;
|
|
-moz-osx-font-smoothing: grayscale;
|
|
}
|
|
|
|
.mce-floatpanel {
|
|
z-index: 9999999 !important;
|
|
}
|
|
|
|
div.mce-object-iframe {
|
|
background: none !important;
|
|
}
|
|
|
|
div.mce-fullscreen {
|
|
z-index: 99999;
|
|
}
|
|
|
|
.mce-tinymce .mce-widget {
|
|
border: 1px solid #cecece !important;
|
|
border-right: none !important;
|
|
min-height: 25px;
|
|
}
|
|
|
|
.mce-tinymce .mce-widget.mce-last, .mce-tinymce .mce-menubtn {
|
|
border-right: 1px solid #cecece !important;
|
|
}
|
|
|
|
.mce-ico {
|
|
font-size: 18px !important;
|
|
line-height: 21px;
|
|
font-style: normal;
|
|
}
|
|
|
|
.mce-i-desktop::before {
|
|
content: "\f108";
|
|
font-size: 16px !important;
|
|
}
|
|
|
|
.mce-i-flag {
|
|
font-size: 15px !important;
|
|
}
|
|
|
|
.mce-i-none {
|
|
width: 16px;
|
|
height: 16px;
|
|
display: block;
|
|
}
|
|
|
|
.mce-btn-group .mce-btn-group {
|
|
display: inline-block;
|
|
}
|
|
|
|
/** NOTIFICATIONS **/
|
|
.mce-notification-error {
|
|
width: 100% !important;
|
|
height: auto !important;
|
|
left: 0px !important;
|
|
top: 0px !important;
|
|
position: fixed !important;
|
|
background: #000 !important;
|
|
}
|
|
|
|
.mce-notification-inner {
|
|
width: 100% !important;
|
|
padding: 20px !important;
|
|
text-align: center !important;
|
|
left: 0px !important;
|
|
top: 0px !important;
|
|
display: block !important;
|
|
color: red !important;
|
|
font-size: 14px !important;
|
|
}
|
|
|
|
.mce-notification-error button {
|
|
color: red;
|
|
margin: auto !important;
|
|
font-size: 50px;
|
|
font-weight: bold;
|
|
text-align: center;
|
|
width: 100%;
|
|
cursor: pointer;
|
|
padding-bottom: 20px;
|
|
}
|
|
|
|
.mce-floatpanel .mce-close:after {
|
|
content: "[x]";
|
|
}
|
|
|
|
#configuration_form .mce-tinymce {
|
|
padding: 5px;
|
|
border: 1px solid #e8e3e3 !important;
|
|
}
|
|
|
|
.maxLength {
|
|
/ / display: none;
|
|
}
|
|
|
|
div.mce-fullscreen .mce-edit-area, div.mce-fullscreen .mce-edit-area iframe {
|
|
height: 100% !important;
|
|
max-height: none !important;
|
|
}
|
|
|
|
div.mce-fullscreen {
|
|
height: 100% !important;
|
|
width: 100%;
|
|
}
|
|
|
|
.mce-fullscreen > .mce-container-body {
|
|
height: 100% !important;
|
|
}
|
|
|
|
#mce-modal-block {
|
|
z-index: 99999 !important;
|
|
}
|
|
|
|
#mce-modal-block .mce-floatpanel {
|
|
z-index: 99999 !important;
|
|
}
|
|
|
|
.mce-i-pastetext::before {
|
|
font-family: fontawesome;
|
|
content: "\f0f6";
|
|
}
|
|
|
|
.mce-i-template::before {
|
|
font-family: fontawesome;
|
|
content: "\f15b";
|
|
}
|
|
|
|
.mce-i-toc::before {
|
|
font-family: fontawesome;
|
|
content: "\f0c9";
|
|
} |