Rebuild with Varia grid and type scale changes.

This commit is contained in:
Michael Cain 2019-12-17 15:12:52 -05:00
parent 4d83bf3a66
commit bea8e27df3
No known key found for this signature in database
GPG key ID: D64841E97D91690F
30 changed files with 1223 additions and 252 deletions

View file

@ -303,12 +303,6 @@ object {
width: auto;
}
.wp-block-a8c-blog-posts .entry-title {
font-size: 2.592rem;
letter-spacing: normal;
line-height: 1.125;
}
.wp-block-a8c-blog-posts .entry-title a {
color: #3E7D98;
text-decoration: underline;

View file

@ -194,7 +194,7 @@ $grid-configuration: map-extend($grid-configuration-default, $grid-configuration
* lets use a placeholder to keep them all
* in-sync
*/
button,
button[data-load-more-btn], button,
.button,
input[type="submit"],
.wp-block-button__link,
@ -212,11 +212,11 @@ input[type="submit"],
padding: 16px 48px;
}
button:before,
button[data-load-more-btn]:before, button:before,
.button:before,
input[type="submit"]:before,
.wp-block-button__link:before,
.wp-block-file__button:before, .a8c-posts-list__view-all:before, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept:before, button:after,
.wp-block-file__button:before, .a8c-posts-list__view-all:before, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept:before, button[data-load-more-btn]:after, button:after,
.button:after,
input[type="submit"]:after,
.wp-block-button__link:after,
@ -227,7 +227,7 @@ input[type="submit"]:after,
width: 0;
}
button:before,
button[data-load-more-btn]:before, button:before,
.button:before,
input[type="submit"]:before,
.wp-block-button__link:before,
@ -235,7 +235,7 @@ input[type="submit"]:before,
margin-bottom: -0.12em;
}
button:after,
button[data-load-more-btn]:after, button:after,
.button:after,
input[type="submit"]:after,
.wp-block-button__link:after,
@ -1149,6 +1149,119 @@ object {
min-width: 300px;
}
.wp-block-newspack-blocks-homepage-articles article {
display: block;
/* Vertical margins logic between posts */
margin-top: calc(3 * 32px);
margin-bottom: calc(3 * 32px);
}
.wp-block-newspack-blocks-homepage-articles article:first-child {
margin-top: 0;
}
.wp-block-newspack-blocks-homepage-articles article:last-child {
margin-bottom: calc(3 * 32px);
}
.wp-block-newspack-blocks-homepage-articles article .post-thumbnail img {
width: auto;
}
.wp-block-newspack-blocks-homepage-articles article .entry-title {
font-size: 2.592rem;
letter-spacing: normal;
line-height: 1.125;
}
.wp-block-newspack-blocks-homepage-articles article .entry-title a {
color: #3E7D98;
text-decoration: underline;
}
.wp-block-newspack-blocks-homepage-articles article .entry-title a:hover {
color: #2f5f74;
}
.wp-block-newspack-blocks-homepage-articles article .entry-wrapper > * {
/* Vertical margins logic between post details */
margin-top: 16px;
margin-bottom: 16px;
}
.wp-block-newspack-blocks-homepage-articles article .entry-wrapper > *:first-child {
margin-top: 0;
}
.wp-block-newspack-blocks-homepage-articles article .entry-wrapper > *:last-child {
margin-bottom: 0;
}
.wp-block-newspack-blocks-homepage-articles article .more-link {
margin-top: 16px;
}
.wp-block-newspack-blocks-homepage-articles article .entry-meta,
.wp-block-newspack-blocks-homepage-articles article .entry-footer,
.wp-block-newspack-blocks-homepage-articles article .cat-links {
color: #4d6974;
font-size: 1.04167rem;
}
.wp-block-newspack-blocks-homepage-articles article .entry-meta > span,
.wp-block-newspack-blocks-homepage-articles article .entry-footer > span,
.wp-block-newspack-blocks-homepage-articles article .cat-links > span {
display: inline-block;
margin-left: 16px;
}
.wp-block-newspack-blocks-homepage-articles article .entry-meta > span > *,
.wp-block-newspack-blocks-homepage-articles article .entry-footer > span > *,
.wp-block-newspack-blocks-homepage-articles article .cat-links > span > * {
display: inline-block;
vertical-align: middle;
}
.wp-block-newspack-blocks-homepage-articles article .entry-meta > span:last-child,
.wp-block-newspack-blocks-homepage-articles article .entry-footer > span:last-child,
.wp-block-newspack-blocks-homepage-articles article .cat-links > span:last-child {
margin-left: 0;
}
.wp-block-newspack-blocks-homepage-articles article .entry-meta > span .published + .updated,
.wp-block-newspack-blocks-homepage-articles article .entry-footer > span .published + .updated,
.wp-block-newspack-blocks-homepage-articles article .cat-links > span .published + .updated {
display: none;
}
.wp-block-newspack-blocks-homepage-articles article .entry-meta a,
.wp-block-newspack-blocks-homepage-articles article .entry-footer a,
.wp-block-newspack-blocks-homepage-articles article .cat-links a {
color: currentColor;
}
.wp-block-newspack-blocks-homepage-articles article .entry-meta a:hover, .wp-block-newspack-blocks-homepage-articles article .entry-meta a:active,
.wp-block-newspack-blocks-homepage-articles article .entry-footer a:hover,
.wp-block-newspack-blocks-homepage-articles article .entry-footer a:active,
.wp-block-newspack-blocks-homepage-articles article .cat-links a:hover,
.wp-block-newspack-blocks-homepage-articles article .cat-links a:active {
color: #2f5f74;
}
.wp-block-newspack-blocks-homepage-articles article .entry-meta .svg-icon,
.wp-block-newspack-blocks-homepage-articles article .entry-footer .svg-icon,
.wp-block-newspack-blocks-homepage-articles article .cat-links .svg-icon {
fill: currentColor;
position: relative;
display: inline-block;
vertical-align: middle;
margin-left: calc(0.25 * 16px);
}
button[data-load-more-btn] {
display: inline-block;
}
/**
* Button
*/
@ -4080,6 +4193,10 @@ body:not(.fse-enabled) #masthead {
margin-top: 32px;
}
.wp-block-newspack-blocks-homepage-articles article .entry-title a {
text-decoration: none;
}
/**
* Full Site Editing
* - Full Site Editing overrides

View file

@ -1168,12 +1168,6 @@ object {
width: auto;
}
.wp-block-newspack-blocks-homepage-articles article .entry-title {
font-size: 2.592rem;
letter-spacing: normal;
line-height: 1.125;
}
.wp-block-newspack-blocks-homepage-articles article .entry-title a {
color: #3E7D98;
text-decoration: underline;
@ -1258,6 +1252,10 @@ object {
margin-right: calc(0.25 * 16px);
}
.wp-block-newspack-blocks-homepage-articles.is-grid article {
margin-top: 0;
}
button[data-load-more-btn] {
display: inline-block;
}

View file

@ -1168,12 +1168,6 @@ object {
width: auto;
}
.wp-block-newspack-blocks-homepage-articles article .entry-title {
font-size: 2.48832rem;
letter-spacing: normal;
line-height: 1.125;
}
.wp-block-newspack-blocks-homepage-articles article .entry-title a {
color: #19744C;
text-decoration: underline;
@ -1258,6 +1252,10 @@ object {
margin-left: calc(0.25 * 16px);
}
.wp-block-newspack-blocks-homepage-articles.is-grid article {
margin-top: 0;
}
button[data-load-more-btn] {
display: inline-block;
}
@ -4201,25 +4199,14 @@ table th,
border-color: #D0D0D0;
}
.a8c-posts-list,
.wp-block-newspack-blocks-homepage-articles article {
.a8c-posts-list {
text-align: center;
}
.a8c-posts-list-item__excerpt,
.wp-block-newspack-blocks-homepage-articles article p {
.a8c-posts-list-item__excerpt {
text-align: right;
}
.wp-block-newspack-blocks-homepage-articles article .entry-meta {
display: block;
}
button[data-load-more-btn] {
display: flex;
margin: 0 auto;
}
.is-larger-text,
.has-larger-font-size,
.has-huge-font-size {

View file

@ -302,12 +302,6 @@ object {
width: auto;
}
.wp-block-a8c-blog-posts .entry-title {
font-size: 2.28776rem;
letter-spacing: normal;
line-height: 1.15;
}
.wp-block-a8c-blog-posts .entry-title a {
color: #20603C;
text-decoration: underline;

View file

@ -194,7 +194,7 @@ $grid-configuration: map-extend($grid-configuration-default, $grid-configuration
* lets use a placeholder to keep them all
* in-sync
*/
button,
button[data-load-more-btn], button,
.button,
input[type="submit"],
.wp-block-button__link,
@ -212,11 +212,11 @@ input[type="submit"],
padding: 18px 18px;
}
button:before,
button[data-load-more-btn]:before, button:before,
.button:before,
input[type="submit"]:before,
.wp-block-button__link:before,
.wp-block-file__button:before, .a8c-posts-list__view-all:before, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept:before, button:after,
.wp-block-file__button:before, .a8c-posts-list__view-all:before, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept:before, button[data-load-more-btn]:after, button:after,
.button:after,
input[type="submit"]:after,
.wp-block-button__link:after,
@ -227,7 +227,7 @@ input[type="submit"]:after,
width: 0;
}
button:before,
button[data-load-more-btn]:before, button:before,
.button:before,
input[type="submit"]:before,
.wp-block-button__link:before,
@ -235,7 +235,7 @@ input[type="submit"]:before,
margin-bottom: -0.12em;
}
button:after,
button[data-load-more-btn]:after, button:after,
.button:after,
input[type="submit"]:after,
.wp-block-button__link:after,
@ -1149,6 +1149,119 @@ object {
min-width: 300px;
}
.wp-block-newspack-blocks-homepage-articles article {
display: block;
/* Vertical margins logic between posts */
margin-top: calc(3 * 32px);
margin-bottom: calc(3 * 32px);
}
.wp-block-newspack-blocks-homepage-articles article:first-child {
margin-top: 0;
}
.wp-block-newspack-blocks-homepage-articles article:last-child {
margin-bottom: calc(3 * 32px);
}
.wp-block-newspack-blocks-homepage-articles article .post-thumbnail img {
width: auto;
}
.wp-block-newspack-blocks-homepage-articles article .entry-title {
font-size: 2.28776rem;
letter-spacing: normal;
line-height: 1.15;
}
.wp-block-newspack-blocks-homepage-articles article .entry-title a {
color: #20603C;
text-decoration: underline;
}
.wp-block-newspack-blocks-homepage-articles article .entry-title a:hover {
color: #133a24;
}
.wp-block-newspack-blocks-homepage-articles article .entry-wrapper > * {
/* Vertical margins logic between post details */
margin-top: 16px;
margin-bottom: 16px;
}
.wp-block-newspack-blocks-homepage-articles article .entry-wrapper > *:first-child {
margin-top: 0;
}
.wp-block-newspack-blocks-homepage-articles article .entry-wrapper > *:last-child {
margin-bottom: 0;
}
.wp-block-newspack-blocks-homepage-articles article .more-link {
margin-top: 16px;
}
.wp-block-newspack-blocks-homepage-articles article .entry-meta,
.wp-block-newspack-blocks-homepage-articles article .entry-footer,
.wp-block-newspack-blocks-homepage-articles article .cat-links {
color: #844d4d;
font-size: 0.84746rem;
}
.wp-block-newspack-blocks-homepage-articles article .entry-meta > span,
.wp-block-newspack-blocks-homepage-articles article .entry-footer > span,
.wp-block-newspack-blocks-homepage-articles article .cat-links > span {
display: inline-block;
margin-left: 16px;
}
.wp-block-newspack-blocks-homepage-articles article .entry-meta > span > *,
.wp-block-newspack-blocks-homepage-articles article .entry-footer > span > *,
.wp-block-newspack-blocks-homepage-articles article .cat-links > span > * {
display: inline-block;
vertical-align: middle;
}
.wp-block-newspack-blocks-homepage-articles article .entry-meta > span:last-child,
.wp-block-newspack-blocks-homepage-articles article .entry-footer > span:last-child,
.wp-block-newspack-blocks-homepage-articles article .cat-links > span:last-child {
margin-left: 0;
}
.wp-block-newspack-blocks-homepage-articles article .entry-meta > span .published + .updated,
.wp-block-newspack-blocks-homepage-articles article .entry-footer > span .published + .updated,
.wp-block-newspack-blocks-homepage-articles article .cat-links > span .published + .updated {
display: none;
}
.wp-block-newspack-blocks-homepage-articles article .entry-meta a,
.wp-block-newspack-blocks-homepage-articles article .entry-footer a,
.wp-block-newspack-blocks-homepage-articles article .cat-links a {
color: currentColor;
}
.wp-block-newspack-blocks-homepage-articles article .entry-meta a:hover, .wp-block-newspack-blocks-homepage-articles article .entry-meta a:active,
.wp-block-newspack-blocks-homepage-articles article .entry-footer a:hover,
.wp-block-newspack-blocks-homepage-articles article .entry-footer a:active,
.wp-block-newspack-blocks-homepage-articles article .cat-links a:hover,
.wp-block-newspack-blocks-homepage-articles article .cat-links a:active {
color: #133a24;
}
.wp-block-newspack-blocks-homepage-articles article .entry-meta .svg-icon,
.wp-block-newspack-blocks-homepage-articles article .entry-footer .svg-icon,
.wp-block-newspack-blocks-homepage-articles article .cat-links .svg-icon {
fill: currentColor;
position: relative;
display: inline-block;
vertical-align: middle;
margin-left: calc(0.25 * 16px);
}
button[data-load-more-btn] {
display: inline-block;
}
/**
* Button
*/
@ -3841,7 +3954,8 @@ body.admin-bar .widget_eu_cookie_law_widget.widget.top {
*/
.entry-title a,
.page-title a,
.a8c-posts-list .a8c-posts-list-item__title a {
.a8c-posts-list .a8c-posts-list-item__title a,
.wp-block-newspack-blocks-homepage-articles article .entry-title a {
color: inherit;
text-decoration: none;
}
@ -3852,7 +3966,10 @@ body.admin-bar .widget_eu_cookie_law_widget.widget.top {
.page-title a:hover,
.a8c-posts-list .a8c-posts-list-item__title a:active,
.a8c-posts-list .a8c-posts-list-item__title a:focus,
.a8c-posts-list .a8c-posts-list-item__title a:hover {
.a8c-posts-list .a8c-posts-list-item__title a:hover,
.wp-block-newspack-blocks-homepage-articles article .entry-title a:active,
.wp-block-newspack-blocks-homepage-articles article .entry-title a:focus,
.wp-block-newspack-blocks-homepage-articles article .entry-title a:hover {
color: #20603C;
}

View file

@ -1168,12 +1168,6 @@ object {
width: auto;
}
.wp-block-newspack-blocks-homepage-articles article .entry-title {
font-size: 2.28776rem;
letter-spacing: normal;
line-height: 1.15;
}
.wp-block-newspack-blocks-homepage-articles article .entry-title a {
color: #20603C;
text-decoration: underline;
@ -1258,6 +1252,10 @@ object {
margin-right: calc(0.25 * 16px);
}
.wp-block-newspack-blocks-homepage-articles.is-grid article {
margin-top: 0;
}
button[data-load-more-btn] {
display: inline-block;
}

View file

@ -302,12 +302,6 @@ object {
width: auto;
}
.wp-block-a8c-blog-posts .entry-title {
font-size: 2.48832rem;
letter-spacing: normal;
line-height: 1;
}
.wp-block-a8c-blog-posts .entry-title a {
color: black;
text-decoration: underline;

View file

@ -194,7 +194,7 @@ $grid-configuration: map-extend($grid-configuration-default, $grid-configuration
* lets use a placeholder to keep them all
* in-sync
*/
button,
button[data-load-more-btn], button,
.button,
input[type="submit"],
.wp-block-button__link,
@ -211,11 +211,11 @@ input[type="submit"],
padding: 11.6px 11.6px;
}
button:before,
button[data-load-more-btn]:before, button:before,
.button:before,
input[type="submit"]:before,
.wp-block-button__link:before,
.wp-block-file__button:before, .a8c-posts-list__view-all:before, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept:before, button:after,
.wp-block-file__button:before, .a8c-posts-list__view-all:before, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept:before, button[data-load-more-btn]:after, button:after,
.button:after,
input[type="submit"]:after,
.wp-block-button__link:after,
@ -226,7 +226,7 @@ input[type="submit"]:after,
width: 0;
}
button:before,
button[data-load-more-btn]:before, button:before,
.button:before,
input[type="submit"]:before,
.wp-block-button__link:before,
@ -234,7 +234,7 @@ input[type="submit"]:before,
margin-bottom: -0.12em;
}
button:after,
button[data-load-more-btn]:after, button:after,
.button:after,
input[type="submit"]:after,
.wp-block-button__link:after,
@ -1148,6 +1148,119 @@ object {
min-width: 300px;
}
.wp-block-newspack-blocks-homepage-articles article {
display: block;
/* Vertical margins logic between posts */
margin-top: calc(3 * 32px);
margin-bottom: calc(3 * 32px);
}
.wp-block-newspack-blocks-homepage-articles article:first-child {
margin-top: 0;
}
.wp-block-newspack-blocks-homepage-articles article:last-child {
margin-bottom: calc(3 * 32px);
}
.wp-block-newspack-blocks-homepage-articles article .post-thumbnail img {
width: auto;
}
.wp-block-newspack-blocks-homepage-articles article .entry-title {
font-size: 2.48832rem;
letter-spacing: normal;
line-height: 1;
}
.wp-block-newspack-blocks-homepage-articles article .entry-title a {
color: black;
text-decoration: underline;
}
.wp-block-newspack-blocks-homepage-articles article .entry-title a:hover {
color: #FF7A5C;
}
.wp-block-newspack-blocks-homepage-articles article .entry-wrapper > * {
/* Vertical margins logic between post details */
margin-top: 16px;
margin-bottom: 16px;
}
.wp-block-newspack-blocks-homepage-articles article .entry-wrapper > *:first-child {
margin-top: 0;
}
.wp-block-newspack-blocks-homepage-articles article .entry-wrapper > *:last-child {
margin-bottom: 0;
}
.wp-block-newspack-blocks-homepage-articles article .more-link {
margin-top: 16px;
}
.wp-block-newspack-blocks-homepage-articles article .entry-meta,
.wp-block-newspack-blocks-homepage-articles article .entry-footer,
.wp-block-newspack-blocks-homepage-articles article .cat-links {
color: #767676;
font-size: 0.83333rem;
}
.wp-block-newspack-blocks-homepage-articles article .entry-meta > span,
.wp-block-newspack-blocks-homepage-articles article .entry-footer > span,
.wp-block-newspack-blocks-homepage-articles article .cat-links > span {
display: inline-block;
margin-left: 16px;
}
.wp-block-newspack-blocks-homepage-articles article .entry-meta > span > *,
.wp-block-newspack-blocks-homepage-articles article .entry-footer > span > *,
.wp-block-newspack-blocks-homepage-articles article .cat-links > span > * {
display: inline-block;
vertical-align: middle;
}
.wp-block-newspack-blocks-homepage-articles article .entry-meta > span:last-child,
.wp-block-newspack-blocks-homepage-articles article .entry-footer > span:last-child,
.wp-block-newspack-blocks-homepage-articles article .cat-links > span:last-child {
margin-left: 0;
}
.wp-block-newspack-blocks-homepage-articles article .entry-meta > span .published + .updated,
.wp-block-newspack-blocks-homepage-articles article .entry-footer > span .published + .updated,
.wp-block-newspack-blocks-homepage-articles article .cat-links > span .published + .updated {
display: none;
}
.wp-block-newspack-blocks-homepage-articles article .entry-meta a,
.wp-block-newspack-blocks-homepage-articles article .entry-footer a,
.wp-block-newspack-blocks-homepage-articles article .cat-links a {
color: currentColor;
}
.wp-block-newspack-blocks-homepage-articles article .entry-meta a:hover, .wp-block-newspack-blocks-homepage-articles article .entry-meta a:active,
.wp-block-newspack-blocks-homepage-articles article .entry-footer a:hover,
.wp-block-newspack-blocks-homepage-articles article .entry-footer a:active,
.wp-block-newspack-blocks-homepage-articles article .cat-links a:hover,
.wp-block-newspack-blocks-homepage-articles article .cat-links a:active {
color: #FF7A5C;
}
.wp-block-newspack-blocks-homepage-articles article .entry-meta .svg-icon,
.wp-block-newspack-blocks-homepage-articles article .entry-footer .svg-icon,
.wp-block-newspack-blocks-homepage-articles article .cat-links .svg-icon {
fill: currentColor;
position: relative;
display: inline-block;
vertical-align: middle;
margin-left: calc(0.25 * 16px);
}
button[data-load-more-btn] {
display: inline-block;
}
/**
* Button
*/
@ -3841,6 +3954,18 @@ a.wp-block-file__button {
text-transform: uppercase;
}
.wp-block-newspack-blocks-homepage-articles article .entry-title {
text-transform: none;
}
.wp-block-newspack-blocks-homepage-articles article .entry-title a {
text-decoration-color: #FF7A5C;
}
.wp-block-newspack-blocks-homepage-articles article .entry-title a:hover, .wp-block-newspack-blocks-homepage-articles article .entry-title a:focus {
text-decoration: none;
}
@media only screen and (max-width: 559px) {
.site-header {
position: relative;

View file

@ -1167,12 +1167,6 @@ object {
width: auto;
}
.wp-block-newspack-blocks-homepage-articles article .entry-title {
font-size: 2.48832rem;
letter-spacing: normal;
line-height: 1;
}
.wp-block-newspack-blocks-homepage-articles article .entry-title a {
color: black;
text-decoration: underline;
@ -1257,6 +1251,10 @@ object {
margin-right: calc(0.25 * 16px);
}
.wp-block-newspack-blocks-homepage-articles.is-grid article {
margin-top: 0;
}
button[data-load-more-btn] {
display: inline-block;
}

View file

@ -302,12 +302,6 @@ object {
width: auto;
}
.wp-block-a8c-blog-posts .entry-title {
font-size: 2.01136rem;
letter-spacing: normal;
line-height: 1.2;
}
.wp-block-a8c-blog-posts .entry-title a {
color: #0073AA;
text-decoration: underline;

View file

@ -194,7 +194,7 @@ $grid-configuration: map-extend($grid-configuration-default, $grid-configuration
* lets use a placeholder to keep them all
* in-sync
*/
button,
button[data-load-more-btn], button,
.button,
input[type="submit"],
.wp-block-button__link,
@ -212,11 +212,11 @@ input[type="submit"],
padding: 16px 16px;
}
button:before,
button[data-load-more-btn]:before, button:before,
.button:before,
input[type="submit"]:before,
.wp-block-button__link:before,
.wp-block-file__button:before, .a8c-posts-list__view-all:before, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept:before, button:after,
.wp-block-file__button:before, .a8c-posts-list__view-all:before, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept:before, button[data-load-more-btn]:after, button:after,
.button:after,
input[type="submit"]:after,
.wp-block-button__link:after,
@ -227,7 +227,7 @@ input[type="submit"]:after,
width: 0;
}
button:before,
button[data-load-more-btn]:before, button:before,
.button:before,
input[type="submit"]:before,
.wp-block-button__link:before,
@ -235,7 +235,7 @@ input[type="submit"]:before,
margin-bottom: -0.12em;
}
button:after,
button[data-load-more-btn]:after, button:after,
.button:after,
input[type="submit"]:after,
.wp-block-button__link:after,
@ -1149,6 +1149,119 @@ object {
min-width: 300px;
}
.wp-block-newspack-blocks-homepage-articles article {
display: block;
/* Vertical margins logic between posts */
margin-top: calc(3 * 32px);
margin-bottom: calc(3 * 32px);
}
.wp-block-newspack-blocks-homepage-articles article:first-child {
margin-top: 0;
}
.wp-block-newspack-blocks-homepage-articles article:last-child {
margin-bottom: calc(3 * 32px);
}
.wp-block-newspack-blocks-homepage-articles article .post-thumbnail img {
width: auto;
}
.wp-block-newspack-blocks-homepage-articles article .entry-title {
font-size: 2.01136rem;
letter-spacing: normal;
line-height: 1.2;
}
.wp-block-newspack-blocks-homepage-articles article .entry-title a {
color: #0073AA;
text-decoration: underline;
}
.wp-block-newspack-blocks-homepage-articles article .entry-title a:hover {
color: #005177;
}
.wp-block-newspack-blocks-homepage-articles article .entry-wrapper > * {
/* Vertical margins logic between post details */
margin-top: 16px;
margin-bottom: 16px;
}
.wp-block-newspack-blocks-homepage-articles article .entry-wrapper > *:first-child {
margin-top: 0;
}
.wp-block-newspack-blocks-homepage-articles article .entry-wrapper > *:last-child {
margin-bottom: 0;
}
.wp-block-newspack-blocks-homepage-articles article .more-link {
margin-top: 16px;
}
.wp-block-newspack-blocks-homepage-articles article .entry-meta,
.wp-block-newspack-blocks-homepage-articles article .entry-footer,
.wp-block-newspack-blocks-homepage-articles article .cat-links {
color: #767676;
font-size: 0.86957rem;
}
.wp-block-newspack-blocks-homepage-articles article .entry-meta > span,
.wp-block-newspack-blocks-homepage-articles article .entry-footer > span,
.wp-block-newspack-blocks-homepage-articles article .cat-links > span {
display: inline-block;
margin-left: 16px;
}
.wp-block-newspack-blocks-homepage-articles article .entry-meta > span > *,
.wp-block-newspack-blocks-homepage-articles article .entry-footer > span > *,
.wp-block-newspack-blocks-homepage-articles article .cat-links > span > * {
display: inline-block;
vertical-align: middle;
}
.wp-block-newspack-blocks-homepage-articles article .entry-meta > span:last-child,
.wp-block-newspack-blocks-homepage-articles article .entry-footer > span:last-child,
.wp-block-newspack-blocks-homepage-articles article .cat-links > span:last-child {
margin-left: 0;
}
.wp-block-newspack-blocks-homepage-articles article .entry-meta > span .published + .updated,
.wp-block-newspack-blocks-homepage-articles article .entry-footer > span .published + .updated,
.wp-block-newspack-blocks-homepage-articles article .cat-links > span .published + .updated {
display: none;
}
.wp-block-newspack-blocks-homepage-articles article .entry-meta a,
.wp-block-newspack-blocks-homepage-articles article .entry-footer a,
.wp-block-newspack-blocks-homepage-articles article .cat-links a {
color: currentColor;
}
.wp-block-newspack-blocks-homepage-articles article .entry-meta a:hover, .wp-block-newspack-blocks-homepage-articles article .entry-meta a:active,
.wp-block-newspack-blocks-homepage-articles article .entry-footer a:hover,
.wp-block-newspack-blocks-homepage-articles article .entry-footer a:active,
.wp-block-newspack-blocks-homepage-articles article .cat-links a:hover,
.wp-block-newspack-blocks-homepage-articles article .cat-links a:active {
color: #005177;
}
.wp-block-newspack-blocks-homepage-articles article .entry-meta .svg-icon,
.wp-block-newspack-blocks-homepage-articles article .entry-footer .svg-icon,
.wp-block-newspack-blocks-homepage-articles article .cat-links .svg-icon {
fill: currentColor;
position: relative;
display: inline-block;
vertical-align: middle;
margin-left: calc(0.25 * 16px);
}
button[data-load-more-btn] {
display: inline-block;
}
/**
* Button
*/
@ -3878,6 +3991,10 @@ a {
font-weight: 600;
}
.wp-block-newspack-blocks-homepage-articles article .entry-title a {
text-decoration: none;
}
/**
* Blocks
*/

View file

@ -1168,12 +1168,6 @@ object {
width: auto;
}
.wp-block-newspack-blocks-homepage-articles article .entry-title {
font-size: 2.01136rem;
letter-spacing: normal;
line-height: 1.2;
}
.wp-block-newspack-blocks-homepage-articles article .entry-title a {
color: #0073AA;
text-decoration: underline;
@ -1258,6 +1252,10 @@ object {
margin-right: calc(0.25 * 16px);
}
.wp-block-newspack-blocks-homepage-articles.is-grid article {
margin-top: 0;
}
button[data-load-more-btn] {
display: inline-block;
}

View file

@ -1168,12 +1168,6 @@ object {
width: auto;
}
.wp-block-newspack-blocks-homepage-articles article .entry-title {
font-size: 1.728rem;
letter-spacing: normal;
line-height: 1.125;
}
.wp-block-newspack-blocks-homepage-articles article .entry-title a {
color: #23883D;
text-decoration: underline;
@ -1258,6 +1252,10 @@ object {
margin-left: calc(0.25 * 16px);
}
.wp-block-newspack-blocks-homepage-articles.is-grid article {
margin-top: 0;
}
button[data-load-more-btn] {
display: inline-block;
}
@ -3955,25 +3953,14 @@ p:not(.site-title) a:hover {
/**
* Blocks
*/
.a8c-posts-list,
.wp-block-newspack-blocks-homepage-articles article {
.a8c-posts-list {
text-align: center;
}
.a8c-posts-list-item__excerpt,
.wp-block-newspack-blocks-homepage-articles article p {
.a8c-posts-list-item__excerpt {
text-align: right;
}
.wp-block-newspack-blocks-homepage-articles article .entry-meta {
display: block;
}
button[data-load-more-btn] {
display: flex;
margin: 0 auto;
}
.wp-block-cover h1,
.wp-block-cover-image h1 {
font-size: 2.98598rem;

View file

@ -194,7 +194,7 @@ $grid-configuration: map-extend($grid-configuration-default, $grid-configuration
* lets use a placeholder to keep them all
* in-sync
*/
button,
button[data-load-more-btn], button,
.button,
input[type="submit"],
.wp-block-button__link,
@ -212,11 +212,11 @@ input[type="submit"],
padding: 16px 24px;
}
button:before,
button[data-load-more-btn]:before, button:before,
.button:before,
input[type="submit"]:before,
.wp-block-button__link:before,
.wp-block-file__button:before, .a8c-posts-list__view-all:before, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept:before, button:after,
.wp-block-file__button:before, .a8c-posts-list__view-all:before, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept:before, button[data-load-more-btn]:after, button:after,
.button:after,
input[type="submit"]:after,
.wp-block-button__link:after,
@ -227,7 +227,7 @@ input[type="submit"]:after,
width: 0;
}
button:before,
button[data-load-more-btn]:before, button:before,
.button:before,
input[type="submit"]:before,
.wp-block-button__link:before,
@ -235,7 +235,7 @@ input[type="submit"]:before,
margin-bottom: -0.12em;
}
button:after,
button[data-load-more-btn]:after, button:after,
.button:after,
input[type="submit"]:after,
.wp-block-button__link:after,
@ -1149,6 +1149,117 @@ object {
min-width: 300px;
}
.wp-block-newspack-blocks-homepage-articles article {
display: block;
/* Vertical margins logic between posts */
margin-top: calc(3 * 32px);
margin-bottom: calc(3 * 32px);
}
.wp-block-newspack-blocks-homepage-articles article:first-child {
margin-top: 0;
}
.wp-block-newspack-blocks-homepage-articles article:last-child {
margin-bottom: calc(3 * 32px);
}
.wp-block-newspack-blocks-homepage-articles article .post-thumbnail img {
width: auto;
}
.wp-block-newspack-blocks-homepage-articles article .entry-title a {
color: #1279BE;
text-decoration: underline;
}
.wp-block-newspack-blocks-homepage-articles article .entry-title a:hover {
color: #303030;
}
.wp-block-newspack-blocks-homepage-articles article .entry-wrapper > * {
/* Vertical margins logic between post details */
margin-top: 16px;
margin-bottom: 16px;
}
.wp-block-newspack-blocks-homepage-articles article .entry-wrapper > *:first-child {
margin-top: 0;
}
.wp-block-newspack-blocks-homepage-articles article .entry-wrapper > *:last-child {
margin-bottom: 0;
}
.wp-block-newspack-blocks-homepage-articles article .more-link {
margin-top: 16px;
}
.wp-block-newspack-blocks-homepage-articles article .entry-meta,
.wp-block-newspack-blocks-homepage-articles article .entry-footer,
.wp-block-newspack-blocks-homepage-articles article .cat-links {
color: #757575;
font-size: 0.86957rem;
}
.wp-block-newspack-blocks-homepage-articles article .entry-meta > span,
.wp-block-newspack-blocks-homepage-articles article .entry-footer > span,
.wp-block-newspack-blocks-homepage-articles article .cat-links > span {
display: inline-block;
margin-left: 16px;
}
.wp-block-newspack-blocks-homepage-articles article .entry-meta > span > *,
.wp-block-newspack-blocks-homepage-articles article .entry-footer > span > *,
.wp-block-newspack-blocks-homepage-articles article .cat-links > span > * {
display: inline-block;
vertical-align: middle;
}
.wp-block-newspack-blocks-homepage-articles article .entry-meta > span:last-child,
.wp-block-newspack-blocks-homepage-articles article .entry-footer > span:last-child,
.wp-block-newspack-blocks-homepage-articles article .cat-links > span:last-child {
margin-left: 0;
}
.wp-block-newspack-blocks-homepage-articles article .entry-meta > span .published + .updated,
.wp-block-newspack-blocks-homepage-articles article .entry-footer > span .published + .updated,
.wp-block-newspack-blocks-homepage-articles article .cat-links > span .published + .updated {
display: none;
}
.wp-block-newspack-blocks-homepage-articles article .entry-meta a,
.wp-block-newspack-blocks-homepage-articles article .entry-footer a,
.wp-block-newspack-blocks-homepage-articles article .cat-links a {
color: currentColor;
}
.wp-block-newspack-blocks-homepage-articles article .entry-meta a:hover, .wp-block-newspack-blocks-homepage-articles article .entry-meta a:active,
.wp-block-newspack-blocks-homepage-articles article .entry-footer a:hover,
.wp-block-newspack-blocks-homepage-articles article .entry-footer a:active,
.wp-block-newspack-blocks-homepage-articles article .cat-links a:hover,
.wp-block-newspack-blocks-homepage-articles article .cat-links a:active {
color: #303030;
}
.wp-block-newspack-blocks-homepage-articles article .entry-meta .svg-icon,
.wp-block-newspack-blocks-homepage-articles article .entry-footer .svg-icon,
.wp-block-newspack-blocks-homepage-articles article .cat-links .svg-icon {
fill: currentColor;
position: relative;
display: inline-block;
vertical-align: middle;
margin-left: calc(0.25 * 16px);
}
.wp-block-newspack-blocks-homepage-articles.is-grid article {
margin-top: 0;
}
button[data-load-more-btn] {
display: inline-block;
}
/**
* Button
*/
@ -3437,7 +3548,7 @@ body:not(.fse-enabled) #colophon {
}
}
.entry-content > .alignfull, .entry-content > .alignfull.wp-block-jetpack-gif, .entry-content > .alignfull.wp-block-jetpack-tiled-gallery, .singular .hentry .entry-title:before, .singular .hentry .entry-title:after,
.entry-content > .alignfull, .entry-content > .alignfull.wp-block-jetpack-gif, .entry-content > .alignfull.wp-block-jetpack-tiled-gallery, .singular .hentry .entry-header .entry-title:before, .singular .hentry .entry-header .entry-title:after,
.page-title:before,
.page-title:after {
margin-right: -16px;
@ -3448,7 +3559,7 @@ body:not(.fse-enabled) #colophon {
}
@media only screen and (min-width: 560px) {
.entry-content > .alignfull, .entry-content > .alignfull.wp-block-jetpack-gif, .entry-content > .alignfull.wp-block-jetpack-tiled-gallery, .singular .hentry .entry-title:before, .singular .hentry .entry-title:after,
.entry-content > .alignfull, .entry-content > .alignfull.wp-block-jetpack-gif, .entry-content > .alignfull.wp-block-jetpack-tiled-gallery, .singular .hentry .entry-header .entry-title:before, .singular .hentry .entry-header .entry-title:after,
.page-title:before,
.page-title:after {
margin-right: inherit;
@ -3897,12 +4008,12 @@ table th,
/**
* Hentry
*/
.singular .hentry .entry-title,
.singular .hentry .entry-header .entry-title,
.page-title {
text-align: center;
}
.singular .hentry .entry-title:before, .singular .hentry .entry-title:after,
.singular .hentry .entry-header .entry-title:before, .singular .hentry .entry-header .entry-title:after,
.page-title:before,
.page-title:after {
background: #F8F8F8;
@ -3913,20 +4024,20 @@ table th,
}
@media only screen and (min-width: 560px) {
.singular .hentry .entry-title:before, .singular .hentry .entry-title:after,
.singular .hentry .entry-header .entry-title:before, .singular .hentry .entry-header .entry-title:after,
.page-title:before,
.page-title:after {
margin-bottom: 64px;
}
}
.singular .hentry .entry-title:after,
.singular .hentry .entry-header .entry-title:after,
.page-title:after {
margin-top: 16px;
}
@media only screen and (min-width: 560px) {
.singular .hentry .entry-title:after,
.singular .hentry .entry-header .entry-title:after,
.page-title:after {
margin-top: 64px;
}
@ -3938,7 +4049,8 @@ table th,
article .entry-header .entry-title a,
.page-title a,
.a8c-posts-list .a8c-posts-list-item__title a {
.a8c-posts-list .a8c-posts-list-item__title a,
.wp-block-newspack-blocks-homepage-articles article .entry-title a {
color: inherit;
text-decoration: none;
}
@ -3949,7 +4061,10 @@ article .entry-header .entry-title a:active, article .entry-header .entry-title
.page-title a:hover,
.a8c-posts-list .a8c-posts-list-item__title a:active,
.a8c-posts-list .a8c-posts-list-item__title a:focus,
.a8c-posts-list .a8c-posts-list-item__title a:hover {
.a8c-posts-list .a8c-posts-list-item__title a:hover,
.wp-block-newspack-blocks-homepage-articles article .entry-title a:active,
.wp-block-newspack-blocks-homepage-articles article .entry-title a:focus,
.wp-block-newspack-blocks-homepage-articles article .entry-title a:hover {
color: #1279BE;
}

View file

@ -302,12 +302,6 @@ object {
width: auto;
}
.wp-block-a8c-blog-posts .entry-title {
font-size: 1.728rem;
letter-spacing: -0.015em;
line-height: 1.125;
}
.wp-block-a8c-blog-posts .entry-title a {
color: black;
text-decoration: underline;

View file

@ -194,7 +194,7 @@ $grid-configuration: map-extend($grid-configuration-default, $grid-configuration
* lets use a placeholder to keep them all
* in-sync
*/
button,
button[data-load-more-btn], button,
.button,
input[type="submit"],
.wp-block-button__link,
@ -212,11 +212,11 @@ input[type="submit"],
padding: 16px 16px;
}
button:before,
button[data-load-more-btn]:before, button:before,
.button:before,
input[type="submit"]:before,
.wp-block-button__link:before,
.wp-block-file__button:before, .a8c-posts-list__view-all:before, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept:before, button:after,
.wp-block-file__button:before, .a8c-posts-list__view-all:before, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept:before, button[data-load-more-btn]:after, button:after,
.button:after,
input[type="submit"]:after,
.wp-block-button__link:after,
@ -227,7 +227,7 @@ input[type="submit"]:after,
width: 0;
}
button:before,
button[data-load-more-btn]:before, button:before,
.button:before,
input[type="submit"]:before,
.wp-block-button__link:before,
@ -235,7 +235,7 @@ input[type="submit"]:before,
margin-bottom: -0.12em;
}
button:after,
button[data-load-more-btn]:after, button:after,
.button:after,
input[type="submit"]:after,
.wp-block-button__link:after,
@ -1149,6 +1149,119 @@ object {
min-width: 300px;
}
.wp-block-newspack-blocks-homepage-articles article {
display: block;
/* Vertical margins logic between posts */
margin-top: calc(3 * 32px);
margin-bottom: calc(3 * 32px);
}
.wp-block-newspack-blocks-homepage-articles article:first-child {
margin-top: 0;
}
.wp-block-newspack-blocks-homepage-articles article:last-child {
margin-bottom: calc(3 * 32px);
}
.wp-block-newspack-blocks-homepage-articles article .post-thumbnail img {
width: auto;
}
.wp-block-newspack-blocks-homepage-articles article .entry-title {
font-size: 1.728rem;
letter-spacing: -0.015em;
line-height: 1.125;
}
.wp-block-newspack-blocks-homepage-articles article .entry-title a {
color: black;
text-decoration: underline;
}
.wp-block-newspack-blocks-homepage-articles article .entry-title a:hover {
color: #666666;
}
.wp-block-newspack-blocks-homepage-articles article .entry-wrapper > * {
/* Vertical margins logic between post details */
margin-top: 16px;
margin-bottom: 16px;
}
.wp-block-newspack-blocks-homepage-articles article .entry-wrapper > *:first-child {
margin-top: 0;
}
.wp-block-newspack-blocks-homepage-articles article .entry-wrapper > *:last-child {
margin-bottom: 0;
}
.wp-block-newspack-blocks-homepage-articles article .more-link {
margin-top: 16px;
}
.wp-block-newspack-blocks-homepage-articles article .entry-meta,
.wp-block-newspack-blocks-homepage-articles article .entry-footer,
.wp-block-newspack-blocks-homepage-articles article .cat-links {
color: #666666;
font-size: 0.83333rem;
}
.wp-block-newspack-blocks-homepage-articles article .entry-meta > span,
.wp-block-newspack-blocks-homepage-articles article .entry-footer > span,
.wp-block-newspack-blocks-homepage-articles article .cat-links > span {
display: inline-block;
margin-left: 16px;
}
.wp-block-newspack-blocks-homepage-articles article .entry-meta > span > *,
.wp-block-newspack-blocks-homepage-articles article .entry-footer > span > *,
.wp-block-newspack-blocks-homepage-articles article .cat-links > span > * {
display: inline-block;
vertical-align: middle;
}
.wp-block-newspack-blocks-homepage-articles article .entry-meta > span:last-child,
.wp-block-newspack-blocks-homepage-articles article .entry-footer > span:last-child,
.wp-block-newspack-blocks-homepage-articles article .cat-links > span:last-child {
margin-left: 0;
}
.wp-block-newspack-blocks-homepage-articles article .entry-meta > span .published + .updated,
.wp-block-newspack-blocks-homepage-articles article .entry-footer > span .published + .updated,
.wp-block-newspack-blocks-homepage-articles article .cat-links > span .published + .updated {
display: none;
}
.wp-block-newspack-blocks-homepage-articles article .entry-meta a,
.wp-block-newspack-blocks-homepage-articles article .entry-footer a,
.wp-block-newspack-blocks-homepage-articles article .cat-links a {
color: currentColor;
}
.wp-block-newspack-blocks-homepage-articles article .entry-meta a:hover, .wp-block-newspack-blocks-homepage-articles article .entry-meta a:active,
.wp-block-newspack-blocks-homepage-articles article .entry-footer a:hover,
.wp-block-newspack-blocks-homepage-articles article .entry-footer a:active,
.wp-block-newspack-blocks-homepage-articles article .cat-links a:hover,
.wp-block-newspack-blocks-homepage-articles article .cat-links a:active {
color: #666666;
}
.wp-block-newspack-blocks-homepage-articles article .entry-meta .svg-icon,
.wp-block-newspack-blocks-homepage-articles article .entry-footer .svg-icon,
.wp-block-newspack-blocks-homepage-articles article .cat-links .svg-icon {
fill: currentColor;
position: relative;
display: inline-block;
vertical-align: middle;
margin-left: calc(0.25 * 16px);
}
button[data-load-more-btn] {
display: inline-block;
}
/**
* Button
*/
@ -3777,7 +3890,8 @@ strong {
.entry-title a,
.page-title a,
.a8c-posts-list .a8c-posts-list-item__title a {
.a8c-posts-list .a8c-posts-list-item__title a,
.wp-block-newspack-blocks-homepage-articles article .entry-title a {
color: inherit;
text-decoration: none;
}
@ -3788,7 +3902,10 @@ strong {
.page-title a:hover,
.a8c-posts-list .a8c-posts-list-item__title a:active,
.a8c-posts-list .a8c-posts-list-item__title a:focus,
.a8c-posts-list .a8c-posts-list-item__title a:hover {
.a8c-posts-list .a8c-posts-list-item__title a:hover,
.wp-block-newspack-blocks-homepage-articles article .entry-title a:active,
.wp-block-newspack-blocks-homepage-articles article .entry-title a:focus,
.wp-block-newspack-blocks-homepage-articles article .entry-title a:hover {
color: black;
}

View file

@ -1168,12 +1168,6 @@ object {
width: auto;
}
.wp-block-newspack-blocks-homepage-articles article .entry-title {
font-size: 1.728rem;
letter-spacing: -0.015em;
line-height: 1.125;
}
.wp-block-newspack-blocks-homepage-articles article .entry-title a {
color: black;
text-decoration: underline;
@ -1258,6 +1252,10 @@ object {
margin-right: calc(0.25 * 16px);
}
.wp-block-newspack-blocks-homepage-articles.is-grid article {
margin-top: 0;
}
button[data-load-more-btn] {
display: inline-block;
}

View file

@ -303,12 +303,6 @@ object {
width: auto;
}
.wp-block-a8c-blog-posts .entry-title {
font-size: 2.01136rem;
letter-spacing: normal;
line-height: 1.125;
}
.wp-block-a8c-blog-posts .entry-title a {
color: #CD2220;
text-decoration: underline;

View file

@ -194,7 +194,7 @@ $grid-configuration: map-extend($grid-configuration-default, $grid-configuration
* lets use a placeholder to keep them all
* in-sync
*/
button,
button[data-load-more-btn], button,
.button,
input[type="submit"],
.wp-block-button__link,
@ -212,11 +212,11 @@ input[type="submit"],
padding: 16px 24px;
}
button:before,
button[data-load-more-btn]:before, button:before,
.button:before,
input[type="submit"]:before,
.wp-block-button__link:before,
.wp-block-file__button:before, .a8c-posts-list__view-all:before, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept:before, button:after,
.wp-block-file__button:before, .a8c-posts-list__view-all:before, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept:before, button[data-load-more-btn]:after, button:after,
.button:after,
input[type="submit"]:after,
.wp-block-button__link:after,
@ -227,7 +227,7 @@ input[type="submit"]:after,
width: 0;
}
button:before,
button[data-load-more-btn]:before, button:before,
.button:before,
input[type="submit"]:before,
.wp-block-button__link:before,
@ -235,7 +235,7 @@ input[type="submit"]:before,
margin-bottom: -0.12em;
}
button:after,
button[data-load-more-btn]:after, button:after,
.button:after,
input[type="submit"]:after,
.wp-block-button__link:after,
@ -1149,6 +1149,119 @@ object {
min-width: 300px;
}
.wp-block-newspack-blocks-homepage-articles article {
display: block;
/* Vertical margins logic between posts */
margin-top: calc(3 * 32px);
margin-bottom: calc(3 * 32px);
}
.wp-block-newspack-blocks-homepage-articles article:first-child {
margin-top: 0;
}
.wp-block-newspack-blocks-homepage-articles article:last-child {
margin-bottom: calc(3 * 32px);
}
.wp-block-newspack-blocks-homepage-articles article .post-thumbnail img {
width: auto;
}
.wp-block-newspack-blocks-homepage-articles article .entry-title {
font-size: 2.01136rem;
letter-spacing: normal;
line-height: 1.125;
}
.wp-block-newspack-blocks-homepage-articles article .entry-title a {
color: #CD2220;
text-decoration: underline;
}
.wp-block-newspack-blocks-homepage-articles article .entry-title a:hover {
color: #303030;
}
.wp-block-newspack-blocks-homepage-articles article .entry-wrapper > * {
/* Vertical margins logic between post details */
margin-top: 16px;
margin-bottom: 16px;
}
.wp-block-newspack-blocks-homepage-articles article .entry-wrapper > *:first-child {
margin-top: 0;
}
.wp-block-newspack-blocks-homepage-articles article .entry-wrapper > *:last-child {
margin-bottom: 0;
}
.wp-block-newspack-blocks-homepage-articles article .more-link {
margin-top: 16px;
}
.wp-block-newspack-blocks-homepage-articles article .entry-meta,
.wp-block-newspack-blocks-homepage-articles article .entry-footer,
.wp-block-newspack-blocks-homepage-articles article .cat-links {
color: #757575;
font-size: 0.86957rem;
}
.wp-block-newspack-blocks-homepage-articles article .entry-meta > span,
.wp-block-newspack-blocks-homepage-articles article .entry-footer > span,
.wp-block-newspack-blocks-homepage-articles article .cat-links > span {
display: inline-block;
margin-left: 16px;
}
.wp-block-newspack-blocks-homepage-articles article .entry-meta > span > *,
.wp-block-newspack-blocks-homepage-articles article .entry-footer > span > *,
.wp-block-newspack-blocks-homepage-articles article .cat-links > span > * {
display: inline-block;
vertical-align: middle;
}
.wp-block-newspack-blocks-homepage-articles article .entry-meta > span:last-child,
.wp-block-newspack-blocks-homepage-articles article .entry-footer > span:last-child,
.wp-block-newspack-blocks-homepage-articles article .cat-links > span:last-child {
margin-left: 0;
}
.wp-block-newspack-blocks-homepage-articles article .entry-meta > span .published + .updated,
.wp-block-newspack-blocks-homepage-articles article .entry-footer > span .published + .updated,
.wp-block-newspack-blocks-homepage-articles article .cat-links > span .published + .updated {
display: none;
}
.wp-block-newspack-blocks-homepage-articles article .entry-meta a,
.wp-block-newspack-blocks-homepage-articles article .entry-footer a,
.wp-block-newspack-blocks-homepage-articles article .cat-links a {
color: currentColor;
}
.wp-block-newspack-blocks-homepage-articles article .entry-meta a:hover, .wp-block-newspack-blocks-homepage-articles article .entry-meta a:active,
.wp-block-newspack-blocks-homepage-articles article .entry-footer a:hover,
.wp-block-newspack-blocks-homepage-articles article .entry-footer a:active,
.wp-block-newspack-blocks-homepage-articles article .cat-links a:hover,
.wp-block-newspack-blocks-homepage-articles article .cat-links a:active {
color: #303030;
}
.wp-block-newspack-blocks-homepage-articles article .entry-meta .svg-icon,
.wp-block-newspack-blocks-homepage-articles article .entry-footer .svg-icon,
.wp-block-newspack-blocks-homepage-articles article .cat-links .svg-icon {
fill: currentColor;
position: relative;
display: inline-block;
vertical-align: middle;
margin-left: calc(0.25 * 16px);
}
button[data-load-more-btn] {
display: inline-block;
}
/**
* Button
*/
@ -3926,7 +4039,7 @@ table th,
/**
* Hentry
*/
.singular .hentry .entry-title,
.singular .hentry .entry-header .entry-title,
.page-title {
background: #F8F8F8;
margin-top: -16px;
@ -3936,7 +4049,7 @@ table th,
}
@media only screen and (min-width: 560px) {
.singular .hentry .entry-title,
.singular .hentry .entry-header .entry-title,
.page-title {
margin-bottom: 64px;
margin-top: -64px;
@ -3959,7 +4072,8 @@ table th,
article .entry-header .entry-title a,
.page-title a,
.a8c-posts-list .a8c-posts-list-item__title a {
.a8c-posts-list .a8c-posts-list-item__title a,
.wp-block-newspack-blocks-homepage-articles article .entry-title a {
color: inherit;
text-decoration: none;
}
@ -3970,7 +4084,10 @@ article .entry-header .entry-title a:active, article .entry-header .entry-title
.page-title a:hover,
.a8c-posts-list .a8c-posts-list-item__title a:active,
.a8c-posts-list .a8c-posts-list-item__title a:focus,
.a8c-posts-list .a8c-posts-list-item__title a:hover {
.a8c-posts-list .a8c-posts-list-item__title a:hover,
.wp-block-newspack-blocks-homepage-articles article .entry-title a:active,
.wp-block-newspack-blocks-homepage-articles article .entry-title a:focus,
.wp-block-newspack-blocks-homepage-articles article .entry-title a:hover {
color: #CD2220;
}

View file

@ -1168,12 +1168,6 @@ object {
width: auto;
}
.wp-block-newspack-blocks-homepage-articles article .entry-title {
font-size: 2.01136rem;
letter-spacing: normal;
line-height: 1.125;
}
.wp-block-newspack-blocks-homepage-articles article .entry-title a {
color: #CD2220;
text-decoration: underline;
@ -1258,6 +1252,10 @@ object {
margin-right: calc(0.25 * 16px);
}
.wp-block-newspack-blocks-homepage-articles.is-grid article {
margin-top: 0;
}
button[data-load-more-btn] {
display: inline-block;
}

View file

@ -302,12 +302,6 @@ object {
width: auto;
}
.wp-block-a8c-blog-posts .entry-title {
font-size: 1.95312rem;
letter-spacing: normal;
line-height: 1.125;
}
.wp-block-a8c-blog-posts .entry-title a {
color: #CAAB57;
text-decoration: underline;

View file

@ -3935,7 +3935,8 @@ p:not(.site-title) a:hover {
*/
.entry-title a,
.page-title a,
.a8c-posts-list .a8c-posts-list-item__title a {
.a8c-posts-list .a8c-posts-list-item__title a,
.wp-block-newspack-blocks-homepage-articles article .entry-title a {
color: inherit;
text-decoration: none;
}
@ -3946,7 +3947,10 @@ p:not(.site-title) a:hover {
.page-title a:hover,
.a8c-posts-list .a8c-posts-list-item__title a:active,
.a8c-posts-list .a8c-posts-list-item__title a:focus,
.a8c-posts-list .a8c-posts-list-item__title a:hover {
.a8c-posts-list .a8c-posts-list-item__title a:hover,
.wp-block-newspack-blocks-homepage-articles article .entry-title a:active,
.wp-block-newspack-blocks-homepage-articles article .entry-title a:focus,
.wp-block-newspack-blocks-homepage-articles article .entry-title a:hover {
color: #CAAB57;
}

View file

@ -1168,12 +1168,6 @@ object {
width: auto;
}
.wp-block-newspack-blocks-homepage-articles article .entry-title {
font-size: 1.95312rem;
letter-spacing: normal;
line-height: 1.125;
}
.wp-block-newspack-blocks-homepage-articles article .entry-title a {
color: #CAAB57;
text-decoration: underline;
@ -1258,6 +1252,10 @@ object {
margin-right: calc(0.25 * 16px);
}
.wp-block-newspack-blocks-homepage-articles.is-grid article {
margin-top: 0;
}
button[data-load-more-btn] {
display: inline-block;
}

View file

@ -1168,12 +1168,6 @@ object {
width: auto;
}
.wp-block-newspack-blocks-homepage-articles article .entry-title {
font-size: 2.48832rem;
letter-spacing: normal;
line-height: 1.125;
}
.wp-block-newspack-blocks-homepage-articles article .entry-title a {
color: #222222;
text-decoration: underline;
@ -1258,6 +1252,10 @@ object {
margin-left: calc(0.25 * 16px);
}
.wp-block-newspack-blocks-homepage-articles.is-grid article {
margin-top: 0;
}
button[data-load-more-btn] {
display: inline-block;
}
@ -4044,8 +4042,7 @@ p:not(.site-title) a:hover {
.entry-header,
.page-title,
.a8c-posts-list-item__title,
.a8c-posts-list .a8c-posts-list-item__featured,
.wp-block-newspack-blocks-homepage-articles article .entry-title {
.a8c-posts-list .a8c-posts-list-item__featured {
text-align: center;
}
@ -4133,60 +4130,69 @@ table th,
border-color: #E0E0E0;
}
.a8c-posts-list,
.wp-block-newspack-blocks-homepage-articles article {
.a8c-posts-list {
text-align: center;
}
.a8c-posts-list__item,
.a8c-posts-list__item {
margin-bottom: 32px;
margin-top: 32px;
}
@media only screen and (min-width: 560px) {
.a8c-posts-list__item {
margin-bottom: 64px;
margin-top: 64px;
}
}
.a8c-posts-list__item .a8c-posts-list-item__meta {
text-align: center;
}
.a8c-posts-list__listing {
text-align: right;
}
.a8c-posts-list__listing:not(:last-child) {
margin-bottom: 32px;
}
@media only screen and (min-width: 560px) {
.a8c-posts-list__listing:not(:last-child) {
margin-bottom: 64px;
}
}
/**
* Blog Posts (Newspack)
*/
.wp-block-newspack-blocks-homepage-articles article {
margin-bottom: 32px;
margin-top: 32px;
}
@media only screen and (min-width: 560px) {
.a8c-posts-list__item,
.wp-block-newspack-blocks-homepage-articles article {
margin-bottom: 64px;
margin-top: 64px;
}
}
.a8c-posts-list__item .a8c-posts-list-item__meta,
.wp-block-newspack-blocks-homepage-articles article .a8c-posts-list-item__meta {
text-align: center;
}
.wp-block-newspack-blocks-homepage-articles article .entry-title a {
text-decoration: none;
}
.wp-block-newspack-blocks-homepage-articles article .entry-meta {
display: block;
}
.a8c-posts-list__listing,
.wp-block-newspack-blocks-homepage-articles article p {
text-align: right;
}
.a8c-posts-list__listing:not(:last-child),
.wp-block-newspack-blocks-homepage-articles article p:not(:last-child) {
margin-bottom: 32px;
}
@media only screen and (min-width: 560px) {
.a8c-posts-list__listing:not(:last-child),
.wp-block-newspack-blocks-homepage-articles article p:not(:last-child) {
margin-bottom: 64px;
}
}
button[data-load-more-btn] {
display: flex;
margin: 0 auto;
}
/**
* Comments
*/

View file

@ -1168,12 +1168,6 @@ object {
width: auto;
}
.wp-block-newspack-blocks-homepage-articles article .entry-title {
font-size: 1.728rem;
letter-spacing: normal;
line-height: 1.125;
}
.wp-block-newspack-blocks-homepage-articles article .entry-title a {
color: #0C80A1;
text-decoration: underline;
@ -1258,6 +1252,10 @@ object {
margin-left: calc(0.25 * 16px);
}
.wp-block-newspack-blocks-homepage-articles.is-grid article {
margin-top: 0;
}
button[data-load-more-btn] {
display: inline-block;
}
@ -3916,8 +3914,7 @@ hr.wp-block-separator.is-style-wide,
#page .entry-header,
#page .page-header,
#page .entry-footer,
#page .a8c-posts-list,
#page .wp-block-newspack-blocks-homepage-articles article {
#page .a8c-posts-list {
text-align: center;
}
@ -3930,20 +3927,10 @@ hr.wp-block-separator.is-style-wide,
color: #0C80A1;
}
#page .a8c-posts-list-item__excerpt,
#page .wp-block-newspack-blocks-homepage-articles article p {
#page .a8c-posts-list-item__excerpt {
text-align: right;
}
#page .wp-block-newspack-blocks-homepage-articles article .entry-meta {
display: block;
}
#page button[data-load-more-btn] {
display: flex;
margin: 0 auto;
}
/**
* Footer Menu
*/

View file

@ -194,7 +194,7 @@ $grid-configuration: map-extend($grid-configuration-default, $grid-configuration
* lets use a placeholder to keep them all
* in-sync
*/
button,
button[data-load-more-btn], button,
.button,
input[type="submit"],
.wp-block-button__link,
@ -212,11 +212,11 @@ input[type="submit"],
padding: 16px 16px;
}
button:before,
button[data-load-more-btn]:before, button:before,
.button:before,
input[type="submit"]:before,
.wp-block-button__link:before,
.wp-block-file__button:before, .a8c-posts-list__view-all:before, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept:before, button:after,
.wp-block-file__button:before, .a8c-posts-list__view-all:before, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept:before, button[data-load-more-btn]:after, button:after,
.button:after,
input[type="submit"]:after,
.wp-block-button__link:after,
@ -227,7 +227,7 @@ input[type="submit"]:after,
width: 0;
}
button:before,
button[data-load-more-btn]:before, button:before,
.button:before,
input[type="submit"]:before,
.wp-block-button__link:before,
@ -235,7 +235,7 @@ input[type="submit"]:before,
margin-bottom: -0.12em;
}
button:after,
button[data-load-more-btn]:after, button:after,
.button:after,
input[type="submit"]:after,
.wp-block-button__link:after,
@ -1149,6 +1149,117 @@ object {
min-width: 300px;
}
.wp-block-newspack-blocks-homepage-articles article {
display: block;
/* Vertical margins logic between posts */
margin-top: calc(3 * 32px);
margin-bottom: calc(3 * 32px);
}
.wp-block-newspack-blocks-homepage-articles article:first-child {
margin-top: 0;
}
.wp-block-newspack-blocks-homepage-articles article:last-child {
margin-bottom: calc(3 * 32px);
}
.wp-block-newspack-blocks-homepage-articles article .post-thumbnail img {
width: auto;
}
.wp-block-newspack-blocks-homepage-articles article .entry-title a {
color: #404040;
text-decoration: underline;
}
.wp-block-newspack-blocks-homepage-articles article .entry-title a:hover {
color: #f25f70;
}
.wp-block-newspack-blocks-homepage-articles article .entry-wrapper > * {
/* Vertical margins logic between post details */
margin-top: 16px;
margin-bottom: 16px;
}
.wp-block-newspack-blocks-homepage-articles article .entry-wrapper > *:first-child {
margin-top: 0;
}
.wp-block-newspack-blocks-homepage-articles article .entry-wrapper > *:last-child {
margin-bottom: 0;
}
.wp-block-newspack-blocks-homepage-articles article .more-link {
margin-top: 16px;
}
.wp-block-newspack-blocks-homepage-articles article .entry-meta,
.wp-block-newspack-blocks-homepage-articles article .entry-footer,
.wp-block-newspack-blocks-homepage-articles article .cat-links {
color: #767676;
font-size: 0.83333rem;
}
.wp-block-newspack-blocks-homepage-articles article .entry-meta > span,
.wp-block-newspack-blocks-homepage-articles article .entry-footer > span,
.wp-block-newspack-blocks-homepage-articles article .cat-links > span {
display: inline-block;
margin-left: 16px;
}
.wp-block-newspack-blocks-homepage-articles article .entry-meta > span > *,
.wp-block-newspack-blocks-homepage-articles article .entry-footer > span > *,
.wp-block-newspack-blocks-homepage-articles article .cat-links > span > * {
display: inline-block;
vertical-align: middle;
}
.wp-block-newspack-blocks-homepage-articles article .entry-meta > span:last-child,
.wp-block-newspack-blocks-homepage-articles article .entry-footer > span:last-child,
.wp-block-newspack-blocks-homepage-articles article .cat-links > span:last-child {
margin-left: 0;
}
.wp-block-newspack-blocks-homepage-articles article .entry-meta > span .published + .updated,
.wp-block-newspack-blocks-homepage-articles article .entry-footer > span .published + .updated,
.wp-block-newspack-blocks-homepage-articles article .cat-links > span .published + .updated {
display: none;
}
.wp-block-newspack-blocks-homepage-articles article .entry-meta a,
.wp-block-newspack-blocks-homepage-articles article .entry-footer a,
.wp-block-newspack-blocks-homepage-articles article .cat-links a {
color: currentColor;
}
.wp-block-newspack-blocks-homepage-articles article .entry-meta a:hover, .wp-block-newspack-blocks-homepage-articles article .entry-meta a:active,
.wp-block-newspack-blocks-homepage-articles article .entry-footer a:hover,
.wp-block-newspack-blocks-homepage-articles article .entry-footer a:active,
.wp-block-newspack-blocks-homepage-articles article .cat-links a:hover,
.wp-block-newspack-blocks-homepage-articles article .cat-links a:active {
color: #f25f70;
}
.wp-block-newspack-blocks-homepage-articles article .entry-meta .svg-icon,
.wp-block-newspack-blocks-homepage-articles article .entry-footer .svg-icon,
.wp-block-newspack-blocks-homepage-articles article .cat-links .svg-icon {
fill: currentColor;
position: relative;
display: inline-block;
vertical-align: middle;
margin-left: calc(0.25 * 16px);
}
.wp-block-newspack-blocks-homepage-articles.is-grid article {
margin-top: 0;
}
button[data-load-more-btn] {
display: inline-block;
}
/**
* Button
*/
@ -4011,6 +4122,13 @@ body:not(.fse-enabled) #site-navigation.main-navigation #toggle-menu, body:not(.
margin-bottom: .857em;
}
/**
* 6.1. Blog Posts (Newspack) Block
*/
.wp-block-newspack-blocks-homepage-articles article .entry-title a {
text-decoration: none;
}
/**
* Full Site Editing
* - Full Site Editing overrides

View file

@ -302,12 +302,6 @@ object {
width: auto;
}
.wp-block-a8c-blog-posts .entry-title {
font-size: 2.48832rem;
letter-spacing: normal;
line-height: 1.125;
}
.wp-block-a8c-blog-posts .entry-title a {
color: #2c313f;
text-decoration: underline;

View file

@ -194,7 +194,7 @@ $grid-configuration: map-extend($grid-configuration-default, $grid-configuration
* lets use a placeholder to keep them all
* in-sync
*/
button,
button[data-load-more-btn], button,
.button,
input[type="submit"],
.wp-block-button__link,
@ -212,11 +212,11 @@ input[type="submit"],
padding: 16px 16px;
}
button:before,
button[data-load-more-btn]:before, button:before,
.button:before,
input[type="submit"]:before,
.wp-block-button__link:before,
.wp-block-file__button:before, .a8c-posts-list__view-all:before, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept:before, button:after,
.wp-block-file__button:before, .a8c-posts-list__view-all:before, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept:before, button[data-load-more-btn]:after, button:after,
.button:after,
input[type="submit"]:after,
.wp-block-button__link:after,
@ -227,7 +227,7 @@ input[type="submit"]:after,
width: 0;
}
button:before,
button[data-load-more-btn]:before, button:before,
.button:before,
input[type="submit"]:before,
.wp-block-button__link:before,
@ -235,7 +235,7 @@ input[type="submit"]:before,
margin-bottom: -0.34em;
}
button:after,
button[data-load-more-btn]:after, button:after,
.button:after,
input[type="submit"]:after,
.wp-block-button__link:after,
@ -1149,6 +1149,119 @@ object {
min-width: 300px;
}
.wp-block-newspack-blocks-homepage-articles article {
display: block;
/* Vertical margins logic between posts */
margin-top: calc(3 * 32px);
margin-bottom: calc(3 * 32px);
}
.wp-block-newspack-blocks-homepage-articles article:first-child {
margin-top: 0;
}
.wp-block-newspack-blocks-homepage-articles article:last-child {
margin-bottom: calc(3 * 32px);
}
.wp-block-newspack-blocks-homepage-articles article .post-thumbnail img {
width: auto;
}
.wp-block-newspack-blocks-homepage-articles article .entry-title {
font-size: 2.48832rem;
letter-spacing: normal;
line-height: 1.125;
}
.wp-block-newspack-blocks-homepage-articles article .entry-title a {
color: #2c313f;
text-decoration: underline;
}
.wp-block-newspack-blocks-homepage-articles article .entry-title a:hover {
color: #3e69dc;
}
.wp-block-newspack-blocks-homepage-articles article .entry-wrapper > * {
/* Vertical margins logic between post details */
margin-top: 16px;
margin-bottom: 16px;
}
.wp-block-newspack-blocks-homepage-articles article .entry-wrapper > *:first-child {
margin-top: 0;
}
.wp-block-newspack-blocks-homepage-articles article .entry-wrapper > *:last-child {
margin-bottom: 0;
}
.wp-block-newspack-blocks-homepage-articles article .more-link {
margin-top: 16px;
}
.wp-block-newspack-blocks-homepage-articles article .entry-meta,
.wp-block-newspack-blocks-homepage-articles article .entry-footer,
.wp-block-newspack-blocks-homepage-articles article .cat-links {
color: #767676;
font-size: 0.83333rem;
}
.wp-block-newspack-blocks-homepage-articles article .entry-meta > span,
.wp-block-newspack-blocks-homepage-articles article .entry-footer > span,
.wp-block-newspack-blocks-homepage-articles article .cat-links > span {
display: inline-block;
margin-left: 16px;
}
.wp-block-newspack-blocks-homepage-articles article .entry-meta > span > *,
.wp-block-newspack-blocks-homepage-articles article .entry-footer > span > *,
.wp-block-newspack-blocks-homepage-articles article .cat-links > span > * {
display: inline-block;
vertical-align: middle;
}
.wp-block-newspack-blocks-homepage-articles article .entry-meta > span:last-child,
.wp-block-newspack-blocks-homepage-articles article .entry-footer > span:last-child,
.wp-block-newspack-blocks-homepage-articles article .cat-links > span:last-child {
margin-left: 0;
}
.wp-block-newspack-blocks-homepage-articles article .entry-meta > span .published + .updated,
.wp-block-newspack-blocks-homepage-articles article .entry-footer > span .published + .updated,
.wp-block-newspack-blocks-homepage-articles article .cat-links > span .published + .updated {
display: none;
}
.wp-block-newspack-blocks-homepage-articles article .entry-meta a,
.wp-block-newspack-blocks-homepage-articles article .entry-footer a,
.wp-block-newspack-blocks-homepage-articles article .cat-links a {
color: currentColor;
}
.wp-block-newspack-blocks-homepage-articles article .entry-meta a:hover, .wp-block-newspack-blocks-homepage-articles article .entry-meta a:active,
.wp-block-newspack-blocks-homepage-articles article .entry-footer a:hover,
.wp-block-newspack-blocks-homepage-articles article .entry-footer a:active,
.wp-block-newspack-blocks-homepage-articles article .cat-links a:hover,
.wp-block-newspack-blocks-homepage-articles article .cat-links a:active {
color: #3e69dc;
}
.wp-block-newspack-blocks-homepage-articles article .entry-meta .svg-icon,
.wp-block-newspack-blocks-homepage-articles article .entry-footer .svg-icon,
.wp-block-newspack-blocks-homepage-articles article .cat-links .svg-icon {
fill: currentColor;
position: relative;
display: inline-block;
vertical-align: middle;
margin-left: calc(0.25 * 16px);
}
button[data-load-more-btn] {
display: inline-block;
}
/**
* Button
*/
@ -3954,12 +4067,17 @@ p:not(.site-title) a:hover {
border: 2px solid;
}
.wp-block-newspack-blocks-homepage-articles article .entry-title a {
text-decoration: none;
}
button,
.button,
input[type="submit"],
.wp-block-button__link,
.wp-block-file__button,
.a8c-posts-list__view-all {
.a8c-posts-list__view-all,
button[data-load-more-btn] {
border: 0;
border-radius: 5em;
text-transform: uppercase;
@ -3980,7 +4098,10 @@ input[type="submit"].has-background:visited,
.wp-block-file__button.has-background:visited,
.a8c-posts-list__view-all.has-background:focus,
.a8c-posts-list__view-all.has-background:hover,
.a8c-posts-list__view-all.has-background:visited {
.a8c-posts-list__view-all.has-background:visited,
button[data-load-more-btn].has-background:focus,
button[data-load-more-btn].has-background:hover,
button[data-load-more-btn].has-background:visited {
opacity: .8;
}

View file

@ -1168,12 +1168,6 @@ object {
width: auto;
}
.wp-block-newspack-blocks-homepage-articles article .entry-title {
font-size: 2.48832rem;
letter-spacing: normal;
line-height: 1.125;
}
.wp-block-newspack-blocks-homepage-articles article .entry-title a {
color: #2c313f;
text-decoration: underline;
@ -1258,6 +1252,10 @@ object {
margin-right: calc(0.25 * 16px);
}
.wp-block-newspack-blocks-homepage-articles.is-grid article {
margin-top: 0;
}
button[data-load-more-btn] {
display: inline-block;
}