theme.css 13 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461
  1. @charset "UTF-8";
  2. /**
  3. * Breakpoints & Media Queries
  4. */
  5. /**
  6. * Converts a hex value into the rgb equivalent.
  7. *
  8. * @param {string} hex - the hexadecimal value to convert
  9. * @return {string} comma separated rgb values
  10. */
  11. /**
  12. * Breakpoint mixins
  13. */
  14. /**
  15. * Long content fade mixin
  16. *
  17. * Creates a fading overlay to signify that the content is longer
  18. * than the space allows.
  19. */
  20. /**
  21. * Focus styles.
  22. */
  23. /**
  24. * Applies editor left position to the selector passed as argument
  25. */
  26. /**
  27. * Styles that are reused verbatim in a few places
  28. */
  29. /**
  30. * Allows users to opt-out of animations via OS-level preferences.
  31. */
  32. /**
  33. * Reset default styles for JavaScript UI based pages.
  34. * This is a WP-admin agnostic reset
  35. */
  36. /**
  37. * Reset the WP Admin page styles for Gutenberg-like pages.
  38. */
  39. @media (max-width: 599px) {
  40. .headlines-pattern {
  41. padding-top: 50px !important;
  42. padding-bottom: 50px !important;
  43. }
  44. }
  45. .subscription-column {
  46. text-align: right;
  47. }
  48. .horizontal-query-pattern .wp-block-post-title a,
  49. .vertical-query-pattern .wp-block-post-title a {
  50. text-decoration: none;
  51. }
  52. .vertical-query-pattern .wp-block-cover {
  53. margin-top: 0;
  54. }
  55. .vertical-query-pattern img {
  56. aspect-ratio: 16/9;
  57. -o-object-fit: cover;
  58. object-fit: cover;
  59. }
  60. div.horizontal-query-pattern {
  61. gap: 0;
  62. }
  63. @media (min-width: 600px) {
  64. div.horizontal-query-pattern {
  65. flex-wrap: nowrap;
  66. }
  67. }
  68. div.horizontal-query-pattern .wp-block-cover,
  69. div.horizontal-query-pattern figure.wp-block-post-featured-image {
  70. margin-top: 0;
  71. }
  72. div.horizontal-query-pattern figure.wp-block-post-featured-image {
  73. align-self: stretch;
  74. }
  75. @media (min-width: 600px) {
  76. div.horizontal-query-pattern figure.wp-block-post-featured-image {
  77. width: 57%;
  78. }
  79. }
  80. div.horizontal-query-pattern figure.wp-block-post-featured-image img {
  81. aspect-ratio: 1.12;
  82. -o-object-fit: cover;
  83. object-fit: cover;
  84. height: 100%;
  85. }
  86. @media (min-width: 600px) {
  87. div.horizontal-query-pattern figure.wp-block-post-featured-image img {
  88. min-height: 360px;
  89. }
  90. }
  91. .wp-block-cover.is-style-quadrat-cover-diamond::after {
  92. background-image: url(rotated.svg);
  93. background-position: center;
  94. background-repeat: no-repeat;
  95. background-size: auto 70%;
  96. content: "";
  97. mix-blend-mode: soft-light;
  98. position: absolute;
  99. top: 0;
  100. left: 0;
  101. bottom: 0;
  102. right: 0;
  103. z-index: 0 !important;
  104. }
  105. .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 {
  106. opacity: 0;
  107. }
  108. .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 {
  109. mix-blend-mode: normal;
  110. -webkit-mask-image: url(rotated.svg);
  111. mask-image: url(rotated.svg);
  112. -webkit-mask-repeat: no-repeat;
  113. mask-repeat: no-repeat;
  114. -webkit-mask-size: auto 70%;
  115. mask-size: auto 70%;
  116. -webkit-mask-position: center;
  117. mask-position: center;
  118. opacity: 0.25;
  119. }
  120. .wp-block-cover.is-style-quadrat-cover-diamond.has-white-background-color::after {
  121. background: #000;
  122. }
  123. .wp-block-cover.is-style-quadrat-cover-diamond.has-black-background-color::after {
  124. background: #fff;
  125. }
  126. .is-style-quadrat-diamond-posts .post-meta {
  127. justify-content: flex-start;
  128. }
  129. .is-style-quadrat-diamond-posts .wp-block-post-title a,
  130. .is-style-quadrat-diamond-posts .wp-block-query-pagination a,
  131. .is-style-quadrat-diamond-posts .post-meta a {
  132. text-decoration: none;
  133. }
  134. .is-style-quadrat-diamond-posts .wp-block-post-title a:hover,
  135. .is-style-quadrat-diamond-posts .wp-block-query-pagination a:hover,
  136. .is-style-quadrat-diamond-posts .post-meta a:hover {
  137. text-decoration: underline;
  138. }
  139. .is-style-quadrat-diamond-posts .wp-block-column {
  140. flex-basis: auto;
  141. }
  142. @media (min-width: 600px) {
  143. .is-style-quadrat-diamond-posts .wp-block-column:last-child {
  144. max-width: 300px;
  145. flex-shrink: 0;
  146. }
  147. .is-style-quadrat-diamond-posts .wp-block-column:first-child {
  148. padding-right: 2em;
  149. }
  150. }
  151. .is-style-quadrat-diamond-posts .wp-block-post-featured-image {
  152. width: 300px;
  153. }
  154. @media (max-width: 599px) {
  155. .is-style-quadrat-diamond-posts .wp-block-post-featured-image {
  156. width: 100%;
  157. }
  158. }
  159. .is-style-quadrat-diamond-posts .wp-block-post-featured-image img {
  160. -o-object-fit: cover;
  161. object-fit: cover;
  162. width: 100%;
  163. height: 300px;
  164. }
  165. .is-style-quadrat-diamond-posts .wp-block-post-template li {
  166. display: flex;
  167. align-items: center;
  168. min-height: 400px;
  169. position: relative;
  170. }
  171. .is-style-quadrat-diamond-posts .wp-block-post-template li > * {
  172. flex-basis: 100%;
  173. }
  174. .is-style-quadrat-diamond-posts .wp-block-post-template li:before {
  175. content: "";
  176. background: var(--wp--preset--color--tertiary);
  177. width: 375px;
  178. height: 375px;
  179. position: absolute;
  180. top: 0;
  181. left: 0;
  182. z-index: -1;
  183. opacity: 0;
  184. transition: all 0.4s ease-in-out;
  185. }
  186. .is-style-quadrat-diamond-posts .wp-block-post-template li:hover:before {
  187. opacity: 1;
  188. }
  189. .is-style-quadrat-diamond-posts .wp-block-post-template li:nth-child(2n+1):before {
  190. transform: rotate(16deg) translate(-130px, -20px);
  191. }
  192. .is-style-quadrat-diamond-posts .wp-block-post-template li:nth-child(2n+1):hover:before {
  193. transform: rotate(-8deg) translate(-110px, 0);
  194. }
  195. .is-style-quadrat-diamond-posts .wp-block-post-template li:nth-child(2n+2):before {
  196. transform: rotate(24deg) translate(-130px, 20px);
  197. }
  198. .is-style-quadrat-diamond-posts .wp-block-post-template li:nth-child(2n+2):hover:before {
  199. transform: rotate(16deg) translate(-110px, 40px);
  200. }
  201. .wp-block-file .wp-block-file__button:hover, .wp-block-file .wp-block-file__button:focus, .wp-block-file .wp-block-file__button.has-focus {
  202. border-style: var(--wp--custom--button--border--style);
  203. border-color: currentColor;
  204. border-width: var(--wp--custom--button--border--width);
  205. padding-top: var(--wp--custom--button--spacing--padding--top);
  206. padding-bottom: var(--wp--custom--button--spacing--padding--bottom);
  207. padding-left: var(--wp--custom--button--spacing--padding--left);
  208. padding-right: var(--wp--custom--button--spacing--padding--right);
  209. }
  210. .wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper .wp-block-search__button:hover, .wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper .wp-block-search__button:focus, .wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper .wp-block-search__button.has-focus,
  211. .wp-block-search .wp-block-search__button:hover,
  212. .wp-block-search .wp-block-search__button:focus,
  213. .wp-block-search .wp-block-search__button.has-focus {
  214. border-style: var(--wp--custom--button--border--style);
  215. border-color: currentColor;
  216. border-width: var(--wp--custom--button--border--width);
  217. padding-top: var(--wp--custom--button--spacing--padding--top);
  218. padding-bottom: var(--wp--custom--button--spacing--padding--bottom);
  219. padding-left: var(--wp--custom--button--spacing--padding--left);
  220. padding-right: var(--wp--custom--button--spacing--padding--right);
  221. }
  222. ul ul {
  223. list-style-type: disc;
  224. }
  225. @media (max-width: 599px) {
  226. .wp-block-media-text:not(.has-background) .wp-block-media-text__content {
  227. padding: 0;
  228. }
  229. }
  230. .wp-block-post-comments form input:not([type=submit]):not([type=checkbox]),
  231. .wp-block-post-comments form textarea {
  232. border: none;
  233. background: var(--wp--custom--color--tertiary);
  234. }
  235. .wp-block-post-comments .comment-body > p > a,
  236. .wp-block-post-comments .comment-edit-link {
  237. text-decoration: underline;
  238. }
  239. .wp-block-post-comments .comment-body > p > a:hover,
  240. .wp-block-post-comments .comment-edit-link:hover {
  241. text-decoration: none;
  242. }
  243. .wp-block-post-navigation-link {
  244. border-top: 1px solid;
  245. display: flex;
  246. padding-top: 1em;
  247. }
  248. .post-navigation-link-next {
  249. flex-direction: row-reverse;
  250. }
  251. .post-navigation-link-next a {
  252. margin-right: 0.5em;
  253. }
  254. .post-navigation-link-previous a {
  255. margin-left: 0.5em;
  256. }
  257. .next-prev-links .wp-block-column,
  258. .next-prev-links .wp-block-column:not(:only-child) {
  259. flex-basis: 40% !important;
  260. }
  261. .next-prev-links .wp-block-column:not(:first-child),
  262. .next-prev-links .wp-block-column:not(:only-child):not(:first-child) {
  263. margin-left: 20%;
  264. }
  265. .wp-block-post-template .wp-block-post-excerpt__more-text,
  266. .wp-block-query .wp-block-post-excerpt__more-text {
  267. font-size: var(--wp--custom--font-sizes--x-small) !important;
  268. }
  269. .wp-block-query-pagination {
  270. border-top: 1px solid var(--wp--custom--color--primary);
  271. }
  272. .wp-block-query-pagination .page-numbers {
  273. padding: 0 0.1em;
  274. }
  275. .wp-block-quote.is-style-large p {
  276. line-height: 1.4;
  277. }
  278. .wp-block-quote.is-style-large cite {
  279. text-align: unset;
  280. }
  281. .wp-block-table.is-style-stripes th,
  282. .wp-block-table th {
  283. font-weight: 400;
  284. }
  285. .wp-block-table.is-style-stripes tbody td,
  286. .wp-block-table tbody td {
  287. border-bottom-width: 0;
  288. border-top-width: 0;
  289. vertical-align: top;
  290. border-color: var(--wp--preset--color--primary);
  291. }
  292. .wp-block-table.is-style-stripes tr:first-child td,
  293. .wp-block-table tr:first-child td {
  294. border-top-width: 1px;
  295. }
  296. .wp-block-table.is-style-stripes tr:last-child td,
  297. .wp-block-table tr:last-child td {
  298. border-bottom-width: 1px;
  299. }
  300. .wp-block-pullquote.is-style-solid-color {
  301. padding: var(--wp--custom--gap--horizontal);
  302. }
  303. .has-primary-background-color {
  304. color: var(--wp--preset--color--background);
  305. }
  306. .wp-block-post-content p a {
  307. -webkit-text-decoration-line: underline;
  308. text-decoration-line: underline;
  309. }
  310. .wp-block-post-content p a:hover {
  311. text-decoration: none;
  312. }
  313. a:not(.ab-item):not(.screen-reader-shortcut):active, a:not(.ab-item):not(.screen-reader-shortcut):focus {
  314. outline: 1px dotted currentColor;
  315. text-decoration: none;
  316. }
  317. input[type=text],
  318. input[type=email],
  319. input[type=url],
  320. input[type=password],
  321. input[type=search],
  322. input[type=number],
  323. input[type=tel],
  324. input[type=range],
  325. input[type=date],
  326. input[type=month],
  327. input[type=week],
  328. input[type=time],
  329. input[type=submit],
  330. input[type=datetime],
  331. input[type=datetime-local],
  332. input[type=color],
  333. input[type=checkbox],
  334. textarea {
  335. font-size: var(--wp--custom--font-size--normal);
  336. }
  337. input[type=text]:focus,
  338. input[type=email]:focus,
  339. input[type=url]:focus,
  340. input[type=password]:focus,
  341. input[type=search]:focus,
  342. input[type=number]:focus,
  343. input[type=tel]:focus,
  344. input[type=range]:focus,
  345. input[type=date]:focus,
  346. input[type=month]:focus,
  347. input[type=week]:focus,
  348. input[type=time]:focus,
  349. input[type=submit]:focus,
  350. input[type=datetime]:focus,
  351. input[type=datetime-local]:focus,
  352. input[type=color]:focus,
  353. input[type=checkbox]:focus,
  354. textarea:focus {
  355. outline: 1px dotted currentColor;
  356. }
  357. .home .site-footer-container .wp-block-group:before {
  358. content: "";
  359. background-color: var(--wp--custom--color--tertiary);
  360. -webkit-clip-path: polygon(41vw 49vw, 100vw 68vw, 100vw 100vw, 18vw 100vw);
  361. clip-path: polygon(41vw 49vw, 100vw 68vw, 100vw 100vw, 18vw 100vw);
  362. position: absolute;
  363. height: 100vw;
  364. bottom: 0;
  365. left: 0;
  366. right: 0;
  367. z-index: -1;
  368. }
  369. .wp-site-blocks {
  370. position: relative;
  371. }
  372. .wp-site-blocks .site-header:before {
  373. content: "";
  374. background-color: var(--wp--custom--color--tertiary);
  375. position: absolute;
  376. bottom: 0;
  377. top: 0;
  378. left: 0;
  379. right: 0;
  380. z-index: -1;
  381. }
  382. @media (max-width: 599px) {
  383. .wp-site-blocks .site-header:before {
  384. -webkit-clip-path: polygon(0 0, 100vw 0, 100vw 50vw, 52vw 83vw, 0 20vw);
  385. clip-path: polygon(0 0, 100vw 0, 100vw 50vw, 52vw 83vw, 0 20vw);
  386. }
  387. }
  388. @media (min-width: 600px) {
  389. .wp-site-blocks .site-header:before {
  390. -webkit-clip-path: polygon(0 0, 100vw 0, 100vw 37vw, 52vw 70vw, 0 5vw);
  391. clip-path: polygon(0 0, 100vw 0, 100vw 37vw, 52vw 70vw, 0 5vw);
  392. }
  393. }
  394. @media (min-width: 960px) {
  395. .wp-site-blocks .site-header:before {
  396. -webkit-clip-path: polygon(13vw 0, 100vw 0, 100vw 16vw, 50vw 51vw);
  397. clip-path: polygon(13vw 0, 100vw 0, 100vw 16vw, 50vw 51vw);
  398. }
  399. }
  400. .wp-block-post-featured-image {
  401. margin-top: 0;
  402. }
  403. /* Add some extra space if there's no post title present. */
  404. .wp-block-post-date + .wp-block-group > .wp-block-post-featured-image,
  405. .wp-block-post-date + .wp-block-group > .wp-block-post-excerpt {
  406. margin-top: calc(2 * var(--wp--style--block-gap));
  407. }
  408. .post-meta {
  409. align-items: center;
  410. justify-content: center;
  411. }
  412. .post-meta.wp-block-group {
  413. gap: 0;
  414. }
  415. .post-meta > *:not(:first-child):before {
  416. color: var(--wp--custom--color--foreground);
  417. content: "·";
  418. margin-left: var(--wp--custom--gap--baseline);
  419. margin-right: var(--wp--custom--gap--baseline);
  420. }
  421. @media (max-width: 599px) {
  422. .post-meta {
  423. padding-top: 0 !important;
  424. margin-bottom: -20px;
  425. }
  426. }
  427. .wp-block-query .wp-block-post-featured-image {
  428. margin-top: calc(var(--wp--custom--gap--vertical) / 2);
  429. }
  430. /*# sourceMappingURL=theme.css.map */