|
@@ -492,33 +492,29 @@ h6 {
|
|
|
line-height: 1.25;
|
|
|
}
|
|
|
|
|
|
+.has-larger-font-size,
|
|
|
+.has-huge-font-size,
|
|
|
h1 {
|
|
|
font-size: 1.6875em;
|
|
|
}
|
|
|
|
|
|
@media only screen and (min-width: 768px) {
|
|
|
+ .has-larger-font-size,
|
|
|
+ .has-huge-font-size,
|
|
|
h1 {
|
|
|
font-size: 2.25em;
|
|
|
}
|
|
|
}
|
|
|
|
|
|
-.entry-title,
|
|
|
-.not-found .page-title,
|
|
|
-.error-404 .page-title,
|
|
|
-.has-larger-font-size,
|
|
|
+.has-large-font-size,
|
|
|
h2 {
|
|
|
font-size: 1.125em;
|
|
|
- font-weight: 300;
|
|
|
- text-align: center;
|
|
|
}
|
|
|
|
|
|
@media only screen and (min-width: 768px) {
|
|
|
- .entry-title,
|
|
|
- .not-found .page-title,
|
|
|
- .error-404 .page-title,
|
|
|
- .has-larger-font-size,
|
|
|
+ .has-large-font-size,
|
|
|
h2 {
|
|
|
- font-size: 2.25em;
|
|
|
+ font-size: 1.6875em;
|
|
|
}
|
|
|
}
|
|
|
|
|
@@ -536,13 +532,13 @@ h3 {
|
|
|
}
|
|
|
|
|
|
.has-regular-font-size,
|
|
|
-.has-large-font-size,
|
|
|
.comments-title,
|
|
|
h4 {
|
|
|
font-size: 22px;
|
|
|
}
|
|
|
|
|
|
.pagination .nav-links,
|
|
|
+.has-small-font-size,
|
|
|
.comment-content,
|
|
|
h5 {
|
|
|
font-size: 0.88889em;
|
|
@@ -552,7 +548,6 @@ h5 {
|
|
|
.entry-footer,
|
|
|
.discussion-meta-info,
|
|
|
.site-info,
|
|
|
-.has-small-font-size,
|
|
|
.comment-reply-link,
|
|
|
.comment-metadata,
|
|
|
.comment-notes,
|
|
@@ -2363,7 +2358,16 @@ body.page .main-navigation {
|
|
|
}
|
|
|
|
|
|
.entry .entry-title {
|
|
|
+ font-size: 1.125em;
|
|
|
+ font-weight: 300;
|
|
|
margin: 0;
|
|
|
+ text-align: center;
|
|
|
+}
|
|
|
+
|
|
|
+@media only screen and (min-width: 768px) {
|
|
|
+ .entry .entry-title {
|
|
|
+ font-size: 1.6875em;
|
|
|
+ }
|
|
|
}
|
|
|
|
|
|
.entry .entry-title a {
|
|
@@ -3074,7 +3078,8 @@ body.page .main-navigation {
|
|
|
--------------------------------------------------------------*/
|
|
|
.archive .page-header,
|
|
|
.search .page-header,
|
|
|
-.error404 .page-header {
|
|
|
+.error404 .page-header,
|
|
|
+.not-found .page-header {
|
|
|
margin: 1rem 1rem calc(3 * 1rem);
|
|
|
text-align: center;
|
|
|
}
|
|
@@ -3082,22 +3087,36 @@ body.page .main-navigation {
|
|
|
@media only screen and (min-width: 768px) {
|
|
|
.archive .page-header,
|
|
|
.search .page-header,
|
|
|
- .error404 .page-header {
|
|
|
+ .error404 .page-header,
|
|
|
+ .not-found .page-header {
|
|
|
margin: 0 calc(10% + 60px) calc(10% + 60px);
|
|
|
}
|
|
|
}
|
|
|
|
|
|
.archive .page-header .page-title,
|
|
|
.search .page-header .page-title,
|
|
|
-.error404 .page-header .page-title {
|
|
|
+.error404 .page-header .page-title,
|
|
|
+.not-found .page-header .page-title {
|
|
|
color: #686868;
|
|
|
display: inline;
|
|
|
letter-spacing: normal;
|
|
|
+ font-size: 1.125em;
|
|
|
+ font-weight: 300;
|
|
|
+}
|
|
|
+
|
|
|
+@media only screen and (min-width: 768px) {
|
|
|
+ .archive .page-header .page-title,
|
|
|
+ .search .page-header .page-title,
|
|
|
+ .error404 .page-header .page-title,
|
|
|
+ .not-found .page-header .page-title {
|
|
|
+ font-size: 1.6875em;
|
|
|
+ }
|
|
|
}
|
|
|
|
|
|
.archive .page-header .page-title:before,
|
|
|
.search .page-header .page-title:before,
|
|
|
-.error404 .page-header .page-title:before {
|
|
|
+.error404 .page-header .page-title:before,
|
|
|
+.not-found .page-header .page-title:before {
|
|
|
display: none;
|
|
|
}
|
|
|
|
|
@@ -3106,7 +3125,9 @@ body.page .main-navigation {
|
|
|
.search .page-header .search-term,
|
|
|
.search .page-header .page-description,
|
|
|
.error404 .page-header .search-term,
|
|
|
-.error404 .page-header .page-description {
|
|
|
+.error404 .page-header .page-description,
|
|
|
+.not-found .page-header .search-term,
|
|
|
+.not-found .page-header .page-description {
|
|
|
display: inherit;
|
|
|
clear: both;
|
|
|
}
|
|
@@ -3116,7 +3137,9 @@ body.page .main-navigation {
|
|
|
.search .page-header .search-term:after,
|
|
|
.search .page-header .page-description:after,
|
|
|
.error404 .page-header .search-term:after,
|
|
|
-.error404 .page-header .page-description:after {
|
|
|
+.error404 .page-header .page-description:after,
|
|
|
+.not-found .page-header .search-term:after,
|
|
|
+.not-found .page-header .page-description:after {
|
|
|
content: ".";
|
|
|
font-weight: bold;
|
|
|
color: #686868;
|
|
@@ -4044,29 +4067,76 @@ body.page .main-navigation {
|
|
|
}
|
|
|
}
|
|
|
|
|
|
+.entry .entry-content .wp-block-cover-image .wp-block-cover__inner-container,
|
|
|
.entry .entry-content .wp-block-cover-image .wp-block-cover-image-text,
|
|
|
.entry .entry-content .wp-block-cover-image .wp-block-cover-text,
|
|
|
+.entry .entry-content .wp-block-cover .wp-block-cover__inner-container,
|
|
|
.entry .entry-content .wp-block-cover .wp-block-cover-image-text,
|
|
|
.entry .entry-content .wp-block-cover .wp-block-cover-text {
|
|
|
color: #fff;
|
|
|
- font-family: "IBM Plex Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
|
|
|
- font-size: 1.6875em;
|
|
|
- font-weight: 300;
|
|
|
- line-height: 1.25;
|
|
|
padding: 0;
|
|
|
text-shadow: 0 0 12px #000;
|
|
|
}
|
|
|
|
|
|
+.entry .entry-content .wp-block-cover-image .wp-block-cover__inner-container h1,
|
|
|
+.entry .entry-content .wp-block-cover-image .wp-block-cover__inner-container h2,
|
|
|
+.entry .entry-content .wp-block-cover-image .wp-block-cover__inner-container h3,
|
|
|
+.entry .entry-content .wp-block-cover-image .wp-block-cover__inner-container h4,
|
|
|
+.entry .entry-content .wp-block-cover-image .wp-block-cover__inner-container h5,
|
|
|
+.entry .entry-content .wp-block-cover-image .wp-block-cover__inner-container h6,
|
|
|
+.entry .entry-content .wp-block-cover-image .wp-block-cover-image-text h1,
|
|
|
+.entry .entry-content .wp-block-cover-image .wp-block-cover-image-text h2,
|
|
|
+.entry .entry-content .wp-block-cover-image .wp-block-cover-image-text h3,
|
|
|
+.entry .entry-content .wp-block-cover-image .wp-block-cover-image-text h4,
|
|
|
+.entry .entry-content .wp-block-cover-image .wp-block-cover-image-text h5,
|
|
|
+.entry .entry-content .wp-block-cover-image .wp-block-cover-image-text h6,
|
|
|
+.entry .entry-content .wp-block-cover-image .wp-block-cover-text h1,
|
|
|
+.entry .entry-content .wp-block-cover-image .wp-block-cover-text h2,
|
|
|
+.entry .entry-content .wp-block-cover-image .wp-block-cover-text h3,
|
|
|
+.entry .entry-content .wp-block-cover-image .wp-block-cover-text h4,
|
|
|
+.entry .entry-content .wp-block-cover-image .wp-block-cover-text h5,
|
|
|
+.entry .entry-content .wp-block-cover-image .wp-block-cover-text h6,
|
|
|
+.entry .entry-content .wp-block-cover .wp-block-cover__inner-container h1,
|
|
|
+.entry .entry-content .wp-block-cover .wp-block-cover__inner-container h2,
|
|
|
+.entry .entry-content .wp-block-cover .wp-block-cover__inner-container h3,
|
|
|
+.entry .entry-content .wp-block-cover .wp-block-cover__inner-container h4,
|
|
|
+.entry .entry-content .wp-block-cover .wp-block-cover__inner-container h5,
|
|
|
+.entry .entry-content .wp-block-cover .wp-block-cover__inner-container h6,
|
|
|
+.entry .entry-content .wp-block-cover .wp-block-cover-image-text h1,
|
|
|
+.entry .entry-content .wp-block-cover .wp-block-cover-image-text h2,
|
|
|
+.entry .entry-content .wp-block-cover .wp-block-cover-image-text h3,
|
|
|
+.entry .entry-content .wp-block-cover .wp-block-cover-image-text h4,
|
|
|
+.entry .entry-content .wp-block-cover .wp-block-cover-image-text h5,
|
|
|
+.entry .entry-content .wp-block-cover .wp-block-cover-image-text h6,
|
|
|
+.entry .entry-content .wp-block-cover .wp-block-cover-text h1,
|
|
|
+.entry .entry-content .wp-block-cover .wp-block-cover-text h2,
|
|
|
+.entry .entry-content .wp-block-cover .wp-block-cover-text h3,
|
|
|
+.entry .entry-content .wp-block-cover .wp-block-cover-text h4,
|
|
|
+.entry .entry-content .wp-block-cover .wp-block-cover-text h5,
|
|
|
+.entry .entry-content .wp-block-cover .wp-block-cover-text h6 {
|
|
|
+ font-weight: 300;
|
|
|
+}
|
|
|
+
|
|
|
@media only screen and (min-width: 768px) {
|
|
|
+ .entry .entry-content .wp-block-cover-image .wp-block-cover__inner-container,
|
|
|
.entry .entry-content .wp-block-cover-image .wp-block-cover-image-text,
|
|
|
.entry .entry-content .wp-block-cover-image .wp-block-cover-text,
|
|
|
+ .entry .entry-content .wp-block-cover .wp-block-cover__inner-container,
|
|
|
.entry .entry-content .wp-block-cover .wp-block-cover-image-text,
|
|
|
.entry .entry-content .wp-block-cover .wp-block-cover-text {
|
|
|
- font-size: 2.8125em;
|
|
|
max-width: 100%;
|
|
|
}
|
|
|
}
|
|
|
|
|
|
+.entry .entry-content .wp-block-cover-image .has-large-font-size,
|
|
|
+.entry .entry-content .wp-block-cover-image h2,
|
|
|
+.entry .entry-content .wp-block-cover .has-large-font-size,
|
|
|
+.entry .entry-content .wp-block-cover h2 {
|
|
|
+ max-width: inherit;
|
|
|
+ margin: inherit;
|
|
|
+ text-align: inherit;
|
|
|
+}
|
|
|
+
|
|
|
.entry .entry-content .wp-block-cover-image.alignleft, .entry .entry-content .wp-block-cover-image.alignright,
|
|
|
.entry .entry-content .wp-block-cover.alignleft,
|
|
|
.entry .entry-content .wp-block-cover.alignright {
|
|
@@ -4087,9 +4157,11 @@ body.page .main-navigation {
|
|
|
padding-left: calc(10% + 58px + (2 * 1rem));
|
|
|
padding-right: calc(10% + 58px + (2 * 1rem));
|
|
|
}
|
|
|
+ .entry .entry-content .wp-block-cover-image.alignfull .wp-block-cover__inner-container,
|
|
|
.entry .entry-content .wp-block-cover-image.alignfull .wp-block-cover-image-text,
|
|
|
.entry .entry-content .wp-block-cover-image.alignfull .wp-block-cover-text,
|
|
|
.entry .entry-content .wp-block-cover-image.alignfull h2,
|
|
|
+ .entry .entry-content .wp-block-cover.alignfull .wp-block-cover__inner-container,
|
|
|
.entry .entry-content .wp-block-cover.alignfull .wp-block-cover-image-text,
|
|
|
.entry .entry-content .wp-block-cover.alignfull .wp-block-cover-text,
|
|
|
.entry .entry-content .wp-block-cover.alignfull h2 {
|
|
@@ -4302,22 +4374,6 @@ body.page .main-navigation {
|
|
|
font-size: 0.71111em;
|
|
|
}
|
|
|
|
|
|
-.entry .entry-content .has-small-font-size {
|
|
|
- font-size: 0.88889em;
|
|
|
-}
|
|
|
-
|
|
|
-.entry .entry-content .has-normal-font-size {
|
|
|
- font-size: 1.125em;
|
|
|
-}
|
|
|
-
|
|
|
-.entry .entry-content .has-large-font-size {
|
|
|
- font-size: 1.6875em;
|
|
|
-}
|
|
|
-
|
|
|
-.entry .entry-content .has-huge-font-size {
|
|
|
- font-size: 2.25em;
|
|
|
-}
|
|
|
-
|
|
|
.entry .entry-content .has-primary-background-color,
|
|
|
.entry .entry-content .has-secondary-background-color,
|
|
|
.entry .entry-content .has-dark-gray-background-color,
|