ckeditor 24 content styles

This commit is contained in:
zadam 2020-12-15 15:18:45 +01:00
parent 5467dc62cd
commit bf653a9a5c

View File

@ -5,8 +5,8 @@
} }
/* /*
* CKEditor 5 (v23.1.0) content styles. * CKEditor 5 (v24.0.0) content styles.
* Generated on Thu, 29 Oct 2020 12:17:48 GMT. * 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 * 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; --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 */ /* ckeditor5-image/theme/imagestyle.css */
.ck-content .image-style-side { .ck-content .image-style-side {
float: right; float: right;
@ -69,20 +83,6 @@
font-size: .75em; font-size: .75em;
outline-offset: -1px; 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 */ /* ckeditor5-highlight/theme/highlight.css */
.ck-content .marker-yellow { .ck-content .marker-yellow {
background-color: var(--ck-highlight-marker-yellow); background-color: var(--ck-highlight-marker-yellow);
@ -215,6 +215,13 @@
-ms-user-select: none; -ms-user-select: none;
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 */ /* ckeditor5-list/theme/todolist.css */
.ck-content .todo-list { .ck-content .todo-list {
list-style: none; list-style: none;
@ -282,17 +289,11 @@
.ck-content .todo-list .todo-list__label .todo-list__label__description { .ck-content .todo-list .todo-list__label .todo-list__label__description {
vertical-align: middle; 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 */ /* ckeditor5-html-embed/theme/htmlembed.css */
.ck-content .raw-html-embed { .ck-content .raw-html-embed {
margin: 1em auto; margin: 1em auto;
min-width: 15em; min-width: 15em;
font-style: normal;
} }
/* ckeditor5-horizontal-line/theme/horizontalline.css */ /* ckeditor5-horizontal-line/theme/horizontalline.css */
.ck-content hr { .ck-content hr {