|
|
@@ -48,12 +48,18 @@ Below there is a full list of content styles used by the editor features. You ca
|
|
|
|
|
|
```css
|
|
|
/*
|
|
|
- * CKEditor 5 (v12.4.0) content styles.
|
|
|
- * Generated on Mon, 21 Oct 2019 11:34:56 GMT.
|
|
|
+ * CKEditor 5 (v15.0.0) content styles.
|
|
|
+ * Generated on Tue, 29 Oct 2019 08:39:09 GMT.
|
|
|
* For more information, check out https://ckeditor.com/docs/ckeditor5/latest/builds/guides/integration/content-styles.html
|
|
|
*/
|
|
|
|
|
|
:root {
|
|
|
+ --ck-highlight-marker-blue: #72cdfd;
|
|
|
+ --ck-highlight-marker-green: #63f963;
|
|
|
+ --ck-highlight-marker-pink: #fc7999;
|
|
|
+ --ck-highlight-marker-yellow: #fdfd77;
|
|
|
+ --ck-highlight-pen-green: #118800;
|
|
|
+ --ck-highlight-pen-red: #e91313;
|
|
|
--ck-image-style-spacing: 1.5em;
|
|
|
--ck-todo-list-checkmark-size: 16px;
|
|
|
}
|
|
|
@@ -64,20 +70,6 @@ Below there is a full list of content styles used by the editor features. You ca
|
|
|
padding: .15em;
|
|
|
border-radius: 2px;
|
|
|
}
|
|
|
-/* ckeditor5-image/theme/image.css */
|
|
|
-.ck-content .image {
|
|
|
- display: table;
|
|
|
- clear: both;
|
|
|
- text-align: center;
|
|
|
- margin: 1em auto;
|
|
|
-}
|
|
|
-/* ckeditor5-image/theme/image.css */
|
|
|
-.ck-content .image > img {
|
|
|
- display: block;
|
|
|
- margin: 0 auto;
|
|
|
- max-width: 100%;
|
|
|
- min-width: 50px;
|
|
|
-}
|
|
|
/* ckeditor5-image/theme/imagecaption.css */
|
|
|
.ck-content .image > figcaption {
|
|
|
display: table-caption;
|
|
|
@@ -103,12 +95,19 @@ Below there is a full list of content styles used by the editor features. You ca
|
|
|
.ck-content .image.image_resized > figcaption {
|
|
|
display: block;
|
|
|
}
|
|
|
-/* ckeditor5-media-embed/theme/mediaembed.css */
|
|
|
-.ck-content .media {
|
|
|
+/* ckeditor5-image/theme/image.css */
|
|
|
+.ck-content .image {
|
|
|
+ display: table;
|
|
|
clear: both;
|
|
|
- margin: 1em 0;
|
|
|
+ text-align: center;
|
|
|
+ margin: 1em auto;
|
|
|
+}
|
|
|
+/* ckeditor5-image/theme/image.css */
|
|
|
+.ck-content .image > img {
|
|
|
display: block;
|
|
|
- min-width: 15em;
|
|
|
+ margin: 0 auto;
|
|
|
+ max-width: 100%;
|
|
|
+ min-width: 50px;
|
|
|
}
|
|
|
/* ckeditor5-list/theme/todolist.css */
|
|
|
.ck-content .todo-list {
|
|
|
@@ -177,28 +176,39 @@ 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 {
|
|
|
vertical-align: middle;
|
|
|
}
|
|
|
-/* ckeditor5-table/theme/table.css */
|
|
|
-.ck-content .table {
|
|
|
- margin: 1em auto;
|
|
|
- display: table;
|
|
|
+/* ckeditor5-media-embed/theme/mediaembed.css */
|
|
|
+.ck-content .media {
|
|
|
+ clear: both;
|
|
|
+ margin: 1em 0;
|
|
|
+ display: block;
|
|
|
+ min-width: 15em;
|
|
|
}
|
|
|
-/* ckeditor5-table/theme/table.css */
|
|
|
-.ck-content .table table {
|
|
|
- border-collapse: collapse;
|
|
|
- border-spacing: 0;
|
|
|
- border: 1px double hsl(0, 0%, 70%);
|
|
|
+/* ckeditor5-image/theme/imagestyle.css */
|
|
|
+.ck-content .image-style-side,
|
|
|
+.ck-content .image-style-align-left,
|
|
|
+.ck-content .image-style-align-center,
|
|
|
+.ck-content .image-style-align-right {
|
|
|
+ max-width: 50%;
|
|
|
}
|
|
|
-/* ckeditor5-table/theme/table.css */
|
|
|
-.ck-content .table table td,
|
|
|
-.ck-content .table table th {
|
|
|
- min-width: 2em;
|
|
|
- padding: .4em;
|
|
|
- border-color: hsl(0, 0%, 85%);
|
|
|
+/* ckeditor5-image/theme/imagestyle.css */
|
|
|
+.ck-content .image-style-side {
|
|
|
+ float: right;
|
|
|
+ margin-left: var(--ck-image-style-spacing);
|
|
|
}
|
|
|
-/* ckeditor5-table/theme/table.css */
|
|
|
-.ck-content .table table th {
|
|
|
- font-weight: bold;
|
|
|
- background: hsl(0, 0%, 98%);
|
|
|
+/* ckeditor5-image/theme/imagestyle.css */
|
|
|
+.ck-content .image-style-align-left {
|
|
|
+ float: left;
|
|
|
+ margin-right: var(--ck-image-style-spacing);
|
|
|
+}
|
|
|
+/* ckeditor5-image/theme/imagestyle.css */
|
|
|
+.ck-content .image-style-align-center {
|
|
|
+ margin-left: auto;
|
|
|
+ margin-right: auto;
|
|
|
+}
|
|
|
+/* ckeditor5-image/theme/imagestyle.css */
|
|
|
+.ck-content .image-style-align-right {
|
|
|
+ float: right;
|
|
|
+ margin-left: var(--ck-image-style-spacing);
|
|
|
}
|
|
|
/* ckeditor5-page-break/theme/pagebreak.css */
|
|
|
.ck-content .page-break {
|
|
|
@@ -236,33 +246,6 @@ Below there is a full list of content styles used by the editor features. You ca
|
|
|
-ms-user-select: none;
|
|
|
user-select: none;
|
|
|
}
|
|
|
-/* ckeditor5-image/theme/imagestyle.css */
|
|
|
-.ck-content .image-style-side,
|
|
|
-.ck-content .image-style-align-left,
|
|
|
-.ck-content .image-style-align-center,
|
|
|
-.ck-content .image-style-align-right {
|
|
|
- max-width: 50%;
|
|
|
-}
|
|
|
-/* ckeditor5-image/theme/imagestyle.css */
|
|
|
-.ck-content .image-style-side {
|
|
|
- float: right;
|
|
|
- margin-left: var(--ck-image-style-spacing);
|
|
|
-}
|
|
|
-/* ckeditor5-image/theme/imagestyle.css */
|
|
|
-.ck-content .image-style-align-left {
|
|
|
- float: left;
|
|
|
- margin-right: var(--ck-image-style-spacing);
|
|
|
-}
|
|
|
-/* ckeditor5-image/theme/imagestyle.css */
|
|
|
-.ck-content .image-style-align-center {
|
|
|
- margin-left: auto;
|
|
|
- margin-right: auto;
|
|
|
-}
|
|
|
-/* ckeditor5-image/theme/imagestyle.css */
|
|
|
-.ck-content .image-style-align-right {
|
|
|
- float: right;
|
|
|
- margin-left: var(--ck-image-style-spacing);
|
|
|
-}
|
|
|
/* ckeditor5-block-quote/theme/blockquote.css */
|
|
|
.ck-content blockquote {
|
|
|
overflow: hidden;
|
|
|
@@ -285,6 +268,55 @@ Below there is a full list of content styles used by the editor features. You ca
|
|
|
border-color: hsl(0, 0%, 37%);
|
|
|
margin: 0;
|
|
|
}
|
|
|
+/* ckeditor5-table/theme/table.css */
|
|
|
+.ck-content .table {
|
|
|
+ margin: 1em auto;
|
|
|
+ display: table;
|
|
|
+}
|
|
|
+/* ckeditor5-table/theme/table.css */
|
|
|
+.ck-content .table table {
|
|
|
+ border-collapse: collapse;
|
|
|
+ border-spacing: 0;
|
|
|
+ border: 1px double hsl(0, 0%, 70%);
|
|
|
+}
|
|
|
+/* ckeditor5-table/theme/table.css */
|
|
|
+.ck-content .table table td,
|
|
|
+.ck-content .table table th {
|
|
|
+ min-width: 2em;
|
|
|
+ padding: .4em;
|
|
|
+ border-color: hsl(0, 0%, 85%);
|
|
|
+}
|
|
|
+/* ckeditor5-table/theme/table.css */
|
|
|
+.ck-content .table table th {
|
|
|
+ font-weight: bold;
|
|
|
+ background: hsl(0, 0%, 98%);
|
|
|
+}
|
|
|
+/* ckeditor5-highlight/theme/highlight.css */
|
|
|
+.ck-content .marker-yellow {
|
|
|
+ background-color: var(--ck-highlight-marker-yellow);
|
|
|
+}
|
|
|
+/* ckeditor5-highlight/theme/highlight.css */
|
|
|
+.ck-content .marker-green {
|
|
|
+ background-color: var(--ck-highlight-marker-green);
|
|
|
+}
|
|
|
+/* ckeditor5-highlight/theme/highlight.css */
|
|
|
+.ck-content .marker-pink {
|
|
|
+ background-color: var(--ck-highlight-marker-pink);
|
|
|
+}
|
|
|
+/* ckeditor5-highlight/theme/highlight.css */
|
|
|
+.ck-content .marker-blue {
|
|
|
+ background-color: var(--ck-highlight-marker-blue);
|
|
|
+}
|
|
|
+/* ckeditor5-highlight/theme/highlight.css */
|
|
|
+.ck-content .pen-red {
|
|
|
+ color: var(--ck-highlight-pen-red);
|
|
|
+ background-color: transparent;
|
|
|
+}
|
|
|
+/* ckeditor5-highlight/theme/highlight.css */
|
|
|
+.ck-content .pen-green {
|
|
|
+ color: var(--ck-highlight-pen-green);
|
|
|
+ background-color: transparent;
|
|
|
+}
|
|
|
@media print {
|
|
|
/* ckeditor5-page-break/theme/pagebreak.css */
|
|
|
.ck-content .page-break {
|