|
@@ -62,10 +62,14 @@
|
|
.editor-post-title__block .editor-post-title__input {
|
|
.editor-post-title__block .editor-post-title__input {
|
|
font-family: "Archivo Narrow", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
font-family: "Archivo Narrow", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
font-weight: bold;
|
|
font-weight: bold;
|
|
- clear: both;
|
|
|
|
- margin: 0 0 .8em;
|
|
|
|
line-height: 1.2;
|
|
line-height: 1.2;
|
|
- border-width: 0;
|
|
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+.editor-post-title__block:after {
|
|
|
|
+ content: "";
|
|
|
|
+ display: block;
|
|
|
|
+ border-bottom: 1px solid #eeece8;
|
|
|
|
+ margin: 0 14px;
|
|
}
|
|
}
|
|
|
|
|
|
/* Headings */
|
|
/* Headings */
|
|
@@ -130,12 +134,6 @@
|
|
margin-bottom: 1.8em;
|
|
margin-bottom: 1.8em;
|
|
}
|
|
}
|
|
|
|
|
|
-/* Images */
|
|
|
|
-
|
|
|
|
-.wp-block-image figcaption {
|
|
|
|
- text-align: center;
|
|
|
|
-}
|
|
|
|
-
|
|
|
|
/*--------------------------------------------------------------
|
|
/*--------------------------------------------------------------
|
|
2.0 General Block Styles
|
|
2.0 General Block Styles
|
|
--------------------------------------------------------------*/
|
|
--------------------------------------------------------------*/
|
|
@@ -152,6 +150,7 @@
|
|
.editor-block-list__block a,
|
|
.editor-block-list__block a,
|
|
.wp-block-freeform.block-library-rich-text__tinymce a {
|
|
.wp-block-freeform.block-library-rich-text__tinymce a {
|
|
color: #d7b221;
|
|
color: #d7b221;
|
|
|
|
+ text-decoration: none;
|
|
}
|
|
}
|
|
|
|
|
|
.edit-post-visual-editor a:hover,
|
|
.edit-post-visual-editor a:hover,
|
|
@@ -223,6 +222,12 @@
|
|
font-size: 14px;
|
|
font-size: 14px;
|
|
}
|
|
}
|
|
|
|
|
|
|
|
+/* Definition List styles */
|
|
|
|
+
|
|
|
|
+.wp-block-freeform.block-library-rich-text__tinymce dt {
|
|
|
|
+ font-weight: bold;
|
|
|
|
+}
|
|
|
|
+
|
|
/*--------------------------------------------------------------
|
|
/*--------------------------------------------------------------
|
|
3.0 Blocks - Common Blocks
|
|
3.0 Blocks - Common Blocks
|
|
--------------------------------------------------------------*/
|
|
--------------------------------------------------------------*/
|
|
@@ -230,9 +235,15 @@
|
|
/* Paragraph */
|
|
/* Paragraph */
|
|
|
|
|
|
.wp-block-paragraph.has-drop-cap:not(:focus)::first-letter {
|
|
.wp-block-paragraph.has-drop-cap:not(:focus)::first-letter {
|
|
- font-size: 141px;
|
|
|
|
- line-height: 1.1;
|
|
|
|
- margin-bottom: -40px
|
|
|
|
|
|
+ font-size: 110px;
|
|
|
|
+ line-height: 1.1;
|
|
|
|
+ margin-top: 0.1em;
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+/* Image */
|
|
|
|
+
|
|
|
|
+.wp-block-image figcaption {
|
|
|
|
+ text-align: center;
|
|
}
|
|
}
|
|
|
|
|
|
/* Quote */
|
|
/* Quote */
|
|
@@ -248,21 +259,12 @@
|
|
margin: 0 1.5em;
|
|
margin: 0 1.5em;
|
|
}
|
|
}
|
|
|
|
|
|
-.edit-post-visual-editor .editor-block-list__block blockquote p:not(.wp-block-cover-text) {
|
|
|
|
-}
|
|
|
|
-
|
|
|
|
.editor-block-list__block .wp-block-quote__citation {
|
|
.editor-block-list__block .wp-block-quote__citation {
|
|
font-style: italic;
|
|
font-style: italic;
|
|
font-size: inherit;
|
|
font-size: inherit;
|
|
color: inherit;
|
|
color: inherit;
|
|
}
|
|
}
|
|
|
|
|
|
-.rtl .editor-block-list__block .wp-block-quote:not(.is-large):not(.is-style-large) {
|
|
|
|
-}
|
|
|
|
-
|
|
|
|
-.rtl .editor-block-list__block .wp-block-quote {
|
|
|
|
-}
|
|
|
|
-
|
|
|
|
.editor-block-list__block .wp-block-quote em,
|
|
.editor-block-list__block .wp-block-quote em,
|
|
.editor-block-list__block .wp-block-quote i {
|
|
.editor-block-list__block .wp-block-quote i {
|
|
font-style: normal;
|
|
font-style: normal;
|
|
@@ -284,10 +286,6 @@
|
|
margin-bottom: .75em;
|
|
margin-bottom: .75em;
|
|
}
|
|
}
|
|
|
|
|
|
-.rtl .editor-block-list__block .wp-block-quote:not(.is-large):not(.is-style-large).alignleft,
|
|
|
|
-.rtl .editor-block-list__block .wp-block-quote:not(.is-large):not(.is-style-large).alignright {
|
|
|
|
-}
|
|
|
|
-
|
|
|
|
.wp-block-quote.is-large,
|
|
.wp-block-quote.is-large,
|
|
.wp-block-quote.is-style-large {
|
|
.wp-block-quote.is-style-large {
|
|
font-style: normal;
|
|
font-style: normal;
|
|
@@ -308,12 +306,17 @@
|
|
font-style: normal;
|
|
font-style: normal;
|
|
}
|
|
}
|
|
|
|
|
|
-/* Audio */
|
|
|
|
-
|
|
|
|
-/* Cover Images */
|
|
|
|
|
|
+.editor-block-list__block .wp-block-quote.is-large .wp-block-quote__citation,
|
|
|
|
+.editor-block-list__block .wp-block-quote.is-style-large .wp-block-quote__citation {
|
|
|
|
+ font-size: 80%;
|
|
|
|
+}
|
|
|
|
|
|
/* File */
|
|
/* File */
|
|
|
|
|
|
|
|
+.wp-block-file__textlink {
|
|
|
|
+ color: #d7b221;
|
|
|
|
+}
|
|
|
|
+
|
|
.wp-block-file .wp-block-file__button {
|
|
.wp-block-file .wp-block-file__button {
|
|
border: 0;
|
|
border: 0;
|
|
border-radius: 0;
|
|
border-radius: 0;
|
|
@@ -349,10 +352,8 @@
|
|
color: inherit;
|
|
color: inherit;
|
|
font-family: inherit;
|
|
font-family: inherit;
|
|
font-size: inherit;
|
|
font-size: inherit;
|
|
|
|
+ font-style: italic;
|
|
line-height: inherit;
|
|
line-height: inherit;
|
|
- margin-bottom: 1.5em;
|
|
|
|
- max-width: 100%;
|
|
|
|
- overflow: auto;
|
|
|
|
padding: 0;
|
|
padding: 0;
|
|
}
|
|
}
|
|
|
|
|
|
@@ -360,6 +361,8 @@
|
|
|
|
|
|
.wp-block-code {
|
|
.wp-block-code {
|
|
background: #eee;
|
|
background: #eee;
|
|
|
|
+ border: 0;
|
|
|
|
+ border-radius: 0;
|
|
font-family: "Courier 10 Pitch", Courier, monospace;
|
|
font-family: "Courier 10 Pitch", Courier, monospace;
|
|
font-size: 15px;
|
|
font-size: 15px;
|
|
line-height: 1.6;
|
|
line-height: 1.6;
|
|
@@ -584,21 +587,26 @@
|
|
|
|
|
|
/* Table */
|
|
/* Table */
|
|
|
|
|
|
-.editor-block-list__block .wp-block-table__cell-content {
|
|
|
|
|
|
+.wp-block-table__cell-content {
|
|
padding: 0;
|
|
padding: 0;
|
|
}
|
|
}
|
|
|
|
|
|
-.editor-block-list__block table.wp-block-table {
|
|
|
|
|
|
+table.wp-block-table {
|
|
width: 100%;
|
|
width: 100%;
|
|
margin: 0 0 1.5em;
|
|
margin: 0 0 1.5em;
|
|
}
|
|
}
|
|
|
|
|
|
-.editor-block-list__block table.wp-block-table td {
|
|
|
|
|
|
+table.wp-block-table td {
|
|
border: 0;
|
|
border: 0;
|
|
}
|
|
}
|
|
|
|
|
|
-.editor-block-list__block table.wp-block-table th {
|
|
|
|
|
|
+table.wp-block-table th {
|
|
border: 0;
|
|
border: 0;
|
|
|
|
+ text-align: left;
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+.rtl table.wp-block-table th {
|
|
|
|
+ text-align: right;
|
|
}
|
|
}
|
|
|
|
|
|
/*--------------------------------------------------------------
|
|
/*--------------------------------------------------------------
|
|
@@ -704,4 +712,4 @@
|
|
|
|
|
|
.edit-post-visual-editor .wp-block-latest-posts.is-grid li {
|
|
.edit-post-visual-editor .wp-block-latest-posts.is-grid li {
|
|
margin-bottom: 1em;
|
|
margin-bottom: 1em;
|
|
-}
|
|
|
|
|
|
+}
|