|
|
|
|
@ -5,9 +5,9 @@
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/*
|
|
|
|
|
* CKEditor 5 (v33.0.0) content styles.
|
|
|
|
|
* Generated on Fri, 11 Mar 2022 14:34:26 GMT.
|
|
|
|
|
* For more information, check out https://ckeditor.com/docs/ckeditor5/latest/builds/guides/integration/content-styles.html
|
|
|
|
|
* CKEditor 5 (v35.1.0) content styles.
|
|
|
|
|
* Generated on Tue, 20 Sep 2022 05:36:21 GMT.
|
|
|
|
|
* For more information, check out https://ckeditor.com/docs/ckeditor5/latest/installation/advanced/content-styles.html
|
|
|
|
|
*/
|
|
|
|
|
|
|
|
|
|
:root {
|
|
|
|
|
@ -28,6 +28,21 @@
|
|
|
|
|
--ck-todo-list-checkmark-size: 16px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/* ckeditor5-block-quote/theme/blockquote.css */
|
|
|
|
|
.ck-content blockquote {
|
|
|
|
|
overflow: hidden;
|
|
|
|
|
padding-right: 1.5em;
|
|
|
|
|
padding-left: 1.5em;
|
|
|
|
|
margin-left: 0;
|
|
|
|
|
margin-right: 0;
|
|
|
|
|
font-style: italic;
|
|
|
|
|
border-left: solid 5px hsl(0, 0%, 80%);
|
|
|
|
|
}
|
|
|
|
|
/* ckeditor5-block-quote/theme/blockquote.css */
|
|
|
|
|
.ck-content[dir="rtl"] blockquote {
|
|
|
|
|
border-left: 0;
|
|
|
|
|
border-right: solid 5px hsl(0, 0%, 80%);
|
|
|
|
|
}
|
|
|
|
|
/* ckeditor5-basic-styles/theme/code.css */
|
|
|
|
|
.ck-content code {
|
|
|
|
|
background-color: hsla(0, 0%, 78%, 0.3);
|
|
|
|
|
@ -50,21 +65,6 @@
|
|
|
|
|
.ck-content .text-huge {
|
|
|
|
|
font-size: 1.8em;
|
|
|
|
|
}
|
|
|
|
|
/* ckeditor5-block-quote/theme/blockquote.css */
|
|
|
|
|
.ck-content blockquote {
|
|
|
|
|
overflow: hidden;
|
|
|
|
|
padding-right: 1.5em;
|
|
|
|
|
padding-left: 1.5em;
|
|
|
|
|
margin-left: 0;
|
|
|
|
|
margin-right: 0;
|
|
|
|
|
font-style: italic;
|
|
|
|
|
border-left: solid 5px hsl(0, 0%, 80%);
|
|
|
|
|
}
|
|
|
|
|
/* ckeditor5-block-quote/theme/blockquote.css */
|
|
|
|
|
.ck-content[dir="rtl"] blockquote {
|
|
|
|
|
border-left: 0;
|
|
|
|
|
border-right: solid 5px hsl(0, 0%, 80%);
|
|
|
|
|
}
|
|
|
|
|
/* ckeditor5-highlight/theme/highlight.css */
|
|
|
|
|
.ck-content .marker-yellow {
|
|
|
|
|
background-color: var(--ck-highlight-marker-yellow);
|
|
|
|
|
@ -128,6 +128,20 @@
|
|
|
|
|
flex-shrink: 1;
|
|
|
|
|
max-width: 100%;
|
|
|
|
|
}
|
|
|
|
|
/* 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/imagecaption.css */
|
|
|
|
|
.ck-content .image > figcaption {
|
|
|
|
|
display: table-caption;
|
|
|
|
|
@ -200,20 +214,6 @@
|
|
|
|
|
.ck-content .image-inline.image-style-align-right {
|
|
|
|
|
margin-left: var(--ck-inline-image-style-spacing);
|
|
|
|
|
}
|
|
|
|
|
/* 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-language/theme/language.css */
|
|
|
|
|
.ck-content span[lang] {
|
|
|
|
|
font-style: italic;
|
|
|
|
|
@ -361,6 +361,19 @@
|
|
|
|
|
.ck-content[dir="ltr"] .table th {
|
|
|
|
|
text-align: left;
|
|
|
|
|
}
|
|
|
|
|
/* ckeditor5-table/theme/tablecolumnresize.css */
|
|
|
|
|
.ck-content .table .ck-table-resized {
|
|
|
|
|
table-layout: fixed;
|
|
|
|
|
}
|
|
|
|
|
/* ckeditor5-table/theme/tablecolumnresize.css */
|
|
|
|
|
.ck-content .table table {
|
|
|
|
|
overflow: hidden;
|
|
|
|
|
}
|
|
|
|
|
/* ckeditor5-table/theme/tablecolumnresize.css */
|
|
|
|
|
.ck-content .table td,
|
|
|
|
|
.ck-content .table th {
|
|
|
|
|
position: relative;
|
|
|
|
|
}
|
|
|
|
|
/* ckeditor5-table/theme/tablecaption.css */
|
|
|
|
|
.ck-content .table > figcaption {
|
|
|
|
|
display: table-caption;
|
|
|
|
|
|