|
@@ -36,144 +36,6 @@
|
|
|
/**
|
|
|
* Reset the WP Admin page styles for Gutenberg-like pages.
|
|
|
*/
|
|
|
-@media (max-width: 599px) {
|
|
|
- .headlines-pattern {
|
|
|
- padding-top: 50px !important;
|
|
|
- padding-bottom: 50px !important;
|
|
|
- }
|
|
|
-}
|
|
|
-
|
|
|
-.subscription-column {
|
|
|
- text-align: right;
|
|
|
-}
|
|
|
-
|
|
|
-.wp-block-cover.is-style-quadrat-cover-diamond::after {
|
|
|
- background-image: url(rotated.svg);
|
|
|
- background-position: center;
|
|
|
- background-repeat: no-repeat;
|
|
|
- background-size: auto 70%;
|
|
|
- content: "";
|
|
|
- mix-blend-mode: soft-light;
|
|
|
- position: absolute;
|
|
|
- top: 0;
|
|
|
- left: 0;
|
|
|
- bottom: 0;
|
|
|
- right: 0;
|
|
|
- z-index: 0 !important;
|
|
|
-}
|
|
|
-
|
|
|
-.wp-block-cover.is-style-quadrat-cover-diamond.has-white-background-color.wp-block-cover.has-background-dim:not(.has-background-gradient)::before, .wp-block-cover.is-style-quadrat-cover-diamond.has-black-background-color.wp-block-cover.has-background-dim:not(.has-background-gradient)::before {
|
|
|
- opacity: 0;
|
|
|
-}
|
|
|
-
|
|
|
-.wp-block-cover.is-style-quadrat-cover-diamond.has-white-background-color::after, .wp-block-cover.is-style-quadrat-cover-diamond.has-black-background-color::after {
|
|
|
- mix-blend-mode: normal;
|
|
|
- mask-image: url(rotated.svg);
|
|
|
- mask-repeat: no-repeat;
|
|
|
- mask-size: auto 70%;
|
|
|
- mask-position: center;
|
|
|
- opacity: 0.25;
|
|
|
-}
|
|
|
-
|
|
|
-.wp-block-cover.is-style-quadrat-cover-diamond.has-white-background-color::after {
|
|
|
- background: #000;
|
|
|
-}
|
|
|
-
|
|
|
-.wp-block-cover.is-style-quadrat-cover-diamond.has-black-background-color::after {
|
|
|
- background: #fff;
|
|
|
-}
|
|
|
-
|
|
|
-.is-style-quadrat-diamond-posts .post-meta {
|
|
|
- display: flex;
|
|
|
- justify-content: flex-start;
|
|
|
-}
|
|
|
-
|
|
|
-.is-style-quadrat-diamond-posts .wp-block-post-title a,
|
|
|
-.is-style-quadrat-diamond-posts .wp-block-query-pagination a,
|
|
|
-.is-style-quadrat-diamond-posts .post-meta a {
|
|
|
- text-decoration: none;
|
|
|
-}
|
|
|
-
|
|
|
-.is-style-quadrat-diamond-posts .wp-block-post-title a:hover,
|
|
|
-.is-style-quadrat-diamond-posts .wp-block-query-pagination a:hover,
|
|
|
-.is-style-quadrat-diamond-posts .post-meta a:hover {
|
|
|
- text-decoration: underline;
|
|
|
-}
|
|
|
-
|
|
|
-.is-style-quadrat-diamond-posts .wp-block-column {
|
|
|
- flex-basis: auto;
|
|
|
-}
|
|
|
-
|
|
|
-@media (min-width: 600px) {
|
|
|
- .is-style-quadrat-diamond-posts .wp-block-column:last-child {
|
|
|
- max-width: 300px;
|
|
|
- flex-shrink: 0;
|
|
|
- }
|
|
|
- .is-style-quadrat-diamond-posts .wp-block-column:first-child {
|
|
|
- padding-right: 2em;
|
|
|
- }
|
|
|
-}
|
|
|
-
|
|
|
-.is-style-quadrat-diamond-posts .wp-block-post-featured-image {
|
|
|
- width: 300px;
|
|
|
-}
|
|
|
-
|
|
|
-@media (max-width: 599px) {
|
|
|
- .is-style-quadrat-diamond-posts .wp-block-post-featured-image {
|
|
|
- width: 100%;
|
|
|
- }
|
|
|
-}
|
|
|
-
|
|
|
-.is-style-quadrat-diamond-posts .wp-block-post-featured-image img {
|
|
|
- object-fit: cover;
|
|
|
- width: 100%;
|
|
|
- height: 300px;
|
|
|
-}
|
|
|
-
|
|
|
-.is-style-quadrat-diamond-posts .wp-block-post-template li {
|
|
|
- display: flex;
|
|
|
- align-items: center;
|
|
|
- min-height: 400px;
|
|
|
- position: relative;
|
|
|
-}
|
|
|
-
|
|
|
-.is-style-quadrat-diamond-posts .wp-block-post-template li > * {
|
|
|
- flex-basis: 100%;
|
|
|
-}
|
|
|
-
|
|
|
-.is-style-quadrat-diamond-posts .wp-block-post-template li:before {
|
|
|
- content: "";
|
|
|
- background: var(--wp--preset--color--secondary);
|
|
|
- width: 375px;
|
|
|
- height: 375px;
|
|
|
- position: absolute;
|
|
|
- top: 0;
|
|
|
- left: 0;
|
|
|
- z-index: -1;
|
|
|
- opacity: 0;
|
|
|
- transition: all 0.4s ease-in-out;
|
|
|
-}
|
|
|
-
|
|
|
-.is-style-quadrat-diamond-posts .wp-block-post-template li:hover:before {
|
|
|
- opacity: 1;
|
|
|
-}
|
|
|
-
|
|
|
-.is-style-quadrat-diamond-posts .wp-block-post-template li:nth-child(2n+1):before {
|
|
|
- transform: rotate(16deg) translate(-130px, -20px);
|
|
|
-}
|
|
|
-
|
|
|
-.is-style-quadrat-diamond-posts .wp-block-post-template li:nth-child(2n+1):hover:before {
|
|
|
- transform: rotate(-8deg) translate(-110px, 0);
|
|
|
-}
|
|
|
-
|
|
|
-.is-style-quadrat-diamond-posts .wp-block-post-template li:nth-child(2n+2):before {
|
|
|
- transform: rotate(24deg) translate(-130px, 20px);
|
|
|
-}
|
|
|
-
|
|
|
-.is-style-quadrat-diamond-posts .wp-block-post-template li:nth-child(2n+2):hover:before {
|
|
|
- transform: rotate(16deg) translate(-110px, 40px);
|
|
|
-}
|
|
|
-
|
|
|
.wp-block-button.wp-block-button__link:not(.has-background):not(.has-text-color):hover, .wp-block-button.wp-block-button__link:not(.has-background):not(.has-text-color):focus, .wp-block-button.wp-block-button__link:not(.has-background):not(.has-text-color).has-focus,
|
|
|
.wp-block-button .wp-block-button__link:not(.has-background):not(.has-text-color):hover,
|
|
|
.wp-block-button .wp-block-button__link:not(.has-background):not(.has-text-color):focus,
|