From bf653a9a5c8b3a29a693fe7a44342ab3801d2c9d Mon Sep 17 00:00:00 2001 From: zadam Date: Tue, 15 Dec 2020 15:18:45 +0100 Subject: [PATCH] ckeditor 24 content styles --- libraries/ckeditor/ckeditor-content.css | 47 +++++++++++++------------ 1 file changed, 24 insertions(+), 23 deletions(-) diff --git a/libraries/ckeditor/ckeditor-content.css b/libraries/ckeditor/ckeditor-content.css index abfceaf89..2ff1779df 100644 --- a/libraries/ckeditor/ckeditor-content.css +++ b/libraries/ckeditor/ckeditor-content.css @@ -5,8 +5,8 @@ } /* - * CKEditor 5 (v23.1.0) content styles. - * Generated on Thu, 29 Oct 2020 12:17:48 GMT. + * CKEditor 5 (v24.0.0) content styles. + * Generated on Thu, 10 Dec 2020 08:15:26 GMT. * For more information, check out https://ckeditor.com/docs/ckeditor5/latest/builds/guides/integration/content-styles.html */ @@ -23,6 +23,20 @@ --ck-todo-list-checkmark-size: 16px; } +/* ckeditor5-image/theme/imageresize.css */ +.ck-content .image.image_resized { + max-width: 100%; + display: block; + box-sizing: border-box; +} +/* ckeditor5-image/theme/imageresize.css */ +.ck-content .image.image_resized img { + width: 100%; +} +/* ckeditor5-image/theme/imageresize.css */ +.ck-content .image.image_resized > figcaption { + display: block; +} /* ckeditor5-image/theme/imagestyle.css */ .ck-content .image-style-side { float: right; @@ -69,20 +83,6 @@ font-size: .75em; outline-offset: -1px; } -/* ckeditor5-image/theme/imageresize.css */ -.ck-content .image.image_resized { - max-width: 100%; - display: block; - box-sizing: border-box; -} -/* ckeditor5-image/theme/imageresize.css */ -.ck-content .image.image_resized img { - width: 100%; -} -/* ckeditor5-image/theme/imageresize.css */ -.ck-content .image.image_resized > figcaption { - display: block; -} /* ckeditor5-highlight/theme/highlight.css */ .ck-content .marker-yellow { background-color: var(--ck-highlight-marker-yellow); @@ -215,6 +215,13 @@ -ms-user-select: none; user-select: none; } +/* ckeditor5-media-embed/theme/mediaembed.css */ +.ck-content .media { + clear: both; + margin: 1em 0; + display: block; + min-width: 15em; +} /* ckeditor5-list/theme/todolist.css */ .ck-content .todo-list { list-style: none; @@ -282,17 +289,11 @@ .ck-content .todo-list .todo-list__label .todo-list__label__description { vertical-align: middle; } -/* ckeditor5-media-embed/theme/mediaembed.css */ -.ck-content .media { - clear: both; - margin: 1em 0; - display: block; - min-width: 15em; -} /* ckeditor5-html-embed/theme/htmlembed.css */ .ck-content .raw-html-embed { margin: 1em auto; min-width: 15em; + font-style: normal; } /* ckeditor5-horizontal-line/theme/horizontalline.css */ .ck-content hr {