|
@@ -48,8 +48,8 @@ Below there is a full list of content styles used by the editor features. You ca
|
|
|
|
|
|
|
|
```css
|
|
```css
|
|
|
/*
|
|
/*
|
|
|
- * CKEditor 5 (v22.0.0) content styles.
|
|
|
|
|
- * Generated on Thu, 27 Aug 2020 12:13:06 GMT.
|
|
|
|
|
|
|
+ * CKEditor 5 (v23.0.0) content styles.
|
|
|
|
|
+ * Generated on Wed, 30 Sep 2020 10:17:57 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
|
|
|
*/
|
|
*/
|
|
|
|
|
|
|
@@ -113,6 +113,28 @@ Below there is a full list of content styles used by the editor features. You ca
|
|
|
float: right;
|
|
float: right;
|
|
|
margin-left: var(--ck-image-style-spacing);
|
|
margin-left: var(--ck-image-style-spacing);
|
|
|
}
|
|
}
|
|
|
|
|
+/* 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-horizontal-line/theme/horizontalline.css */
|
|
|
|
|
+.ck-content hr {
|
|
|
|
|
+ margin: 15px 0;
|
|
|
|
|
+ height: 4px;
|
|
|
|
|
+ background: hsl(0, 0%, 87%);
|
|
|
|
|
+ border: 0;
|
|
|
|
|
+}
|
|
|
/* ckeditor5-image/theme/image.css */
|
|
/* ckeditor5-image/theme/image.css */
|
|
|
.ck-content .image {
|
|
.ck-content .image {
|
|
|
display: table;
|
|
display: table;
|
|
@@ -174,21 +196,6 @@ Below there is a full list of content styles used by the editor features. You ca
|
|
|
.ck-content .text-huge {
|
|
.ck-content .text-huge {
|
|
|
font-size: 1.8em;
|
|
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-table/theme/table.css */
|
|
/* ckeditor5-table/theme/table.css */
|
|
|
.ck-content .table {
|
|
.ck-content .table {
|
|
|
margin: 1em auto;
|
|
margin: 1em auto;
|
|
@@ -332,13 +339,6 @@ Below there is a full list of content styles used by the editor features. You ca
|
|
|
.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-horizontal-line/theme/horizontalline.css */
|
|
|
|
|
-.ck-content hr {
|
|
|
|
|
- margin: 15px 0;
|
|
|
|
|
- height: 4px;
|
|
|
|
|
- background: hsl(0, 0%, 87%);
|
|
|
|
|
- border: 0;
|
|
|
|
|
-}
|
|
|
|
|
/* ckeditor5-code-block/theme/codeblock.css */
|
|
/* ckeditor5-code-block/theme/codeblock.css */
|
|
|
.ck-content pre {
|
|
.ck-content pre {
|
|
|
padding: 1em;
|
|
padding: 1em;
|