|
|
@@ -48,8 +48,8 @@ Below there is a full list of content styles used by the editor features. You ca
|
|
|
|
|
|
```css
|
|
|
/*
|
|
|
- * CKEditor 5 (v15.0.0) content styles.
|
|
|
- * Generated on Wed, 27 Nov 2019 13:26:13 GMT.
|
|
|
+ * CKEditor 5 (v16.0.0) content styles.
|
|
|
+ * Generated on Thu, 13 Feb 2020 14:40:38 GMT.
|
|
|
* For more information, check out https://ckeditor.com/docs/ckeditor5/latest/builds/guides/integration/content-styles.html
|
|
|
*/
|
|
|
|
|
|
@@ -131,19 +131,18 @@ 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-image/theme/image.css */
|
|
|
-.ck-content .image {
|
|
|
- display: table;
|
|
|
+/* ckeditor5-media-embed/theme/mediaembed.css */
|
|
|
+.ck-content .media {
|
|
|
clear: both;
|
|
|
- text-align: center;
|
|
|
- margin: 1em auto;
|
|
|
-}
|
|
|
-/* ckeditor5-image/theme/image.css */
|
|
|
-.ck-content .image > img {
|
|
|
+ margin: 1em 0;
|
|
|
display: block;
|
|
|
- margin: 0 auto;
|
|
|
- max-width: 100%;
|
|
|
- min-width: 50px;
|
|
|
+ min-width: 15em;
|
|
|
+}
|
|
|
+/* ckeditor5-basic-styles/theme/code.css */
|
|
|
+.ck-content code {
|
|
|
+ background-color: hsla(0, 0%, 78%, 0.3);
|
|
|
+ padding: .15em;
|
|
|
+ border-radius: 2px;
|
|
|
}
|
|
|
/* ckeditor5-block-quote/theme/blockquote.css */
|
|
|
.ck-content blockquote {
|
|
|
@@ -160,54 +159,6 @@ Below there is a full list of content styles used by the editor features. You ca
|
|
|
border-left: 0;
|
|
|
border-right: solid 5px hsl(0, 0%, 80%);
|
|
|
}
|
|
|
-/* 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,
|
|
|
-.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-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 {
|
|
|
margin: 1em auto;
|
|
|
@@ -217,6 +168,8 @@ Below there is a full list of content styles used by the editor features. You ca
|
|
|
.ck-content .table table {
|
|
|
border-collapse: collapse;
|
|
|
border-spacing: 0;
|
|
|
+ width: 100%;
|
|
|
+ height: 100%;
|
|
|
border: 1px double hsl(0, 0%, 70%);
|
|
|
}
|
|
|
/* ckeditor5-table/theme/table.css */
|
|
|
@@ -231,6 +184,45 @@ Below there is a full list of content styles used by the editor features. You ca
|
|
|
font-weight: bold;
|
|
|
background: hsl(0, 0%, 98%);
|
|
|
}
|
|
|
+/* ckeditor5-image/theme/imagecaption.css */
|
|
|
+.ck-content .image > figcaption {
|
|
|
+ display: table-caption;
|
|
|
+ caption-side: bottom;
|
|
|
+ word-break: break-word;
|
|
|
+ color: hsl(0, 0%, 20%);
|
|
|
+ background-color: hsl(0, 0%, 97%);
|
|
|
+ padding: .6em;
|
|
|
+ font-size: .75em;
|
|
|
+ outline-offset: -1px;
|
|
|
+}
|
|
|
+/* 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/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);
|
|
|
@@ -257,6 +249,33 @@ Below there is a full list of content styles used by the editor features. You ca
|
|
|
color: var(--ck-highlight-pen-green);
|
|
|
background-color: transparent;
|
|
|
}
|
|
|
+/* 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-page-break/theme/pagebreak.css */
|
|
|
.ck-content .page-break {
|
|
|
position: relative;
|
|
|
@@ -293,23 +312,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-basic-styles/theme/code.css */
|
|
|
-.ck-content code {
|
|
|
- background-color: hsla(0, 0%, 78%, 0.3);
|
|
|
- padding: .15em;
|
|
|
- border-radius: 2px;
|
|
|
-}
|
|
|
-/* ckeditor5-image/theme/imagecaption.css */
|
|
|
-.ck-content .image > figcaption {
|
|
|
- display: table-caption;
|
|
|
- caption-side: bottom;
|
|
|
- word-break: break-word;
|
|
|
- color: hsl(0, 0%, 20%);
|
|
|
- background-color: hsl(0, 0%, 97%);
|
|
|
- padding: .6em;
|
|
|
- font-size: .75em;
|
|
|
- outline-offset: -1px;
|
|
|
-}
|
|
|
/* ckeditor5-horizontal-line/theme/horizontalline.css */
|
|
|
.ck-content hr {
|
|
|
border-width: 1px 0 0;
|