|
@@ -169,8 +169,8 @@ $grid-configuration: map-extend($grid-configuration-default, $grid-configuration
|
|
|
*/
|
|
|
body {
|
|
|
color: #444444;
|
|
|
- background-color: white;
|
|
|
- font-family: serif;
|
|
|
+ background-color: #f0f0f0;
|
|
|
+ font-family: "Source Sans Pro", Arial, sans-serif;
|
|
|
font-size: 18px;
|
|
|
font-weight: normal;
|
|
|
line-height: 1.78;
|
|
@@ -188,11 +188,11 @@ p {
|
|
|
}
|
|
|
|
|
|
a {
|
|
|
- color: blue;
|
|
|
+ color: #404040;
|
|
|
}
|
|
|
|
|
|
a:hover {
|
|
|
- color: indigo;
|
|
|
+ color: #e1122a;
|
|
|
}
|
|
|
|
|
|
button,
|
|
@@ -213,15 +213,15 @@ blockquote {
|
|
|
}
|
|
|
|
|
|
blockquote p {
|
|
|
- font-size: 1.728rem;
|
|
|
- letter-spacing: normal;
|
|
|
+ font-size: 1.2rem;
|
|
|
+ letter-spacing: 2px;
|
|
|
line-height: 1.125;
|
|
|
}
|
|
|
|
|
|
blockquote cite,
|
|
|
blockquote footer {
|
|
|
font-size: 0.83333rem;
|
|
|
- letter-spacing: normal;
|
|
|
+ letter-spacing: 2px;
|
|
|
}
|
|
|
|
|
|
blockquote > * {
|
|
@@ -242,7 +242,7 @@ blockquote.alignleft, blockquote.alignright {
|
|
|
}
|
|
|
|
|
|
blockquote.alignleft p, blockquote.alignright p {
|
|
|
- font-size: 1.44rem;
|
|
|
+ font-size: 1rem;
|
|
|
max-width: inherit;
|
|
|
width: inherit;
|
|
|
}
|
|
@@ -251,7 +251,7 @@ blockquote.alignleft cite,
|
|
|
blockquote.alignleft footer, blockquote.alignright cite,
|
|
|
blockquote.alignright footer {
|
|
|
font-size: 0.69444rem;
|
|
|
- letter-spacing: normal;
|
|
|
+ letter-spacing: 2px;
|
|
|
}
|
|
|
|
|
|
figcaption {
|
|
@@ -304,29 +304,29 @@ object {
|
|
|
}
|
|
|
|
|
|
.wp-block-button .wp-block-button__link {
|
|
|
- color: white;
|
|
|
+ color: #f0f0f0;
|
|
|
font-weight: 600;
|
|
|
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
|
|
|
font-size: 1.2em;
|
|
|
line-height: 1;
|
|
|
- background-color: blue;
|
|
|
+ background-color: #f25f70;
|
|
|
border-radius: 9px;
|
|
|
padding: 16px 16px;
|
|
|
}
|
|
|
|
|
|
.wp-block-button .wp-block-button__link:hover, .wp-block-button .wp-block-button__link:focus, .wp-block-button .wp-block-button__link.has-focus {
|
|
|
- color: white;
|
|
|
- background-color: indigo;
|
|
|
+ color: #f0f0f0;
|
|
|
+ background-color: #4f4f4f;
|
|
|
}
|
|
|
|
|
|
.wp-block-button.is-style-outline .wp-block-button__link {
|
|
|
- color: blue;
|
|
|
+ color: #f25f70;
|
|
|
background: transparent;
|
|
|
border: 2px solid currentcolor;
|
|
|
}
|
|
|
|
|
|
.wp-block-button.is-style-outline .wp-block-button__link:hover, .wp-block-button.is-style-outline .wp-block-button__link:focus, .wp-block-button.is-style-outline .wp-block-button__link.has-focus {
|
|
|
- color: indigo;
|
|
|
+ color: #4f4f4f;
|
|
|
}
|
|
|
|
|
|
.wp-block-button.is-style-squared .wp-block-button__link {
|
|
@@ -346,7 +346,7 @@ object {
|
|
|
.wp-block-cover-image .wp-block-cover__inner-container,
|
|
|
.wp-block-cover-image .wp-block-cover-image-text,
|
|
|
.wp-block-cover-image .wp-block-cover-text {
|
|
|
- color: white;
|
|
|
+ color: #f0f0f0;
|
|
|
}
|
|
|
|
|
|
.wp-block-cover .wp-block-cover__inner-container a,
|
|
@@ -360,8 +360,8 @@ object {
|
|
|
|
|
|
.wp-block-cover h2,
|
|
|
.wp-block-cover-image h2 {
|
|
|
- font-size: 2.48832em;
|
|
|
- letter-spacing: normal;
|
|
|
+ font-size: 1.728em;
|
|
|
+ letter-spacing: 2px;
|
|
|
line-height: 1.125;
|
|
|
padding: 0;
|
|
|
max-width: inherit;
|
|
@@ -389,44 +389,44 @@ object {
|
|
|
.wp-block-heading h4, h4, .h4,
|
|
|
.wp-block-heading h5, h5, .h5,
|
|
|
.wp-block-heading h6, h6, .h6 {
|
|
|
- font-family: sans-serif;
|
|
|
- font-weight: normal;
|
|
|
+ font-family: "Oswald", sans-serif;
|
|
|
+ font-weight: 300;
|
|
|
clear: both;
|
|
|
}
|
|
|
|
|
|
.wp-block-heading h1, h1, .h1 {
|
|
|
- font-size: 2.98598em;
|
|
|
- letter-spacing: normal;
|
|
|
+ font-size: 2.0736em;
|
|
|
+ letter-spacing: 2px;
|
|
|
line-height: 1.125;
|
|
|
}
|
|
|
|
|
|
.wp-block-heading h2, h2, .h2 {
|
|
|
- font-size: 2.48832em;
|
|
|
- letter-spacing: normal;
|
|
|
+ font-size: 1.728em;
|
|
|
+ letter-spacing: 2px;
|
|
|
line-height: 1.125;
|
|
|
}
|
|
|
|
|
|
.wp-block-heading h3, h3, .h3 {
|
|
|
- font-size: 2.0736em;
|
|
|
- letter-spacing: normal;
|
|
|
+ font-size: 1.44em;
|
|
|
+ letter-spacing: 2px;
|
|
|
line-height: 1.125;
|
|
|
}
|
|
|
|
|
|
.wp-block-heading h4, h4, .h4 {
|
|
|
- font-size: 1.728em;
|
|
|
- letter-spacing: normal;
|
|
|
+ font-size: 1.2em;
|
|
|
+ letter-spacing: 2px;
|
|
|
line-height: 1.125;
|
|
|
}
|
|
|
|
|
|
.wp-block-heading h5, h5, .h5 {
|
|
|
- font-size: 1.44em;
|
|
|
- letter-spacing: normal;
|
|
|
+ font-size: 1em;
|
|
|
+ letter-spacing: 2px;
|
|
|
line-height: 1.125;
|
|
|
}
|
|
|
|
|
|
.wp-block-heading h6, h6, .h6 {
|
|
|
- font-size: 1.2em;
|
|
|
- letter-spacing: normal;
|
|
|
+ font-size: 0.83333em;
|
|
|
+ letter-spacing: 2px;
|
|
|
line-height: 1.125;
|
|
|
}
|
|
|
|
|
@@ -474,9 +474,9 @@ p.has-background:not(.has-background-background-color) a {
|
|
|
}
|
|
|
|
|
|
.wp-block-pullquote p {
|
|
|
- font-family: sans-serif;
|
|
|
- font-size: 1.728em;
|
|
|
- letter-spacing: normal;
|
|
|
+ font-family: "Source Sans Pro", Arial, sans-serif;
|
|
|
+ font-size: 1.2em;
|
|
|
+ letter-spacing: 2px;
|
|
|
line-height: 1.125;
|
|
|
}
|
|
|
|
|
@@ -489,7 +489,7 @@ p.has-background:not(.has-background-background-color) a {
|
|
|
.wp-block-pullquote footer {
|
|
|
color: #767676;
|
|
|
font-size: 0.83333em;
|
|
|
- letter-spacing: normal;
|
|
|
+ letter-spacing: 2px;
|
|
|
}
|
|
|
|
|
|
.wp-block-pullquote:not(.is-style-solid-color) {
|
|
@@ -497,8 +497,8 @@ p.has-background:not(.has-background-background-color) a {
|
|
|
}
|
|
|
|
|
|
.wp-block-pullquote.is-style-solid-color {
|
|
|
- background-color: blue;
|
|
|
- color: white;
|
|
|
+ background-color: #404040;
|
|
|
+ color: #f0f0f0;
|
|
|
}
|
|
|
|
|
|
.wp-block-pullquote.is-style-solid-color.alignleft blockquote,
|
|
@@ -527,14 +527,14 @@ p.has-background:not(.has-background-background-color) a {
|
|
|
}
|
|
|
|
|
|
.wp-block-quote {
|
|
|
- border-left-color: blue;
|
|
|
+ border-left-color: #404040;
|
|
|
margin: 32px 0;
|
|
|
padding-left: 16px;
|
|
|
}
|
|
|
|
|
|
.wp-block-quote p {
|
|
|
- font-size: 1.728em;
|
|
|
- letter-spacing: normal;
|
|
|
+ font-size: 1.2em;
|
|
|
+ letter-spacing: 2px;
|
|
|
}
|
|
|
|
|
|
.wp-block-quote.is-large, .wp-block-quote.is-style-large {
|
|
@@ -543,8 +543,8 @@ p.has-background:not(.has-background-background-color) a {
|
|
|
}
|
|
|
|
|
|
.wp-block-quote.is-large p, .wp-block-quote.is-style-large p {
|
|
|
- font-size: 2.0736em;
|
|
|
- letter-spacing: normal;
|
|
|
+ font-size: 1.44em;
|
|
|
+ letter-spacing: 2px;
|
|
|
line-height: 1.125;
|
|
|
}
|
|
|
|
|
@@ -577,7 +577,7 @@ hr.is-style-dots:before {
|
|
|
|
|
|
table th,
|
|
|
.wp-block-table th {
|
|
|
- font-family: sans-serif;
|
|
|
+ font-family: "Oswald", sans-serif;
|
|
|
}
|
|
|
|
|
|
table td,
|
|
@@ -593,19 +593,19 @@ table th,
|
|
|
*/
|
|
|
.editor-post-title__block .editor-post-title__input {
|
|
|
color: #444444;
|
|
|
- font-family: sans-serif;
|
|
|
- font-weight: normal;
|
|
|
- font-size: 2.48832em;
|
|
|
- letter-spacing: normal;
|
|
|
+ font-family: "Oswald", sans-serif;
|
|
|
+ font-weight: 300;
|
|
|
+ font-size: 1.728em;
|
|
|
+ letter-spacing: 2px;
|
|
|
line-height: 1.125;
|
|
|
}
|
|
|
|
|
|
.has-primary-color[class] {
|
|
|
- color: blue !important;
|
|
|
+ color: #404040 !important;
|
|
|
}
|
|
|
|
|
|
.has-secondary-color[class] {
|
|
|
- color: red !important;
|
|
|
+ color: #f25f70 !important;
|
|
|
}
|
|
|
|
|
|
.has-foreground-color[class] {
|
|
@@ -621,12 +621,12 @@ table th,
|
|
|
}
|
|
|
|
|
|
.has-background-color[class] {
|
|
|
- color: white !important;
|
|
|
+ color: #f0f0f0 !important;
|
|
|
}
|
|
|
|
|
|
.has-primary-background-color[class] {
|
|
|
- background-color: blue !important;
|
|
|
- color: white;
|
|
|
+ background-color: #404040 !important;
|
|
|
+ color: #f0f0f0;
|
|
|
}
|
|
|
|
|
|
.has-primary-background-color[class] p, .has-primary-background-color[class] h1, .has-primary-background-color[class] h2, .has-primary-background-color[class] h3, .has-primary-background-color[class] h4, .has-primary-background-color[class] h5, .has-primary-background-color[class] h6 {
|
|
@@ -634,8 +634,8 @@ table th,
|
|
|
}
|
|
|
|
|
|
.has-secondary-background-color[class] {
|
|
|
- background-color: red !important;
|
|
|
- color: white;
|
|
|
+ background-color: #f25f70 !important;
|
|
|
+ color: #f0f0f0;
|
|
|
}
|
|
|
|
|
|
.has-secondary-background-color[class] p, .has-secondary-background-color[class] h1, .has-secondary-background-color[class] h2, .has-secondary-background-color[class] h3, .has-secondary-background-color[class] h4, .has-secondary-background-color[class] h5, .has-secondary-background-color[class] h6 {
|
|
@@ -644,7 +644,7 @@ table th,
|
|
|
|
|
|
.has-foreground-background-color[class] {
|
|
|
background-color: #444444 !important;
|
|
|
- color: white;
|
|
|
+ color: #f0f0f0;
|
|
|
}
|
|
|
|
|
|
.has-foreground-background-color[class] p, .has-foreground-background-color[class] h1, .has-foreground-background-color[class] h2, .has-foreground-background-color[class] h3, .has-foreground-background-color[class] h4, .has-foreground-background-color[class] h5, .has-foreground-background-color[class] h6 {
|
|
@@ -653,7 +653,7 @@ table th,
|
|
|
|
|
|
.has-foreground-light-background-color[class] {
|
|
|
background-color: #767676 !important;
|
|
|
- color: white;
|
|
|
+ color: #f0f0f0;
|
|
|
}
|
|
|
|
|
|
.has-foreground-light-background-color[class] p, .has-foreground-light-background-color[class] h1, .has-foreground-light-background-color[class] h2, .has-foreground-light-background-color[class] h3, .has-foreground-light-background-color[class] h4, .has-foreground-light-background-color[class] h5, .has-foreground-light-background-color[class] h6 {
|
|
@@ -662,7 +662,7 @@ table th,
|
|
|
|
|
|
.has-foreground-dark-background-color[class] {
|
|
|
background-color: #111111 !important;
|
|
|
- color: white;
|
|
|
+ color: #f0f0f0;
|
|
|
}
|
|
|
|
|
|
.has-foreground-dark-background-color[class] p, .has-foreground-dark-background-color[class] h1, .has-foreground-dark-background-color[class] h2, .has-foreground-dark-background-color[class] h3, .has-foreground-dark-background-color[class] h4, .has-foreground-dark-background-color[class] h5, .has-foreground-dark-background-color[class] h6 {
|
|
@@ -670,7 +670,7 @@ table th,
|
|
|
}
|
|
|
|
|
|
.has-background-background-color[class] {
|
|
|
- background-color: white !important;
|
|
|
+ background-color: #f0f0f0 !important;
|
|
|
color: #444444;
|
|
|
}
|
|
|
|
|
@@ -704,14 +704,158 @@ table th,
|
|
|
}
|
|
|
|
|
|
.has-drop-cap:not(:focus)::first-letter {
|
|
|
- font-family: sans-serif;
|
|
|
- font-size: calc(2 * 2.98598em);
|
|
|
- font-weight: normal;
|
|
|
+ font-family: "Oswald", sans-serif;
|
|
|
+ font-size: calc(2 * 2.0736em);
|
|
|
+ font-weight: 300;
|
|
|
}
|
|
|
|
|
|
/**
|
|
|
- * Extras
|
|
|
+ * Extra Editor Styles
|
|
|
+ *
|
|
|
+ * 1. General Styles
|
|
|
+ * 2. Block Specific Styles
|
|
|
+ * 2.1. Column Block
|
|
|
+ * 2.2. Quote Block
|
|
|
+ * 2.3. Hero Block and Cover Block
|
|
|
+ * 2.4. File Block
|
|
|
+ * 7.5. Pre Block and Verse Block
|
|
|
*/
|
|
|
.editor-post-title__input {
|
|
|
text-align: center;
|
|
|
}
|
|
|
+
|
|
|
+/**
|
|
|
+ * 1. General Styles
|
|
|
+ */
|
|
|
+body {
|
|
|
+ background-color: white;
|
|
|
+ font-weight: 300;
|
|
|
+}
|
|
|
+
|
|
|
+a {
|
|
|
+ text-decoration: none;
|
|
|
+}
|
|
|
+
|
|
|
+/**
|
|
|
+ * 2. Block Specific Styles
|
|
|
+ */
|
|
|
+/**
|
|
|
+ * 2.1. Column Block
|
|
|
+ */
|
|
|
+.wp-block-coblocks-column h1,
|
|
|
+.wp-block-coblocks-column h2,
|
|
|
+.wp-block-coblocks-column h3,
|
|
|
+.wp-block-coblocks-column h4,
|
|
|
+.wp-block-coblocks-column h5,
|
|
|
+.wp-block-coblocks-column h6 {
|
|
|
+ margin-bottom: .857em;
|
|
|
+}
|
|
|
+
|
|
|
+.wp-block-coblocks-column h1::before,
|
|
|
+.wp-block-coblocks-column h2::before,
|
|
|
+.wp-block-coblocks-column h3::before,
|
|
|
+.wp-block-coblocks-column h4::before,
|
|
|
+.wp-block-coblocks-column h5::before,
|
|
|
+.wp-block-coblocks-column h6::before {
|
|
|
+ content: " - ";
|
|
|
+}
|
|
|
+
|
|
|
+.wp-block-coblocks-column h1::after,
|
|
|
+.wp-block-coblocks-column h2::after,
|
|
|
+.wp-block-coblocks-column h3::after,
|
|
|
+.wp-block-coblocks-column h4::after,
|
|
|
+.wp-block-coblocks-column h5::after,
|
|
|
+.wp-block-coblocks-column h6::after {
|
|
|
+ content: " - ";
|
|
|
+}
|
|
|
+
|
|
|
+.wp-block-coblocks-column a {
|
|
|
+ color: #f25f70;
|
|
|
+}
|
|
|
+
|
|
|
+.wp-block-coblocks-column a:hover {
|
|
|
+ color: #4f4f4f;
|
|
|
+}
|
|
|
+
|
|
|
+/**
|
|
|
+ * 2.2. Quote Block
|
|
|
+ */
|
|
|
+.wp-block-quote,
|
|
|
+.wp-block-quote[style*="text-align:center"],
|
|
|
+.wp-block-quote[style*="text-align:right"] {
|
|
|
+ border: 1px solid #f2f2f2;
|
|
|
+ padding: 16px;
|
|
|
+}
|
|
|
+
|
|
|
+.wp-block-quote p,
|
|
|
+.wp-block-quote[style*="text-align:center"] p,
|
|
|
+.wp-block-quote[style*="text-align:right"] p {
|
|
|
+ font-family: "Source Sans Pro", Arial, sans-serif;
|
|
|
+}
|
|
|
+
|
|
|
+.wp-block-quote .wp-block-quote__citation,
|
|
|
+.wp-block-quote[style*="text-align:center"] .wp-block-quote__citation,
|
|
|
+.wp-block-quote[style*="text-align:right"] .wp-block-quote__citation {
|
|
|
+ color: #f25f70;
|
|
|
+}
|
|
|
+
|
|
|
+/**
|
|
|
+ * 2.3. Hero Block and Cover Block
|
|
|
+ */
|
|
|
+.wp-block-coblocks-hero__box,
|
|
|
+.wp-block-cover__inner-container {
|
|
|
+ background: #fff;
|
|
|
+ box-shadow: rgba(0, 0, 0, 0.1) 0 1px 2px;
|
|
|
+ padding: 16px;
|
|
|
+}
|
|
|
+
|
|
|
+.wp-block-coblocks-hero__box h1,
|
|
|
+.wp-block-coblocks-hero__box h2,
|
|
|
+.wp-block-coblocks-hero__box h3,
|
|
|
+.wp-block-coblocks-hero__box h4,
|
|
|
+.wp-block-coblocks-hero__box h5,
|
|
|
+.wp-block-coblocks-hero__box h6,
|
|
|
+.wp-block-cover__inner-container h1,
|
|
|
+.wp-block-cover__inner-container h2,
|
|
|
+.wp-block-cover__inner-container h3,
|
|
|
+.wp-block-cover__inner-container h4,
|
|
|
+.wp-block-cover__inner-container h5,
|
|
|
+.wp-block-cover__inner-container h6 {
|
|
|
+ padding: 16px;
|
|
|
+}
|
|
|
+
|
|
|
+.wp-block-coblocks-hero__box p,
|
|
|
+.wp-block-cover__inner-container p {
|
|
|
+ padding: 16px;
|
|
|
+}
|
|
|
+
|
|
|
+/**
|
|
|
+ * 2.4. File Block
|
|
|
+ */
|
|
|
+.wp-block-file div.wp-block-file__button {
|
|
|
+ line-height: 1;
|
|
|
+ color: #f0f0f0;
|
|
|
+ cursor: pointer;
|
|
|
+ font-weight: 600;
|
|
|
+ font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
|
|
|
+ font-size: 1.2rem;
|
|
|
+ background-color: #f25f70;
|
|
|
+ border-radius: 9px;
|
|
|
+ border-width: 2px;
|
|
|
+ padding: 16px 16px;
|
|
|
+ display: inline-block;
|
|
|
+}
|
|
|
+
|
|
|
+.wp-block-file div.wp-block-file__button:focus, .wp-block-file div.wp-block-file__button:hover, .wp-block-file div.wp-block-file__button:visited {
|
|
|
+ color: #f0f0f0;
|
|
|
+ background-color: #4f4f4f;
|
|
|
+ opacity: 1;
|
|
|
+}
|
|
|
+
|
|
|
+/**
|
|
|
+ * 2.5. Pre Block and Verse Block
|
|
|
+ */
|
|
|
+.wp-block-preformatted pre,
|
|
|
+.wp-block-verse pre {
|
|
|
+ font-family: "Courier 10 Pitch", Courier, monospace;
|
|
|
+}
|