Quellcode durchsuchen

updating theme

pull/2/head
Alej vor 3 Jahren
Ursprung
Commit
332f6a5b9a
41 geänderte Dateien mit 4368 neuen und 0 gelöschten Zeilen
  1. 1
    0
      .gitignore
  2. 1
    0
      cvd-theme/parts/comments.html
  3. 25
    0
      cvd-theme/parts/footer.html
  4. 9
    0
      cvd-theme/parts/header.html
  5. 1
    0
      cvd-theme/parts/post-meta.html
  6. 3
    0
      cvd-theme/parts/tparagraph.html
  7. 41
    0
      cvd-theme/patterns/call-to-action.php
  8. 28
    0
      cvd-theme/patterns/footer-default.php
  9. 28
    0
      cvd-theme/patterns/hidden-404.php
  10. 57
    0
      cvd-theme/patterns/hidden-comments.php
  11. 14
    0
      cvd-theme/patterns/hidden-no-results.php
  12. 76
    0
      cvd-theme/patterns/post-meta.php
  13. 36
    0
      cvd-theme/readme.txt
  14. 15
    0
      cvd-theme/style.css
  15. 292
    0
      cvd-theme/styles/aubergine.json
  16. 245
    0
      cvd-theme/styles/block-out.json
  17. 251
    0
      cvd-theme/styles/canary.json
  18. 100
    0
      cvd-theme/styles/electric.json
  19. 97
    0
      cvd-theme/styles/grapes.json
  20. 317
    0
      cvd-theme/styles/marigold.json
  21. 323
    0
      cvd-theme/styles/pilgrimage.json
  22. 242
    0
      cvd-theme/styles/pitch.json
  23. 243
    0
      cvd-theme/styles/sherbet.json
  24. 551
    0
      cvd-theme/styles/whisper.json
  25. 9
    0
      cvd-theme/templates/404.html
  26. 29
    0
      cvd-theme/templates/archive.html
  27. 1
    0
      cvd-theme/templates/blank.html
  28. 29
    0
      cvd-theme/templates/blog-alternative.html
  29. 29
    0
      cvd-theme/templates/category.html
  30. 23
    0
      cvd-theme/templates/front-page.html
  31. 41
    0
      cvd-theme/templates/home.html
  32. 31
    0
      cvd-theme/templates/index.html
  33. 11
    0
      cvd-theme/templates/page.html
  34. 34
    0
      cvd-theme/templates/search.html
  35. 5
    0
      cvd-theme/templates/single.html
  36. 27
    0
      cvd-theme/templates/taxonomy-artist.html
  37. 27
    0
      cvd-theme/templates/taxonomy-material.html
  38. 27
    0
      cvd-theme/templates/taxonomy-technique.html
  39. 27
    0
      cvd-theme/templates/taxonomy-tool.html
  40. 29
    0
      cvd-theme/templates/taxonomy.html
  41. 993
    0
      cvd-theme/theme.json

+ 1
- 0
.gitignore Datei anzeigen

@@ -29,3 +29,4 @@ cvd-theme/assets/fonts/*
29 29
 
30 30
 # Build files
31 31
 cvd-theme/build
32
+cvd-theme/screenshot.png

+ 1
- 0
cvd-theme/parts/comments.html Datei anzeigen

@@ -0,0 +1 @@
1
+<!-- wp:pattern {"slug":"twentytwentythree/hidden-comments"} /-->

+ 25
- 0
cvd-theme/parts/footer.html Datei anzeigen

@@ -0,0 +1,25 @@
1
+<!-- wp:group {"align":"wide","style":{"spacing":{"padding":{"top":"var:preset|spacing|50","bottom":"var:preset|spacing|30"},"blockGap":"0"}},"backgroundColor":"base","layout":{"type":"constrained"}} -->
2
+<div class="wp-block-group alignwide has-base-background-color has-background" style="padding-top:var(--wp--preset--spacing--50);padding-bottom:var(--wp--preset--spacing--30)"><!-- wp:separator {"align":"wide","style":{"color":{}},"backgroundColor":"primary","className":"is-style-wide"} -->
3
+<hr class="wp-block-separator alignwide has-text-color has-primary-color has-alpha-channel-opacity has-primary-background-color has-background is-style-wide"/>
4
+<!-- /wp:separator -->
5
+
6
+<!-- wp:group {"align":"wide","style":{"spacing":{"padding":{"top":"var:preset|spacing|40"}}},"layout":{"type":"flex","flexWrap":"wrap","justifyContent":"space-between"}} -->
7
+<div class="wp-block-group alignwide" style="padding-top:var(--wp--preset--spacing--40)"><!-- wp:group {"layout":{"type":"flex","orientation":"vertical","justifyContent":"center","flexWrap":"wrap"}} -->
8
+<div class="wp-block-group"><!-- wp:image {"id":1089,"width":142,"height":38,"sizeSlug":"full","linkDestination":"custom"} -->
9
+<figure class="wp-block-image size-full is-resized"><a href="http://192.241.206.8:8080"><img src="http://192.241.206.8:8080/wp-content/uploads/2023/06/DAT-CVD-small01a.png" alt="" class="wp-image-1089" width="142" height="38"/></a></figure>
10
+<!-- /wp:image -->
11
+
12
+<!-- wp:social-links {"iconColor":"base","iconColorValue":"#ffffff","iconBackgroundColor":"contrast","iconBackgroundColorValue":"#000000","openInNewTab":true,"className":"is-style-default","layout":{"type":"flex","justifyContent":"space-between","orientation":"horizontal","flexWrap":"nowrap"}} -->
13
+<ul class="wp-block-social-links has-icon-color has-icon-background-color is-style-default"><!-- wp:social-link {"url":"facebook.com/craftinamerica","service":"facebook"} /-->
14
+
15
+<!-- wp:social-link {"url":"twitter.com/craftinamerica","service":"twitter"} /-->
16
+
17
+<!-- wp:social-link {"url":"instagram.com/craftinamerica","service":"instagram"} /-->
18
+
19
+<!-- wp:social-link {"url":"youtube.com/craftinamerica","service":"youtube"} /--></ul>
20
+<!-- /wp:social-links --></div>
21
+<!-- /wp:group -->
22
+
23
+<!-- wp:navigation {"ref":8,"overlayMenu":"never","layout":{"type":"flex","justifyContent":"center","flexWrap":"wrap"},"fontSize":"medium"} /--></div>
24
+<!-- /wp:group --></div>
25
+<!-- /wp:group -->

+ 9
- 0
cvd-theme/parts/header.html Datei anzeigen

@@ -0,0 +1,9 @@
1
+<!-- wp:group {"layout":{"type":"constrained"}} -->
2
+<div class="wp-block-group"><!-- wp:group {"align":"wide","style":{"spacing":{"padding":{"bottom":"0"}}},"layout":{"type":"flex","flexWrap":"nowrap","justifyContent":"space-between"}} -->
3
+<div class="wp-block-group alignwide" style="padding-bottom:0"><!-- wp:image {"id":1089,"width":142,"height":38,"sizeSlug":"full","linkDestination":"custom"} -->
4
+<figure class="wp-block-image size-full is-resized"><a href="http://192.241.206.8:8080"><img src="http://192.241.206.8:8080/wp-content/uploads/2023/06/DAT-CVD-small01a.png" alt="" class="wp-image-1089" width="142" height="38"/></a></figure>
5
+<!-- /wp:image -->
6
+
7
+<!-- wp:navigation {"ref":566,"overlayMenu":"always","icon":"menu","layout":{"type":"flex","justifyContent":"center"}} /--></div>
8
+<!-- /wp:group --></div>
9
+<!-- /wp:group -->

+ 1
- 0
cvd-theme/parts/post-meta.html Datei anzeigen

@@ -0,0 +1 @@
1
+<!-- wp:pattern {"slug":"twentytwentythree/post-meta"} /-->

+ 3
- 0
cvd-theme/parts/tparagraph.html Datei anzeigen

@@ -0,0 +1,3 @@
1
+<!-- wp:paragraph -->
2
+<p>The Craft Video Dictionary is a new digital tool for understanding how objects are made. Explore what words alone cannot describe. Watch as makers shape raw materials through actions and movements. View the nuanced gestures of the maker’s hand. From the building blocks and fundamentals of handwork, to the innovation and technical prowess that has driven making for centuries. Age-old processes and techniques that remain vital today are documented and available at your fingertips.</p>
3
+<!-- /wp:paragraph -->

+ 41
- 0
cvd-theme/patterns/call-to-action.php Datei anzeigen

@@ -0,0 +1,41 @@
1
+<?php
2
+/**
3
+ * Title: Call to action
4
+ * Slug: twentytwentythree/cta
5
+ * Categories: featured
6
+ * Keywords: Call to action
7
+ * Block Types: core/buttons
8
+ */
9
+?>
10
+<!-- wp:columns {"align":"wide"} -->
11
+<div class="wp-block-columns alignwide">
12
+	<!-- wp:column -->
13
+	<div class="wp-block-column">
14
+		<!-- wp:paragraph {"style":{"typography":{"lineHeight":"1.2"}},"fontSize":"x-large"} -->
15
+		<p class="has-x-large-font-size" style="line-height:1.2"><?php echo esc_html_x( 'Got any book recommendations?', 'sample content for call to action', 'twentytwentythree' ); ?>
16
+		</p>
17
+		<!-- /wp:paragraph -->
18
+
19
+		<!-- wp:buttons -->
20
+		<div class="wp-block-buttons">
21
+			<!-- wp:button {"fontSize":"small"} -->
22
+			<div class="wp-block-button has-custom-font-size has-small-font-size">
23
+				<a class="wp-block-button__link wp-element-button">
24
+				<?php echo esc_html_x( 'Get In Touch', 'sample content for call to action button', 'twentytwentythree' ); ?>
25
+				</a>
26
+			</div>
27
+			<!-- /wp:button -->
28
+		</div>
29
+		<!-- /wp:buttons -->
30
+	</div>
31
+	<!-- /wp:column -->
32
+
33
+	<!-- wp:column -->
34
+	<div class="wp-block-column">
35
+		<!-- wp:separator -->
36
+		<hr class="wp-block-separator has-alpha-channel-opacity"/>
37
+		<!-- /wp:separator -->
38
+	</div>
39
+	<!-- /wp:column -->
40
+</div>
41
+<!-- /wp:columns -->

+ 28
- 0
cvd-theme/patterns/footer-default.php Datei anzeigen

@@ -0,0 +1,28 @@
1
+<?php
2
+/**
3
+ * Title: Default Footer
4
+ * Slug: twentytwentythree/footer-default
5
+ * Categories: footer
6
+ * Block Types: core/template-part/footer
7
+ */
8
+?>
9
+<!-- wp:group {"layout":{"type":"constrained"}} -->
10
+<div class="wp-block-group">
11
+	<!-- wp:group {"align":"wide","style":{"spacing":{"padding":{"top":"var:preset|spacing|40"}}},"layout":{"type":"flex","justifyContent":"space-between"}} -->
12
+	<div class="wp-block-group alignwide" style="padding-top:var(--wp--preset--spacing--40)">
13
+		<!-- wp:site-title {"level":0} /-->
14
+		<!-- wp:paragraph {"align":"right"} -->
15
+		<p class="has-text-align-right">
16
+		<?php
17
+		printf(
18
+			/* Translators: WordPress link. */
19
+			esc_html__( 'Proudly powered by %s', 'twentytwentythree' ),
20
+			'<a href="' . esc_url( __( 'https://wordpress.org', 'twentytwentythree' ) ) . '" rel="nofollow">WordPress</a>'
21
+		)
22
+		?>
23
+		</p>
24
+		<!-- /wp:paragraph -->
25
+	</div>
26
+	<!-- /wp:group -->
27
+</div>
28
+<!-- /wp:group -->

+ 28
- 0
cvd-theme/patterns/hidden-404.php Datei anzeigen

@@ -0,0 +1,28 @@
1
+<?php
2
+/**
3
+ * Title: Hidden 404
4
+ * Slug: twentytwentythree/hidden-404
5
+ * Inserter: no
6
+ */
7
+?>
8
+<!-- wp:spacer {"height":"var(--wp--preset--spacing--30)"} -->
9
+<div style="height:var(--wp--preset--spacing--30)" aria-hidden="true" class="wp-block-spacer"></div>
10
+<!-- /wp:spacer -->
11
+
12
+<!-- wp:heading {"level":1,"align":"wide"} -->
13
+<h1 class="alignwide"><?php echo esc_html_x( '404', 'Error code for a webpage that is not found.', 'twentytwentythree' ); ?></h1>
14
+<!-- /wp:heading -->
15
+
16
+<!-- wp:group {"align":"wide","layout":{"type":"default"},"style":{"spacing":{"margin":{"top":"5px"}}}} -->
17
+<div class="wp-block-group alignwide" style="margin-top:5px">
18
+	<!-- wp:paragraph -->
19
+	<p><?php echo esc_html_x( 'This page could not be found.', 'Message to convey that a webpage could not be found', 'twentytwentythree' ); ?></p>
20
+	<!-- /wp:paragraph -->
21
+
22
+	<!-- wp:search {"label":"<?php echo esc_html_x( 'Search', 'label', 'twentytwentythree' ); ?>","placeholder":"<?php echo esc_attr_x( 'Search...', 'placeholder for search field', 'twentytwentythree' ); ?>","showLabel":false,"width":100,"widthUnit":"%","buttonText":"<?php esc_attr_e( 'Search', 'twentytwentythree' ); ?>","buttonUseIcon":true,"align":"center"} /-->
23
+</div>
24
+<!-- /wp:group -->
25
+
26
+<!-- wp:spacer {"height":"var(--wp--preset--spacing--70)"} -->
27
+<div style="height:var(--wp--preset--spacing--70)" aria-hidden="true" class="wp-block-spacer"></div>
28
+<!-- /wp:spacer -->

+ 57
- 0
cvd-theme/patterns/hidden-comments.php Datei anzeigen

@@ -0,0 +1,57 @@
1
+<?php
2
+/**
3
+ * Title: Hidden Comments
4
+ * Slug: twentytwentythree/hidden-comments
5
+ * Inserter: no
6
+ */
7
+?>
8
+<!-- wp:group {"layout":{"type":"constrained"},"style":{"spacing":{"padding":{"top":"var:preset|spacing|40","right":"var:preset|spacing|40","bottom":"var:preset|spacing|40","left":"var:preset|spacing|40"}}}} -->
9
+<div class="wp-block-group" style="padding-top:var(--wp--preset--spacing--40);padding-right:var(--wp--preset--spacing--40);padding-bottom:var(--wp--preset--spacing--40);padding-left:var(--wp--preset--spacing--40)">
10
+	<!-- wp:comments -->
11
+	<div class="wp-block-comments">
12
+		<!-- wp:heading {"level":2} -->
13
+		<h2><?php echo esc_html_x( 'Comments', 'Title of comments section', 'twentytwentythree' ); ?></h2>
14
+		<!-- /wp:heading -->
15
+
16
+		<!-- wp:comments-title {"level":3} /-->
17
+
18
+		<!-- wp:comment-template -->
19
+			<!-- wp:columns {"style":{"spacing":{"margin":{"bottom":"var:preset|spacing|40"}}}} -->
20
+			<div class="wp-block-columns" style="margin-bottom:var(--wp--preset--spacing--40)">
21
+				<!-- wp:column {"width":"40px"} -->
22
+				<div class="wp-block-column" style="flex-basis:40px">
23
+					<!-- wp:avatar {"size":40,"style":{"border":{"radius":"20px"}}} /-->
24
+				</div>
25
+				<!-- /wp:column -->
26
+
27
+				<!-- wp:column -->
28
+				<div class="wp-block-column">
29
+					<!-- wp:comment-author-name /-->
30
+
31
+					<!-- wp:group {"style":{"spacing":{"margin":{"top":"0px","bottom":"0px"}}},"layout":{"type":"flex"}} -->
32
+					<div class="wp-block-group" style="margin-top:0px;margin-bottom:0px">
33
+						<!-- wp:comment-date /-->
34
+						<!-- wp:comment-edit-link /-->
35
+					</div>
36
+					<!-- /wp:group -->
37
+
38
+					<!-- wp:comment-content /-->
39
+
40
+					<!-- wp:comment-reply-link /-->
41
+				</div>
42
+				<!-- /wp:column -->
43
+			</div>
44
+			<!-- /wp:columns -->
45
+		<!-- /wp:comment-template -->
46
+
47
+		<!-- wp:comments-pagination {"paginationArrow":"arrow","layout":{"type":"flex","justifyContent":"space-between"}} -->
48
+			<!-- wp:comments-pagination-previous /-->
49
+			<!-- wp:comments-pagination-numbers /-->
50
+			<!-- wp:comments-pagination-next /-->
51
+		<!-- /wp:comments-pagination -->
52
+
53
+	<!-- wp:post-comments-form /-->
54
+	</div>
55
+	<!-- /wp:comments -->
56
+</div>
57
+<!-- /wp:group -->

+ 14
- 0
cvd-theme/patterns/hidden-no-results.php Datei anzeigen

@@ -0,0 +1,14 @@
1
+<?php
2
+/**
3
+ * Title: Hidden No Results Content
4
+ * Slug: twentytwentythree/hidden-no-results-content
5
+ * Inserter: no
6
+ */
7
+?>
8
+<!-- wp:paragraph -->
9
+<p>
10
+<?php echo esc_html_x( 'Sorry, but nothing matched your search terms. Please try again with some different keywords.', 'Message explaining that there are no results returned from a search', 'twentytwentythree' ); ?>
11
+</p>
12
+<!-- /wp:paragraph -->
13
+
14
+<!-- wp:search {"label":"<?php echo esc_html_x( 'Search', 'label', 'twentytwentythree' ); ?>","placeholder":"<?php echo esc_attr_x( 'Search...', 'placeholder for search field', 'twentytwentythree' ); ?>","showLabel":false,"buttonText":"<?php esc_attr_e( 'Search', 'twentytwentythree' ); ?>","buttonUseIcon":true} /-->

+ 76
- 0
cvd-theme/patterns/post-meta.php Datei anzeigen

@@ -0,0 +1,76 @@
1
+<?php
2
+/**
3
+ * Title: Post Meta
4
+ * Slug: twentytwentythree/post-meta
5
+ * Categories: query
6
+ * Keywords: post meta
7
+ * Block Types: core/template-part/post-meta
8
+ */
9
+?>
10
+<!-- wp:spacer {"height":"0"} -->
11
+<div style="height:0" aria-hidden="true" class="wp-block-spacer"></div>
12
+<!-- /wp:spacer -->
13
+
14
+<!-- wp:group {"style":{"spacing":{"margin":{"top":"var:preset|spacing|70"}}},"layout":{"type":"constrained"}} -->
15
+<div class="wp-block-group" style="margin-top:var(--wp--preset--spacing--70)">
16
+	<!-- wp:separator {"opacity":"css","align":"wide","className":"is-style-wide"} -->
17
+	<hr class="wp-block-separator alignwide has-css-opacity is-style-wide"/>
18
+	<!-- /wp:separator -->
19
+
20
+	<!-- wp:columns {"align":"wide","style":{"spacing":{"margin":{"top":"var:preset|spacing|30"},"blockGap":"var:preset|spacing|30"}},"fontSize":"small"} -->
21
+	<div class="wp-block-columns alignwide has-small-font-size" style="margin-top:var(--wp--preset--spacing--30)">
22
+		<!-- wp:column {"style":{"spacing":{"blockGap":"0px"}}} -->
23
+		<div class="wp-block-column">
24
+			<!-- wp:group {"style":{"spacing":{"blockGap":"0.5ch"}},"layout":{"type":"flex"}} -->
25
+			<div class="wp-block-group">
26
+				<!-- wp:paragraph -->
27
+				<p>
28
+					<?php echo esc_html_x( 'Posted', 'Verb to explain the publication status of a post', 'twentytwentythree' ); ?>
29
+				</p>
30
+				<!-- /wp:paragraph -->
31
+
32
+				<!-- wp:post-date /-->
33
+
34
+				<!-- wp:paragraph -->
35
+				<p>
36
+					<?php echo esc_html_x( 'in', 'Preposition to show the relationship between the post and its categories', 'twentytwentythree' ); ?>
37
+				</p>
38
+				<!-- /wp:paragraph -->
39
+
40
+				<!-- wp:post-terms {"term":"category"} /-->
41
+			</div>
42
+			<!-- /wp:group -->
43
+
44
+			<!-- wp:group {"style":{"spacing":{"blockGap":"0.5ch"}},"layout":{"type":"flex"}} -->
45
+			<div class="wp-block-group">
46
+				<!-- wp:paragraph -->
47
+				<p>
48
+					<?php echo esc_html_x( 'by', 'Preposition to show the relationship between the post and its author', 'twentytwentythree' ); ?>
49
+				</p>
50
+				<!-- /wp:paragraph -->
51
+
52
+				<!-- wp:post-author {"showAvatar":false} /-->
53
+			</div>
54
+			<!-- /wp:group -->
55
+		</div>
56
+		<!-- /wp:column -->
57
+
58
+		<!-- wp:column {"style":{"spacing":{"blockGap":"0px"}}} -->
59
+		<div class="wp-block-column">
60
+			<!-- wp:group {"style":{"spacing":{"blockGap":"0.5ch"}},"layout":{"type":"flex","orientation":"vertical"}} -->
61
+			<div class="wp-block-group">
62
+				<!-- wp:paragraph -->
63
+				<p>
64
+					<?php echo esc_html_x( 'Tags:', 'Label for a list of post tags', 'twentytwentythree' ); ?>
65
+				</p>
66
+				<!-- /wp:paragraph -->
67
+
68
+				<!-- wp:post-terms {"term":"post_tag"} /-->
69
+			</div>
70
+			<!-- /wp:group -->
71
+		</div>
72
+		<!-- /wp:column -->
73
+	</div>
74
+	<!-- /wp:columns -->
75
+</div>
76
+<!-- /wp:group -->

+ 36
- 0
cvd-theme/readme.txt Datei anzeigen

@@ -0,0 +1,36 @@
1
+=== Twenty Twenty-Three CVD ===
2
+Contributors: wordpressdotorg
3
+Requires at least: 6.1
4
+Tested up to: 6.1
5
+Requires PHP: 5.6
6
+Stable tag: 1.0
7
+License: GPLv2 or later
8
+License URI: http://www.gnu.org/licenses/gpl-2.0.html
9
+
10
+== Description ==
11
+
12
+Twenty Twenty-Three CVD is designed to take advantage of the new design tools introduced in WordPress 6.1. With a clean, blank base as a starting point, this default theme includes ten diverse style variations created by members of the WordPress community.
13
+
14
+Whether you want to build a complex or incredibly simple website, you can do it quickly and intuitively through the bundled styles or dive into creation and full customization yourself.
15
+
16
+== Changelog ==
17
+
18
+= 1.0 =
19
+* Released: November 1, 2022
20
+
21
+https://wordpress.org/support/article/twenty-twenty-three-changelog#Version_1.0
22
+
23
+== Copyright ==
24
+
25
+Twenty Twenty-Three WordPress Theme, (C) 2022-2023 WordPress.org
26
+Twenty Twenty-Three is distributed under the terms of the GNU GPL.
27
+
28
+This program is free software: you can redistribute it and/or modify
29
+it under the terms of the GNU General Public License as published by
30
+the Free Software Foundation, either version 2 of the License, or
31
+(at your option) any later version.
32
+
33
+This program is distributed in the hope that it will be useful,
34
+but WITHOUT ANY WARRANTY; without even the implied warranty of
35
+MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
36
+GNU General Public License for more details.

+ 15
- 0
cvd-theme/style.css Datei anzeigen

@@ -0,0 +1,15 @@
1
+/*
2
+Theme Name: cvd-theme
3
+Theme URI: https://wordpress.org/themes/twentytwentythree
4
+Author: Alej
5
+Author URI: https://wordpress.org
6
+Description: Twenty Twenty-Three is designed to take advantage of the new design tools introduced in WordPress 6.1. With a clean, blank base as a starting point, this default theme includes ten diverse style variations created by members of the WordPress community. Whether you want to build a complex or incredibly simple website, you can do it quickly and intuitively through the bundled styles or dive into creation and full customization yourself.
7
+Requires at least: 6.1
8
+Tested up to: 6.1
9
+Requires PHP: 5.6
10
+Version: 1.0
11
+License: GNU General Public License v2 or later
12
+License URI: https://www.gnu.org/licenses/old-licenses/gpl-2.0.html
13
+Text Domain: twentytwentythree
14
+Tags: one-column, custom-colors, custom-menu, custom-logo, editor-style, featured-images, full-site-editing, block-patterns, rtl-language-support, sticky-post, threaded-comments, translation-ready, wide-blocks, block-styles, accessibility-ready, blog, portfolio, news
15
+*/

+ 292
- 0
cvd-theme/styles/aubergine.json Datei anzeigen

@@ -0,0 +1,292 @@
1
+{
2
+	"$schema": "https://schemas.wp.org/trunk/theme.json",
3
+	"version": 2,
4
+	"title": "Aubergine",
5
+	"settings": {
6
+		"color": {
7
+			"gradients": [
8
+				{
9
+					"gradient": "linear-gradient(180deg, var(--wp--preset--color--secondary) 0%,var(--wp--preset--color--base) 100%)",
10
+					"name": "Secondary to Base",
11
+					"slug": "secondary-base"
12
+				},
13
+				{
14
+					"gradient": "linear-gradient(180deg, var(--wp--preset--color--base) 0 min(24rem, 10%), var(--wp--preset--color--secondary) 0% 30%, var(--wp--preset--color--base) 100%)",
15
+					"name": "Base to Secondary to Base",
16
+					"slug": "base-secondary-base"
17
+				},
18
+				{
19
+					"gradient": "linear-gradient(90deg, var(--wp--preset--color--tertiary) 5.74%, var(--wp--preset--color--primary) 100%);",
20
+					"name": "Tertiary to Primary",
21
+					"slug": "tertiary-primary"
22
+				},
23
+				{
24
+					"gradient": "linear-gradient(90deg, var(--wp--preset--color--primary) 5.74%, var(--wp--preset--color--tertiary) 100%);",
25
+					"name": "Primary to Tertiary",
26
+					"slug": "primary-tertiary"
27
+				}
28
+			],
29
+			"palette": [
30
+				{
31
+					"color": "#1B1031",
32
+					"name": "Base",
33
+					"slug": "base"
34
+				},
35
+				{
36
+					"color": "#FFFFFF",
37
+					"name": "Contrast",
38
+					"slug": "contrast"
39
+				},
40
+				{
41
+					"color": "#FF746D",
42
+					"name": "Primary",
43
+					"slug": "primary"
44
+				},
45
+				{
46
+					"color": "#551C5E",
47
+					"name": "Secondary",
48
+					"slug": "secondary"
49
+				},
50
+				{
51
+					"color": "#FB326B",
52
+					"name": "Tertiary",
53
+					"slug": "tertiary"
54
+				}
55
+			]
56
+		},
57
+		"typography": {
58
+			"fontSizes": [
59
+				{
60
+					"fluid": {
61
+						"min": "0.875rem",
62
+						"max": "1rem"
63
+					},
64
+					"size": "1rem",
65
+					"slug": "small"
66
+				},
67
+				{
68
+					"fluid": {
69
+						"min": "1rem",
70
+						"max": "1.125rem"
71
+					},
72
+					"size": "1.125rem",
73
+					"slug": "medium"
74
+				},
75
+				{
76
+					"size": "1.75rem",
77
+					"slug": "large",
78
+					"fluid": false
79
+				},
80
+				{
81
+					"size": "3.25rem",
82
+					"slug": "x-large",
83
+					"fluid": false
84
+				},
85
+				{
86
+					"size": "10rem",
87
+					"slug": "xx-large",
88
+					"fluid": {
89
+						"min": "4rem",
90
+						"max": "20rem"
91
+					}
92
+				}
93
+			]
94
+		}
95
+	},
96
+	"styles": {
97
+		"blocks": {
98
+			"core/comment-reply-link": {
99
+				"elements": {
100
+					"link": {
101
+						"color": {
102
+							"text": "var(--wp--preset--color--primary)"
103
+						},
104
+						"typography": {
105
+							"fontStyle": "italic"
106
+						}
107
+					}
108
+				}
109
+			},
110
+			"core/group": {
111
+				"border": {
112
+					"color": "var(--wp--preset--color--primary)"
113
+				}
114
+			},
115
+			"core/navigation": {
116
+				"typography": {
117
+					"fontSize": "var(--wp--preset--font-size--medium)"
118
+				}
119
+			},
120
+			"core/post-author": {
121
+				"color": {
122
+					"text": "var(--wp--preset--color--primary)"
123
+				},
124
+				"typography": {
125
+					"fontStyle": "italic"
126
+				}
127
+			},
128
+			"core/post-content": {
129
+				"elements": {
130
+					"link": {
131
+						"color": {
132
+							"text": "var(--wp--preset--color--primary)"
133
+						}
134
+					}
135
+				}
136
+			},
137
+			"core/post-date": {
138
+				"elements": {
139
+					"link": {
140
+						"color": {
141
+							"text": "var(--wp--preset--color--contrast)"
142
+						},
143
+						"typography": {
144
+							"letterSpacing": "0.09rem",
145
+							"textTransform": "uppercase"
146
+						}
147
+					}
148
+				}
149
+			},
150
+			"core/post-terms": {
151
+				"elements": {
152
+					"link": {
153
+						"color": {
154
+							"text": "var(--wp--preset--color--primary)"
155
+						},
156
+						"typography": {
157
+							"fontStyle": "italic"
158
+						}
159
+					}
160
+				}
161
+			},
162
+			"core/post-title": {
163
+				"elements": {
164
+					"link": {
165
+						":active": {
166
+							"color": {
167
+								"text": "var(--wp--preset--color--contrast)"
168
+							}
169
+						}
170
+					}
171
+				},
172
+				"typography": {
173
+					"fontSize": "clamp(2.625rem, calc(2.625rem + ((1vw - 0.48rem) * 8.4135)), 3.25rem)"
174
+				}
175
+			},
176
+			"core/query": {
177
+				"elements": {
178
+					"h3": {
179
+						"color": {
180
+							"text": "var(--wp--preset--color--primary)"
181
+						},
182
+						"typography": {
183
+							"fontSize": "var(--wp--preset--font-size--large)",
184
+							"fontWeight": "700"
185
+						}
186
+					},
187
+					"link": {
188
+						"color": {
189
+							"text": "var(--wp--preset--color--primary)"
190
+						}
191
+					}
192
+				}
193
+			},
194
+			"core/separator": {
195
+				"color": {
196
+					"text": "var(--wp--preset--color--primary)"
197
+				}
198
+			},
199
+			"core/site-title": {
200
+				"border": {
201
+					"color": "var(--wp--preset--color--primary)",
202
+					"style": "solid",
203
+					"width": "0 0 2px 0"
204
+				},
205
+				"elements": {
206
+					"link": {
207
+						":active": {
208
+							"color": {
209
+								"text": "var(--wp--preset--color--primary)"
210
+							}
211
+						},
212
+						":focus": {
213
+							"color": {
214
+								"text": "var(--wp--preset--color--primary)"
215
+							},
216
+							"typography": {
217
+								"textDecoration": "none"
218
+							}
219
+						},
220
+						":hover": {
221
+							"color": {
222
+								"text": "var(--wp--preset--color--primary)"
223
+							},
224
+							"typography": {
225
+								"textDecoration": "none"
226
+							}
227
+						}
228
+					}
229
+				},
230
+				"typography": {
231
+					"letterSpacing": "0.09rem",
232
+					"textTransform": "uppercase"
233
+				}
234
+			}
235
+		},
236
+		"color": {
237
+			"gradient": "var(--wp--preset--gradient--base-secondary-base) no-repeat"
238
+		},
239
+		"elements": {
240
+			"button": {
241
+				"border": {
242
+					"radius": "99999px"
243
+				},
244
+				"color": {
245
+					"gradient": "var(--wp--preset--gradient--tertiary-primary)",
246
+					"text": "var(--wp--preset--color--base)"
247
+				},
248
+				":hover": {
249
+					"color": {
250
+						"background": "var(--wp--preset--color--primary)",
251
+						"gradient": "none",
252
+						"text": "var(--wp--preset--color--secondary)"
253
+					}
254
+				},
255
+				":focus": {
256
+					"color": {
257
+						"background": "var(--wp--preset--color--primary)",
258
+						"gradient": "none",
259
+						"text": "var(--wp--preset--color--secondary)"
260
+					}
261
+				},
262
+				":active": {
263
+					"color": {
264
+						"background": "var(--wp--preset--color--primary)",
265
+						"gradient": "none",
266
+						"text": "var(--wp--preset--color--secondary)"
267
+					}
268
+				},
269
+				":visited": {
270
+					"color": {
271
+						"text": "var(--wp--preset--color--base)"
272
+					}
273
+				}
274
+			},
275
+			"heading": {
276
+				"typography": {
277
+					"letterSpacing": "-0.019rem"
278
+				}
279
+			},
280
+			"link": {
281
+				":active": {
282
+					"color": {
283
+						"text": "var(--wp--preset--color--primary)"
284
+					}
285
+				}
286
+			}
287
+		},
288
+		"typography": {
289
+			"fontFamily": "var(--wp--preset--font-family--dm-sans)"
290
+		}
291
+	}
292
+}

+ 245
- 0
cvd-theme/styles/block-out.json Datei anzeigen

@@ -0,0 +1,245 @@
1
+{
2
+	"$schema": "https://schemas.wp.org/trunk/theme.json",
3
+	"version": 2,
4
+	"title": "Block out",
5
+	"settings": {
6
+		"color": {
7
+			"duotone": [
8
+				{
9
+					"colors": [
10
+						"#E2161D",
11
+						"#FF9C9C"
12
+					],
13
+					"slug": "default-filter",
14
+					"name": "Default filter"
15
+				}
16
+			],
17
+			"palette": [
18
+				{
19
+					"color": "#ff5252",
20
+					"name": "Base",
21
+					"slug": "base"
22
+				},
23
+				{
24
+					"color": "#252525",
25
+					"name": "Contrast",
26
+					"slug": "contrast"
27
+				},
28
+				{
29
+					"color": "#ffffff",
30
+					"name": "Primary",
31
+					"slug": "primary"
32
+				},
33
+				{
34
+					"color": "#ff2d34",
35
+					"name": "Secondary",
36
+					"slug": "secondary"
37
+				},
38
+				{
39
+					"color": "#ff7e7e",
40
+					"name": "Tertiary",
41
+					"slug": "tertiary"
42
+				}
43
+			]
44
+		},
45
+		"layout": {
46
+			"contentSize": "800px"
47
+		},
48
+		"typography": {
49
+			"fontSizes": [
50
+				{
51
+					"fluid": {
52
+						"max": "1rem",
53
+						"min": "0.875rem"
54
+					},
55
+					"size": "1rem",
56
+					"slug": "small"
57
+				},
58
+				{
59
+					"fluid": {
60
+						"max": "1.125rem",
61
+						"min": "1rem"
62
+					},
63
+					"size": "1.125rem",
64
+					"slug": "medium"
65
+				},
66
+				{
67
+					"fluid": false,
68
+					"size": "1.75rem",
69
+					"slug": "large"
70
+				},
71
+				{
72
+					"fluid": false,
73
+					"size": "2.25rem",
74
+					"slug": "x-large"
75
+				},
76
+				{
77
+					"fluid": {
78
+						"max": "7rem",
79
+						"min": "4rem"
80
+					},
81
+					"size": "7rem",
82
+					"slug": "xx-large"
83
+				}
84
+			]
85
+		}
86
+	},
87
+	"styles": {
88
+		"blocks": {
89
+			"core/avatar": {
90
+				"filter": {
91
+					"duotone": "var(--wp--preset--duotone--default-filter)"
92
+				}
93
+			},
94
+			"core/image": {
95
+				"border": {
96
+					"radius": "8px"
97
+				},
98
+				"filter": {
99
+					"duotone": "var(--wp--preset--duotone--default-filter)"
100
+				}
101
+			},
102
+			"core/navigation": {
103
+				"typography": {
104
+					"fontSize": "var(--wp--preset--font-size--large)"
105
+				}
106
+			},
107
+			"core/post-content": {
108
+				"elements": {
109
+					"link": {
110
+						"color": {
111
+							"text": "var(--wp--preset--color--contrast)"
112
+						}
113
+					},
114
+					"h1": {
115
+						"color": {
116
+							"text": "var(--wp--preset--color--contrast)"
117
+						}
118
+					}
119
+				}
120
+			},
121
+			"core/post-featured-image": {
122
+				"border": {
123
+					"radius": "8px"
124
+				},
125
+				"filter": {
126
+					"duotone": "var(--wp--preset--duotone--default-filter)"
127
+				}
128
+			},
129
+			"core/post-title": {
130
+				"elements": {
131
+					"link": {
132
+						":active": {
133
+							"color": {
134
+								"text": "var(--wp--preset--color--primary)"
135
+							}
136
+						}
137
+					}
138
+				},
139
+				"color": {
140
+					"text": "var(--wp--preset--color--primary)"
141
+				}
142
+			},
143
+			"core/quote": {
144
+				"border": {
145
+					"width": "1px"
146
+				}
147
+			},
148
+			"core/search": {
149
+				"border": {
150
+					"radius": "8px"
151
+				}
152
+			},
153
+			"core/site-logo": {
154
+				"filter": {
155
+					"duotone": "var(--wp--preset--duotone--default-filter)"
156
+				}
157
+			},
158
+			"core/site-title": {
159
+				"elements": {
160
+					"link": {
161
+						":active": {
162
+							"color": {
163
+								"text": "var(--wp--preset--color--primary)"
164
+							}
165
+						}
166
+					}
167
+				},
168
+				"spacing": {
169
+					"padding": {
170
+						"bottom": "var(--wp--preset--spacing--30)",
171
+						"top": "var(--wp--preset--spacing--30)"
172
+					}
173
+				},
174
+				"typography": {
175
+					"fontSize": "var(--wp--preset--font-size--xx-large)",
176
+					"lineHeight": "1.1",
177
+					"textTransform": "lowercase"
178
+				}
179
+			},
180
+			"core/query": {
181
+				"elements": {
182
+					"h2": {
183
+						"typography": {
184
+							"fontSize": "var(--wp--preset--font-size--large)"
185
+						}
186
+					}
187
+				}
188
+			}
189
+		},
190
+		"elements": {
191
+			"button": {
192
+				"border": {
193
+					"radius": "8px"
194
+				},
195
+				"typography": {
196
+					"fontFamily": "var(--wp--preset--font-family--ibm-plex-mono)",
197
+					"fontStyle": "italic",
198
+					"fontWeight": "400"
199
+				},
200
+				":active": {
201
+					"color": {
202
+						"text": "var(--wp--preset--color--contrast)"
203
+					}
204
+				}
205
+			},
206
+			"h1": {
207
+				"color": {
208
+					"text": "var(--wp--preset--color--primary)"
209
+				}
210
+			},
211
+			"h6": {
212
+				"typography": {
213
+					"fontWeight": "400"
214
+				}
215
+			},
216
+			"heading": {
217
+				"typography": {
218
+					"fontFamily": "var(--wp--preset--font-family--ibm-plex-mono)",
219
+					"fontStyle": "italic"
220
+				}
221
+			},
222
+			"link": {
223
+				":active": {
224
+					"color": {
225
+						"text": "var(--wp--preset--color--primary)"
226
+					}
227
+				},
228
+				"typography": {
229
+					"fontFamily": "var(--wp--preset--font-family--ibm-plex-mono)",
230
+					"fontStyle": "italic",
231
+					"fontWeight": "400"
232
+				}
233
+			}
234
+		},
235
+		"spacing": {
236
+			"padding": {
237
+				"bottom": "0px",
238
+				"top": "0px"
239
+			}
240
+		},
241
+		"typography": {
242
+			"fontFamily": "var(--wp--preset--font-family--dm-sans)"
243
+		}
244
+	}
245
+}

+ 251
- 0
cvd-theme/styles/canary.json Datei anzeigen

@@ -0,0 +1,251 @@
1
+{
2
+	"$schema": "https://schemas.wp.org/trunk/theme.json",
3
+	"version": 2,
4
+	"title": "Canary",
5
+	"settings": {
6
+		"color": {
7
+			"duotone": [
8
+				{
9
+					"colors": [
10
+						"#000000",
11
+						"#ffffff"
12
+					],
13
+					"slug": "default-filter",
14
+					"name": "Default filter"
15
+				}
16
+			],
17
+			"palette": [
18
+				{
19
+					"color": "#fdff85",
20
+					"name": "Base",
21
+					"slug": "base"
22
+				},
23
+				{
24
+					"color": "#000000",
25
+					"name": "Contrast",
26
+					"slug": "contrast"
27
+				},
28
+				{
29
+					"color": "#000000",
30
+					"name": "Primary",
31
+					"slug": "primary"
32
+				},
33
+				{
34
+					"color": "#353535",
35
+					"name": "Secondary",
36
+					"slug": "secondary"
37
+				},
38
+				{
39
+					"color": "#ffffff",
40
+					"name": "Tertiary",
41
+					"slug": "tertiary"
42
+				}
43
+			]
44
+		},
45
+		"layout": {
46
+			"wideSize": "650px"
47
+		},
48
+		"typography": {
49
+			"fontSizes": [
50
+				{
51
+					"size": "0.75rem",
52
+					"slug": "small"
53
+				},
54
+				{
55
+					"size": "1.125rem",
56
+					"slug": "medium"
57
+				},
58
+				{
59
+					"size": "1.75rem",
60
+					"slug": "large"
61
+				},
62
+				{
63
+					"size": "2.25rem",
64
+					"slug": "x-large"
65
+				},
66
+				{
67
+					"size": "10rem",
68
+					"slug": "xx-large"
69
+				}
70
+			]
71
+		}
72
+	},
73
+	"styles": {
74
+		"blocks": {
75
+			"core/comments": {
76
+				"elements": {
77
+					"link": {
78
+						"typography": {
79
+							"textDecoration": "underline"
80
+						},
81
+						":hover": {
82
+							"typography": {
83
+								"textDecoration": "none"
84
+							}
85
+						}
86
+					}
87
+				}
88
+			},
89
+			"core/comment-reply-link": {
90
+				"typography": {
91
+					"fontSize": "var(--wp--preset--font-size--small)"
92
+				}
93
+			},
94
+			"core/comments-title":{
95
+				"typography": {
96
+					"fontSize": "var(--wp--preset--font-size--small)"
97
+				}
98
+			},
99
+			"core/image": {
100
+				"border": {
101
+					"radius": "100px 0 0 0"
102
+				},
103
+				"filter": {
104
+					"duotone": "var(--wp--preset--duotone--default-filter)"
105
+				}
106
+			},
107
+			"core/navigation": {
108
+				"typography": {
109
+					"textTransform": "lowercase"
110
+				}
111
+			},
112
+			"core/post-content": {
113
+				"elements": {
114
+					"link": {
115
+						"typography": {
116
+							"textDecoration": "underline"
117
+						},
118
+						":hover": {
119
+							"typography": {
120
+								"textDecoration": "none"
121
+							}
122
+						}
123
+					}
124
+				}
125
+			},
126
+			"core/post-excerpt": {
127
+				"typography": {
128
+					"fontSize": "var(--wp--preset--font-size--small)"
129
+				}
130
+			},
131
+			"core/post-featured-image": {
132
+				"border": {
133
+					"radius": "100px 0 0 0"
134
+				},
135
+				"spacing": {
136
+					"margin": {
137
+						"bottom": "0px",
138
+						"left": "0px",
139
+						"right": "0px",
140
+						"top": "0px"
141
+					},
142
+					"padding": {
143
+						"bottom": "0px",
144
+						"left": "0px",
145
+						"right": "0px",
146
+						"top": "0px"
147
+					}
148
+				}
149
+			},
150
+			"core/post-title": {
151
+				"typography": {
152
+					"fontWeight": "700"
153
+				}
154
+			},
155
+			"core/separator": {
156
+				"border": {
157
+					"width": "2px"
158
+				}
159
+			},
160
+			"core/site-title": {
161
+				"typography": {
162
+					"fontWeight": "700",
163
+					"textTransform": "lowercase",
164
+					"fontSize": "var(--wp--preset--font-size--small)"
165
+				}
166
+			}
167
+		},
168
+		"elements": {
169
+			"button": {
170
+				":hover": {
171
+					"color": {
172
+						"background": "var(--wp--preset--color--base)",
173
+						"text": "var(--wp--preset--color--contrast)"
174
+					},
175
+					"border": {
176
+						"color": "var(--wp--preset--color--contrast)",
177
+						"style": "solid",
178
+						"width": "2px"
179
+					}
180
+				},
181
+				":focus": {
182
+					"color": {
183
+						"background": "var(--wp--preset--color--base)",
184
+						"text": "var(--wp--preset--color--contrast)"
185
+					},
186
+					"border": {
187
+						"color": "var(--wp--preset--color--contrast)",
188
+						"style": "solid",
189
+						"width": "2px"
190
+					}
191
+				},
192
+				":visited": {
193
+					"color": {
194
+						"text": "var(--wp--preset--color--base)"
195
+					}
196
+				},
197
+				"border": {
198
+					"radius": "5px",
199
+					"color": "var(--wp--preset--color--contrast)",
200
+					"style": "solid",
201
+					"width": "2px"
202
+				},
203
+				"color": {
204
+					"text": "var(--wp--preset--color--base)"
205
+				},
206
+				"spacing": {
207
+					"padding": {
208
+						"bottom": "0.667em",
209
+						"left": "1.333em",
210
+						"right": "1.333em",
211
+						"top": "0.667em"
212
+					}
213
+				}
214
+			},
215
+			"h1": {
216
+				"typography": {
217
+					"fontSize": "var(--wp--preset--font-size--small)"
218
+				}
219
+			},
220
+			"h2": {
221
+				"typography": {
222
+					"fontSize": "var(--wp--preset--font-size--small)"
223
+				}
224
+			},
225
+			"h3": {
226
+				"typography": {
227
+					"fontSize": "var(--wp--preset--font-size--small)"
228
+				}
229
+			},
230
+			"h4": {
231
+				"typography": {
232
+					"fontSize": "var(--wp--preset--font-size--small)"
233
+				}
234
+			},
235
+			"heading": {
236
+				"typography": {
237
+					"fontWeight": "700"
238
+				}
239
+			},
240
+			"link": {
241
+				"typography": {
242
+					"textDecoration": "none"
243
+				}
244
+			}
245
+		},
246
+		"typography": {
247
+			"fontFamily": "var(--wp--preset--font-family--ibm-plex-mono)",
248
+			"fontSize": "var(--wp--preset--font-size--small)"
249
+		}
250
+	}
251
+}

+ 100
- 0
cvd-theme/styles/electric.json Datei anzeigen

@@ -0,0 +1,100 @@
1
+{
2
+	"$schema": "https://schemas.wp.org/trunk/theme.json",
3
+	"version": 2,
4
+	"title": "Electric",
5
+	"settings": {
6
+		"color": {
7
+			"palette": [
8
+				{
9
+					"color": "#f3f3f1",
10
+					"name": "Base",
11
+					"slug": "base"
12
+				},
13
+				{
14
+					"color": "#2500ff",
15
+					"name": "Contrast",
16
+					"slug": "contrast"
17
+				},
18
+				{
19
+					"color": "#f3f3f1",
20
+					"name": "Primary",
21
+					"slug": "primary"
22
+				},
23
+				{
24
+					"color": "#2500ff",
25
+					"name": "Secondary",
26
+					"slug": "secondary"
27
+				},
28
+				{
29
+					"color": "#f6f6f6",
30
+					"name": "Tertiary",
31
+					"slug": "tertiary"
32
+				}
33
+			]
34
+		}
35
+	},
36
+	"styles": {
37
+		"elements": {
38
+			"button": {
39
+				"border": {
40
+					"style": "solid",
41
+					"width": "2px",
42
+					"color": "var(--wp--preset--color--contrast)"
43
+				},
44
+				"color": {
45
+					"background": "var(--wp--preset--color--contrast)",
46
+					"text": "var(--wp--preset--color--base)"
47
+				},
48
+				"spacing": {
49
+					"padding": {
50
+						"top": ".667em",
51
+						"right": "1.333em",
52
+						"bottom": ".667em",
53
+						"left": "1.333em"
54
+					}
55
+				},
56
+				":active": {
57
+					"typography": {
58
+						"textDecoration": "underline dotted"
59
+					}
60
+				},
61
+				":focus": {
62
+					"typography": {
63
+						"textDecoration": "underline dotted"
64
+					}
65
+				},
66
+				":hover": {
67
+					"border": {
68
+						"color": "var(--wp--preset--color--contrast)",
69
+						"style": "solid",
70
+						"width": "2px"
71
+					},
72
+					"color": {
73
+						"background": "var(--wp--preset--color--base)",
74
+						"text": "var(--wp--preset--color--contrast)"
75
+					}
76
+				},
77
+				":visited": {
78
+					"color": {
79
+						"text": "var(--wp--preset--color--base)"
80
+					}
81
+				}
82
+			},
83
+			"link": {
84
+				":focus": {
85
+					"typography": {
86
+						"textDecoration": "underline dotted"
87
+					}
88
+				},
89
+				":active": {
90
+					"typography": {
91
+						"textDecoration": "underline dotted"
92
+					}
93
+				}
94
+			}
95
+		},
96
+		"typography": {
97
+			"fontFamily": "var(--wp--preset--font-family--dm-sans)"
98
+		}
99
+	}
100
+}

+ 97
- 0
cvd-theme/styles/grapes.json Datei anzeigen

@@ -0,0 +1,97 @@
1
+{
2
+	"$schema": "https://schemas.wp.org/trunk/theme.json",
3
+	"version": 2,
4
+	"title": "Grapes",
5
+	"settings": {
6
+		"color": {
7
+			"palette": [
8
+				{
9
+					"color": "#E1E1C7",
10
+					"name": "Base",
11
+					"slug": "base"
12
+				},
13
+				{
14
+					"color": "#000000",
15
+					"name": "Contrast",
16
+					"slug": "contrast"
17
+				},
18
+				{
19
+					"color": "#214F31",
20
+					"name": "Primary",
21
+					"slug": "primary"
22
+				},
23
+				{
24
+					"color": "#000000",
25
+					"name": "Secondary",
26
+					"slug": "secondary"
27
+				},
28
+				{
29
+					"color": "#F0EBD2",
30
+					"name": "Tertiary",
31
+					"slug": "tertiary"
32
+				}
33
+			]
34
+		}
35
+	},
36
+	"styles": {
37
+		"blocks": {
38
+			"core/post-comments": {
39
+				"elements": {
40
+					"link": {
41
+						":hover": {
42
+							"typography": {
43
+								"textDecoration": "underline dashed"
44
+							}
45
+						}
46
+					}
47
+				}
48
+			},
49
+			"core/post-date": {
50
+				"typography": {
51
+					"fontFamily": "var(--wp--preset--font-family--source-serif-pro)",
52
+					"fontStyle": "italic"
53
+				}
54
+			},
55
+			"core/post-terms": {
56
+				"typography": {
57
+					"fontFamily": "var(--wp--preset--font-family--source-serif-pro)",
58
+					"fontStyle": "italic"
59
+				}
60
+			},
61
+			"core/site-title": {
62
+				"typography": {
63
+					"textTransform": "lowercase"
64
+				}
65
+			}
66
+		},
67
+		"elements": {
68
+			"button": {
69
+				"border": {
70
+					"radius": "9999px"
71
+				},
72
+				"color": {
73
+					"background": "var(--wp--preset--color--primary)",
74
+					"text": "var(--wp--preset--color--base)"
75
+				},
76
+				":visited": {
77
+					"color": {
78
+						"text": "var(--wp--preset--color--base)"
79
+					}
80
+				}
81
+			},
82
+			"heading": {
83
+				"typography": {
84
+					"fontFamily": "var(--wp--preset--font-family--source-serif-pro)",
85
+					"fontWeight": "600"
86
+				}
87
+			},
88
+			"link": {
89
+				":hover": {
90
+					"typography": {
91
+						"textDecoration": "underline dashed"
92
+					}
93
+				}
94
+			}
95
+		}
96
+	}
97
+}

+ 317
- 0
cvd-theme/styles/marigold.json Datei anzeigen

@@ -0,0 +1,317 @@
1
+{
2
+	"$schema": "https://schemas.wp.org/trunk/theme.json",
3
+	"version": 2,
4
+	"title": "Marigold",
5
+	"settings": {
6
+		"color": {
7
+			"palette": [
8
+				{
9
+					"color": "#F6F2EC",
10
+					"name": "Base",
11
+					"slug": "base"
12
+				},
13
+				{
14
+					"color": "#21251F",
15
+					"name": "Contrast",
16
+					"slug": "contrast"
17
+				},
18
+				{
19
+					"color": "#5B4460",
20
+					"name": "Primary",
21
+					"slug": "primary"
22
+				},
23
+				{
24
+					"color": "#FCC263",
25
+					"name": "Secondary",
26
+					"slug": "secondary"
27
+				},
28
+				{
29
+					"color": "#E7A1A9",
30
+					"name": "Tertiary",
31
+					"slug": "tertiary"
32
+				}
33
+			]
34
+		},
35
+		"layout": {
36
+			"wideSize": "1200px"
37
+		},
38
+		"spacing": {
39
+			"spacingSizes": [
40
+				{
41
+					"size": "clamp(0.625rem, 0.434rem + 0.61vw, 0.938rem)",
42
+					"name": "1",
43
+					"slug": "30"
44
+				},
45
+				{
46
+					"size": "clamp(1.25rem, 0.869rem + 1.22vw, 1.875rem)",
47
+					"name": "2",
48
+					"slug": "40"
49
+				},
50
+				{
51
+					"size": "clamp(1.875rem, 1.303rem + 1.83vw, 2.813rem)",
52
+					"name": "3",
53
+					"slug": "50"
54
+				},
55
+				{
56
+					"size": "clamp(2.5rem, 1.738rem + 2.44vw, 3.75rem)",
57
+					"name": "4",
58
+					"slug": "60"
59
+				},
60
+				{
61
+					"size": "clamp(2.813rem, 1.098rem + 5.49vw, 5.625rem)",
62
+					"name": "5",
63
+					"slug": "70"
64
+				},
65
+				{
66
+					"size": "clamp(3.75rem, 1.463rem + 7.32vw, 7.5rem)",
67
+					"name": "6",
68
+					"slug": "80"
69
+				}
70
+			]
71
+		},
72
+		"typography": {
73
+			"fontSizes": [
74
+				{
75
+					"size": "clamp(0.875rem, 0.799rem + 0.24vw, 1rem)",
76
+					"name": "Tiny",
77
+					"slug": "tiny"
78
+				},
79
+				{
80
+					"size": "clamp(1rem, 0.924rem + 0.24vw, 1.125rem)",
81
+					"slug": "small"
82
+				},
83
+				{
84
+					"size": "clamp(1.125rem, 1.049rem + 0.24vw, 1.25rem)",
85
+					"name": "Normal",
86
+					"slug": "normal"
87
+				},
88
+				{
89
+					"size": "clamp(1.25rem, 1.021rem + 0.73vw, 1.625rem)",
90
+					"slug": "medium"
91
+				},
92
+				{
93
+					"size": "clamp(1.375rem, 1.07rem + 0.98vw, 1.875rem)",
94
+					"slug": "large"
95
+				},
96
+				{
97
+					"size": "clamp(1.75rem, 1.369rem + 1.22vw, 2.375rem)",
98
+					"slug": "x-large"
99
+				},
100
+				{
101
+					"size": "clamp(2.125rem, 1.706rem + 1.34vw, 2.813rem)",
102
+					"slug": "xx-large"
103
+				},
104
+				{
105
+					"size": "clamp(2.5rem, 1.966rem + 1.71vw, 3.375rem)",
106
+					"name": "Huge",
107
+					"slug": "huge"
108
+				},
109
+				{
110
+					"size": "clamp(3.375rem, 2.384rem + 3.17vw, 5rem)",
111
+					"name": "Gigantic",
112
+					"slug": "gigantic"
113
+				}
114
+			]
115
+		}
116
+  },
117
+  "styles": {
118
+		"blocks": {
119
+			"core/comment-author-name": {
120
+				"elements": {
121
+					"link": {
122
+						":active": {
123
+							"color": {
124
+								"text": "var(--wp--preset--color--primary)"
125
+							}
126
+						}
127
+					}
128
+				}
129
+			},
130
+			"core/query": {
131
+				"spacing": {
132
+					"padding": {
133
+						"left": "0",
134
+						"right": "0"
135
+					}
136
+				}
137
+			},
138
+			"core/post-content": {
139
+				"elements": {
140
+					"link": {
141
+						"color": {
142
+							"text": "var(--wp--preset--color--primary)"
143
+						}
144
+					}
145
+				}
146
+			},
147
+			"core/post-excerpt": {
148
+				"typography": {
149
+					"fontSize": "var(--wp--preset--font-size--normal)"
150
+				}
151
+			},
152
+			"core/post-title": {
153
+				"elements": {
154
+					"link": {
155
+						"typography": {
156
+							"fontSize": "var(--wp--preset--font-size--large)",
157
+							"textDecoration": "none"
158
+						},
159
+						"color": {
160
+							"text": "var(--wp--preset--color--primary)"
161
+						}
162
+					}
163
+				},
164
+				"spacing": {
165
+					"margin": {
166
+						"bottom": "var(--wp--preset--spacing--50)",
167
+						"top": "var(--wp--preset--spacing--50)"
168
+					}
169
+				},
170
+				"typography": {
171
+					"fontWeight": "600"
172
+				}
173
+			},
174
+			"core/pullquote": {
175
+				"border": {
176
+					"width": "1px 0"
177
+				}
178
+			},
179
+			"core/query-pagination": {
180
+				"elements": {
181
+					"link": {
182
+						"typography": {
183
+							"textDecoration": "none"
184
+						}
185
+					}
186
+				},
187
+				"typography": {
188
+					"fontSize": "var(--wp--preset--font-size--small)",
189
+					"fontWeight": "400"
190
+				}
191
+			},
192
+			"core/quote": {
193
+				"elements": {
194
+					"cite": {
195
+						"typography": {
196
+							"fontSize": "1.25rem"
197
+						}
198
+					}
199
+				},
200
+				"typography": {
201
+					"fontSize": "1.625rem",
202
+					"lineHeight": "1.5"
203
+				}
204
+			},
205
+			"core/site-title": {
206
+				"elements": {
207
+					"link": {
208
+						"typography": {
209
+							"fontSize": "var(--wp--preset--font-size--normal)"
210
+						}
211
+					}
212
+				},
213
+				"typography": {
214
+					"textTransform": "lowercase"
215
+				}
216
+			}
217
+		},
218
+		"elements": {
219
+			"h1": {
220
+				"typography": {
221
+					"fontSize": "var(--wp--preset--font-size--huge)",
222
+					"lineHeight": "1.1"
223
+				}
224
+			},
225
+			"h2": {
226
+				"typography": {
227
+					"fontSize": "var(--wp--preset--font-size--xx-large)",
228
+					"lineHeight": "1.2"
229
+				}
230
+			},
231
+			"h3": {
232
+				"typography": {
233
+					"fontSize": "var(--wp--preset--font-size--x-large)",
234
+					"lineHeight": "1.2"
235
+				}
236
+			},
237
+			"h4": {
238
+				"typography": {
239
+					"fontSize": "var(--wp--preset--font-size--large)",
240
+					"fontWeight": "600"
241
+				}
242
+			},
243
+			"h5": {
244
+				"typography": {
245
+					"fontStyle": "normal",
246
+					"fontWeight": "600",
247
+					"textTransform": "none"
248
+				}
249
+			},
250
+			"h6": {
251
+				"typography": {
252
+					"fontSize": "var(--wp--preset--font-size--normal)",
253
+					"fontStyle": "normal",
254
+					"fontWeight": "600"
255
+				}
256
+			},
257
+			"heading": {
258
+				"typography": {
259
+					"fontStyle": "italic"
260
+				}
261
+			},
262
+			"link": {
263
+				":active": {
264
+					"color": {
265
+						"text": "var(--wp--preset--color--primary)"
266
+					}
267
+				},
268
+				":hover": {
269
+					"typography": {
270
+						"textDecoration": "none"
271
+					}
272
+				}
273
+			},
274
+			"button": {
275
+				"border": {
276
+					"radius": "50px"
277
+				},
278
+				"color": {
279
+					"background": "var(--wp--preset--color--secondary)"
280
+				},
281
+				"typography": {
282
+					"fontSize": "var(--wp--preset--font-size--normal)"
283
+				},
284
+				":hover": {
285
+					"color": {
286
+						"background": "var(--wp--preset--color--tertiary)",
287
+						"text": "var(--wp--preset--color--contrast)"
288
+					}
289
+				},
290
+				":focus": {
291
+					"color": {
292
+						"background": "var(--wp--preset--color--primary)"
293
+					}
294
+				},
295
+				":active": {
296
+					"color": {
297
+						"background": "var(--wp--preset--color--primary)"
298
+					}
299
+				}
300
+			}
301
+		},
302
+		"spacing": {
303
+			"blockGap": "2.5rem",
304
+			"padding": {
305
+				"bottom": "var(--wp--preset--spacing--50)",
306
+				"left": "var(--wp--preset--spacing--40)",
307
+				"right": "var(--wp--preset--spacing--40)",
308
+				"top": "var(--wp--preset--spacing--50)"
309
+			}
310
+		},
311
+		"typography": {
312
+			"fontFamily": "var(--wp--preset--font-family--source-serif-pro)",
313
+			"fontSize": "var(--wp--preset--font-size--normal)",
314
+			"lineHeight": "1.5"
315
+		}
316
+	}
317
+}

+ 323
- 0
cvd-theme/styles/pilgrimage.json Datei anzeigen

@@ -0,0 +1,323 @@
1
+{
2
+	"$schema": "https://schemas.wp.org/trunk/theme.json",
3
+	"version": 2,
4
+	"title": "Pilgrimage",
5
+	"settings": {
6
+		"color": {
7
+			"duotone": [
8
+				{
9
+					"colors": [
10
+						"#222828",
11
+						"#9EF9FD"
12
+					],
13
+					"slug": "default-filter",
14
+					"name": "Default filter"
15
+				}
16
+			],
17
+			"gradients": [
18
+				{
19
+					"gradient": "linear-gradient(180deg, var(--wp--preset--color--primary) 0%,var(--wp--preset--color--secondary) 100%)",
20
+					"name": "Primary to Secondary",
21
+					"slug": "primary-secondary"
22
+				},
23
+				{
24
+					"gradient": "linear-gradient(180deg, var(--wp--preset--color--secondary) 0%,var(--wp--preset--color--primary) 100%)",
25
+					"name": "Secondary to Primary",
26
+					"slug": "secondary-primary"
27
+				},
28
+				{
29
+					"gradient": "linear-gradient(180deg, var(--wp--preset--color--primary) 0%,var(--wp--preset--color--tertiary) 100%)",
30
+					"name": "Tertiary to Secondary",
31
+					"slug": "tertiary-secondary"
32
+				},
33
+				{
34
+					"gradient": "linear-gradient(180deg, var(--wp--preset--color--tertiary) 0%,var(--wp--preset--color--primary) 100%)",
35
+					"name": "Tertiary to Primary",
36
+					"slug": "tertiary-primary"
37
+				},
38
+				{
39
+					"gradient": "linear-gradient(180deg, var(--wp--preset--color--base) 0%,var(--wp--preset--color--primary) 350%)",
40
+					"name": "Base to Primary",
41
+					"slug": "base-primary"
42
+				},
43
+				{
44
+					"gradient": "radial-gradient(circle at 5px 5px,#0c0d0d70 2px,#ffffff00 0px,#ffffff00 0px) 0 0 / 8px 8px, linear-gradient(180deg, var(--wp--preset--color--base) 0%,#000000 200%)",
45
+					"name": "Dots",
46
+					"slug": "dots"
47
+				}
48
+			],
49
+			"palette": [
50
+				{
51
+					"color": "#222828",
52
+					"name": "Base",
53
+					"slug": "base"
54
+				},
55
+				{
56
+					"color": "#ffffff",
57
+					"name": "Contrast",
58
+					"slug": "contrast"
59
+				},
60
+				{
61
+					"color": "#53ED85",
62
+					"name": "Primary",
63
+					"slug": "primary"
64
+				},
65
+				{
66
+					"color": "#9EF9FD",
67
+					"name": "Secondary",
68
+					"slug": "secondary"
69
+				},
70
+				{
71
+					"color": "#D8E202",
72
+					"name": "Tertiary",
73
+					"slug": "tertiary"
74
+				}
75
+			]
76
+		}
77
+	},
78
+	"styles": {
79
+		"blocks": {
80
+			"core/comment-author-name": {
81
+				"elements": {
82
+					"link": {
83
+						":active": {
84
+							"color": {
85
+								"text": "var(--wp--preset--color--tertiary)"
86
+							}
87
+						}
88
+					}
89
+				}
90
+			},
91
+			"core/comment-date": {
92
+				"elements": {
93
+					"link": {
94
+						":active": {
95
+							"color": {
96
+								"text": "var(--wp--preset--color--tertiary)"
97
+							},
98
+							"typography": {
99
+								"textDecoration": "underline"
100
+							}
101
+						}
102
+					}
103
+				}
104
+			},
105
+			"core/comment-edit-link": {
106
+				"elements": {
107
+					"link": {
108
+						":active": {
109
+							"color": {
110
+								"text": "var(--wp--preset--color--tertiary)"
111
+							}
112
+						}
113
+					}
114
+				}
115
+			},
116
+			"core/comments-pagination": {
117
+				"elements": {
118
+					"link": {
119
+						"typography": {
120
+							"textDecoration": "underline"
121
+						}
122
+					}
123
+				}
124
+			},
125
+			"core/image": {
126
+				"filter": {
127
+					"duotone": "var(--wp--preset--duotone--default-filter)"
128
+				}
129
+			},
130
+			"core/navigation": {
131
+				"elements": {
132
+					"link": {
133
+						":active": {
134
+							"typography": {
135
+								"textDecoration": "underline dashed"
136
+							}
137
+						},
138
+						"color": {
139
+							"text": "var(--wp--preset--color--primary)"
140
+						},
141
+						"typography": {
142
+							"textDecoration": "underline"
143
+						}
144
+					}
145
+				}
146
+			},
147
+			"core/paragraph": {
148
+				"color": {
149
+					"text": "var(--wp--preset--color--contrast)"
150
+				},
151
+				"elements": {
152
+					"link": {
153
+						":hover": {
154
+							"color": {
155
+								"text": "var(--wp--preset--color--tertiary)"
156
+							}
157
+						}
158
+					}
159
+				}
160
+			},
161
+			"core/post-content": {
162
+				"elements": {
163
+					"link": {
164
+						"color": {
165
+							"text": "var(--wp--preset--color--primary)"
166
+						}
167
+					}
168
+				}
169
+			},
170
+			"core/post-date": {
171
+				"elements": {
172
+					"link": {
173
+						"typography": {
174
+							"textDecoration": "none",
175
+							"fontStyle": "italic"
176
+						}
177
+					}
178
+				}
179
+			},
180
+			"core/post-featured-image": {
181
+				"filter": {
182
+					"duotone": "var(--wp--preset--duotone--default-filter)"
183
+				}
184
+			},
185
+			"core/post-title": {
186
+				"elements": {
187
+					"link": {
188
+						":active": {
189
+							"color": {
190
+								"text": "var(--wp--preset--color--tertiary)"
191
+							},
192
+							"typography": {
193
+								"textDecoration": "underline"
194
+							}
195
+						},
196
+						"typography": {
197
+							"textDecoration": "underline"
198
+						}
199
+					}
200
+				}
201
+			},
202
+			"core/query-pagination": {
203
+				"elements": {
204
+					"link": {
205
+						"typography": {
206
+							"textDecoration": "underline"
207
+						}
208
+					}
209
+				}
210
+			},
211
+			"core/separator": {
212
+				"color": {
213
+					"text": "var(--wp--preset--color--secondary)"
214
+				}
215
+			},
216
+			"core/site-title": {
217
+				"elements": {
218
+					"link": {
219
+						":active": {
220
+							"color": {
221
+								"text": "var(--wp--preset--color--primary)"
222
+							}
223
+						}
224
+					}
225
+				},
226
+				"typography": {
227
+					"fontStyle": "italic",
228
+					"fontWeight": "700"
229
+				}
230
+			}
231
+		},
232
+		"color": {
233
+			"gradient": "var(--wp--preset--gradient--dots)"
234
+		},
235
+		"elements": {
236
+			"button": {
237
+				":active": {
238
+					"color": {
239
+						"background": "var(--wp--preset--color--secondary)",
240
+						"gradient": "none"
241
+					}
242
+				},
243
+				":focus": {
244
+					"color": {
245
+						"gradient": "var(--wp--preset--gradient--secondary-primary)"
246
+					}
247
+				},
248
+				":hover": {
249
+					"color": {
250
+						"gradient": "var(--wp--preset--gradient--secondary-primary)"
251
+					}
252
+				},
253
+				":visited": {
254
+					"color": {
255
+						"text": "var(--wp--preset--color--base)"
256
+					}
257
+				},
258
+				"border": {
259
+					"radius": "5px"
260
+				},
261
+				"color": {
262
+					"gradient": "var(--wp--preset--gradient--primary-secondary)",
263
+					"text": "var(--wp--preset--color--base)"
264
+				}
265
+			},
266
+			"h1": {
267
+				"color": {
268
+					"text": "var(--wp--preset--color--contrast)"
269
+				}
270
+			},
271
+			"h2": {
272
+				"color": {
273
+					"text": "var(--wp--preset--color--contrast)"
274
+				}
275
+			},
276
+			"h3": {
277
+				"color": {
278
+					"text": "var(--wp--preset--color--primary)"
279
+				}
280
+			},
281
+			"h4": {
282
+				"color": {
283
+					"text": "var(--wp--preset--color--primary)"
284
+				}
285
+			},
286
+			"h5": {
287
+				"color": {
288
+					"text": "var(--wp--preset--color--primary)"
289
+				}
290
+			},
291
+			"h6": {
292
+				"color": {
293
+					"text": "var(--wp--preset--color--primary)"
294
+				}
295
+			},
296
+			"heading": {
297
+				"color": {
298
+					"text": "var(--wp--preset--color--primary)"
299
+				}
300
+			},
301
+			"link": {
302
+				"color": {
303
+					"text": "var(--wp--preset--color--primary)"
304
+				},
305
+				":hover": {
306
+					"color": {
307
+						"text":"var(--wp--preset--color--tertiary)"
308
+					}
309
+				},
310
+				":focus": {
311
+					"color": {
312
+						"text":"var(--wp--preset--color--tertiary)"
313
+					}
314
+				},
315
+				":active": {
316
+					"color": {
317
+						"text": "var(--wp--preset--color--tertiary)"
318
+					}
319
+				}
320
+			}
321
+		}
322
+	}
323
+}

+ 242
- 0
cvd-theme/styles/pitch.json Datei anzeigen

@@ -0,0 +1,242 @@
1
+{
2
+	"$schema": "https://schemas.wp.org/trunk/theme.json",
3
+	"version": 2,
4
+	"title": "Pitch",
5
+	"settings": {
6
+		"color": {
7
+			"palette": [
8
+				{
9
+					"color": "#202124",
10
+					"name": "Base",
11
+					"slug": "base"
12
+				},
13
+				{
14
+					"color": "#e8eaed",
15
+					"name": "Contrast",
16
+					"slug": "contrast"
17
+				},
18
+				{
19
+					"color": "#e3cbc0",
20
+					"name": "Primary",
21
+					"slug": "primary"
22
+				},
23
+				{
24
+					"color": "#876C3A",
25
+					"name": "Secondary",
26
+					"slug": "secondary"
27
+				},
28
+				{
29
+					"color": "#303134",
30
+					"name": "Tertiary",
31
+					"slug": "tertiary"
32
+				}
33
+			]
34
+		},
35
+		"layout": {
36
+			"contentSize": "min(640px, 90vw)",
37
+			"wideSize": "90vw"
38
+		},
39
+		"spacing": {
40
+			"spacingScale": {
41
+				"steps": 7
42
+			},
43
+			"spacingSizes": [
44
+				{
45
+					"size": "calc(8px + 1.5625vw)",
46
+					"slug": "20",
47
+					"name": "1"
48
+				},
49
+				{
50
+					"size": "calc(12px + 1.5625vw)",
51
+					"slug": "30",
52
+					"name": "2"
53
+				},
54
+				{
55
+					"size": "calc(16px + 1.5625vw)",
56
+					"slug": "40",
57
+					"name": "3"
58
+				},
59
+				{
60
+					"size": "calc(20px + 1.5625vw)",
61
+					"slug": "50",
62
+					"name": "4"
63
+				},
64
+				{
65
+					"size": "calc(24px + 1.5625vw)",
66
+					"slug": "60",
67
+					"name": "5"
68
+				},
69
+				{
70
+					"size": "calc(28px + 1.5625vw)",
71
+					"slug": "70",
72
+					"name": "6"
73
+				},
74
+				{
75
+					"size": "calc(32px + 1.5625vw)",
76
+					"slug": "80",
77
+					"name": "7"
78
+				}
79
+			]
80
+		},
81
+		"typography": {
82
+			"fontSizes": [
83
+				{
84
+					"size": "0.85rem",
85
+					"fluid": {
86
+						"min": "0.85rem",
87
+						"max": "1rem"
88
+					},
89
+					"slug": "small",
90
+					"name": "small"
91
+				},
92
+				{
93
+					"size": "1.1rem",
94
+					"fluid": {
95
+						"min": "1.1rem",
96
+						"max": "1.4rem"
97
+					},
98
+					"slug": "medium",
99
+					"name": "Medium"
100
+				},
101
+				{
102
+					"size": "1.999rem",
103
+					"fluid": {
104
+						"min": "1.999rem",
105
+						"max": "2.827rem"
106
+					},
107
+					"slug": "large",
108
+					"name": "Large"
109
+				},
110
+				{
111
+					"size": "2.827rem",
112
+					"fluid": {
113
+						"min": "2.827rem",
114
+						"max": "3.998rem"
115
+					},
116
+					"slug": "x-large",
117
+					"name": "Extra Large"
118
+				},
119
+				{
120
+					"size": "3.2rem",
121
+					"fluid": {
122
+						"min": "3.2rem",
123
+						"max": "5.653rem"
124
+					},
125
+					"slug": "xx-large",
126
+					"name": "2X Large"
127
+				}
128
+			]
129
+		}
130
+	},
131
+	"styles": {
132
+		"blocks": {
133
+			"core/separator": {
134
+				"border": {
135
+					"color":"var(--wp--preset--color--tertiary)",
136
+					"width": "2px"
137
+				}
138
+			},
139
+			"core/site-title": {
140
+				"typography": {
141
+					"fontSize": "var(--wp--preset--font-size--medium)",
142
+					"fontStyle": "normal",
143
+					"fontWeight": "600"
144
+				}
145
+			}
146
+		},
147
+		"elements": {
148
+			"button": {
149
+				"border": {
150
+					"radius": "0",
151
+					"style": "solid",
152
+					"width": "2px",
153
+					"color": "var(--wp--preset--color--primary)"
154
+				},
155
+				"color": {
156
+					"background": "var(--wp--preset--color--primary)",
157
+					"text": "var(--wp--preset--color--base)"
158
+				},
159
+				"spacing": {
160
+					"padding": {
161
+						"top": "min(1.125rem, 3vw) !important",
162
+						"right": "min(2.125rem, 5vw) !important",
163
+						"bottom": "min(1.125rem, 3vw) !important",
164
+						"left": "min(2.125rem, 5vw) !important"
165
+					}
166
+				},
167
+				"typography": {
168
+					"fontSize": "var(--wp--preset--font-size--small)",
169
+					"fontWeight": "600",
170
+					"textTransform": "uppercase",
171
+					"letterSpacing": "0.01em"
172
+				},
173
+				":hover": {
174
+					"border": {
175
+						"color": "var(--wp--preset--color--contrast)"
176
+					},
177
+					"color": {
178
+						"background": "var(--wp--preset--color--contrast)",
179
+						"text": "var(--wp--preset--color--tertiary)"
180
+					}
181
+				},
182
+				":focus": {
183
+					"border": {
184
+						"color": "var(--wp--preset--color--contrast)"
185
+					},
186
+					"color": {
187
+						"background": "var(--wp--preset--color--contrast)",
188
+						"text": "var(--wp--preset--color--tertiary)"
189
+					}
190
+				},
191
+				":active": {
192
+					"border": {
193
+						"color": "var(--wp--preset--color--contrast)"
194
+					},
195
+					"color": {
196
+						"background": "var(--wp--preset--color--contrast)",
197
+						"text": "var(--wp--preset--color--tertiary)"
198
+					}
199
+				},
200
+				":visited": {
201
+					"color": {
202
+						"text": "var(--wp--preset--color--base)"
203
+					}
204
+				}
205
+			},
206
+			"h1": {
207
+				"typography": {
208
+					"fontSize": "var(--wp--preset--font-size--xx-large)",
209
+					"lineHeight": "1.1"
210
+				}
211
+			},
212
+			"h2": {
213
+				"typography": {
214
+					"fontSize": "var(--wp--preset--font-size--x-large)",
215
+					"lineHeight": "1.1"
216
+				}
217
+			},
218
+			"h3": {
219
+				"typography": {
220
+					"fontSize": "var(--wp--preset--font-size--large)"
221
+				}
222
+			},
223
+			"heading": {
224
+				"typography": {
225
+					"fontWeight": "500"
226
+				}
227
+			}
228
+		},
229
+		"spacing": {
230
+			"blockGap": "var(--wp--preset--spacing--40)",
231
+			"padding": {
232
+				"right": "var(--wp--preset--spacing--70)",
233
+				"left": "var(--wp--preset--spacing--70)"
234
+			}
235
+		},
236
+		"typography": {
237
+			"fontFamily": "var(--wp--preset--font-family--inter)",
238
+			"fontSize": "var(--wp--preset--font-size--medium)",
239
+			"lineHeight": "1.7"
240
+		}
241
+	}
242
+}

+ 243
- 0
cvd-theme/styles/sherbet.json Datei anzeigen

@@ -0,0 +1,243 @@
1
+{
2
+	"$schema": "https://schemas.wp.org/trunk/theme.json",
3
+	"version": 2,
4
+	"title": "Sherbet",
5
+	"settings": {
6
+		"color": {
7
+			"duotone": [
8
+				{
9
+					"colors": [
10
+						"#FF99FF",
11
+						"#FFFF99",
12
+						"#99FFFF"
13
+					],
14
+					"name": "Default filter",
15
+					"slug": "default-filter"
16
+				}
17
+			],
18
+			"gradients": [
19
+				{
20
+					"gradient": "linear-gradient(135deg, var(--wp--preset--color--primary) 0%, var(--wp--preset--color--secondary) 50%, var(--wp--preset--color--tertiary) 100%)",
21
+					"name": "Primary to Secondary to Tertiary",
22
+					"slug": "primary-secondary-tertiary"
23
+				},
24
+				{
25
+					"gradient": "linear-gradient(135deg, var(--wp--preset--color--primary) 0%, var(--wp--preset--color--secondary) 50%, var(--wp--preset--color--tertiary) 100%) fixed",
26
+					"name": "Primary to Secondary to Tertiary Fixed",
27
+					"slug": "primary-secondary-tertiary-fixed"
28
+				},
29
+				{
30
+					"gradient": "linear-gradient(135deg, var(--wp--preset--color--tertiary) 0%, var(--wp--preset--color--secondary) 50%, var(--wp--preset--color--primary) 100%) fixed",
31
+					"name": "Tertiary to Secondary to Primary Fixed",
32
+					"slug": "tertiary-secondary-primary-fixed"
33
+				}
34
+			],
35
+			"palette": [
36
+				{
37
+					"color": "#FFFFFF",
38
+					"name": "Base",
39
+					"slug": "base"
40
+				},
41
+				{
42
+					"color": "#000000",
43
+					"name": "Contrast",
44
+					"slug": "contrast"
45
+				},
46
+				{
47
+					"color": "#FFCCFF",
48
+					"name": "Primary",
49
+					"slug": "primary"
50
+				},
51
+				{
52
+					"color": "#FFFFCC",
53
+					"name": "Secondary",
54
+					"slug": "secondary"
55
+				},
56
+				{
57
+					"color": "#CCFFFF",
58
+					"name": "Tertiary",
59
+					"slug": "tertiary"
60
+				}
61
+			]
62
+		},
63
+		"typography": {
64
+			"fontSizes": [
65
+				{
66
+					"fluid": false,
67
+					"size": "0.75rem",
68
+					"slug": "x-small"
69
+				},
70
+				{
71
+					"fluid": {
72
+						"min": "0.875rem",
73
+						"max": "1rem"
74
+					},
75
+					"size": "1rem",
76
+					"slug": "small"
77
+				},
78
+				{
79
+					"fluid": {
80
+						"min": "1rem",
81
+						"max": "1.125rem"
82
+					},
83
+					"size": "1.125rem",
84
+					"slug": "medium"
85
+				},
86
+				{
87
+					"fluid": {
88
+						"min": "1.5rem",
89
+						"max": "1.75rem"
90
+					},
91
+					"size": "1.75rem",
92
+					"slug": "large"
93
+				},
94
+				{
95
+					"fluid": {
96
+						"min": "2rem",
97
+						"max": "2.25rem"
98
+					},
99
+					"size": "2.25rem",
100
+					"slug": "x-large"
101
+				},
102
+				{
103
+					"fluid": {
104
+						"min": "2.5rem",
105
+						"max": "2.75rem"
106
+					},
107
+					"size": "2.75rem",
108
+					"slug": "xx-large"
109
+				}
110
+			]
111
+		}
112
+	},
113
+	"styles": {
114
+		"blocks": {
115
+			"core/comments": {
116
+				"elements": {
117
+					"link": {
118
+						":active": {
119
+							"color": {
120
+								"text": "var(--wp--preset--color--contrast)"
121
+							}
122
+						}
123
+					}
124
+				}
125
+			},
126
+			"core/comment-author-name": {
127
+				"typography": {
128
+					"fontSize": "var(--wp--preset--font-size--medium)",
129
+					"textTransform": "initial"
130
+				}
131
+			},
132
+			"core/comment-content": {
133
+				"typography": {
134
+					"fontSize": "var(--wp--preset--font-size--medium)",
135
+					"textTransform": "initial"
136
+				}
137
+			},
138
+			"core/navigation": {
139
+				"typography": {
140
+					"fontSize": "var(--wp--preset--font-size--small)",
141
+					"fontWeight": "500",
142
+					"textTransform": "uppercase"
143
+				}
144
+			},
145
+			"core/post-content": {
146
+				"elements": {
147
+					"link": {
148
+						"color": {
149
+							"text": "var(--wp--preset--color--contrast)"
150
+						},
151
+						":active": {
152
+							"color": {
153
+								"text": "var(--wp--preset--color--contrast)"
154
+							}
155
+						}
156
+					}
157
+				}
158
+			},
159
+			"core/post-date": {
160
+				"typography": {
161
+					"textTransform": "uppercase"
162
+				}
163
+			},
164
+			"core/post-featured-image": {
165
+				"filter": {
166
+					"duotone": "var(--wp--preset--duotone--default-filter)"
167
+				},
168
+				"border": {
169
+					"color": "var(--wp--preset--color--tertiary)",
170
+					"style": "solid"
171
+				}
172
+			},
173
+			"core/post-title": {
174
+				"typography": {
175
+					"fontWeight": "500",
176
+					"textTransform": "uppercase"
177
+				}
178
+			},
179
+			"core/site-title": {
180
+				"typography": {
181
+					"fontWeight": "500"
182
+				}
183
+			},
184
+			"core/template-part": {
185
+				"typography": {
186
+					"fontSize": "var(--wp--preset--font-size--x-small)",
187
+					"fontWeight": "400",
188
+					"textTransform": "uppercase"
189
+				}
190
+			}
191
+		},
192
+		"color": {
193
+			"gradient": "var(--wp--preset--gradient--primary-secondary-tertiary)"
194
+		},
195
+		"elements": {
196
+			"button": {
197
+				"border": {
198
+					"color": "var(--wp--preset--color--contrast)",
199
+					"radius": "99999px",
200
+					"style": "solid",
201
+					"width": "2px"
202
+				},
203
+				"color": {
204
+					"background": "var(--wp--preset--color--base)",
205
+					"gradient": "var(--wp--preset--gradient--primary-secondary-tertiary-fixed)",
206
+					"text": "var(--wp--preset--color--contrast)"
207
+				},
208
+				"typography": {
209
+					"fontSize": "var(--wp--preset--font-size--x-small)",
210
+					"fontWeight": "400",
211
+					"textTransform": "uppercase"
212
+				},
213
+				":hover": {
214
+					"color": {
215
+						"gradient": "var(--wp--preset--gradient--tertiary-secondary-primary-fixed)",
216
+						"text": "var(--wp--preset--color--contrast)"
217
+					}
218
+				},
219
+				":focus": {
220
+					"color": {
221
+						"background": "var(--wp--preset--color--contrast)",
222
+						"gradient": "none"
223
+					}
224
+				},
225
+				":active": {
226
+					"color": {
227
+						"background": "var(--wp--preset--color--contrast)",
228
+						"gradient": "none"
229
+					}
230
+				}
231
+			},
232
+			"heading": {
233
+				"typography": {
234
+					"fontWeight": "500"
235
+				}
236
+			}
237
+		},
238
+		"typography": {
239
+			"fontSize": "var(--wp--preset--font-size--small)",
240
+			"fontFamily": "var(--wp--preset--font-family--inter)"
241
+		}
242
+	}
243
+}

+ 551
- 0
cvd-theme/styles/whisper.json Datei anzeigen

@@ -0,0 +1,551 @@
1
+{
2
+	"$schema": "https://schemas.wp.org/trunk/theme.json",
3
+	"version": 2,
4
+	"title": "Whisper",
5
+	"settings": {
6
+		"color": {
7
+			"palette": [
8
+				{
9
+					"color": "#E5E7F2",
10
+					"name": "Base",
11
+					"slug": "base"
12
+				},
13
+				{
14
+					"color": "#47484B",
15
+					"name": "Contrast",
16
+					"slug": "contrast"
17
+				},
18
+				{
19
+					"color": "#B50B3E",
20
+					"name": "Primary",
21
+					"slug": "primary"
22
+				},
23
+				{
24
+					"color": "#0B0033",
25
+					"name": "Secondary",
26
+					"slug": "secondary"
27
+				},
28
+				{
29
+					"color": "#F9F9FB",
30
+					"name": "Tertiary",
31
+					"slug": "tertiary"
32
+				}
33
+			]
34
+		},
35
+		"layout": {
36
+			"contentSize": "710px",
37
+			"wideSize": "1200px"
38
+		},
39
+		"typography": {
40
+			"fontSizes": [
41
+				{
42
+					"fluid": {
43
+						"min": "0.875rem",
44
+						"max": "1rem"
45
+					},
46
+					"size": "1rem",
47
+					"slug": "small"
48
+				},
49
+				{
50
+					"fluid": {
51
+						"min": "1rem",
52
+						"max": "1.187rem"
53
+					},
54
+					"size": "1.187rem",
55
+					"slug": "medium"
56
+				},
57
+				{
58
+					"fluid": {
59
+						"min": "1.187rem",
60
+						"max": "1.3125rem"
61
+					},
62
+					"size": "1.3125rem",
63
+					"slug": "large"
64
+				},
65
+				{
66
+					"fluid": {
67
+						"min": "1.562rem",
68
+						"max": "2rem"
69
+					},
70
+					"size": "2rem",
71
+					"slug": "x-large"
72
+				},
73
+				{
74
+					"fluid": {
75
+						"min": "3.375rem",
76
+						"max": "7rem"
77
+					},
78
+					"size": "7rem",
79
+					"slug": "xx-large"
80
+				}
81
+			]
82
+		}
83
+	},
84
+	"styles": {
85
+		"blocks": {
86
+			"core/navigation": {
87
+				"color": {
88
+					"text": "var(--wp--preset--color--contrast)"
89
+				},
90
+				"elements": {
91
+					"link": {
92
+						"border": {
93
+							"bottom": {
94
+								"color": "transparent",
95
+								"style": "solid",
96
+								"width": "0.2ch"
97
+							}
98
+						},
99
+						"color": {
100
+							"text": "var(--wp--preset--color--contrast)"
101
+						},
102
+						":hover": {
103
+							"border": {
104
+								"color": "var(--wp--preset--color--primary)"
105
+							},
106
+							"color": {
107
+								"background": "transparent",
108
+								"text": "var(--wp--preset--color--secondary)"
109
+							},
110
+							"typography": {
111
+								"textDecoration": "none"
112
+							}
113
+						},
114
+						":focus": {
115
+							"typography": {
116
+								"textDecoration": "none"
117
+							}
118
+						},
119
+						":active": {
120
+							"typography": {
121
+								"textDecoration": "none"
122
+							}
123
+						},
124
+						"typography": {
125
+							"textDecoration": "none"
126
+						}
127
+					}
128
+				},
129
+				"typography": {
130
+					"fontSize": "var(--wp--preset--font-size--large)"
131
+				}
132
+			},
133
+			"core/navigation-submenu": {
134
+				"color": {
135
+					"text": "var(--wp--preset--color--primary)"
136
+				}
137
+			},
138
+			"core/post-content": {
139
+				"elements": {
140
+					"link": {
141
+						":hover": {
142
+							"border": {
143
+								"color": "var(--wp--preset--color--contrast)"
144
+							},
145
+							"color": {
146
+								"background": "var(--wp--preset--color--tertiary)"
147
+							},
148
+							"typography": {
149
+								"textDecoration": "none"
150
+							}
151
+						}
152
+					}
153
+				}
154
+			},
155
+			"core/post-date": {
156
+				"elements": {
157
+					"link": {
158
+						":hover": {
159
+							"border": {
160
+								"color": "var(--wp--preset--color--contrast)"
161
+							},
162
+							"color": {
163
+								"background": "var(--wp--preset--color--tertiary)"
164
+							},
165
+							"typography": {
166
+								"textDecoration": "none"
167
+							}
168
+						}
169
+					}
170
+				}
171
+			},
172
+			"core/post-title": {
173
+				"elements": {
174
+					"link": {
175
+						"border": {
176
+							"width": "0 !important"
177
+						},
178
+						":hover": {
179
+							"color": {
180
+								"text": "var(--wp--preset--color--primary)"
181
+							}
182
+						},
183
+						":focus": {
184
+							"color": {
185
+								"text": "var(--wp--preset--color--primary)"
186
+							}
187
+						},
188
+						":active": {
189
+							"color": {
190
+								"text": "var(--wp--preset--color--primary)"
191
+							}
192
+						}
193
+					}
194
+				}
195
+			},
196
+			"core/pullquote": {
197
+				"border": {
198
+					"color": "var(--wp--preset--color--contrast)",
199
+					"style": "double",
200
+					"width": "6px"
201
+				},
202
+				"color": {
203
+					"text": "var(--wp--preset--color--secondary)"
204
+				}
205
+			},
206
+			"core/quote": {
207
+				"border": {
208
+					"color": "var(--wp--preset--color--contrast)",
209
+					"style": "double",
210
+					"width": "0 0 0 6px"
211
+				},
212
+				"color": {
213
+					"text": "var(--wp--preset--color--secondary)"
214
+				},
215
+				"spacing": {
216
+					"margin": {
217
+						"left": "var(--wp--preset--spacing--30)"
218
+					},
219
+					"padding": {
220
+						"left": "var(--wp--preset--spacing--30)"
221
+					}
222
+				}
223
+			},
224
+			"core/query-pagination": {
225
+				"elements": {
226
+					"link": {
227
+						":hover": {
228
+							"border": {
229
+								"color": "var(--wp--preset--color--contrast)"
230
+							},
231
+							"color": {
232
+								"background": "var(--wp--preset--color--tertiary)"
233
+							},
234
+							"typography": {
235
+								"textDecoration": "none"
236
+							}
237
+						},
238
+						":active": {
239
+							"border": {
240
+								"color": "var(--wp--preset--color--base)",
241
+								"width": "0 0 2px 0"
242
+							}
243
+						}
244
+					}
245
+				}
246
+			},
247
+			"core/separator": {
248
+				"border": {
249
+					"color": "var(--wp--preset--color--contrast)",
250
+					"style": "double",
251
+					"width": "6px 0 0 0"
252
+				}
253
+			},
254
+			"core/site-title": {
255
+				"elements": {
256
+					"link": {
257
+						"border": {
258
+							"color": "transparent"
259
+						},
260
+						"color": {
261
+							"text": "var(--wp--preset--color--primary)"
262
+						},
263
+						":hover": {
264
+							"border": {
265
+								"color": "var(--wp--preset--color--primary)"
266
+							},
267
+							"color": {
268
+								"background": "transparent"
269
+							},
270
+							"typography": {
271
+								"textDecoration": "none"
272
+							}
273
+						},
274
+						":focus": {
275
+							"typography": {
276
+								"textDecoration": "none"
277
+							}
278
+						},
279
+						":active": {
280
+							"border": {
281
+								"color": "var(--wp--preset--color--primary)"
282
+							},
283
+							"color": {
284
+								"background": "transparent"
285
+							},
286
+							"typography": {
287
+								"textDecoration": "none"
288
+							}
289
+						},
290
+						"typography": {
291
+							"fontFamily": "var(--wp--preset--font-family--dm-sans)",
292
+							"fontSize": "var(--wp--preset--font-size--large)",
293
+							"fontWeight": "700",
294
+							"letterSpacing": "-0.01em",
295
+							"textDecoration": "none"
296
+						}
297
+					}
298
+				},
299
+				"typography": {
300
+					"fontSize": "var(--wp--preset--font-size--large)",
301
+					"lineHeight": "1.4",
302
+					"textTransform": "capitalize"
303
+				}
304
+			},
305
+			"core/comment-author-name":{
306
+				"elements": {
307
+					"link": {
308
+						":hover": {
309
+							"typography": {
310
+								"textDecoration": "none"
311
+							}
312
+						},
313
+						":focus": {
314
+							"typography": {
315
+								"textDecoration": "none"
316
+							}
317
+						}
318
+					}
319
+				}
320
+			},
321
+			"core/comment-date": {
322
+				"elements": {
323
+					"link": {
324
+						":hover": {
325
+							"typography": {
326
+								"textDecoration": "none"
327
+							}
328
+						},
329
+						":focus": {
330
+							"typography": {
331
+								"textDecoration": "none"
332
+							}
333
+						}
334
+					}
335
+				}
336
+			},
337
+			"core/comment-edit-link": {
338
+				"elements": {
339
+					"link": {
340
+						":hover": {
341
+							"typography": {
342
+								"textDecoration": "none"
343
+							}
344
+						},
345
+						":focus": {
346
+							"typography": {
347
+								"textDecoration": "none"
348
+							}
349
+						}
350
+					}
351
+				}
352
+			}
353
+		},
354
+		"elements": {
355
+			"button": {
356
+				"border": {
357
+					"color": "var(--wp--preset--color--primary)",
358
+					"radius": "10px",
359
+					"style": "solid",
360
+					"width": "2px 2px 6px 2px !important"
361
+				},
362
+				"color": {
363
+					"background": "transparent",
364
+					"text": "var(--wp--preset--color--primary)"
365
+				},
366
+				"spacing": {
367
+					"padding": {
368
+						"top": "min(1rem, 3vw) !important",
369
+						"right": "min(2.75rem, 6vw) !important",
370
+						"bottom": "min(1rem, 3vw) !important",
371
+						"left": "min(2.75rem, 6vw) !important"
372
+					}
373
+				},
374
+				"typography": {
375
+					"fontWeight": "700",
376
+					"letterSpacing": "1px",
377
+					"textTransform": "uppercase"
378
+				},
379
+				":hover": {
380
+					"border": {
381
+						"color": "var(--wp--preset--color--secondary)",
382
+						"width": "2px 2px 4px 2px !important"
383
+					},
384
+					"color": {
385
+						"background": "var(--wp--preset--color--tertiary)",
386
+						"text": "var(--wp--preset--color--secondary)"
387
+					},
388
+					"spacing": {
389
+						"padding": {
390
+							"bottom": "min(calc(1rem + 2px), 3vw) !important"
391
+						}
392
+					}
393
+				},
394
+				":focus": {
395
+					"border": {
396
+						"color": "var(--wp--preset--color--secondary)",
397
+						"style": "dashed dashed double",
398
+						"width": "2px 2px 4px 2px !important"
399
+					},
400
+					"color": {
401
+						"background": "var(--wp--preset--color--tertiary)",
402
+						"text": "var(--wp--preset--color--secondary)"
403
+					},
404
+					"spacing": {
405
+						"padding": {
406
+							"bottom": "min(calc(1rem + 2px), 3vw) !important"
407
+						}
408
+					}
409
+				},
410
+				":active": {
411
+					"border": {
412
+						"color": "var(--wp--preset--color--secondary)",
413
+						"width": "2px 2px 4px 2px !important"
414
+					},
415
+					"color": {
416
+						"background": "var(--wp--preset--color--tertiary)",
417
+						"text": "var(--wp--preset--color--secondary)"
418
+					},
419
+					"spacing": {
420
+						"padding": {
421
+							"bottom": "min(calc(1rem + 2px), 3vw) !important"
422
+						}
423
+					}
424
+				},
425
+				":visited": {
426
+					"color": {
427
+						"text": "var(--wp--preset--color--primary)"
428
+					}
429
+				}
430
+			},
431
+			"cite": {
432
+				"typography": {
433
+					"fontFamily": "var(--wp--preset--font-family--source-serif-pro)"
434
+				}
435
+			},
436
+			"h1": {
437
+				"typography": {
438
+					"fontSize": "clamp(4.21rem, 1.43vw + 3.85rem, 5rem)",
439
+					"fontWeight": "300",
440
+					"letterSpacing": "-0.01em"
441
+				}
442
+			},
443
+			"h2": {
444
+				"color": {
445
+					"text": "var(--wp--preset--color--secondary)"
446
+				},
447
+				"typography": {
448
+					"fontSize": "clamp(3.16rem, 1.08vw + 2.89rem, 3.75rem)",
449
+					"fontWeight": "400",
450
+					"letterSpacing": "-0.01em"
451
+				}
452
+			},
453
+			"h3": {
454
+				"color": {
455
+					"text": "var(--wp--preset--color--secondary)"
456
+				},
457
+				"typography": {
458
+					"fontSize": "clamp(2.37rem, 0.81vw + 2.17rem, 2.81rem)",
459
+					"fontWeight": "500"
460
+				}
461
+			},
462
+			"h4": {
463
+				"typography": {
464
+					"fontSize": "clamp(1.78rem, 0.61vw + 1.63rem, 2.11rem)",
465
+					"fontWeight": "600"
466
+				}
467
+			},
468
+			"h5": {
469
+				"typography": {
470
+					"fontSize": "clamp(1.33rem, 0.45vw + 1.22rem, 1.58rem)",
471
+					"fontWeight": "700",
472
+					"letterSpacing": "1px"
473
+				}
474
+			},
475
+			"h6": {
476
+				"typography": {
477
+					"fontSize": "clamp(1rem, 0.34vw + 0.91rem, 1.19rem)",
478
+					"fontWeight": "900",
479
+					"letterSpacing": "2px"
480
+				}
481
+			},
482
+			"heading": {
483
+				"color": {
484
+					"text": "var(--wp--preset--color--secondary)"
485
+				},
486
+				"typography": {
487
+					"fontFamily": "var(--wp--preset--font-family--source-serif-pro)"
488
+				}
489
+			},
490
+			"link": {
491
+				"border": {
492
+					"color": "var(--wp--preset--color--primary)",
493
+					"style": "solid",
494
+					"width": "0 0 2px 0"
495
+				},
496
+				"color": {
497
+					"text": "var(--wp--preset--color--secondary)"
498
+				},
499
+				":hover": {
500
+					"border": {
501
+						"color": "var(--wp--preset--color--contrast)"
502
+					},
503
+					"color": {
504
+						"text": "var(--wp--preset--color--secondary)"
505
+					},
506
+					"typography": {
507
+						"textDecoration": "none"
508
+					}
509
+				},
510
+				":focus": {
511
+					"border": {
512
+						"style": "dashed"
513
+					},
514
+					"typography": {
515
+						"textDecoration": "none"
516
+					}
517
+				},
518
+				":active": {
519
+					"border": {
520
+						"width": "0"
521
+					},
522
+					"color": {
523
+						"text": "var(--wp--preset--color--secondary)"
524
+					},
525
+					"typography": {
526
+						"textDecoration": "none"
527
+					}
528
+				},
529
+				"typography": {
530
+					"textDecoration": "none"
531
+				}
532
+			}
533
+		},
534
+		"border": {
535
+			"color": "var(--wp--preset--color--tertiary)",
536
+			"style": "solid",
537
+			"width": "max(1vw, 0.5rem)"
538
+		},
539
+		"spacing": {
540
+			"padding": {
541
+				"top": "var(--wp--preset--spacing--40)",
542
+				"right": "var(--wp--preset--spacing--30)",
543
+				"bottom": "var(--wp--preset--spacing--40)",
544
+				"left": "var(--wp--preset--spacing--30)"
545
+			}
546
+		},
547
+		"typography": {
548
+			"fontFamily": "var(--wp--preset--font-family--dm-sans)"
549
+		}
550
+	}
551
+}

+ 9
- 0
cvd-theme/templates/404.html Datei anzeigen

@@ -0,0 +1,9 @@
1
+<!-- wp:template-part {"slug":"header","tagName":"header"} /-->
2
+
3
+<!-- wp:group {"tagName":"main","layout":{"type":"constrained"}} -->
4
+<main class="wp-block-group">
5
+	<!-- wp:pattern {"slug":"twentytwentythree/hidden-404"} /-->
6
+</main>
7
+<!-- /wp:group -->
8
+
9
+<!-- wp:template-part {"slug":"footer","tagName":"footer"} /-->

+ 29
- 0
cvd-theme/templates/archive.html Datei anzeigen

@@ -0,0 +1,29 @@
1
+<!-- wp:template-part {"slug":"header","tagName":"header"} /-->
2
+
3
+<!-- wp:group {"tagName":"main","style":{"spacing":{"margin":{"top":"var:preset|spacing|70","bottom":"var:preset|spacing|70"}}},"layout":{"type":"constrained"}} -->
4
+<main class="wp-block-group" style="margin-top:var(--wp--preset--spacing--70);margin-bottom:var(--wp--preset--spacing--70)"><!-- wp:query-title {"type":"archive","align":"wide","style":{"spacing":{"margin":{"bottom":"var:preset|spacing|50"}}}} /-->
5
+
6
+<!-- wp:query {"queryId":4,"query":{"perPage":6,"pages":0,"offset":0,"postType":"post","order":"desc","orderBy":"date","author":"","search":"","exclude":[],"sticky":"","inherit":true},"displayLayout":{"type":"flex","columns":3},"align":"wide","layout":{"type":"default"}} -->
7
+<div class="wp-block-query alignwide"><!-- wp:post-template {"align":"wide"} -->
8
+<!-- wp:post-featured-image {"isLink":true,"width":"100%","height":"","align":"wide"} /-->
9
+
10
+<!-- wp:post-title {"isLink":true} /-->
11
+
12
+<!-- wp:post-excerpt /-->
13
+
14
+<!-- wp:post-date {"isLink":true} /-->
15
+
16
+<!-- wp:spacer {"height":"var(\u002d\u002dwp\u002d\u002dpreset\u002d\u002dspacing\u002d\u002d50)"} -->
17
+<div style="height:var(--wp--preset--spacing--50)" aria-hidden="true" class="wp-block-spacer"></div>
18
+<!-- /wp:spacer -->
19
+<!-- /wp:post-template -->
20
+
21
+<!-- wp:query-pagination {"paginationArrow":"arrow","layout":{"type":"flex","justifyContent":"space-between"}} -->
22
+<!-- wp:query-pagination-previous {"label":"Newer Posts"} /-->
23
+
24
+<!-- wp:query-pagination-next {"label":"Older Posts"} /-->
25
+<!-- /wp:query-pagination --></div>
26
+<!-- /wp:query --></main>
27
+<!-- /wp:group -->
28
+
29
+<!-- wp:template-part {"slug":"footer","tagName":"footer"} /-->

+ 1
- 0
cvd-theme/templates/blank.html Datei anzeigen

@@ -0,0 +1 @@
1
+<!-- wp:post-content {"layout":{"type":"default"}} /-->

+ 29
- 0
cvd-theme/templates/blog-alternative.html Datei anzeigen

@@ -0,0 +1,29 @@
1
+<!-- wp:template-part {"slug":"header","tagName":"header"} /-->
2
+
3
+<!-- wp:group {"tagName":"main","layout":{"type":"constrained"}} -->
4
+<main class="wp-block-group">
5
+	<!-- wp:query {"query":{"perPage":3,"pages":0,"offset":0,"postType":"post","order":"desc","orderBy":"date","author":"","search":"","exclude":[],"sticky":"","inherit":false},"align":"wide","layout":{"type":"default"}} -->
6
+	<div class="wp-block-query alignwide">
7
+		<!-- wp:post-template -->
8
+			<!-- wp:columns {"style":{"border":{"bottom":{"width":"1px"}},"spacing":{"padding":{"top":"var:preset|spacing|40","bottom":"var:preset|spacing|40"},"margin":{"top":"-1.5rem","bottom":"0px"}}}} -->
9
+			<div class="wp-block-columns" style="border-bottom-width:1px;margin-top:-1.5rem;margin-bottom:0px;padding-top:var(--wp--preset--spacing--40);padding-bottom:var(--wp--preset--spacing--40)">
10
+				<!-- wp:column {"verticalAlignment":"center","width":"20%"} -->
11
+				<div class="wp-block-column is-vertically-aligned-center" style="flex-basis:20%">
12
+					<!-- wp:post-date {"textAlign":"left"} /-->
13
+				</div>
14
+				<!-- /wp:column -->
15
+
16
+				<!-- wp:column {"verticalAlignment":"center","width":"80%"} -->
17
+				<div class="wp-block-column is-vertically-aligned-center" style="flex-basis:80%">
18
+					<!-- wp:post-title /-->
19
+				</div>
20
+				<!-- /wp:column -->
21
+			</div>
22
+			<!-- /wp:columns -->
23
+		<!-- /wp:post-template -->
24
+	</div>
25
+	<!-- /wp:query -->
26
+</main>
27
+<!-- /wp:group -->
28
+
29
+<!-- wp:template-part {"slug":"footer","tagName":"footer"} /-->

+ 29
- 0
cvd-theme/templates/category.html Datei anzeigen

@@ -0,0 +1,29 @@
1
+<!-- wp:template-part {"slug":"header","tagName":"header"} /-->
2
+
3
+<!-- wp:group {"tagName":"main","style":{"spacing":{"margin":{"top":"var:preset|spacing|70","bottom":"var:preset|spacing|70"}}},"layout":{"type":"constrained"}} -->
4
+<main class="wp-block-group" style="margin-top:var(--wp--preset--spacing--70);margin-bottom:var(--wp--preset--spacing--70)"><!-- wp:query-title {"type":"archive","align":"wide","style":{"spacing":{"margin":{"bottom":"var:preset|spacing|50"}}}} /-->
5
+
6
+<!-- wp:query {"queryId":4,"query":{"perPage":6,"pages":0,"offset":0,"postType":"post","order":"desc","orderBy":"date","author":"","search":"","exclude":[],"sticky":"","inherit":true},"displayLayout":{"type":"flex","columns":3},"align":"wide","layout":{"type":"default"}} -->
7
+<div class="wp-block-query alignwide"><!-- wp:post-template {"align":"wide"} -->
8
+<!-- wp:post-featured-image {"isLink":true,"width":"100%","height":"","align":"wide"} /-->
9
+
10
+<!-- wp:post-title {"isLink":true} /-->
11
+
12
+<!-- wp:post-excerpt {"moreText":""} /-->
13
+
14
+<!-- wp:post-date {"isLink":true} /-->
15
+
16
+<!-- wp:spacer {"height":"var(\u002d\u002dwp\u002d\u002dpreset\u002d\u002dspacing\u002d\u002d50)"} -->
17
+<div style="height:var(--wp--preset--spacing--50)" aria-hidden="true" class="wp-block-spacer"></div>
18
+<!-- /wp:spacer -->
19
+<!-- /wp:post-template -->
20
+
21
+<!-- wp:query-pagination {"paginationArrow":"arrow","layout":{"type":"flex","justifyContent":"space-between"}} -->
22
+<!-- wp:query-pagination-previous {"label":"Newer Posts"} /-->
23
+
24
+<!-- wp:query-pagination-next {"label":"Older Posts"} /-->
25
+<!-- /wp:query-pagination --></div>
26
+<!-- /wp:query --></main>
27
+<!-- /wp:group -->
28
+
29
+<!-- wp:template-part {"slug":"footer","tagName":"footer"} /-->

+ 23
- 0
cvd-theme/templates/front-page.html Datei anzeigen

@@ -0,0 +1,23 @@
1
+<!-- wp:template-part {"slug":"header"} /-->
2
+
3
+<!-- wp:group {"align":"wide","layout":{"type":"constrained"}} -->
4
+<div class="wp-block-group alignwide"><!-- wp:cover {"url":"http://192.241.206.8:8080/wp-content/uploads/2023/06/wheel-throwing-P1066586-scaled.jpg","id":1036,"dimRatio":30,"focalPoint":{"x":0.5,"y":0.5},"minHeight":40,"minHeightUnit":"vh","isDark":false,"align":"wide"} -->
5
+<div class="wp-block-cover alignwide is-light" style="min-height:40vh"><span aria-hidden="true" class="wp-block-cover__background has-background-dim-30 has-background-dim"></span><img class="wp-block-cover__image-background wp-image-1036" alt="" src="http://192.241.206.8:8080/wp-content/uploads/2023/06/wheel-throwing-P1066586-scaled.jpg" style="object-position:50% 50%" data-object-fit="cover" data-object-position="50% 50%"/><div class="wp-block-cover__inner-container"><!-- wp:paragraph {"align":"center","placeholder":"Write title…","style":{"typography":{"fontSize":"3rem","fontStyle":"normal","fontWeight":"400","textTransform":"uppercase"}},"textColor":"base","fontFamily":"source-serif-pro"} -->
6
+<p class="has-text-align-center has-base-color has-text-color has-source-serif-pro-font-family" style="font-size:3rem;font-style:normal;font-weight:400;text-transform:uppercase">A new tool for understanding the handmade</p>
7
+<!-- /wp:paragraph --></div></div>
8
+<!-- /wp:cover -->
9
+
10
+<!-- wp:separator {"align":"wide"} -->
11
+<hr class="wp-block-separator alignwide has-alpha-channel-opacity"/>
12
+<!-- /wp:separator -->
13
+
14
+<!-- wp:heading {"textAlign":"center","level":3,"align":"wide"} -->
15
+<h3 class="wp-block-heading alignwide has-text-align-center">Launching Winter 2023</h3>
16
+<!-- /wp:heading -->
17
+
18
+<!-- wp:template-part {"slug":"tparagraph","align":"wide"} /-->
19
+
20
+<!-- wp:block {"ref":1133} /--></div>
21
+<!-- /wp:group -->
22
+
23
+<!-- wp:template-part {"slug":"footer"} /-->

+ 41
- 0
cvd-theme/templates/home.html Datei anzeigen

@@ -0,0 +1,41 @@
1
+<!-- wp:template-part {"slug":"header","tagName":"header"} /-->
2
+
3
+<!-- wp:group {"tagName":"main","style":{"spacing":{"margin":{"top":"var:preset|spacing|30","bottom":"var:preset|spacing|40"}}},"layout":{"type":"constrained"}} -->
4
+<main class="wp-block-group" style="margin-top:var(--wp--preset--spacing--30);margin-bottom:var(--wp--preset--spacing--40)"><!-- wp:heading {"level":1,"align":"wide","style":{"spacing":{"margin":{"bottom":"var:preset|spacing|40"}}}} -->
5
+<h1 class="wp-block-heading alignwide" style="margin-bottom:var(--wp--preset--spacing--40)"><a href="http://192.241.206.8:8080/techniques/" data-type="page" data-id="6">Techniques</a>, <a href="http://192.241.206.8:8080/materials/" data-type="page" data-id="122">Materials</a>, <a href="http://192.241.206.8:8080/tools/">Tools</a></h1>
6
+<!-- /wp:heading -->
7
+
8
+<!-- wp:query {"queryId":0,"query":{"perPage":"6","pages":0,"offset":0,"postType":"post","order":"desc","orderBy":"date","author":"","search":"","exclude":[],"sticky":"","inherit":false,"taxQuery":{"category":[135]},"parents":[]},"displayLayout":{"type":"flex","columns":3},"align":"wide","layout":{"type":"constrained"}} -->
9
+<div class="wp-block-query alignwide"><!-- wp:post-template {"align":"wide"} -->
10
+<!-- wp:post-featured-image {"isLink":true,"width":"100%","height":"","scale":"contain","align":"wide","style":{"border":{"radius":{"topLeft":"0.2em","topRight":"0.2em","bottomLeft":"0em","bottomRight":"0em"}}}} /-->
11
+
12
+<!-- wp:post-title {"isLink":true} /-->
13
+
14
+<!-- wp:spacer {"height":"10px"} -->
15
+<div style="height:10px" aria-hidden="true" class="wp-block-spacer"></div>
16
+<!-- /wp:spacer -->
17
+<!-- /wp:post-template --></div>
18
+<!-- /wp:query --></main>
19
+<!-- /wp:group -->
20
+
21
+<!-- wp:group {"layout":{"type":"constrained"}} -->
22
+<div class="wp-block-group"><!-- wp:separator {"align":"wide"} -->
23
+<hr class="wp-block-separator alignwide has-alpha-channel-opacity"/>
24
+<!-- /wp:separator -->
25
+
26
+<!-- wp:heading {"align":"wide"} -->
27
+<h2 class="wp-block-heading alignwide">#ASMR</h2>
28
+<!-- /wp:heading -->
29
+
30
+<!-- wp:query {"queryId":12,"query":{"perPage":6,"pages":0,"offset":0,"postType":"post","order":"desc","orderBy":"date","author":"","search":"","exclude":[],"sticky":"exclude","inherit":false,"taxQuery":{"category":[159]}},"displayLayout":{"type":"flex","columns":3},"align":"wide"} -->
31
+<div class="wp-block-query alignwide"><!-- wp:post-template -->
32
+<!-- wp:group {"style":{"spacing":{"padding":{"top":"30px","right":"30px","bottom":"30px","left":"30px"}}},"layout":{"inherit":false}} -->
33
+<div class="wp-block-group" style="padding-top:30px;padding-right:30px;padding-bottom:30px;padding-left:30px"><!-- wp:post-featured-image /-->
34
+
35
+<!-- wp:post-title {"isLink":true} /--></div>
36
+<!-- /wp:group -->
37
+<!-- /wp:post-template --></div>
38
+<!-- /wp:query --></div>
39
+<!-- /wp:group -->
40
+
41
+<!-- wp:template-part {"slug":"footer","tagName":"footer"} /-->

+ 31
- 0
cvd-theme/templates/index.html Datei anzeigen

@@ -0,0 +1,31 @@
1
+<!-- wp:template-part {"slug":"header","tagName":"header"} /-->
2
+
3
+<!-- wp:group {"tagName":"main","layout":{"type":"constrained"}} -->
4
+<main class="wp-block-group"><!-- wp:query {"queryId":2,"query":{"perPage":10,"pages":0,"offset":0,"postType":"post","order":"desc","orderBy":"date","author":"","search":"","exclude":[],"sticky":"","inherit":true,"taxQuery":null,"parents":[]},"displayLayout":{"type":"flex","columns":3},"align":"wide","layout":{"type":"default"}} -->
5
+<div class="wp-block-query alignwide"><!-- wp:post-template {"align":"wide"} -->
6
+<!-- wp:post-featured-image {"isLink":true,"width":"","height":"","scale":"contain","align":"wide"} /-->
7
+
8
+<!-- wp:post-title {"isLink":true,"align":"wide"} /-->
9
+
10
+<!-- wp:post-excerpt {"moreText":"read more\u003cbr\u003e"} /-->
11
+
12
+<!-- wp:post-terms {"term":"category"} /-->
13
+
14
+<!-- wp:post-terms {"term":"post_tag"} /-->
15
+
16
+<!-- wp:post-date {"isLink":true} /-->
17
+
18
+<!-- wp:spacer {"height":"var(\u002d\u002dwp\u002d\u002dpreset\u002d\u002dspacing\u002d\u002d70)"} -->
19
+<div style="height:var(--wp--preset--spacing--70)" aria-hidden="true" class="wp-block-spacer"></div>
20
+<!-- /wp:spacer -->
21
+<!-- /wp:post-template -->
22
+
23
+<!-- wp:query-pagination {"paginationArrow":"arrow","align":"wide","layout":{"type":"flex","justifyContent":"space-between"}} -->
24
+<!-- wp:query-pagination-previous /-->
25
+
26
+<!-- wp:query-pagination-next /-->
27
+<!-- /wp:query-pagination --></div>
28
+<!-- /wp:query --></main>
29
+<!-- /wp:group -->
30
+
31
+<!-- wp:template-part {"slug":"footer","tagName":"footer"} /-->

+ 11
- 0
cvd-theme/templates/page.html Datei anzeigen

@@ -0,0 +1,11 @@
1
+<!-- wp:template-part {"slug":"header","tagName":"header"} /-->
2
+
3
+<!-- wp:group {"tagName":"main","style":{"spacing":{"margin":{"top":"var:preset|spacing|30"}}}} -->
4
+<main class="wp-block-group" style="margin-top:var(--wp--preset--spacing--30)"><!-- wp:group {"style":{"spacing":[]},"layout":{"type":"constrained"}} -->
5
+<div class="wp-block-group"><!-- wp:post-title {"level":1,"align":"wide","style":{"spacing":{"margin":{"bottom":"0"}}},"fontFamily":"dm-sans"} /--></div>
6
+<!-- /wp:group -->
7
+
8
+<!-- wp:post-content {"layout":{"type":"constrained"}} /--></main>
9
+<!-- /wp:group -->
10
+
11
+<!-- wp:template-part {"slug":"footer","tagName":"footer"} /-->

+ 34
- 0
cvd-theme/templates/search.html Datei anzeigen

@@ -0,0 +1,34 @@
1
+<!-- wp:template-part {"slug":"header","tagName":"header"} /-->
2
+
3
+<!-- wp:group {"tagName":"main","style":{"spacing":{"margin":{"top":"var:preset|spacing|70","bottom":"var:preset|spacing|70"}}},"layout":{"type":"constrained"}} -->
4
+<main class="wp-block-group" style="margin-top:var(--wp--preset--spacing--70);margin-bottom:var(--wp--preset--spacing--70)"><!-- wp:query-title {"type":"search","align":"wide","style":{"spacing":{"margin":{"bottom":"var:preset|spacing|50"}}}} /-->
5
+
6
+<!-- wp:query {"queryId":5,"query":{"perPage":6,"pages":0,"offset":0,"postType":"post","order":"desc","orderBy":"date","author":"","search":"","exclude":[],"sticky":"","inherit":true},"displayLayout":{"type":"flex","columns":4},"align":"wide","layout":{"type":"default"}} -->
7
+<div class="wp-block-query alignwide"><!-- wp:post-template {"align":"wide"} -->
8
+<!-- wp:post-featured-image {"isLink":true,"width":"","height":"","scale":"contain","align":"wide","style":{"border":{"radius":{"topLeft":"0.2em","topRight":"0.2em","bottomLeft":"0em","bottomRight":"0em"}}}} /-->
9
+
10
+<!-- wp:post-title {"isLink":true} /-->
11
+
12
+<!-- wp:spacer {"height":"1em"} -->
13
+<div style="height:1em" aria-hidden="true" class="wp-block-spacer"></div>
14
+<!-- /wp:spacer -->
15
+<!-- /wp:post-template -->
16
+
17
+<!-- wp:query-pagination {"paginationArrow":"arrow","layout":{"type":"flex","justifyContent":"space-between"}} -->
18
+<!-- wp:query-pagination-previous {"label":"Newer Posts"} /-->
19
+
20
+<!-- wp:query-pagination-next {"label":"Older Posts"} /-->
21
+<!-- /wp:query-pagination -->
22
+
23
+<!-- wp:query-no-results -->
24
+<!-- wp:paragraph -->
25
+<p>
26
+Sorry, but nothing matched your search terms. Please try again with some different keywords.</p>
27
+<!-- /wp:paragraph -->
28
+
29
+<!-- wp:search {"label":"Search","showLabel":false,"placeholder":"Search...","buttonText":"Search","buttonUseIcon":true} /-->
30
+<!-- /wp:query-no-results --></div>
31
+<!-- /wp:query --></main>
32
+<!-- /wp:group -->
33
+
34
+<!-- wp:template-part {"slug":"footer","tagName":"footer"} /-->

+ 5
- 0
cvd-theme/templates/single.html Datei anzeigen

@@ -0,0 +1,5 @@
1
+<!-- wp:template-part {"slug":"header","tagName":"header"} /-->
2
+
3
+<!-- wp:post-content {"align":"wide","layout":{"type":"constrained","wideSize":"1200px"}} /-->
4
+
5
+<!-- wp:template-part {"slug":"footer","tagName":"footer"} /-->

+ 27
- 0
cvd-theme/templates/taxonomy-artist.html Datei anzeigen

@@ -0,0 +1,27 @@
1
+<!-- wp:template-part {"slug":"header","tagName":"header"} /-->
2
+
3
+<!-- wp:group {"tagName":"main","style":{"spacing":{"margin":{"top":"var:preset|spacing|70","bottom":"var:preset|spacing|70"}}},"layout":{"type":"constrained"}} -->
4
+<main class="wp-block-group" style="margin-top:var(--wp--preset--spacing--70);margin-bottom:var(--wp--preset--spacing--70)"><!-- wp:query-title {"type":"archive","align":"wide","style":{"spacing":{"margin":{"bottom":"var:preset|spacing|50"}}}} /-->
5
+
6
+<!-- wp:query {"queryId":4,"query":{"perPage":6,"pages":0,"offset":0,"postType":"post","order":"desc","orderBy":"date","author":"","search":"","exclude":[],"sticky":"","inherit":true},"displayLayout":{"type":"flex","columns":3},"align":"wide","layout":{"type":"default"}} -->
7
+<div class="wp-block-query alignwide"><!-- wp:post-template {"align":"wide"} -->
8
+<!-- wp:post-featured-image {"isLink":true,"width":"100%","height":"","align":"wide"} /-->
9
+
10
+<!-- wp:post-title {"isLink":true} /-->
11
+
12
+<!-- wp:post-excerpt {"moreText":""} /-->
13
+
14
+<!-- wp:spacer {"height":"var(\u002d\u002dwp\u002d\u002dpreset\u002d\u002dspacing\u002d\u002d50)"} -->
15
+<div style="height:var(--wp--preset--spacing--50)" aria-hidden="true" class="wp-block-spacer"></div>
16
+<!-- /wp:spacer -->
17
+<!-- /wp:post-template -->
18
+
19
+<!-- wp:query-pagination {"paginationArrow":"arrow","layout":{"type":"flex","justifyContent":"space-between"}} -->
20
+<!-- wp:query-pagination-previous {"label":"Newer Posts"} /-->
21
+
22
+<!-- wp:query-pagination-next {"label":"Older Posts"} /-->
23
+<!-- /wp:query-pagination --></div>
24
+<!-- /wp:query --></main>
25
+<!-- /wp:group -->
26
+
27
+<!-- wp:template-part {"slug":"footer","tagName":"footer"} /-->

+ 27
- 0
cvd-theme/templates/taxonomy-material.html Datei anzeigen

@@ -0,0 +1,27 @@
1
+<!-- wp:template-part {"slug":"header","tagName":"header"} /-->
2
+
3
+<!-- wp:group {"tagName":"main","style":{"spacing":{"margin":{"top":"var:preset|spacing|70","bottom":"var:preset|spacing|70"}}},"layout":{"type":"constrained"}} -->
4
+<main class="wp-block-group" style="margin-top:var(--wp--preset--spacing--70);margin-bottom:var(--wp--preset--spacing--70)"><!-- wp:query-title {"type":"archive","align":"wide","style":{"spacing":{"margin":{"bottom":"var:preset|spacing|50"}}}} /-->
5
+
6
+<!-- wp:query {"queryId":4,"query":{"perPage":6,"pages":0,"offset":0,"postType":"post","order":"desc","orderBy":"date","author":"","search":"","exclude":[],"sticky":"","inherit":true},"displayLayout":{"type":"flex","columns":3},"align":"wide","layout":{"type":"default"}} -->
7
+<div class="wp-block-query alignwide"><!-- wp:post-template {"align":"wide"} -->
8
+<!-- wp:post-featured-image {"isLink":true,"width":"100%","height":"","align":"wide"} /-->
9
+
10
+<!-- wp:post-title {"isLink":true} /-->
11
+
12
+<!-- wp:post-excerpt /-->
13
+
14
+<!-- wp:spacer {"height":"var(\u002d\u002dwp\u002d\u002dpreset\u002d\u002dspacing\u002d\u002d50)"} -->
15
+<div style="height:var(--wp--preset--spacing--50)" aria-hidden="true" class="wp-block-spacer"></div>
16
+<!-- /wp:spacer -->
17
+<!-- /wp:post-template -->
18
+
19
+<!-- wp:query-pagination {"paginationArrow":"arrow","layout":{"type":"flex","justifyContent":"space-between"}} -->
20
+<!-- wp:query-pagination-previous {"label":"Newer Posts"} /-->
21
+
22
+<!-- wp:query-pagination-next {"label":"Older Posts"} /-->
23
+<!-- /wp:query-pagination --></div>
24
+<!-- /wp:query --></main>
25
+<!-- /wp:group -->
26
+
27
+<!-- wp:template-part {"slug":"footer","tagName":"footer"} /-->

+ 27
- 0
cvd-theme/templates/taxonomy-technique.html Datei anzeigen

@@ -0,0 +1,27 @@
1
+<!-- wp:template-part {"slug":"header","tagName":"header"} /-->
2
+
3
+<!-- wp:group {"tagName":"main","style":{"spacing":{"margin":{"top":"var:preset|spacing|70","bottom":"var:preset|spacing|70"}}},"layout":{"type":"constrained"}} -->
4
+<main class="wp-block-group" style="margin-top:var(--wp--preset--spacing--70);margin-bottom:var(--wp--preset--spacing--70)"><!-- wp:query-title {"type":"archive","align":"wide","style":{"spacing":{"margin":{"bottom":"var:preset|spacing|50"}}}} /-->
5
+
6
+<!-- wp:query {"queryId":4,"query":{"perPage":6,"pages":0,"offset":0,"postType":"post","order":"desc","orderBy":"date","author":"","search":"","exclude":[],"sticky":"","inherit":true},"displayLayout":{"type":"flex","columns":3},"align":"wide","layout":{"type":"default"}} -->
7
+<div class="wp-block-query alignwide"><!-- wp:post-template {"align":"wide"} -->
8
+<!-- wp:post-featured-image {"isLink":true,"width":"100%","height":"","align":"wide"} /-->
9
+
10
+<!-- wp:post-title {"isLink":true} /-->
11
+
12
+<!-- wp:post-excerpt /-->
13
+
14
+<!-- wp:spacer {"height":"var(\u002d\u002dwp\u002d\u002dpreset\u002d\u002dspacing\u002d\u002d50)"} -->
15
+<div style="height:var(--wp--preset--spacing--50)" aria-hidden="true" class="wp-block-spacer"></div>
16
+<!-- /wp:spacer -->
17
+<!-- /wp:post-template -->
18
+
19
+<!-- wp:query-pagination {"paginationArrow":"arrow","layout":{"type":"flex","justifyContent":"space-between"}} -->
20
+<!-- wp:query-pagination-previous {"label":"Newer Posts"} /-->
21
+
22
+<!-- wp:query-pagination-next {"label":"Older Posts"} /-->
23
+<!-- /wp:query-pagination --></div>
24
+<!-- /wp:query --></main>
25
+<!-- /wp:group -->
26
+
27
+<!-- wp:template-part {"slug":"footer","tagName":"footer"} /-->

+ 27
- 0
cvd-theme/templates/taxonomy-tool.html Datei anzeigen

@@ -0,0 +1,27 @@
1
+<!-- wp:template-part {"slug":"header","tagName":"header"} /-->
2
+
3
+<!-- wp:group {"tagName":"main","style":{"spacing":{"margin":{"top":"var:preset|spacing|70","bottom":"var:preset|spacing|70"}}},"layout":{"type":"constrained"}} -->
4
+<main class="wp-block-group" style="margin-top:var(--wp--preset--spacing--70);margin-bottom:var(--wp--preset--spacing--70)"><!-- wp:query-title {"type":"archive","align":"wide","style":{"spacing":{"margin":{"bottom":"var:preset|spacing|50"}}}} /-->
5
+
6
+<!-- wp:query {"queryId":4,"query":{"perPage":6,"pages":0,"offset":0,"postType":"post","order":"desc","orderBy":"date","author":"","search":"","exclude":[],"sticky":"","inherit":true},"displayLayout":{"type":"flex","columns":3},"align":"wide","layout":{"type":"default"}} -->
7
+<div class="wp-block-query alignwide"><!-- wp:post-template {"align":"wide"} -->
8
+<!-- wp:post-featured-image {"isLink":true,"width":"100%","height":"","align":"wide"} /-->
9
+
10
+<!-- wp:post-title {"isLink":true} /-->
11
+
12
+<!-- wp:post-excerpt /-->
13
+
14
+<!-- wp:spacer {"height":"var(\u002d\u002dwp\u002d\u002dpreset\u002d\u002dspacing\u002d\u002d50)"} -->
15
+<div style="height:var(--wp--preset--spacing--50)" aria-hidden="true" class="wp-block-spacer"></div>
16
+<!-- /wp:spacer -->
17
+<!-- /wp:post-template -->
18
+
19
+<!-- wp:query-pagination {"paginationArrow":"arrow","layout":{"type":"flex","justifyContent":"space-between"}} -->
20
+<!-- wp:query-pagination-previous {"label":"Newer Posts"} /-->
21
+
22
+<!-- wp:query-pagination-next {"label":"Older Posts"} /-->
23
+<!-- /wp:query-pagination --></div>
24
+<!-- /wp:query --></main>
25
+<!-- /wp:group -->
26
+
27
+<!-- wp:template-part {"slug":"footer","tagName":"footer"} /-->

+ 29
- 0
cvd-theme/templates/taxonomy.html Datei anzeigen

@@ -0,0 +1,29 @@
1
+<!-- wp:template-part {"slug":"header","tagName":"header"} /-->
2
+
3
+<!-- wp:group {"tagName":"main","style":{"spacing":{"margin":{"top":"var:preset|spacing|70","bottom":"var:preset|spacing|70"}}},"layout":{"type":"constrained"}} -->
4
+<main class="wp-block-group" style="margin-top:var(--wp--preset--spacing--70);margin-bottom:var(--wp--preset--spacing--70)"><!-- wp:query-title {"type":"archive","align":"wide","style":{"spacing":{"margin":{"bottom":"var:preset|spacing|50"}}}} /-->
5
+
6
+<!-- wp:query {"queryId":4,"query":{"perPage":6,"pages":0,"offset":0,"postType":"post","order":"desc","orderBy":"date","author":"","search":"","exclude":[],"sticky":"","inherit":true},"displayLayout":{"type":"flex","columns":3},"align":"wide","layout":{"type":"default"}} -->
7
+<div class="wp-block-query alignwide"><!-- wp:post-template {"align":"wide"} -->
8
+<!-- wp:post-featured-image {"isLink":true,"width":"100%","height":"","align":"wide"} /-->
9
+
10
+<!-- wp:post-title {"isLink":true} /-->
11
+
12
+<!-- wp:post-excerpt /-->
13
+
14
+<!-- wp:post-date {"isLink":true} /-->
15
+
16
+<!-- wp:spacer {"height":"var(\u002d\u002dwp\u002d\u002dpreset\u002d\u002dspacing\u002d\u002d50)"} -->
17
+<div style="height:var(--wp--preset--spacing--50)" aria-hidden="true" class="wp-block-spacer"></div>
18
+<!-- /wp:spacer -->
19
+<!-- /wp:post-template -->
20
+
21
+<!-- wp:query-pagination {"paginationArrow":"arrow","layout":{"type":"flex","justifyContent":"space-between"}} -->
22
+<!-- wp:query-pagination-previous {"label":"Newer Posts"} /-->
23
+
24
+<!-- wp:query-pagination-next {"label":"Older Posts"} /-->
25
+<!-- /wp:query-pagination --></div>
26
+<!-- /wp:query --></main>
27
+<!-- /wp:group -->
28
+
29
+<!-- wp:template-part {"slug":"footer","tagName":"footer"} /-->

+ 993
- 0
cvd-theme/theme.json Datei anzeigen

@@ -0,0 +1,993 @@
1
+{
2
+	"$schema": "https://schemas.wp.org/wp/6.2/theme.json",
3
+	"customTemplates": [
4
+		{
5
+			"name": "blank",
6
+			"postTypes": [
7
+				"page",
8
+				"post"
9
+			],
10
+			"title": "Blank"
11
+		},
12
+		{
13
+			"name": "blog-alternative",
14
+			"postTypes": [
15
+				"page"
16
+			],
17
+			"title": "Blog (Alternative)"
18
+		},
19
+		{
20
+			"name": "404",
21
+			"postTypes": [
22
+				"page"
23
+			],
24
+			"title": "404"
25
+		}
26
+	],
27
+	"settings": {
28
+		"appearanceTools": true,
29
+		"color": {
30
+			"palette": [
31
+				{
32
+					"color": "#fafafa",
33
+					"name": "Base",
34
+					"slug": "base"
35
+				},
36
+				{
37
+					"color": "#47484B",
38
+					"name": "Contrast",
39
+					"slug": "contrast"
40
+				},
41
+				{
42
+					"color": "#a11111",
43
+					"name": "Primary",
44
+					"slug": "primary"
45
+				},
46
+				{
47
+					"color": "#0B0033",
48
+					"name": "Secondary",
49
+					"slug": "secondary"
50
+				},
51
+				{
52
+					"color": "#F9F9FB",
53
+					"name": "Tertiary",
54
+					"slug": "tertiary"
55
+				}
56
+			]
57
+		},
58
+		"layout": {
59
+			"contentSize": "710px",
60
+			"wideSize": "1200px"
61
+		},
62
+		"spacing": {
63
+			"spacingScale": {
64
+				"steps": 0
65
+			},
66
+			"spacingSizes": [
67
+				{
68
+					"name": "1",
69
+					"size": "clamp(1.5rem, 5vw, 2rem)",
70
+					"slug": "30"
71
+				},
72
+				{
73
+					"name": "2",
74
+					"size": "clamp(1.8rem, 1.8rem + ((1vw - 0.48rem) * 2.885), 3rem)",
75
+					"slug": "40"
76
+				},
77
+				{
78
+					"name": "3",
79
+					"size": "clamp(2.5rem, 8vw, 4.5rem)",
80
+					"slug": "50"
81
+				},
82
+				{
83
+					"name": "4",
84
+					"size": "clamp(3.75rem, 10vw, 7rem)",
85
+					"slug": "60"
86
+				},
87
+				{
88
+					"name": "5",
89
+					"size": "clamp(5rem, 5.25rem + ((1vw - 0.48rem) * 9.096), 8rem)",
90
+					"slug": "70"
91
+				},
92
+				{
93
+					"name": "6",
94
+					"size": "clamp(7rem, 14vw, 11rem)",
95
+					"slug": "80"
96
+				}
97
+			],
98
+			"units": [
99
+				"%",
100
+				"px",
101
+				"em",
102
+				"rem",
103
+				"vh",
104
+				"vw"
105
+			]
106
+		},
107
+		"typography": {
108
+			"dropCap": false,
109
+			"fluid": true,
110
+			"fontFamilies": [
111
+				{
112
+					"fontFace": [
113
+						{
114
+							"fontFamily": "DM Sans",
115
+							"fontStretch": "normal",
116
+							"fontStyle": "normal",
117
+							"fontWeight": "400",
118
+							"src": [
119
+								"file:./assets/fonts/dm-sans/DMSans-Regular.woff2"
120
+							]
121
+						},
122
+						{
123
+							"fontFamily": "DM Sans",
124
+							"fontStretch": "normal",
125
+							"fontStyle": "italic",
126
+							"fontWeight": "400",
127
+							"src": [
128
+								"file:./assets/fonts/dm-sans/DMSans-Regular-Italic.woff2"
129
+							]
130
+						},
131
+						{
132
+							"fontFamily": "DM Sans",
133
+							"fontStretch": "normal",
134
+							"fontStyle": "normal",
135
+							"fontWeight": "700",
136
+							"src": [
137
+								"file:./assets/fonts/dm-sans/DMSans-Bold.woff2"
138
+							]
139
+						},
140
+						{
141
+							"fontFamily": "DM Sans",
142
+							"fontStretch": "normal",
143
+							"fontStyle": "italic",
144
+							"fontWeight": "700",
145
+							"src": [
146
+								"file:./assets/fonts/dm-sans/DMSans-Bold-Italic.woff2"
147
+							]
148
+						}
149
+					],
150
+					"fontFamily": "\"DM Sans\", sans-serif",
151
+					"name": "DM Sans",
152
+					"slug": "dm-sans"
153
+				},
154
+				{
155
+					"fontFace": [
156
+						{
157
+							"fontDisplay": "block",
158
+							"fontFamily": "IBM Plex Mono",
159
+							"fontStretch": "normal",
160
+							"fontStyle": "normal",
161
+							"fontWeight": "300",
162
+							"src": [
163
+								"file:./assets/fonts/ibm-plex-mono/IBMPlexMono-Light.woff2"
164
+							]
165
+						},
166
+						{
167
+							"fontDisplay": "block",
168
+							"fontFamily": "IBM Plex Mono",
169
+							"fontStretch": "normal",
170
+							"fontStyle": "normal",
171
+							"fontWeight": "400",
172
+							"src": [
173
+								"file:./assets/fonts/ibm-plex-mono/IBMPlexMono-Regular.woff2"
174
+							]
175
+						},
176
+						{
177
+							"fontDisplay": "block",
178
+							"fontFamily": "IBM Plex Mono",
179
+							"fontStretch": "normal",
180
+							"fontStyle": "italic",
181
+							"fontWeight": "400",
182
+							"src": [
183
+								"file:./assets/fonts/ibm-plex-mono/IBMPlexMono-Italic.woff2"
184
+							]
185
+						},
186
+						{
187
+							"fontDisplay": "block",
188
+							"fontFamily": "IBM Plex Mono",
189
+							"fontStretch": "normal",
190
+							"fontStyle": "normal",
191
+							"fontWeight": "700",
192
+							"src": [
193
+								"file:./assets/fonts/ibm-plex-mono/IBMPlexMono-Bold.woff2"
194
+							]
195
+						}
196
+					],
197
+					"fontFamily": "'IBM Plex Mono', monospace",
198
+					"name": "IBM Plex Mono",
199
+					"slug": "ibm-plex-mono"
200
+				},
201
+				{
202
+					"fontFace": [
203
+						{
204
+							"fontFamily": "Inter",
205
+							"fontStretch": "normal",
206
+							"fontStyle": "normal",
207
+							"fontWeight": "200 900",
208
+							"src": [
209
+								"file:./assets/fonts/inter/Inter-VariableFont_slnt,wght.ttf"
210
+							]
211
+						}
212
+					],
213
+					"fontFamily": "\"Inter\", sans-serif",
214
+					"name": "Inter",
215
+					"slug": "inter"
216
+				},
217
+				{
218
+					"fontFamily": "-apple-system,BlinkMacSystemFont,\"Segoe UI\",Roboto,Oxygen-Sans,Ubuntu,Cantarell,\"Helvetica Neue\",sans-serif",
219
+					"name": "System Font",
220
+					"slug": "system-font"
221
+				},
222
+				{
223
+					"fontFace": [
224
+						{
225
+							"fontFamily": "Source Serif Pro",
226
+							"fontStretch": "normal",
227
+							"fontStyle": "normal",
228
+							"fontWeight": "200 900",
229
+							"src": [
230
+								"file:./assets/fonts/source-serif-pro/SourceSerif4Variable-Roman.ttf.woff2"
231
+							]
232
+						},
233
+						{
234
+							"fontFamily": "Source Serif Pro",
235
+							"fontStretch": "normal",
236
+							"fontStyle": "italic",
237
+							"fontWeight": "200 900",
238
+							"src": [
239
+								"file:./assets/fonts/source-serif-pro/SourceSerif4Variable-Italic.ttf.woff2"
240
+							]
241
+						}
242
+					],
243
+					"fontFamily": "\"Source Serif Pro\", serif",
244
+					"name": "Source Serif Pro",
245
+					"slug": "source-serif-pro"
246
+				}
247
+			],
248
+			"fontSizes": [
249
+				{
250
+					"fluid": {
251
+						"max": "1rem",
252
+						"min": "0.875rem"
253
+					},
254
+					"size": "1rem",
255
+					"slug": "small"
256
+				},
257
+				{
258
+					"fluid": {
259
+						"max": "1.187rem",
260
+						"min": "1rem"
261
+					},
262
+					"size": "1.187rem",
263
+					"slug": "medium"
264
+				},
265
+				{
266
+					"fluid": {
267
+						"max": "1.3125rem",
268
+						"min": "1.187rem"
269
+					},
270
+					"size": "1.3125rem",
271
+					"slug": "large"
272
+				},
273
+				{
274
+					"fluid": {
275
+						"max": "2rem",
276
+						"min": "1.562rem"
277
+					},
278
+					"size": "2rem",
279
+					"slug": "x-large"
280
+				},
281
+				{
282
+					"fluid": {
283
+						"max": "7rem",
284
+						"min": "3.375rem"
285
+					},
286
+					"size": "7rem",
287
+					"slug": "xx-large"
288
+				}
289
+			]
290
+		},
291
+		"useRootPaddingAwareAlignments": true
292
+	},
293
+	"styles": {
294
+		"blocks": {
295
+			"core/comment-author-name": {
296
+				"elements": {
297
+					"link": {
298
+						":active": {
299
+							"color": {
300
+								"text": "var(--wp--preset--color--secondary)"
301
+							},
302
+							"typography": {
303
+								"textDecoration": "none"
304
+							}
305
+						},
306
+						":focus": {
307
+							"typography": {
308
+								"textDecoration": "none"
309
+							}
310
+						},
311
+						":hover": {
312
+							"typography": {
313
+								"textDecoration": "none"
314
+							}
315
+						},
316
+						"typography": {
317
+							"textDecoration": "none"
318
+						}
319
+					}
320
+				}
321
+			},
322
+			"core/comment-date": {
323
+				"elements": {
324
+					"link": {
325
+						":active": {
326
+							"color": {
327
+								"text": "var(--wp--preset--color--secondary)"
328
+							},
329
+							"typography": {
330
+								"textDecoration": "none"
331
+							}
332
+						},
333
+						":focus": {
334
+							"typography": {
335
+								"textDecoration": "none"
336
+							}
337
+						},
338
+						":hover": {
339
+							"typography": {
340
+								"textDecoration": "none"
341
+							}
342
+						},
343
+						"typography": {
344
+							"textDecoration": "none"
345
+						}
346
+					}
347
+				},
348
+				"typography": {
349
+					"fontSize": "var(--wp--preset--font-size--small)"
350
+				}
351
+			},
352
+			"core/comment-edit-link": {
353
+				"elements": {
354
+					"link": {
355
+						":focus": {
356
+							"typography": {
357
+								"textDecoration": "none"
358
+							}
359
+						},
360
+						":hover": {
361
+							"typography": {
362
+								"textDecoration": "none"
363
+							}
364
+						}
365
+					}
366
+				},
367
+				"typography": {
368
+					"fontSize": "var(--wp--preset--font-size--small)"
369
+				}
370
+			},
371
+			"core/comment-reply-link": {
372
+				"typography": {
373
+					"fontSize": "var(--wp--preset--font-size--small)"
374
+				}
375
+			},
376
+			"core/comments-pagination": {
377
+				"elements": {
378
+					"link": {
379
+						"typography": {
380
+							"textDecoration": "none"
381
+						}
382
+					}
383
+				},
384
+				"spacing": {
385
+					"margin": {
386
+						"top": "var(--wp--preset--spacing--40)"
387
+					}
388
+				}
389
+			},
390
+			"core/comments-title": {
391
+				"spacing": {
392
+					"margin": {
393
+						"bottom": "var(--wp--preset--spacing--40)"
394
+					}
395
+				},
396
+				"typography": {
397
+					"fontSize": "var(--wp--preset--font-size--large)"
398
+				}
399
+			},
400
+			"core/heading": {
401
+				"typography": {
402
+					"fontFamily": "var:preset|font-family|dm-sans"
403
+				}
404
+			},
405
+			"core/navigation": {
406
+				"color": {
407
+					"text": "var(--wp--preset--color--contrast)"
408
+				},
409
+				"elements": {
410
+					"link": {
411
+						":active": {
412
+							"typography": {
413
+								"textDecoration": "none"
414
+							}
415
+						},
416
+						":focus": {
417
+							"typography": {
418
+								"textDecoration": "none"
419
+							}
420
+						},
421
+						":hover": {
422
+							"border": {
423
+								"color": "var(--wp--preset--color--primary)"
424
+							},
425
+							"color": {
426
+								"background": "transparent",
427
+								"text": "var(--wp--preset--color--secondary)"
428
+							},
429
+							"typography": {
430
+								"textDecoration": "none"
431
+							}
432
+						},
433
+						"border": {
434
+							"bottom": {
435
+								"color": "transparent",
436
+								"style": "solid",
437
+								"width": "0.2ch"
438
+							}
439
+						},
440
+						"color": {
441
+							"text": "var(--wp--preset--color--contrast)"
442
+						},
443
+						"typography": {
444
+							"textDecoration": "none"
445
+						}
446
+					}
447
+				},
448
+				"typography": {
449
+					"fontFamily": "var:preset|font-family|dm-sans",
450
+					"fontSize": "var:preset|font-size|medium"
451
+				}
452
+			},
453
+			"core/navigation-link": {
454
+				"typography": {
455
+					"textTransform": "none"
456
+				}
457
+			},
458
+			"core/navigation-submenu": {
459
+				"color": {
460
+					"text": "var(--wp--preset--color--primary)"
461
+				}
462
+			},
463
+			"core/paragraph": {
464
+				"color": {
465
+					"text": "var:preset|color|black"
466
+				},
467
+				"typography": {
468
+					"fontStyle": "normal",
469
+					"fontWeight": "300"
470
+				}
471
+			},
472
+			"core/post-author": {
473
+				"typography": {
474
+					"fontSize": "var(--wp--preset--font-size--small)"
475
+				}
476
+			},
477
+			"core/post-content": {
478
+				"elements": {
479
+					"link": {
480
+						":hover": {
481
+							"border": {
482
+								"color": "var(--wp--preset--color--contrast)"
483
+							},
484
+							"color": {
485
+								"background": "var(--wp--preset--color--tertiary)"
486
+							},
487
+							"typography": {
488
+								"textDecoration": "none"
489
+							}
490
+						},
491
+						"color": {
492
+							"text": "var(--wp--preset--color--secondary)"
493
+						}
494
+					}
495
+				}
496
+			},
497
+			"core/post-date": {
498
+				"elements": {
499
+					"link": {
500
+						":hover": {
501
+							"border": {
502
+								"color": "var(--wp--preset--color--contrast)"
503
+							},
504
+							"color": {
505
+								"background": "var(--wp--preset--color--tertiary)"
506
+							},
507
+							"typography": {
508
+								"textDecoration": "none"
509
+							}
510
+						},
511
+						"typography": {
512
+							"textDecoration": "none"
513
+						}
514
+					}
515
+				},
516
+				"typography": {
517
+					"fontSize": "var(--wp--preset--font-size--small)",
518
+					"fontWeight": "400"
519
+				}
520
+			},
521
+			"core/post-excerpt": {
522
+				"typography": {
523
+					"fontSize": "var(--wp--preset--font-size--medium)"
524
+				}
525
+			},
526
+			"core/post-terms": {
527
+				"typography": {
528
+					"fontSize": "var(--wp--preset--font-size--small)"
529
+				}
530
+			},
531
+			"core/post-title": {
532
+				"elements": {
533
+					"link": {
534
+						":active": {
535
+							"color": {
536
+								"text": "var(--wp--preset--color--primary)"
537
+							},
538
+							"typography": {
539
+								"textDecoration": "none"
540
+							}
541
+						},
542
+						":focus": {
543
+							"color": {
544
+								"text": "var(--wp--preset--color--primary)"
545
+							},
546
+							"typography": {
547
+								"textDecoration": "underline dashed"
548
+							}
549
+						},
550
+						":hover": {
551
+							"color": {
552
+								"text": "var(--wp--preset--color--primary)"
553
+							},
554
+							"typography": {
555
+								"textDecoration": "underline"
556
+							}
557
+						},
558
+						"border": {
559
+							"width": "0 !important"
560
+						},
561
+						"typography": {
562
+							"textDecoration": "none"
563
+						}
564
+					}
565
+				},
566
+				"spacing": {
567
+					"margin": {
568
+						"bottom": "1.25rem",
569
+						"top": "1.25rem"
570
+					}
571
+				},
572
+				"typography": {
573
+					"fontWeight": "400"
574
+				}
575
+			},
576
+			"core/pullquote": {
577
+				"border": {
578
+					"color": "var(--wp--preset--color--contrast)",
579
+					"style": "double",
580
+					"width": "6px"
581
+				},
582
+				"color": {
583
+					"text": "var(--wp--preset--color--secondary)"
584
+				},
585
+				"elements": {
586
+					"cite": {
587
+						"typography": {
588
+							"fontSize": "var(--wp--preset--font-size--small)",
589
+							"fontStyle": "normal",
590
+							"textTransform": "none"
591
+						}
592
+					}
593
+				},
594
+				"spacing": {
595
+					"margin": {
596
+						"bottom": "var(--wp--preset--spacing--40) !important",
597
+						"top": "var(--wp--preset--spacing--40) !important"
598
+					}
599
+				},
600
+				"typography": {
601
+					"lineHeight": "1.3"
602
+				}
603
+			},
604
+			"core/query": {
605
+				"elements": {
606
+					"h2": {
607
+						"typography": {
608
+							"fontSize": "var(--wp--preset--font-size--x-large)"
609
+						}
610
+					}
611
+				}
612
+			},
613
+			"core/query-pagination": {
614
+				"elements": {
615
+					"link": {
616
+						":active": {
617
+							"border": {
618
+								"color": "var(--wp--preset--color--base)",
619
+								"width": "0 0 2px 0"
620
+							}
621
+						},
622
+						":hover": {
623
+							"border": {
624
+								"color": "var(--wp--preset--color--contrast)"
625
+							},
626
+							"color": {
627
+								"background": "var(--wp--preset--color--tertiary)"
628
+							},
629
+							"typography": {
630
+								"textDecoration": "none"
631
+							}
632
+						},
633
+						"typography": {
634
+							"textDecoration": "none"
635
+						}
636
+					}
637
+				},
638
+				"typography": {
639
+					"fontSize": "var(--wp--preset--font-size--small)",
640
+					"fontWeight": "400"
641
+				}
642
+			},
643
+			"core/quote": {
644
+				"border": {
645
+					"color": "var(--wp--preset--color--contrast)",
646
+					"style": "double",
647
+					"width": "0 0 0 6px"
648
+				},
649
+				"color": {
650
+					"text": "var(--wp--preset--color--secondary)"
651
+				},
652
+				"elements": {
653
+					"cite": {
654
+						"typography": {
655
+							"fontSize": "var(--wp--preset--font-size--small)",
656
+							"fontStyle": "normal"
657
+						}
658
+					}
659
+				},
660
+				"spacing": {
661
+					"margin": {
662
+						"left": "var(--wp--preset--spacing--30)"
663
+					},
664
+					"padding": {
665
+						"left": "var(--wp--preset--spacing--30)",
666
+						"right": "var(--wp--preset--spacing--30)"
667
+					}
668
+				}
669
+			},
670
+			"core/separator": {
671
+				"border": {
672
+					"color": "var(--wp--preset--color--contrast)",
673
+					"style": "double",
674
+					"width": "6px 0 0 0"
675
+				},
676
+				"color": {
677
+					"background": "var:preset|color|primary"
678
+				},
679
+				"css": "border-color: #a10000;\nborder-width: 0.2em 0 0 0;\nborder-radius: 2em;"
680
+			},
681
+			"core/site-tagline": {
682
+				"color": {
683
+					"text": "var:preset|color|black"
684
+				},
685
+				"typography": {
686
+					"fontStyle": "normal",
687
+					"fontWeight": "300"
688
+				}
689
+			},
690
+			"core/site-title": {
691
+				"elements": {
692
+					"link": {
693
+						":active": {
694
+							"border": {
695
+								"color": "var(--wp--preset--color--primary)"
696
+							},
697
+							"color": {
698
+								"background": "transparent",
699
+								"text": "var(--wp--preset--color--secondary)"
700
+							},
701
+							"typography": {
702
+								"textDecoration": "none"
703
+							}
704
+						},
705
+						":focus": {
706
+							"typography": {
707
+								"textDecoration": "none"
708
+							}
709
+						},
710
+						":hover": {
711
+							"border": {
712
+								"color": "var(--wp--preset--color--primary)"
713
+							},
714
+							"color": {
715
+								"background": "transparent"
716
+							},
717
+							"typography": {
718
+								"textDecoration": "none"
719
+							}
720
+						},
721
+						"border": {
722
+							"color": "transparent"
723
+						},
724
+						"color": {
725
+							"text": "var(--wp--preset--color--primary)"
726
+						},
727
+						"typography": {
728
+							"fontFamily": "var(--wp--preset--font-family--dm-sans)",
729
+							"fontSize": "var(--wp--preset--font-size--large)",
730
+							"fontWeight": "700",
731
+							"letterSpacing": "-0.01em",
732
+							"textDecoration": "none"
733
+						}
734
+					}
735
+				},
736
+				"typography": {
737
+					"fontSize": "var(--wp--preset--font-size--large)",
738
+					"fontWeight": "normal",
739
+					"lineHeight": "1.4",
740
+					"textTransform": "capitalize"
741
+				}
742
+			},
743
+			"core/tag-cloud": {
744
+				"spacing": {
745
+					"margin": {
746
+						"bottom": "0px",
747
+						"left": "0px",
748
+						"right": "0px",
749
+						"top": "0px"
750
+					},
751
+					"padding": {
752
+						"bottom": "0px",
753
+						"left": "0px",
754
+						"right": "0px",
755
+						"top": "0px"
756
+					}
757
+				}
758
+			}
759
+		},
760
+		"border": {
761
+			"color": "var(--wp--preset--color--tertiary)",
762
+			"style": "solid",
763
+			"width": "max(1vw, 0.5rem)"
764
+		},
765
+		"color": {
766
+			"background": "var(--wp--preset--color--base)",
767
+			"text": "var(--wp--preset--color--contrast)"
768
+		},
769
+		"elements": {
770
+			"button": {
771
+				":active": {
772
+					"border": {
773
+						"color": "var(--wp--preset--color--secondary)",
774
+						"width": "2px 2px 4px 2px !important"
775
+					},
776
+					"color": {
777
+						"background": "var(--wp--preset--color--tertiary)",
778
+						"text": "var(--wp--preset--color--secondary)"
779
+					},
780
+					"spacing": {
781
+						"padding": {
782
+							"bottom": "min(calc(1rem + 2px), 3vw) !important"
783
+						}
784
+					}
785
+				},
786
+				":focus": {
787
+					"border": {
788
+						"color": "var(--wp--preset--color--secondary)",
789
+						"style": "dashed dashed double",
790
+						"width": "2px 2px 4px 2px !important"
791
+					},
792
+					"color": {
793
+						"background": "var(--wp--preset--color--tertiary)",
794
+						"text": "var(--wp--preset--color--secondary)"
795
+					},
796
+					"spacing": {
797
+						"padding": {
798
+							"bottom": "min(calc(1rem + 2px), 3vw) !important"
799
+						}
800
+					}
801
+				},
802
+				":hover": {
803
+					"border": {
804
+						"color": "var(--wp--preset--color--secondary)",
805
+						"width": "2px 2px 4px 2px !important"
806
+					},
807
+					"color": {
808
+						"background": "var(--wp--preset--color--tertiary)",
809
+						"text": "var(--wp--preset--color--secondary)"
810
+					},
811
+					"spacing": {
812
+						"padding": {
813
+							"bottom": "min(calc(1rem + 2px), 3vw) !important"
814
+						}
815
+					}
816
+				},
817
+				":visited": {
818
+					"color": {
819
+						"text": "var(--wp--preset--color--primary)"
820
+					}
821
+				},
822
+				"border": {
823
+					"color": "var(--wp--preset--color--primary)",
824
+					"radius": "10px",
825
+					"style": "solid",
826
+					"width": "2px 2px 6px 2px !important"
827
+				},
828
+				"color": {
829
+					"background": "transparent",
830
+					"text": "var(--wp--preset--color--primary)"
831
+				},
832
+				"spacing": {
833
+					"padding": {
834
+						"bottom": "min(1rem, 3vw) !important",
835
+						"left": "min(2.75rem, 6vw) !important",
836
+						"right": "min(2.75rem, 6vw) !important",
837
+						"top": "min(1rem, 3vw) !important"
838
+					}
839
+				},
840
+				"typography": {
841
+					"fontWeight": "700",
842
+					"letterSpacing": "1px",
843
+					"textTransform": "uppercase"
844
+				}
845
+			},
846
+			"cite": {
847
+				"typography": {
848
+					"fontFamily": "var(--wp--preset--font-family--source-serif-pro)"
849
+				}
850
+			},
851
+			"h1": {
852
+				"typography": {
853
+					"fontSize": "clamp(4.21rem, 1.43vw + 3.85rem, 5rem)",
854
+					"fontWeight": "300",
855
+					"letterSpacing": "-0.01em",
856
+					"lineHeight": "1.2"
857
+				}
858
+			},
859
+			"h2": {
860
+				"color": {
861
+					"text": "var(--wp--preset--color--secondary)"
862
+				},
863
+				"typography": {
864
+					"fontSize": "clamp(3.16rem, 1.08vw + 2.89rem, 3.75rem)",
865
+					"fontWeight": "400",
866
+					"letterSpacing": "-0.01em",
867
+					"lineHeight": "1.2"
868
+				}
869
+			},
870
+			"h3": {
871
+				"color": {
872
+					"text": "var(--wp--preset--color--secondary)"
873
+				},
874
+				"typography": {
875
+					"fontSize": "clamp(2.37rem, 0.81vw + 2.17rem, 2.81rem)",
876
+					"fontWeight": "500"
877
+				}
878
+			},
879
+			"h4": {
880
+				"typography": {
881
+					"fontSize": "clamp(1.78rem, 0.61vw + 1.63rem, 2.11rem)",
882
+					"fontWeight": "600"
883
+				}
884
+			},
885
+			"h5": {
886
+				"typography": {
887
+					"fontSize": "clamp(1.33rem, 0.45vw + 1.22rem, 1.58rem)",
888
+					"fontWeight": "700",
889
+					"letterSpacing": "1px",
890
+					"textTransform": "uppercase"
891
+				}
892
+			},
893
+			"h6": {
894
+				"typography": {
895
+					"fontSize": "clamp(1rem, 0.34vw + 0.91rem, 1.19rem)",
896
+					"fontWeight": "900",
897
+					"letterSpacing": "2px",
898
+					"textTransform": "uppercase"
899
+				}
900
+			},
901
+			"heading": {
902
+				"color": {
903
+					"text": "var(--wp--preset--color--secondary)"
904
+				},
905
+				"typography": {
906
+					"fontFamily": "var(--wp--preset--font-family--source-serif-pro)",
907
+					"fontWeight": "400",
908
+					"lineHeight": "1.4"
909
+				}
910
+			},
911
+			"link": {
912
+				":active": {
913
+					"border": {
914
+						"width": "0"
915
+					},
916
+					"color": {
917
+						"text": "var(--wp--preset--color--secondary)"
918
+					},
919
+					"typography": {
920
+						"textDecoration": "none"
921
+					}
922
+				},
923
+				":focus": {
924
+					"border": {
925
+						"style": "dashed"
926
+					},
927
+					"typography": {
928
+						"textDecoration": "none"
929
+					}
930
+				},
931
+				":hover": {
932
+					"border": {
933
+						"color": "var(--wp--preset--color--contrast)"
934
+					},
935
+					"color": {
936
+						"text": "var:preset|color|cyan-bluish-gray"
937
+					},
938
+					"typography": {
939
+						"textDecoration": "none"
940
+					}
941
+				},
942
+				"border": {
943
+					"color": "var(--wp--preset--color--primary)",
944
+					"style": "solid",
945
+					"width": "0 0 2px 0"
946
+				},
947
+				"color": {
948
+					"text": "var(--wp--preset--color--contrast)"
949
+				},
950
+				"typography": {
951
+					"textDecoration": "none"
952
+				}
953
+			}
954
+		},
955
+		"spacing": {
956
+			"blockGap": "1.5rem",
957
+			"padding": {
958
+				"bottom": "var(--wp--preset--spacing--40)",
959
+				"left": "var(--wp--preset--spacing--30)",
960
+				"right": "var(--wp--preset--spacing--30)",
961
+				"top": "var(--wp--preset--spacing--40)"
962
+			}
963
+		},
964
+		"typography": {
965
+			"fontFamily": "var:preset|font-family|system-font",
966
+			"fontSize": "var:preset|font-size|medium",
967
+			"lineHeight": "1.6"
968
+		}
969
+	},
970
+	"templateParts": [
971
+		{
972
+			"area": "header",
973
+			"name": "header",
974
+			"title": "Header"
975
+		},
976
+		{
977
+			"area": "footer",
978
+			"name": "footer",
979
+			"title": "Footer"
980
+		},
981
+		{
982
+			"area": "uncategorized",
983
+			"name": "comments",
984
+			"title": "Comments"
985
+		},
986
+		{
987
+			"area": "uncategorized",
988
+			"name": "post-meta",
989
+			"title": "Post Meta"
990
+		}
991
+	],
992
+	"version": 2
993
+}

Laden…
Abbrechen
Speichern