|
@@ -22,14 +22,13 @@
|
|
|
.edit-post-visual-editor .editor-block-list__block,
|
|
|
.edit-post-visual-editor .editor-block-list__block p:not(.wp-block-cover-text),
|
|
|
.editor-default-block-appender input[type="text"].editor-default-block-appender__content {
|
|
|
- color: #444340;
|
|
|
- font-family: "Source Sans Pro", Helvetica, sans-serif;
|
|
|
- font-size: 16px;
|
|
|
- font-weight: 300;
|
|
|
- line-height: 1.6;
|
|
|
+ color: #7f8d8c;
|
|
|
+ font-family: "Source Sans Pro", sans-serif;
|
|
|
+ line-height: 1.5;
|
|
|
+ font-size: 22px;
|
|
|
}
|
|
|
|
|
|
-@media screen and (min-width: 850px) {
|
|
|
+@media screen and (max-width: 767px) {
|
|
|
.edit-post-visual-editor .editor-block-list__block,
|
|
|
.edit-post-visual-editor .editor-block-list__block p:not(.wp-block-cover-text),
|
|
|
.editor-default-block-appender input[type="text"].editor-default-block-appender__content {
|
|
@@ -38,23 +37,51 @@
|
|
|
}
|
|
|
|
|
|
.alignleft {
|
|
|
- margin-right: 1.6em;
|
|
|
+ display: inline;
|
|
|
+ float: left;
|
|
|
+ margin: 20px 40px 20px 0;
|
|
|
+}
|
|
|
+
|
|
|
+@media screen and (min-width: 1220px) {
|
|
|
+ .alignleft {
|
|
|
+ margin-left: -130px;
|
|
|
+ }
|
|
|
+ .alignleft + .alignleft {
|
|
|
+ margin-left: 0;
|
|
|
+ }
|
|
|
}
|
|
|
|
|
|
.alignright {
|
|
|
- margin-left: 1.6em;
|
|
|
+ display: inline;
|
|
|
+ float: right;
|
|
|
+ margin: 20px 0 40px 20px;
|
|
|
+}
|
|
|
+
|
|
|
+@media screen and (min-width: 1220px) {
|
|
|
+ .alignright {
|
|
|
+ margin-right: -130px;
|
|
|
+ }
|
|
|
+ .alignright + .alignright {
|
|
|
+ margin-right: 0;
|
|
|
+ }
|
|
|
+}
|
|
|
+
|
|
|
+.aligncenter {
|
|
|
+ clear: both;
|
|
|
+ display: block;
|
|
|
+ margin: 0 auto;
|
|
|
}
|
|
|
|
|
|
/* Title */
|
|
|
|
|
|
.editor-post-title__block .editor-post-title__input {
|
|
|
clear: both;
|
|
|
- font-family: "Yrsa", sans-serif;
|
|
|
- margin-bottom: .8em;
|
|
|
- font-size: 23px;
|
|
|
- font-weight: normal;
|
|
|
- line-height: 1.1;
|
|
|
- margin-bottom: 0.2em;
|
|
|
+ margin-bottom: 20px;
|
|
|
+ color: #24282d;
|
|
|
+ font-family: "Source Sans Pro", sans-serif;
|
|
|
+ font-weight: 900;
|
|
|
+ text-transform: uppercase;
|
|
|
+ font-size: 1.2em;
|
|
|
}
|
|
|
|
|
|
@media screen and ( min-width: 850px ) {
|
|
@@ -72,82 +99,84 @@
|
|
|
.edit-post-visual-editor h5,
|
|
|
.edit-post-visual-editor h6 {
|
|
|
clear: both;
|
|
|
- font-family: "Yrsa", sans-serif;
|
|
|
- font-weight: 300;
|
|
|
- margin-bottom: .8em;
|
|
|
+ margin-bottom: 20px;
|
|
|
+ color: #24282d;
|
|
|
+ font-family: "Source Sans Pro", sans-serif;
|
|
|
+ font-weight: bold;
|
|
|
}
|
|
|
|
|
|
.edit-post-visual-editor h1 {
|
|
|
- font-size: 29px;
|
|
|
- line-height: 1.1;
|
|
|
- margin-bottom: 0.2em;
|
|
|
+ font-size: 1.8em;
|
|
|
+ line-height: 1.2;
|
|
|
}
|
|
|
|
|
|
.edit-post-visual-editor h2 {
|
|
|
- font-size: 23px;
|
|
|
- margin-bottom: 0.4em;
|
|
|
+ font-size: 1.6em;
|
|
|
+ line-height: 1.3;
|
|
|
}
|
|
|
|
|
|
.edit-post-visual-editor h3 {
|
|
|
- font-size: 18px;
|
|
|
+ font-size: 1.4em;
|
|
|
+ line-height: 1.4;
|
|
|
}
|
|
|
|
|
|
.edit-post-visual-editor h4 {
|
|
|
- font-size: 16px;
|
|
|
+ font-size: 1.2em;
|
|
|
}
|
|
|
|
|
|
.edit-post-visual-editor h5 {
|
|
|
- font-size: 15px;
|
|
|
+ font-size: 1em;
|
|
|
}
|
|
|
|
|
|
.edit-post-visual-editor h6 {
|
|
|
- font-size: 14px;
|
|
|
+ font-size: 0.8em;
|
|
|
}
|
|
|
|
|
|
-@media screen and (min-width: 850px) {
|
|
|
-
|
|
|
+@media screen and (max-width: 767px) {
|
|
|
.edit-post-visual-editor h1 {
|
|
|
- font-size: 47px;
|
|
|
- line-height: 1.1;
|
|
|
- margin-bottom: 0.2em;
|
|
|
+ font-size: 1.7em;
|
|
|
}
|
|
|
|
|
|
.edit-post-visual-editor h2 {
|
|
|
- font-size: 29px;
|
|
|
- margin-bottom: 0.4em;
|
|
|
+ font-size: 1.5em;
|
|
|
}
|
|
|
|
|
|
.edit-post-visual-editor h3 {
|
|
|
- font-size: 23px;
|
|
|
+ font-size: 1.3em;
|
|
|
}
|
|
|
|
|
|
.edit-post-visual-editor h4 {
|
|
|
- font-size: 18px;
|
|
|
+ font-size: 1.1em;
|
|
|
}
|
|
|
|
|
|
.edit-post-visual-editor h5 {
|
|
|
- font-size: 16px;
|
|
|
+ font-size: .9em;
|
|
|
}
|
|
|
|
|
|
.edit-post-visual-editor h6 {
|
|
|
- font-size: 15px;
|
|
|
+ font-size: .7em;
|
|
|
}
|
|
|
}
|
|
|
|
|
|
/* Paragraphs */
|
|
|
|
|
|
.edit-post-visual-editor p {
|
|
|
- margin: 0 0 1.6em;
|
|
|
+ margin: 0 0 40px;
|
|
|
}
|
|
|
|
|
|
.edit-post-visual-editor blockquote p {
|
|
|
- margin-bottom: 1.6em;
|
|
|
+ margin-bottom: 40px;
|
|
|
}
|
|
|
|
|
|
/* Images */
|
|
|
|
|
|
.wp-block-image figcaption {
|
|
|
- font-size: 15px;
|
|
|
+ margin: 10px 0 0;
|
|
|
+ text-align: center;
|
|
|
+ color: #7f8d8c;
|
|
|
+ font-family: "PT Serif", serif;
|
|
|
+ font-size: 0.73em;
|
|
|
+ line-height: 1.3;
|
|
|
font-style: italic;
|
|
|
text-align: center;
|
|
|
}
|
|
@@ -173,8 +202,7 @@
|
|
|
.edit-post-visual-editor a,
|
|
|
.editor-block-list__block a,
|
|
|
.wp-block-freeform.block-library-rich-text__tinymce a {
|
|
|
- color: #15b6b8;
|
|
|
- text-decoration: none;
|
|
|
+ color: #e06d5e;
|
|
|
}
|
|
|
|
|
|
.edit-post-visual-editor a:hover,
|
|
@@ -186,8 +214,7 @@
|
|
|
.wp-block-freeform.block-library-rich-text__tinymce a:hover,
|
|
|
.wp-block-freeform.block-library-rich-text__tinymce a:focus,
|
|
|
.wp-block-freeform.block-library-rich-text__tinymce a:active {
|
|
|
- color: #a8a6a1;
|
|
|
- text-decoration: none;
|
|
|
+ color: #7f8d8c;
|
|
|
}
|
|
|
|
|
|
/* List styles */
|
|
@@ -198,28 +225,25 @@
|
|
|
.edit-post-visual-editor ol,
|
|
|
.editor-block-list__block ol,
|
|
|
.block-library-list ol {
|
|
|
- margin: 0 0 1.6em 1.6em;
|
|
|
+ margin: 0 0 20px;
|
|
|
+ padding: 0;
|
|
|
+}
|
|
|
+
|
|
|
+.block-library-list .editor-rich-text__tinymce {
|
|
|
+ margin: 0;
|
|
|
padding: 0;
|
|
|
}
|
|
|
|
|
|
.edit-post-visual-editor ul:not(.wp-block-gallery),
|
|
|
.editor-block-list__block ul:not(.wp-block-gallery),
|
|
|
.block-library-list ul {
|
|
|
- list-style: disc;
|
|
|
+ list-style: disc inside;
|
|
|
}
|
|
|
|
|
|
.edit-post-visual-editor ol,
|
|
|
.editor-block-list__block ol,
|
|
|
.block-library-list ol {
|
|
|
- list-style: decimal;
|
|
|
-}
|
|
|
-
|
|
|
-.edit-post-visual-editor ul:not(.wp-block-gallery) li,
|
|
|
-.editor-block-list__block ul:not(.wp-block-gallery) li,
|
|
|
-.edit-post-visual-editor ol li,
|
|
|
-.editor-block-list__block ol li,
|
|
|
-.block-library-list li {
|
|
|
- margin-bottom: 0;
|
|
|
+ list-style: decimal inside;
|
|
|
}
|
|
|
|
|
|
.edit-post-visual-editor ul:not(.wp-block-gallery) li > ul,
|
|
@@ -229,7 +253,18 @@
|
|
|
.editor-block-list__block li > ol,
|
|
|
.block-library-list li > ol {
|
|
|
margin-bottom: 0;
|
|
|
- margin-left: 1em;
|
|
|
+ margin-left: 40px;
|
|
|
+}
|
|
|
+
|
|
|
+@media screen and (max-width: 767px) {
|
|
|
+ .edit-post-visual-editor ul:not(.wp-block-gallery) li > ul,
|
|
|
+ .editor-block-list__block ul:not(.wp-block-gallery) li > ul,
|
|
|
+ .block-library-list li > ul,
|
|
|
+ .edit-post-visual-editor li > ol,
|
|
|
+ .editor-block-list__block li > ol,
|
|
|
+ .block-library-list li > ol {
|
|
|
+ margin-left: 20px;
|
|
|
+ }
|
|
|
}
|
|
|
|
|
|
.rtl .edit-post-visual-editor ul:not(.wp-block-gallery),
|
|
@@ -239,24 +274,34 @@
|
|
|
.rtl .editor-block-list__block ol,
|
|
|
.rtl .block-library-list ol {
|
|
|
margin-left: 0;
|
|
|
- margin-right: 1em;
|
|
|
+ margin-right: 40px;
|
|
|
padding: 0;
|
|
|
}
|
|
|
|
|
|
-.rtl .edit-post-visual-editor ol,
|
|
|
-.rtl .editor-block-list__block ol,
|
|
|
-.rtl .block-library-list ol {
|
|
|
- margin-left: 0;
|
|
|
- margin-right: 1.6em;
|
|
|
+@media screen and (max-width: 767px) {
|
|
|
+ .rtl .edit-post-visual-editor ul:not(.wp-block-gallery),
|
|
|
+ .rtl .editor-block-list__block ul:not(.wp-block-gallery),
|
|
|
+ .rtl .block-library-list ul,
|
|
|
+ .rtl .edit-post-visual-editor ol,
|
|
|
+ .rtl .editor-block-list__block ol,
|
|
|
+ .rtl .block-library-list ol {
|
|
|
+ margin-left: 0;
|
|
|
+ margin-right: 20px;
|
|
|
+ padding: 0;
|
|
|
+ }
|
|
|
}
|
|
|
|
|
|
/* Captions */
|
|
|
|
|
|
[class^="wp-block-"] figcaption {
|
|
|
- color: #686868;
|
|
|
+ margin: 10px 0 0;
|
|
|
+ text-align: center;
|
|
|
+ color: #7f8d8c;
|
|
|
+ font-family: "PT Serif", serif;
|
|
|
+ font-size: 0.73em;
|
|
|
+ line-height: 1.3;
|
|
|
font-style: italic;
|
|
|
- line-height: 1.6153846154;
|
|
|
- padding-top: 0.5384615385em;
|
|
|
+ text-align: center;
|
|
|
}
|
|
|
|
|
|
/*--------------------------------------------------------------
|
|
@@ -266,7 +311,7 @@
|
|
|
/* Paragraph */
|
|
|
|
|
|
.wp-block-paragraph.has-drop-cap:not(:focus)::first-letter {
|
|
|
- font-size: 64px;
|
|
|
+ font-size: 124px;
|
|
|
}
|
|
|
|
|
|
.rtl .wp-block-paragraph.has-drop-cap:not(:focus)::first-letter {
|
|
@@ -275,67 +320,51 @@
|
|
|
/* Quote */
|
|
|
|
|
|
.editor-block-list__block .wp-block-quote:not(.is-large):not(.is-style-large) {
|
|
|
- border: 0;
|
|
|
- padding-left: 2.4em;
|
|
|
- padding-right: 0;
|
|
|
+ margin: 0;
|
|
|
+ padding-left: 40px;
|
|
|
+ border-left: 2px solid #e06d5e;
|
|
|
}
|
|
|
|
|
|
.editor-block-list__block .wp-block-quote {
|
|
|
- border: none;
|
|
|
- margin-left: 0;
|
|
|
- margin-bottom: 1.6em;
|
|
|
- padding-left: 2.4em;
|
|
|
- padding-right: 0;
|
|
|
- position: relative;
|
|
|
+ padding-left: 40px;
|
|
|
+ margin: 0;
|
|
|
+ font-family: "PT Serif", serif;
|
|
|
+ font-size: 26px;
|
|
|
+ border-left: 2px solid #e06d5e;
|
|
|
+}
|
|
|
+
|
|
|
+@media screen and (max-width: 767px) {
|
|
|
+ .editor-block-list__block .wp-block-quote {
|
|
|
+ padding-left: 20px;
|
|
|
+ font-size: 21px;
|
|
|
+ }
|
|
|
}
|
|
|
|
|
|
.edit-post-visual-editor .editor-block-list__block blockquote p:not(.wp-block-cover-text) {
|
|
|
- font-family: "Yrsa", Georgia, serif;
|
|
|
- font-size: 23px;
|
|
|
+ font-family: "PT Serif", serif;
|
|
|
+ font-size: 26px;
|
|
|
font-style: normal;
|
|
|
}
|
|
|
|
|
|
-.editor-block-list__block .wp-block-quote:before {
|
|
|
- color: #ccc;
|
|
|
- content: "\201C";
|
|
|
- font-family: "Yrsa", Georgia, serif;
|
|
|
- font-size: 140px;
|
|
|
- font-style: normal;
|
|
|
- line-height: 1;
|
|
|
- position: absolute;
|
|
|
- top: -5px;
|
|
|
- left: -10px;
|
|
|
+@media screen and (max-width: 767px) {
|
|
|
+ .edit-post-visual-editor .editor-block-list__block blockquote p:not(.wp-block-cover-text) {
|
|
|
+ font-size: 21px;
|
|
|
+ }
|
|
|
}
|
|
|
|
|
|
.editor-block-list__block .wp-block-quote__citation {
|
|
|
- display: block;
|
|
|
- font-family: "Source Sans Pro", Helvetica, sans-serif;
|
|
|
- font-size: 16px;
|
|
|
- font-weight: bold;
|
|
|
- margin: .4em 0;
|
|
|
- text-transform: uppercase;
|
|
|
+ font-style: italic;
|
|
|
+ font-size: 80%;
|
|
|
}
|
|
|
|
|
|
.rtl .editor-block-list__block .wp-block-quote:not(.is-large):not(.is-style-large) {
|
|
|
- padding-left: 0;
|
|
|
- padding-right: 2.4em;
|
|
|
}
|
|
|
|
|
|
.rtl .editor-block-list__block .wp-block-quote {
|
|
|
- margin-right: 0;
|
|
|
- padding-left: 0;
|
|
|
- padding-right: 2.4em;
|
|
|
-}
|
|
|
-
|
|
|
-.rtl .editor-block-list__block .wp-block-quote:before {
|
|
|
- position: absolute;
|
|
|
- left: auto;
|
|
|
- right: -10px;
|
|
|
}
|
|
|
|
|
|
.editor-block-list__block .wp-block-quote em,
|
|
|
-.editor-block-list__block .wp-block-quote i,
|
|
|
-.editor-block-list__block .wp-block-quote__citation:before {
|
|
|
+.editor-block-list__block .wp-block-quote i {
|
|
|
font-style: normal;
|
|
|
}
|
|
|
|
|
@@ -344,15 +373,15 @@
|
|
|
}
|
|
|
|
|
|
.editor-block-list__block .wp-block-quote.alignleft {
|
|
|
- margin: .8em 1.6em .8em 0;
|
|
|
+ margin: 20px 40px 20px 0;
|
|
|
}
|
|
|
|
|
|
.editor-block-list__block .wp-block-quote.alignright {
|
|
|
- margin: .8em 0 .8em 1.6em;
|
|
|
+ margin: 20px 0 20px 40px;
|
|
|
}
|
|
|
|
|
|
.editor-block-list__block .wp-block-quote.aligncenter {
|
|
|
- margin-bottom: 1.6em;
|
|
|
+ margin-bottom: 20px;
|
|
|
}
|
|
|
|
|
|
.rtl .editor-block-list__block .wp-block-quote:not(.is-large):not(.is-style-large).alignleft,
|
|
@@ -361,7 +390,7 @@
|
|
|
|
|
|
.wp-block-quote.is-large,
|
|
|
.wp-block-quote.is-style-large {
|
|
|
- padding-left: 1.6em;
|
|
|
+ padding-left: 40px;
|
|
|
}
|
|
|
|
|
|
.edit-post-visual-editor .editor-block-list__block .wp-block-quote.is-large,
|
|
@@ -374,7 +403,7 @@
|
|
|
|
|
|
.editor-block-list__block .wp-block-quote.is-large p,
|
|
|
.editor-block-list__block .wp-block-quote.is-style-large p {
|
|
|
- margin-bottom: .8em;
|
|
|
+ margin-bottom: 20px;
|
|
|
}
|
|
|
|
|
|
/* Audio */
|
|
@@ -385,26 +414,20 @@
|
|
|
|
|
|
.wp-block-file__textlink {
|
|
|
box-shadow: 0 1px 0 0 currentColor;
|
|
|
- color: #15b6b8;
|
|
|
+ color: #e06d5e;
|
|
|
}
|
|
|
|
|
|
.wp-block-file .wp-block-file__button {
|
|
|
- background-color: #15b6b8;
|
|
|
- border-style: none;
|
|
|
- color: #fff;
|
|
|
- cursor: pointer;
|
|
|
- display: inline-block;
|
|
|
- font-size: 15px;
|
|
|
- font-weight: bold;
|
|
|
- letter-spacing: 1px;
|
|
|
- line-height: 2;
|
|
|
- padding: .25em 1em .4em;
|
|
|
- text-align: center;
|
|
|
- vertical-align: middle;
|
|
|
+ padding: 10px 20px;
|
|
|
+ background: #464d4d;
|
|
|
+ border: 1px solid #464d4d;
|
|
|
+ color: white;
|
|
|
text-transform: uppercase;
|
|
|
- border-radius: 3px;
|
|
|
- box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.1);
|
|
|
- -webkit-appearance: none;
|
|
|
+ font-weight: 900;
|
|
|
+ cursor: pointer;
|
|
|
+ /* Improves usability and consistency of cursor style between image-type 'input' and others */
|
|
|
+ -webkit-appearance: button;
|
|
|
+ /* Corrects inability to style clickable 'input' types in iOS */
|
|
|
}
|
|
|
|
|
|
/*--------------------------------------------------------------
|
|
@@ -418,7 +441,7 @@
|
|
|
color: inherit;
|
|
|
font-family: inherit;
|
|
|
line-height: inherit;
|
|
|
- margin-bottom: 1.6em;
|
|
|
+ margin-bottom: 40px;
|
|
|
max-width: 100%;
|
|
|
overflow: auto;
|
|
|
padding: 0;
|
|
@@ -427,35 +450,33 @@
|
|
|
/* Code */
|
|
|
|
|
|
.wp-block-code {
|
|
|
- font-family: "Courier 10 Pitch", Courier, monospace;
|
|
|
+ padding: 0 5px 20px 5px;
|
|
|
+ background: #f1f2f3;
|
|
|
+ font-family: "Source Code Pro", monospace;
|
|
|
+ letter-spacing: -0.05em;
|
|
|
+ position: relative;
|
|
|
+ overflow: auto;
|
|
|
+ margin-bottom: 20px;
|
|
|
+ max-width: 100%;
|
|
|
}
|
|
|
|
|
|
/* Classic */
|
|
|
|
|
|
.wp-block-freeform.block-library-rich-text__tinymce blockquote {
|
|
|
- border: none;
|
|
|
- font-family: "Yrsa", Georgia, serif;
|
|
|
- font-size: 23px;
|
|
|
- font-style: normal;
|
|
|
- margin-left: 0;
|
|
|
- margin-bottom: 1.6em;
|
|
|
- padding-left: 2.4em;
|
|
|
- position: relative;
|
|
|
+ padding-left: 40px;
|
|
|
+ margin: 0;
|
|
|
+ font-family: "PT Serif", serif;
|
|
|
+ font-size: 26px;
|
|
|
+ border-left: 2px solid #e06d5e;
|
|
|
}
|
|
|
|
|
|
-.wp-block-freeform.block-library-rich-text__tinymce blockquote:before {
|
|
|
- color: #ccc;
|
|
|
- content: "\201C";
|
|
|
- font-family: "Yrsa", Georgia, serif;
|
|
|
- font-size: 140px;
|
|
|
- font-style: normal;
|
|
|
- line-height: 1;
|
|
|
- position: absolute;
|
|
|
- top: -5px;
|
|
|
- left: -10px;
|
|
|
+@media screen and (max-width: 767px) {
|
|
|
+ .wp-block-freeform.block-library-rich-text__tinymce blockquote {
|
|
|
+ padding-left: 20px;
|
|
|
+ font-size: 21px;
|
|
|
+ }
|
|
|
}
|
|
|
|
|
|
-
|
|
|
.wp-block-freeform.block-library-rich-text__tinymce blockquote p {
|
|
|
}
|
|
|
|
|
@@ -467,12 +488,7 @@
|
|
|
}
|
|
|
|
|
|
.wp-block-freeform.block-library-rich-text__tinymce blockquote cite {
|
|
|
- display: block;
|
|
|
- font-family: "Source Sans Pro", Helvetica, sans-serif;
|
|
|
- font-size: 16px;
|
|
|
- font-weight: bold;
|
|
|
- margin: .4em 0;
|
|
|
- text-transform: uppercase;
|
|
|
+ font-style: italic;
|
|
|
}
|
|
|
|
|
|
.wp-block-freeform.block-library-rich-text__tinymce blockquote cite:before {
|
|
@@ -490,14 +506,13 @@
|
|
|
.rtl .wp-block-freeform.block-library-rich-text__tinymce blockquote {
|
|
|
margin-right: 0;
|
|
|
padding-left: 0;
|
|
|
- padding-right: 2.4em;
|
|
|
+ padding-right: 40px;
|
|
|
}
|
|
|
|
|
|
-.rtl .wp-block-freeform.block-library-rich-text__tinymce blockquote:before {
|
|
|
- position: absolute;
|
|
|
- top: -5px;
|
|
|
- left: auto;
|
|
|
- right: -10px;
|
|
|
+@media screen and (max-width: 767px) {
|
|
|
+ .rtl .wp-block-freeform.block-library-rich-text__tinymce blockquote {
|
|
|
+ padding-right: 20px;
|
|
|
+ }
|
|
|
}
|
|
|
|
|
|
.rtl .wp-block-freeform.block-library-rich-text__tinymce .alignleft {
|
|
@@ -509,83 +524,93 @@
|
|
|
}
|
|
|
|
|
|
.rtl .wp-block-freeform.block-library-rich-text__tinymce blockquote.alignleft {
|
|
|
- margin: .75em 1.6em .75em 0;
|
|
|
+ margin: 20px 40px 20px 0;
|
|
|
}
|
|
|
|
|
|
.rtl .wp-block-freeform.block-library-rich-text__tinymce blockquote.alignright {
|
|
|
- margin: .75em 0 .75em 1.6em;
|
|
|
+ margin: 20px 0 20px 40px;
|
|
|
+}
|
|
|
+
|
|
|
+.wp-block-freeform.block-library-rich-text__tinymce h1,
|
|
|
+.wp-block-freeform.block-library-rich-text__tinymce h2,
|
|
|
+.wp-block-freeform.block-library-rich-text__tinymce h3,
|
|
|
+.wp-block-freeform.block-library-rich-text__tinymce h4,
|
|
|
+.wp-block-freeform.block-library-rich-text__tinymce h5,
|
|
|
+.wp-block-freeform.block-library-rich-text__tinymce h6 {
|
|
|
+ clear: both;
|
|
|
+ margin-bottom: 20px;
|
|
|
+ color: #24282d;
|
|
|
+ font-family: "Source Sans Pro", sans-serif;
|
|
|
+ font-weight: bold;
|
|
|
}
|
|
|
|
|
|
.wp-block-freeform.block-library-rich-text__tinymce h1 {
|
|
|
- font-size: 29px;
|
|
|
- line-height: 1.1;
|
|
|
- margin-bottom: 0.2em;
|
|
|
+ font-size: 1.8em;
|
|
|
+ line-height: 1.2;
|
|
|
}
|
|
|
|
|
|
.wp-block-freeform.block-library-rich-text__tinymce h2 {
|
|
|
- font-size: 23px;
|
|
|
- margin-bottom: 0.4em;
|
|
|
+ font-size: 1.6em;
|
|
|
+ line-height: 1.3;
|
|
|
}
|
|
|
|
|
|
.wp-block-freeform.block-library-rich-text__tinymce h3 {
|
|
|
- font-size: 18px;
|
|
|
+ font-size: 1.4em;
|
|
|
+ line-height: 1.4;
|
|
|
}
|
|
|
|
|
|
-.wp-block-freeform.block-library-rich-text__tinymce {
|
|
|
- font-size: 16px;
|
|
|
+.wp-block-freeform.block-library-rich-text__tinymce h4 {
|
|
|
+ font-size: 1.2em;
|
|
|
}
|
|
|
|
|
|
.wp-block-freeform.block-library-rich-text__tinymce h5 {
|
|
|
- font-size: 15px;
|
|
|
+ font-size: 1em;
|
|
|
}
|
|
|
|
|
|
.wp-block-freeform.block-library-rich-text__tinymce h6 {
|
|
|
- font-size: 14px;
|
|
|
+ font-size: 0.8em;
|
|
|
}
|
|
|
|
|
|
-@media screen and (min-width: 850px) {
|
|
|
-
|
|
|
+@media screen and (max-width: 767px) {
|
|
|
.wp-block-freeform.block-library-rich-text__tinymce h1 {
|
|
|
- font-size: 47px;
|
|
|
- line-height: 1.1;
|
|
|
- margin-bottom: 0.2em;
|
|
|
+ font-size: 1.7em;
|
|
|
}
|
|
|
|
|
|
.wp-block-freeform.block-library-rich-text__tinymce h2 {
|
|
|
- font-size: 29px;
|
|
|
- margin-bottom: 0.4em;
|
|
|
+ font-size: 1.5em;
|
|
|
}
|
|
|
|
|
|
.wp-block-freeform.block-library-rich-text__tinymce h3 {
|
|
|
- font-size: 23px;
|
|
|
+ font-size: 1.3em;
|
|
|
}
|
|
|
|
|
|
.wp-block-freeform.block-library-rich-text__tinymce h4 {
|
|
|
- font-size: 18px;
|
|
|
+ font-size: 1.1em;
|
|
|
}
|
|
|
|
|
|
.wp-block-freeform.block-library-rich-text__tinymce h5 {
|
|
|
- font-size: 16px;
|
|
|
+ font-size: .9em;
|
|
|
}
|
|
|
|
|
|
.wp-block-freeform.block-library-rich-text__tinymce h6 {
|
|
|
- font-size: 15px;
|
|
|
+ font-size: .7em;
|
|
|
}
|
|
|
}
|
|
|
|
|
|
.wp-block-freeform.block-library-rich-text__tinymce pre {
|
|
|
- background: #f2f2f2;
|
|
|
- font-family: "Courier 10 Pitch", Courier, monospace;
|
|
|
- font-size: 15px;
|
|
|
+ background: #f1f2f3;
|
|
|
+ font-family: "Source Code Pro", monospace;
|
|
|
+ letter-spacing: -0.05em;
|
|
|
+ position: relative;
|
|
|
+ overflow: auto;
|
|
|
+ padding: 20px;
|
|
|
+ margin-bottom: 20px;
|
|
|
max-width: 100%;
|
|
|
- margin-bottom: 1.6em;
|
|
|
- overflow-x: scroll;
|
|
|
- padding: 1em;
|
|
|
}
|
|
|
|
|
|
.wp-block-freeform.block-library-rich-text__tinymce table {
|
|
|
border-bottom: 1px solid #eee;
|
|
|
- margin: 0 0 1.6em 0;
|
|
|
+ margin: 0 0 40px 0;
|
|
|
width: 100%;
|
|
|
}
|
|
|
|
|
@@ -612,29 +637,18 @@
|
|
|
/* Preformatted */
|
|
|
|
|
|
.editor-block-list__block .wp-block-preformatted pre {
|
|
|
- background: #f2f2f2;
|
|
|
- font-family: "Courier 10 Pitch", Courier, monospace;
|
|
|
- font-size: 15px;
|
|
|
+ background: #f1f2f3;
|
|
|
+ font-family: "Source Code Pro", monospace;
|
|
|
+ letter-spacing: -0.05em;
|
|
|
+ position: relative;
|
|
|
+ overflow: auto;
|
|
|
+ padding: 20px;
|
|
|
+ margin-bottom: 20px;
|
|
|
max-width: 100%;
|
|
|
- margin-bottom: 1.6em;
|
|
|
- overflow-x: scroll;
|
|
|
- padding: 1em;
|
|
|
}
|
|
|
|
|
|
/* Pullquote */
|
|
|
|
|
|
-.editor-block-list__block .wp-block-pullquote blockquote:before {
|
|
|
- color: #ccc;
|
|
|
- content: "\201C";
|
|
|
- font-family: "Yrsa", Georgia, serif;
|
|
|
- font-size: 140px;
|
|
|
- font-style: normal;
|
|
|
- line-height: 1;
|
|
|
- position: absolute;
|
|
|
- top: -5px;
|
|
|
- left: -10px;
|
|
|
-}
|
|
|
-
|
|
|
.editor-block-list__block .wp-block-pullquote blockquote {
|
|
|
margin: 0;
|
|
|
padding: 0;
|
|
@@ -642,29 +656,42 @@
|
|
|
}
|
|
|
|
|
|
.edit-post-visual-editor .wp-block-pullquote p:not(.wp-block-cover-text) {
|
|
|
- font-family: "Yrsa", Georgia, serif;
|
|
|
- font-size: 23px;
|
|
|
- font-style: normal;
|
|
|
+
|
|
|
}
|
|
|
|
|
|
.wp-block-pullquote {
|
|
|
- border: none;
|
|
|
- margin-left: 0;
|
|
|
- margin-bottom: 1.6em;
|
|
|
- padding: 0 0 0 1.6em;
|
|
|
- position: relative;
|
|
|
+ padding-left: 0;
|
|
|
+ padding-top: 40px;
|
|
|
+ padding-bottom: 40px;
|
|
|
+ margin: 0 0 20px;
|
|
|
+ font-family: "PT Serif", serif;
|
|
|
+ font-size: 26px;
|
|
|
+ border-left: 0;
|
|
|
+ border-top: 2px solid #e06d5e;
|
|
|
+ border-bottom: 2px solid #e06d5e;
|
|
|
}
|
|
|
|
|
|
.wp-block-pullquote blockquote {
|
|
|
- font-size: 32px;
|
|
|
+ font-size: 26px;
|
|
|
+}
|
|
|
+
|
|
|
+@media screen and (max-width: 767px) {
|
|
|
+ .wp-block-pullquote {
|
|
|
+ padding-left: 20px;
|
|
|
+ font-size: 21px;
|
|
|
+ }
|
|
|
+
|
|
|
+ .wp-block-pullquote blockquote {
|
|
|
+ font-size: 21px;
|
|
|
+ }
|
|
|
}
|
|
|
|
|
|
.wp-block-pullquote.alignleft {
|
|
|
- margin-right: 1.6em;
|
|
|
+ margin-right: 40px;
|
|
|
}
|
|
|
|
|
|
.wp-block-pullquote.alignright {
|
|
|
- margin-left: 1.6em;
|
|
|
+ margin-left: 40px;
|
|
|
}
|
|
|
|
|
|
.wp-block-pullquote blockquote > .editor-rich-text p {
|
|
@@ -674,51 +701,50 @@
|
|
|
|
|
|
.wp-block-pullquote.alignleft blockquote > .editor-rich-text p,
|
|
|
.wp-block-pullquote.alignright blockquote > .editor-rich-text p {
|
|
|
- font-size: 23px;
|
|
|
+ font-size: 26px;
|
|
|
}
|
|
|
|
|
|
.wp-block-pullquote .wp-block-pullquote__citation {
|
|
|
- display: block;
|
|
|
- font-family: "Source Sans Pro", Helvetica, sans-serif;
|
|
|
- font-size: 16px;
|
|
|
- font-weight: bold;
|
|
|
- margin: .4em 0;
|
|
|
- text-transform: uppercase;
|
|
|
+ font-style: italic;
|
|
|
}
|
|
|
|
|
|
.wp-block-pullquote .wp-block-pullquote__citation:before {
|
|
|
}
|
|
|
|
|
|
.rtl .editor-block-list__block .wp-block-pullquote blockquote {
|
|
|
- border: 0;
|
|
|
- padding-left: 0;
|
|
|
- padding-right: 1.6em;
|
|
|
-}
|
|
|
-
|
|
|
-.rtl .editor-block-list__block .wp-block-pullquote blockquote:before {
|
|
|
- right: -10px;
|
|
|
- left: auto;
|
|
|
}
|
|
|
|
|
|
/* Table */
|
|
|
|
|
|
+.editor-block-list__block .wp-block-table__cell-content {
|
|
|
+ padding: 0;
|
|
|
+}
|
|
|
+
|
|
|
.editor-block-list__block table.wp-block-table {
|
|
|
display: table;
|
|
|
- border-bottom: 1px solid #eee;
|
|
|
- margin: 0 0 1.6em 0;
|
|
|
+ margin: 0 0 20px;
|
|
|
width: 100%;
|
|
|
+ border-top: 1px solid #f1f2f3;
|
|
|
}
|
|
|
|
|
|
.editor-block-list__block table.wp-block-table td {
|
|
|
border: 0;
|
|
|
- border-top: 1px solid #eee;
|
|
|
- padding: 0.4em;
|
|
|
+ padding: 10px 20px;
|
|
|
+ border-bottom: 1px solid #f1f2f3;
|
|
|
}
|
|
|
|
|
|
.editor-block-list__block table.wp-block-table th {
|
|
|
+ background: #f1f2f3;
|
|
|
font-weight: bold;
|
|
|
- padding: 0.4em;
|
|
|
- text-transform: uppercase;
|
|
|
+ padding: 10px 20px;
|
|
|
+ border-bottom: 1px solid #f1f2f3;
|
|
|
+}
|
|
|
+
|
|
|
+@media screen and (max-width: 767px) {
|
|
|
+ .editor-block-list__block table.wp-block-table th,
|
|
|
+ .editor-block-list__block table.wp-block-table td {
|
|
|
+ padding: 5px 10px;
|
|
|
+ }
|
|
|
}
|
|
|
|
|
|
/*--------------------------------------------------------------
|
|
@@ -727,56 +753,56 @@
|
|
|
|
|
|
/* Buttons */
|
|
|
.wp-block-button .wp-block-button__link {
|
|
|
- border-style: none;
|
|
|
- cursor: pointer;
|
|
|
+ padding: 10px 20px;
|
|
|
+ border: 1px solid;
|
|
|
+ box-shadow: none;
|
|
|
+ border-radius: 0;
|
|
|
display: inline-block;
|
|
|
- font-size: 15px;
|
|
|
- font-weight: bold;
|
|
|
- letter-spacing: 1px;
|
|
|
- line-height: 2;
|
|
|
- padding: .25em 1em .4em;
|
|
|
- text-align: center;
|
|
|
- vertical-align: middle;
|
|
|
text-transform: uppercase;
|
|
|
- border-radius: 3px;
|
|
|
- box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.1);
|
|
|
- -webkit-appearance: none;
|
|
|
+ font-weight: 900;
|
|
|
+ cursor: pointer;
|
|
|
+ /* Improves usability and consistency of cursor style between image-type 'input' and others */
|
|
|
}
|
|
|
|
|
|
.wp-block-button .wp-block-button__link:active,
|
|
|
.wp-block-button .wp-block-button__link:hover,
|
|
|
.wp-block-button .wp-block-button__link:focus {
|
|
|
- opacity: 0.85;
|
|
|
}
|
|
|
|
|
|
.wp-block-button__link:not(.has-background) {
|
|
|
- background-color: #15b6b8;
|
|
|
+ background: #464d4d;
|
|
|
+ border: 1px solid #464d4d;
|
|
|
}
|
|
|
|
|
|
.wp-block-button__link:not(.has-background):focus {
|
|
|
- background-color: #15b6b8;
|
|
|
+ background: #e06d5e;
|
|
|
}
|
|
|
|
|
|
.wp-block-button__link:not(.has-text-color),
|
|
|
.wp-block-button__link:not(.has-text-color):active,
|
|
|
.wp-block-button__link:not(.has-text-color):focus,
|
|
|
.wp-block-button__link:not(.has-text-color):hover {
|
|
|
- color: #fff;
|
|
|
+ color: white;
|
|
|
}
|
|
|
|
|
|
.wp-block-button__link:not(.has-background):active,
|
|
|
.wp-block-button__link:not(.has-background):focus,
|
|
|
.wp-block-button__link:not(.has-background):hover {
|
|
|
- background-color: #15b6b8;
|
|
|
+ background: #e06d5e;
|
|
|
+ border-color: #e06d5e;
|
|
|
}
|
|
|
|
|
|
/* Separator */
|
|
|
|
|
|
.wp-block-separator {
|
|
|
- border: 0;
|
|
|
+ margin-bottom: 20px;
|
|
|
height: 1px;
|
|
|
- margin: 1.6em auto;
|
|
|
- background-color: #e6e6e6;
|
|
|
+ background: #f1f2f3;
|
|
|
+ border: 0;
|
|
|
+ max-width: 66%;
|
|
|
+}
|
|
|
+
|
|
|
+.wp-block-separator:not(.is-style-wide):not(.is-style-dots) {
|
|
|
max-width: 66%;
|
|
|
}
|
|
|
|
|
@@ -809,7 +835,7 @@
|
|
|
.wp-block-latest-comments .wp-block-latest-comments__comment {
|
|
|
border-top: 1px solid #e6e6e6;
|
|
|
margin-bottom: 0;
|
|
|
- padding: 1.6em 0;
|
|
|
+ padding: 40px 0;
|
|
|
}
|
|
|
|
|
|
.wp-block-latest-comments__comment-excerpt p:last-child {
|