|
@@ -19,14 +19,17 @@
|
|
|
--------------------------------------------------------------*/
|
|
|
|
|
|
.edit-post-visual-editor .editor-block-list__block,
|
|
|
-.edit-post-visual-editor .editor-block-list__block p:not(.wp-block-cover-text),
|
|
|
+.edit-post-visual-editor .editor-block-list__block p,
|
|
|
.editor-default-block-appender input[type="text"].editor-default-block-appender__content {
|
|
|
- color: #555;
|
|
|
font-family: "Rubik", "Helvetica Neue", sans-serif;
|
|
|
font-size: 17px;
|
|
|
line-height: 1.5;
|
|
|
}
|
|
|
|
|
|
+.edit-post-visual-editor .editor-block-list__block {
|
|
|
+ color: #555;
|
|
|
+}
|
|
|
+
|
|
|
.alignleft,
|
|
|
.editor-block-list__layout .editor-block-list__block[data-align=left] .editor-block-list__block-edit {
|
|
|
display: inline;
|
|
@@ -373,7 +376,7 @@
|
|
|
padding-right: 40px;
|
|
|
}
|
|
|
|
|
|
-.edit-post-visual-editor .editor-block-list__block blockquote p:not(.wp-block-cover-text) {
|
|
|
+.edit-post-visual-editor .editor-block-list__block blockquote p {
|
|
|
font-family: "Libre Baskerville", Georgia, serif;
|
|
|
font-style: italic;
|
|
|
font-size: 18px;
|
|
@@ -441,6 +444,17 @@
|
|
|
font-style: normal;
|
|
|
}
|
|
|
|
|
|
+/* Cover */
|
|
|
+
|
|
|
+.edit-post-visual-editor .editor-block-list__block .wp-block-cover-image .wp-block-cover-image-text,
|
|
|
+.edit-post-visual-editor .editor-block-list__block .wp-block-cover-image .wp-block-cover-text,
|
|
|
+.edit-post-visual-editor .editor-block-list__block .wp-block-cover-image h2,
|
|
|
+.edit-post-visual-editor .editor-block-list__block .wp-block-cover .wp-block-cover-image-text,
|
|
|
+.edit-post-visual-editor .editor-block-list__block .wp-block-cover .wp-block-cover-text,
|
|
|
+.edit-post-visual-editor .editor-block-list__block .wp-block-cover h2 {
|
|
|
+ font-size: 2.0em; /* Cover images inherit the paragraph size; this resets it */
|
|
|
+}
|
|
|
+
|
|
|
/* File */
|
|
|
|
|
|
.wp-block-file {
|
|
@@ -537,13 +551,13 @@
|
|
|
border: 0;
|
|
|
}
|
|
|
|
|
|
-.edit-post-visual-editor .editor-block-list__block .wp-block-pullquote blockquote p:not(.wp-block-cover-text) {
|
|
|
+.edit-post-visual-editor .editor-block-list__block .wp-block-pullquote blockquote p {
|
|
|
font-size: 28px;
|
|
|
line-height: 45px;
|
|
|
}
|
|
|
|
|
|
-.edit-post-visual-editor .editor-block-list__block .wp-block-pullquote.alignleft blockquote p:not(.wp-block-cover-text),
|
|
|
-.edit-post-visual-editor .editor-block-list__block .wp-block-pullquote.alignright blockquote p:not(.wp-block-cover-text) {
|
|
|
+.edit-post-visual-editor .editor-block-list__block .wp-block-pullquote.alignleft blockquote p,
|
|
|
+.edit-post-visual-editor .editor-block-list__block .wp-block-pullquote.alignright blockquote p {
|
|
|
font-size: 18px;
|
|
|
line-height: 34px;
|
|
|
}
|