Changeset 59351
- Timestamp:
- 11/05/2024 04:09:31 PM (6 months ago)
- Location:
- branches/6.7
- Files:
-
- 37 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/6.7
-
branches/6.7/src/wp-content/themes/twentytwentyfive/functions.php
r59269 r59351 111 111 'twentytwentyfive_post-format', 112 112 array( 113 'label' => __( 'Post format ', 'twentytwentyfive' ),113 'label' => __( 'Post formats', 'twentytwentyfive' ), 114 114 'description' => __( 'A collection of post format patterns.', 'twentytwentyfive' ), 115 115 ) -
branches/6.7/src/wp-content/themes/twentytwentyfive/patterns/cta-heading-search.php
r59191 r59351 19 19 <!-- /wp:heading --> 20 20 21 <!-- wp:search {"label":"<?php echo esc_html_x( 'Search', 'Search form label.', 'twentytwentyfive' ); ?>","showLabel":false,"placeholder":"<?php echo esc_attr_x( 'Type here...', 'Search input field placeholder text.', 'twentytwentyfive' ); ?>","buttonText":"<?php echo esc_attr_x( 'Search', 'Button text. Verb ', 'twentytwentyfive' ); ?>"} /-->21 <!-- wp:search {"label":"<?php echo esc_html_x( 'Search', 'Search form label.', 'twentytwentyfive' ); ?>","showLabel":false,"placeholder":"<?php echo esc_attr_x( 'Type here...', 'Search input field placeholder text.', 'twentytwentyfive' ); ?>","buttonText":"<?php echo esc_attr_x( 'Search', 'Button text. Verb.', 'twentytwentyfive' ); ?>"} /--> 22 22 </div> 23 23 <!-- /wp:group --> -
branches/6.7/src/wp-content/themes/twentytwentyfive/patterns/event-schedule.php
r59269 r59351 130 130 <div class="wp-block-column" style="flex-basis:33.33%"> 131 131 <!-- wp:image {"id":2773,"aspectRatio":"1","scale":"cover","sizeSlug":"full","linkDestination":"none","style":{"layout":{"selfStretch":"fixed","flexSize":"270px"}}} --> 132 <figure class="wp-block-image size-full"><img src="<?php echo esc_url( get_template_directory_uri() ); ?>/assets/images/parthenon-square.webp" alt="<?php esc_attr_e( 'The acropolis inAthens.', 'twentytwentyfive' ); ?>" class="wp-image-2773" style="aspect-ratio:1;object-fit:cover"/></figure>132 <figure class="wp-block-image size-full"><img src="<?php echo esc_url( get_template_directory_uri() ); ?>/assets/images/parthenon-square.webp" alt="<?php esc_attr_e( 'The Acropolis of Athens.', 'twentytwentyfive' ); ?>" class="wp-image-2773" style="aspect-ratio:1;object-fit:cover"/></figure> 133 133 <!-- /wp:image --> 134 134 </div> … … 161 161 <div class="wp-block-column" style="flex-basis:33.33%"> 162 162 <!-- wp:image {"id":2774,"aspectRatio":"1","scale":"cover","sizeSlug":"full","linkDestination":"none","style":{"layout":{"selfStretch":"fixed","flexSize":"270px"}}} --> 163 <figure class="wp-block-image size-full"><img src="<?php echo esc_url( get_template_directory_uri() ); ?>/assets/images/agenda-img-4.webp" alt="<?php esc_attr_e( 'Black and white photo of an african woman.', 'twentytwentyfive' ); ?>" class="wp-image-2774" style="aspect-ratio:1;object-fit:cover"/></figure>163 <figure class="wp-block-image size-full"><img src="<?php echo esc_url( get_template_directory_uri() ); ?>/assets/images/agenda-img-4.webp" alt="<?php esc_attr_e( 'Black and white photo of an African woman.', 'twentytwentyfive' ); ?>" class="wp-image-2774" style="aspect-ratio:1;object-fit:cover"/></figure> 164 164 <!-- /wp:image --> 165 165 </div> -
branches/6.7/src/wp-content/themes/twentytwentyfive/patterns/footer-centered.php
r59191 r59351 30 30 <?php 31 31 printf( 32 /* Translators: Designed with WordPress. %s: WordPress link. */32 /* translators: Designed with WordPress. %s: WordPress link. */ 33 33 esc_html__( 'Designed with %s', 'twentytwentyfive' ), 34 34 '<a href="' . esc_url( __( 'https://wordpress.org', 'twentytwentyfive' ) ) . '" rel="nofollow">WordPress</a>' -
branches/6.7/src/wp-content/themes/twentytwentyfive/patterns/footer-columns.php
r59269 r59351 70 70 <?php 71 71 printf( 72 /* Translators: Designed with WordPress. %s: WordPress link. */72 /* translators: Designed with WordPress. %s: WordPress link. */ 73 73 esc_html__( 'Designed with %s', 'twentytwentyfive' ), 74 74 '<a href="' . esc_url( __( 'https://wordpress.org', 'twentytwentyfive' ) ) . '" rel="nofollow">WordPress</a>' -
branches/6.7/src/wp-content/themes/twentytwentyfive/patterns/footer-newsletter.php
r59269 r59351 46 46 <?php 47 47 printf( 48 /* Translators: Designed with WordPress. %s: WordPress link. */48 /* translators: Designed with WordPress. %s: WordPress link. */ 49 49 esc_html__( 'Designed with %s', 'twentytwentyfive' ), 50 50 '<a href="' . esc_url( __( 'https://wordpress.org', 'twentytwentyfive' ) ) . '" rel="nofollow">WordPress</a>' -
branches/6.7/src/wp-content/themes/twentytwentyfive/patterns/footer-social.php
r59191 r59351 32 32 <?php 33 33 printf( 34 /* Translators: Designed with WordPress. %s: WordPress link. */34 /* translators: Designed with WordPress. %s: WordPress link. */ 35 35 esc_html__( 'Designed with %s', 'twentytwentyfive' ), 36 36 '<a href="' . esc_url( __( 'https://wordpress.org', 'twentytwentyfive' ) ) . '" rel="nofollow">WordPress</a>' -
branches/6.7/src/wp-content/themes/twentytwentyfive/patterns/footer.php
r59269 r59351 79 79 <?php 80 80 printf( 81 /* Translators: Designed with WordPress. %s: WordPress link. */81 /* translators: Designed with WordPress. %s: WordPress link. */ 82 82 esc_html__( 'Designed with %s', 'twentytwentyfive' ), 83 83 '<a href="' . esc_url( __( 'https://wordpress.org', 'twentytwentyfive' ) ) . '" rel="nofollow">WordPress</a>' -
branches/6.7/src/wp-content/themes/twentytwentyfive/patterns/hero-podcast.php
r59233 r59351 47 47 <div class="wp-block-group"> 48 48 <!-- wp:paragraph {"className":"is-style-text-annotation"} --> 49 <p class="is-style-text-annotation"><a href="#"><?php echo esc_html_x( 'You tube', 'Button text', 'twentytwentyfive' ); ?></a></p>49 <p class="is-style-text-annotation"><a href="#"><?php echo esc_html_x( 'YouTube', 'Button text', 'twentytwentyfive' ); ?></a></p> 50 50 <!-- /wp:paragraph --> 51 51 -
branches/6.7/src/wp-content/themes/twentytwentyfive/patterns/hidden-search.php
r59191 r59351 12 12 ?> 13 13 14 <!-- wp:search {"label":"<?php echo esc_html_x( 'Search', 'Search form label.', 'twentytwentyfive' ); ?>","showLabel":false,"placeholder":"<?php echo esc_attr_x( 'Type here...', 'Search input field placeholder text ', 'twentytwentyfive' ); ?>","buttonText":"<?php echo esc_attr_x( 'Search', 'Button text. Verb.', 'twentytwentyfive' ); ?>"} /-->14 <!-- wp:search {"label":"<?php echo esc_html_x( 'Search', 'Search form label.', 'twentytwentyfive' ); ?>","showLabel":false,"placeholder":"<?php echo esc_attr_x( 'Type here...', 'Search input field placeholder text.', 'twentytwentyfive' ); ?>","buttonText":"<?php echo esc_attr_x( 'Search', 'Button text. Verb.', 'twentytwentyfive' ); ?>"} /--> -
branches/6.7/src/wp-content/themes/twentytwentyfive/patterns/media-instagram-grid.php
r59233 r59351 50 50 51 51 <!-- wp:image {"aspectRatio":"1","scale":"cover","sizeSlug":"full","linkDestination":"none"} --> 52 <figure class="wp-block-image size-full"><img src="<?php echo esc_url( get_template_directory_uri() ); ?>/assets/images/parthenon-square.webp" alt="<?php esc_attr_e( 'The acropolis inAthens.', 'twentytwentyfive' ); ?>" style="aspect-ratio:1;object-fit:cover"/></figure>52 <figure class="wp-block-image size-full"><img src="<?php echo esc_url( get_template_directory_uri() ); ?>/assets/images/parthenon-square.webp" alt="<?php esc_attr_e( 'The Acropolis of Athens.', 'twentytwentyfive' ); ?>" style="aspect-ratio:1;object-fit:cover"/></figure> 53 53 <!-- /wp:image --> 54 54 -
branches/6.7/src/wp-content/themes/twentytwentyfive/patterns/services-subscriber-only-section.php
r59233 r59351 29 29 30 30 <!-- wp:list-item {"fontSize":"medium"} --> 31 <li class="has-medium-font-size"><?php esc_html_e( 'Join our IRL event .', 'twentytwentyfive' ); ?></li>31 <li class="has-medium-font-size"><?php esc_html_e( 'Join our IRL events.', 'twentytwentyfive' ); ?></li> 32 32 <!-- /wp:list-item --> 33 33 -
branches/6.7/src/wp-content/themes/twentytwentyfive/patterns/template-home-with-sidebar-news-blog.php
r59269 r59351 86 86 <!-- wp:post-terms {"term":"category","style":{"typography":{"textTransform":"uppercase","letterSpacing":"1.4px"}}} /--> 87 87 <!-- wp:paragraph --> 88 <p><?php echo esc_html_x( '·', 'Separator between date and categories ', 'twentytwentyfive' ); ?></p>88 <p><?php echo esc_html_x( '·', 'Separator between date and categories.', 'twentytwentyfive' ); ?></p> 89 89 <!-- /wp:paragraph --> 90 90 <!-- wp:post-date {"isLink":true} /--> -
branches/6.7/src/wp-content/themes/twentytwentyfive/patterns/template-query-loop-vertical-header-blog.php
r59191 r59351 45 45 <!-- wp:query-no-results --> 46 46 <!-- wp:paragraph --> 47 <p><?php echo esc_html_x( 'Sorry, but nothing was found. Please try a search with different keywords.', 'Message explaining that there are no results returned from a search ', 'twentytwentyfive' ); ?></p>47 <p><?php echo esc_html_x( 'Sorry, but nothing was found. Please try a search with different keywords.', 'Message explaining that there are no results returned from a search.', 'twentytwentyfive' ); ?></p> 48 48 <!-- /wp:paragraph --> 49 49 <!-- /wp:query-no-results --> -
branches/6.7/src/wp-content/themes/twentytwentyfive/patterns/template-query-loop.php
r59146 r59351 29 29 <!-- wp:query-no-results --> 30 30 <!-- wp:paragraph --> 31 <p><?php echo esc_html_x( 'Sorry, but nothing was found. Please try a search with different keywords.', 'Message explaining that there are no results returned from a search ', 'twentytwentyfive' ); ?></p>31 <p><?php echo esc_html_x( 'Sorry, but nothing was found. Please try a search with different keywords.', 'Message explaining that there are no results returned from a search.', 'twentytwentyfive' ); ?></p> 32 32 <!-- /wp:paragraph --> 33 33 <!-- /wp:query-no-results --> -
branches/6.7/src/wp-content/themes/twentytwentyfive/patterns/text-faqs.php
r59233 r59351 6 6 * Keywords: faq, about, frequently asked questions 7 7 * Viewport width: 1400 8 * Description: A FAQs section with a FAQ heading and list of togglequestions and answers.8 * Description: A FAQs section with a FAQ heading and list of questions and answers. 9 9 * 10 10 * @package WordPress … … 22 22 <!-- /wp:heading --> 23 23 24 <!-- wp:group {"style":{"spacing":{"blockGap":"var:preset|spacing|30"}},"layout":{"type":"default"}} --> 25 <div class="wp-block-group"> 26 <!-- wp:details {"style":{"border":{"bottom":{"color":"var:preset|color|accent-6","width":"1px"}},"spacing":{"padding":{"bottom":"var:preset|spacing|30"}},"typography":{"fontStyle":"normal","fontWeight":"400"}}} --> 27 <details class="wp-block-details" style="border-bottom-color:var(--wp--preset--color--accent-6);border-bottom-width:1px;padding-bottom:var(--wp--preset--spacing--30);font-style:normal;font-weight:400"> 28 <summary><?php echo esc_html_x( 'What is The Stories Book about?', 'Question in the FAQs pattern.', 'twentytwentyfive' ); ?></summary> 29 <!-- wp:paragraph {"style":{"typography":{"fontStyle":"normal","fontWeight":"300"}}} --> 30 <p style="font-style:normal;font-weight:300"><?php echo esc_html_x( 'This exquisite compilation showcases a diverse array of photographs that capture the essence of different eras and cultures, reflecting the unique styles and perspectives of each artist. Fleckenstein\'s evocative imagery, Strand\'s groundbreaking modernist approach, and Kōno\'s meticulous documentation of Japanese life come together in a harmonious blend that celebrates the art of photography.', 'Answer in the FAQs pattern.', 'twentytwentyfive' ); ?></p> 31 <!-- /wp:paragraph --> 32 </details> 33 <!-- /wp:details --> 24 <!-- wp:columns {"style":{"spacing":{"blockGap":{"left":"var:preset|spacing|50"}}}} --> 25 <div class="wp-block-columns"> 26 <!-- wp:column --> 27 <div class="wp-block-column"> 28 <!-- wp:group {"style":{"border":{"top":{"color":"var:preset|color|accent-6","width":"1px"}},"spacing":{"padding":{"top":"var:preset|spacing|30","bottom":"var:preset|spacing|30"}}},"layout":{"type":"default"}} --> 29 <div class="wp-block-group" style="border-top-color:var(--wp--preset--color--accent-6);border-top-width:1px;padding-top:var(--wp--preset--spacing--30);padding-bottom:var(--wp--preset--spacing--30)"> 30 <!-- wp:heading {"level":3} --> 31 <h3 class="wp-block-heading"><?php echo esc_html_x( 'What is The Stories Book about?', 'Question in the FAQs pattern.', 'twentytwentyfive' ); ?></h3> 32 <!-- /wp:heading --> 34 33 35 <!-- wp:details {"style":{"border":{"bottom":{"color":"var:preset|color|accent-6","width":"1px"}},"spacing":{"padding":{"bottom":"var:preset|spacing|30"}},"typography":{"fontStyle":"normal","fontWeight":"400"}}} --> 36 <details class="wp-block-details" style="border-bottom-color:var(--wp--preset--color--accent-6);border-bottom-width:1px;padding-bottom:var(--wp--preset--spacing--30);font-style:normal;font-weight:400"> 37 <summary><?php echo esc_html_x( 'How much does The Stories Book cost?', 'Question in the FAQs pattern.', 'twentytwentyfive' ); ?></summary> 38 <!-- wp:paragraph {"style":{"typography":{"fontStyle":"normal","fontWeight":"300"}}} --> 39 <p style="font-style:normal;font-weight:300"><?php echo esc_html_x( 'This exquisite compilation showcases a diverse array of photographs that capture the essence of different eras and cultures, reflecting the unique styles and perspectives of each artist. Fleckenstein\'s evocative imagery, Strand\'s groundbreaking modernist approach, and Kōno\'s meticulous documentation of Japanese life come together in a harmonious blend that celebrates the art of photography.', 'Answer in the FAQs pattern.', 'twentytwentyfive' ); ?></p> 40 <!-- /wp:paragraph --> 41 </details> 42 <!-- /wp:details --> 34 <!-- wp:paragraph --> 35 <p><?php echo esc_html_x( 'This exquisite compilation showcases a diverse array of photographs that capture the essence of different eras and cultures, reflecting the unique styles and perspectives of each artist.', 'Answer in the FAQs pattern.', 'twentytwentyfive' ); ?></p> 36 <!-- /wp:paragraph --> 37 </div> 38 <!-- /wp:group --> 39 </div> 40 <!-- /wp:column --> 43 41 44 <!-- wp:details {"style":{"border":{"bottom":{"color":"var:preset|color|accent-6","width":"1px"}},"spacing":{"padding":{"bottom":"var:preset|spacing|30"}},"typography":{"fontStyle":"normal","fontWeight":"400"}}} --> 45 <details class="wp-block-details" style="border-bottom-color:var(--wp--preset--color--accent-6);border-bottom-width:1px;padding-bottom:var(--wp--preset--spacing--30);font-style:normal;font-weight:400"> 46 <summary><?php echo esc_html_x( 'When will The Stories Book be released?', 'Question in the FAQs pattern.', 'twentytwentyfive' ); ?></summary> 47 <!-- wp:paragraph {"style":{"typography":{"fontStyle":"normal","fontWeight":"300"}}} --> 48 <p style="font-style:normal;font-weight:300"><?php echo esc_html_x( 'This exquisite compilation showcases a diverse array of photographs that capture the essence of different eras and cultures, reflecting the unique styles and perspectives of each artist. Fleckenstein\'s evocative imagery, Strand\'s groundbreaking modernist approach, and Kōno\'s meticulous documentation of Japanese life come together in a harmonious blend that celebrates the art of photography.', 'Answer in the FAQs pattern.', 'twentytwentyfive' ); ?></p> 49 <!-- /wp:paragraph --> 50 </details> 51 <!-- /wp:details --> 42 <!-- wp:column --> 43 <div class="wp-block-column"> 44 <!-- wp:group {"style":{"border":{"top":{"color":"var:preset|color|accent-6","width":"1px"}},"spacing":{"padding":{"top":"var:preset|spacing|30","bottom":"var:preset|spacing|30"}}},"layout":{"type":"default"}} --> 45 <div class="wp-block-group" style="border-top-color:var(--wp--preset--color--accent-6);border-top-width:1px;padding-top:var(--wp--preset--spacing--30);padding-bottom:var(--wp--preset--spacing--30)"> 46 <!-- wp:heading {"level":3} --> 47 <h3 class="wp-block-heading"><?php echo esc_html_x( 'How much does The Stories Book cost?', 'Question in the FAQs pattern.', 'twentytwentyfive' ); ?></h3> 48 <!-- /wp:heading --> 52 49 53 <!-- wp:details {"style":{"border":{"bottom":{"color":"var:preset|color|accent-6","width":"1px"}},"spacing":{"padding":{"bottom":"var:preset|spacing|30"}},"typography":{"fontStyle":"normal","fontWeight":"400"}}} --> 54 <details class="wp-block-details" style="border-bottom-color:var(--wp--preset--color--accent-6);border-bottom-width:1px;padding-bottom:var(--wp--preset--spacing--30);font-style:normal;font-weight:400"> 55 <summary><?php echo esc_html_x( 'Are signed copies available?', 'Question in the FAQs pattern.', 'twentytwentyfive' ); ?></summary> 56 <!-- wp:paragraph {"style":{"typography":{"fontStyle":"normal","fontWeight":"300"}}} --> 57 <p style="font-style:normal;font-weight:300"><?php echo esc_html_x( 'This exquisite compilation showcases a diverse array of photographs that capture the essence of different eras and cultures, reflecting the unique styles and perspectives of each artist. Fleckenstein\'s evocative imagery, Strand\'s groundbreaking modernist approach, and Kōno\'s meticulous documentation of Japanese life come together in a harmonious blend that celebrates the art of photography.', 'Answer in the FAQs pattern.', 'twentytwentyfive' ); ?></p> 58 <!-- /wp:paragraph --> 59 </details> 60 <!-- /wp:details --> 50 <!-- wp:paragraph --> 51 <p><?php echo esc_html_x( 'This exquisite compilation showcases a diverse array of photographs that capture the essence of different eras and cultures, reflecting the unique styles and perspectives of each artist.', 'Answer in the FAQs pattern.', 'twentytwentyfive' ); ?></p> 52 <!-- /wp:paragraph --> 53 </div> 54 <!-- /wp:group --> 55 </div> 56 <!-- /wp:column --> 57 </div> 58 <!-- /wp:columns --> 61 59 62 <!-- wp:details {"style":{"typography":{"fontStyle":"normal","fontWeight":"400"}}} --> 63 <details class="wp-block-details" style="font-style:normal;font-weight:400"> 64 <summary><?php echo esc_html_x( 'Will The Stories Book be available in other languages other that English?', 'Question in the FAQs pattern', 'twentytwentyfive' ); ?></summary> 65 <!-- wp:paragraph {"style":{"typography":{"fontStyle":"normal","fontWeight":"300"}}} --> 66 <p style="font-style:normal;font-weight:300"><?php echo esc_html_x( 'This exquisite compilation showcases a diverse array of photographs that capture the essence of different eras and cultures, reflecting the unique styles and perspectives of each artist. Fleckenstein\'s evocative imagery, Strand\'s groundbreaking modernist approach, and Kōno\'s meticulous documentation of Japanese life come together in a harmonious blend that celebrates the art of photography.', 'Answer in the FAQs pattern.', 'twentytwentyfive' ); ?></p> 67 <!-- /wp:paragraph --> 68 </details> 69 <!-- /wp:details --> 60 <!-- wp:columns {"style":{"spacing":{"blockGap":{"left":"var:preset|spacing|50"}}}} --> 61 <div class="wp-block-columns"> 62 <!-- wp:column --> 63 <div class="wp-block-column"> 64 <!-- wp:group {"style":{"border":{"top":{"color":"var:preset|color|accent-6","width":"1px"}},"spacing":{"padding":{"top":"var:preset|spacing|30","bottom":"var:preset|spacing|30"}}},"layout":{"type":"default"}} --> 65 <div class="wp-block-group" style="border-top-color:var(--wp--preset--color--accent-6);border-top-width:1px;padding-top:var(--wp--preset--spacing--30);padding-bottom:var(--wp--preset--spacing--30)"> 66 <!-- wp:heading {"level":3} --> 67 <h3 class="wp-block-heading"><?php echo esc_html_x( 'When will The Stories Book be released?', 'Question in the FAQs pattern.', 'twentytwentyfive' ); ?></h3> 68 <!-- /wp:heading --> 69 70 <!-- wp:paragraph --> 71 <p><?php echo esc_html_x( 'This exquisite compilation showcases a diverse array of photographs that capture the essence of different eras and cultures, reflecting the unique styles and perspectives of each artist.', 'Answer in the FAQs pattern.', 'twentytwentyfive' ); ?></p> 72 <!-- /wp:paragraph --> 73 </div> 74 <!-- /wp:group --> 75 </div> 76 <!-- /wp:column --> 77 78 <!-- wp:column --> 79 <div class="wp-block-column"> 80 <!-- wp:group {"style":{"border":{"top":{"color":"var:preset|color|accent-6","width":"1px"}},"spacing":{"padding":{"top":"var:preset|spacing|30","bottom":"var:preset|spacing|30"}}},"layout":{"type":"default"}} --> 81 <div class="wp-block-group" style="border-top-color:var(--wp--preset--color--accent-6);border-top-width:1px;padding-top:var(--wp--preset--spacing--30);padding-bottom:var(--wp--preset--spacing--30)"> 82 <!-- wp:heading {"level":3} --> 83 <h3 class="wp-block-heading"><?php echo esc_html_x( 'Are signed copies available?', 'Question in the FAQs pattern.', 'twentytwentyfive' ); ?></h3> 84 <!-- /wp:heading --> 85 86 <!-- wp:paragraph --> 87 <p><?php echo esc_html_x( 'This exquisite compilation showcases a diverse array of photographs that capture the essence of different eras and cultures, reflecting the unique styles and perspectives of each artist.', 'Answer in the FAQs pattern.', 'twentytwentyfive' ); ?></p> 88 <!-- /wp:paragraph --> 89 </div> 90 <!-- /wp:group --> 91 </div> 92 <!-- /wp:column --> 70 93 </div> 71 <!-- /wp: group-->94 <!-- /wp:columns --> 72 95 </div> 73 96 <!-- /wp:group --> -
branches/6.7/src/wp-content/themes/twentytwentyfive/styles/01-evening.json
r59233 r59351 67 67 } 68 68 } 69 },70 "core/site-tagline": {71 "color": {72 "text": "var:preset|color|accent-4"73 },74 "elements": {75 "link": {76 "color": {77 "text": "var:preset|color|accent-4"78 }79 }80 }81 69 } 82 70 }, … … 101 89 } 102 90 } 103 },104 "link": {105 "color": {106 "text": "var:preset|color|accent-4"107 }108 91 } 109 92 }, … … 124 107 } 125 108 }, 126 "section-3": {127 "elements": {128 "link": {129 "color": {130 "text": "var:preset|color|contrast"131 }132 }133 }134 },135 109 "section-4": { 136 110 "elements": { … … 145 119 } 146 120 } 147 },148 "link": {149 "color": {150 "text": "var:preset|color|accent-2"151 }152 }153 }154 },155 "section-5": {156 "elements": {157 "link": {158 "color": {159 "text": "var:preset|color|base"160 }161 121 } 162 122 } -
branches/6.7/src/wp-content/themes/twentytwentyfive/styles/02-noon.json
r59331 r59351 260 260 "core/button": { 261 261 "border": { 262 "bottom": { 263 "color": "var:preset|color|contrast", 264 "style": "solid" 265 }, 266 "left": { 267 "color": "var:preset|color|contrast", 268 "style": "solid" 269 }, 270 "radius": "999px", 271 "right": { 272 "color": "var:preset|color|contrast", 273 "style": "solid" 274 }, 275 "top": { 276 "color": "var:preset|color|contrast", 277 "style": "solid" 278 } 262 "color": "var:preset|color|contrast" 279 263 }, 280 264 "shadow": "var:preset|shadow|natural", … … 300 284 "top": "0.6rem" 301 285 } 302 },303 "border": {304 "color": "currentColor"305 286 } 306 287 } … … 329 310 "link": { 330 311 "color": { 331 "text": " var:preset|color|accent-3"312 "text": "currentColor" 332 313 } 333 314 } … … 341 322 "link": { 342 323 "color": { 343 "text": " var:preset|color|accent-3"324 "text": "currentColor" 344 325 } 345 326 } … … 368 349 "link": { 369 350 "color": { 370 "text": " var:preset|color|accent-3"351 "text": "currentColor" 371 352 } 372 353 } … … 423 404 "link": { 424 405 "color": { 425 "text": " var:preset|color|contrast"406 "text": "currentColor" 426 407 } 427 408 } … … 442 423 "heading": { 443 424 "color": { 444 "text": " var:preset|color|accent-2"425 "text": "currentColor" 445 426 } 446 427 }, 447 428 "link": { 448 429 "color": { 449 "text": " var:preset|color|accent-2"430 "text": "currentColor" 450 431 } 451 432 } … … 471 452 "link": { 472 453 "color": { 473 "text": " var:preset|color|base"454 "text": "currentColor" 474 455 } 475 456 } -
branches/6.7/src/wp-content/themes/twentytwentyfive/styles/03-dusk.json
r59331 r59351 129 129 "link": { 130 130 "color": { 131 "text": " var:preset|color|accent-2"131 "text": "currentColor" 132 132 } 133 133 } … … 144 144 "link": { 145 145 "color": { 146 "text": " var:preset|color|accent-2"146 "text": "currentColor" 147 147 } 148 148 } … … 290 290 } 291 291 }, 292 "section-1": {292 "section-1": { 293 293 "elements": { 294 294 "link": { … … 317 317 "link": { 318 318 "color": { 319 "text": " var:preset|color|base"319 "text": "currentColor" 320 320 } 321 321 }, 322 322 "heading": { 323 323 "color": { 324 "text": " var:preset|color|base"324 "text": "currentColor" 325 325 } 326 326 } … … 334 334 "heading": { 335 335 "color": { 336 "text": " var:preset|color|accent-2"336 "text": "currentColor" 337 337 } 338 338 } … … 356 356 "link": { 357 357 "color": { 358 "text": " var:preset|color|base"358 "text": "currentColor" 359 359 } 360 360 }, 361 361 "heading": { 362 362 "color": { 363 "text": " var:preset|color|base"363 "text": "currentColor" 364 364 } 365 365 } -
branches/6.7/src/wp-content/themes/twentytwentyfive/styles/05-twilight.json
r59331 r59351 235 235 "link": { 236 236 "color": { 237 "text": " var:preset|color|base"237 "text": "currentColor" 238 238 } 239 239 } -
branches/6.7/src/wp-content/themes/twentytwentyfive/styles/06-morning.json
r59331 r59351 396 396 "link": { 397 397 "color": { 398 "text": " var:preset|color|contrast"398 "text": "currentColor" 399 399 } 400 400 } … … 454 454 "heading": { 455 455 "color": { 456 "text": " var:preset|color|base"456 "text": "currentColor" 457 457 } 458 458 }, … … 466 466 "background": "color-mix(in srgb, var(--wp--preset--color--accent-1) 85%, transparent)", 467 467 "text": "var:preset|color|contrast" 468 469 468 } 469 } 470 470 }, 471 471 "link": { 472 472 "color": { 473 "text": " var:preset|color|base"473 "text": "currentColor" 474 474 } 475 475 } … … 496 496 "link": { 497 497 "color": { 498 "text": " var:preset|color|base"498 "text": "currentColor" 499 499 } 500 500 } -
branches/6.7/src/wp-content/themes/twentytwentyfive/styles/07-sunrise.json
r59331 r59351 305 305 "letterSpacing": "-0.24px" 306 306 }, 307 "border": {308 "color": "var:preset|color|accent-2"309 },310 307 "elements": { 311 308 "cite": { … … 392 389 "link": { 393 390 "color": { 394 "text": " var:preset|color|accent-5"391 "text": "currentColor" 395 392 } 396 393 }, … … 415 412 "link": { 416 413 "color": { 417 "text": " var:preset|color|base"414 "text": "currentColor" 418 415 } 419 416 }, … … 438 435 "link": { 439 436 "color": { 440 "text": " var:preset|color|base"437 "text": "currentColor" 441 438 } 442 439 }, … … 461 458 "link": { 462 459 "color": { 463 "text": " var:preset|color|base"460 "text": "currentColor" 464 461 } 465 462 }, … … 485 482 "heading": { 486 483 "color": { 487 "text": " var:preset|color|contrast"484 "text": "currentColor" 488 485 } 489 486 }, 490 487 "link": { 491 488 "color": { 492 "text": " var:preset|color|contrast"489 "text": "currentColor" 493 490 } 494 491 }, -
branches/6.7/src/wp-content/themes/twentytwentyfive/styles/08-midnight.json
r59331 r59351 580 580 "link": { 581 581 "color": { 582 "text": " var:preset|color|accent-3"582 "text": "currentColor" 583 583 } 584 584 } … … 603 603 "link": { 604 604 "color": { 605 "text": " var:preset|color|accent-5"605 "text": "currentColor" 606 606 } 607 607 } -
branches/6.7/src/wp-content/themes/twentytwentyfive/styles/colors/01-evening.json
r59191 r59351 53 53 "text": "var:preset|color|accent-4" 54 54 }, 55 "blocks": {56 "core/site-tagline": {57 "color": {58 "text": "var:preset|color|accent-4"59 },60 "elements": {61 "link": {62 "color": {63 "text": "var:preset|color|accent-4"64 }65 }66 }67 }68 },69 55 "elements": { 70 56 "button": { … … 78 64 "text": "var:preset|color|base" 79 65 } 80 }81 },82 "link": {83 "color": {84 "text": "var:preset|color|accent-4"85 66 } 86 67 } … … 102 83 } 103 84 }, 104 "section-3": {105 "elements": {106 "link": {107 "color": {108 "text": "var:preset|color|contrast"109 }110 }111 }112 },113 85 "section-4": { 114 86 "elements": { … … 123 95 } 124 96 } 125 },126 "link": {127 "color": {128 "text": "var:preset|color|accent-2"129 }130 }131 }132 },133 "section-5": {134 "elements": {135 "link": {136 "color": {137 "text": "var:preset|color|base"138 }139 97 } 140 98 } -
branches/6.7/src/wp-content/themes/twentytwentyfive/styles/colors/02-noon.json
r59146 r59351 56 56 "core/button": { 57 57 "border": { 58 "bottom": { 59 "color": "var:preset|color|contrast" 60 }, 61 "left": { 62 "color": "var:preset|color|contrast" 63 }, 64 "right": { 65 "color": "var:preset|color|contrast" 66 }, 67 "top": { 68 "color": "var:preset|color|contrast" 69 } 70 }, 71 "variations": { 72 "outline": { 73 "border": { 74 "color": "currentColor" 75 } 76 } 58 "color": "var:preset|color|contrast" 77 59 } 78 60 }, … … 84 66 "link": { 85 67 "color": { 86 "text": " var:preset|color|accent-3"68 "text": "currentColor" 87 69 } 88 70 } … … 96 78 "link": { 97 79 "color": { 98 "text": " var:preset|color|accent-3"80 "text": "currentColor" 99 81 } 100 82 } … … 108 90 "link": { 109 91 "color": { 110 "text": " var:preset|color|accent-3"92 "text": "currentColor" 111 93 } 112 94 } … … 128 110 "link": { 129 111 "color": { 130 "text": " var:preset|color|contrast"112 "text": "currentColor" 131 113 } 132 114 } … … 147 129 "heading": { 148 130 "color": { 149 "text": " var:preset|color|accent-2"131 "text": "currentColor" 150 132 } 151 133 }, 152 134 "link": { 153 135 "color": { 154 "text": " var:preset|color|accent-2"136 "text": "currentColor" 155 137 } 156 138 } … … 176 158 "link": { 177 159 "color": { 178 "text": " var:preset|color|base"160 "text": "currentColor" 179 161 } 180 162 } -
branches/6.7/src/wp-content/themes/twentytwentyfive/styles/colors/03-dusk.json
r59146 r59351 78 78 "link": { 79 79 "color": { 80 "text": " var:preset|color|accent-2"80 "text": "currentColor" 81 81 } 82 82 } … … 90 90 "link": { 91 91 "color": { 92 "text": " var:preset|color|accent-2"92 "text": "currentColor" 93 93 } 94 94 } … … 170 170 } 171 171 }, 172 "section-1": {172 "section-1": { 173 173 "elements": { 174 174 "link": { … … 197 197 "link": { 198 198 "color": { 199 "text": " var:preset|color|base"200 } 201 }, 202 "heading": { 203 "color": { 204 "text": " var:preset|color|base"199 "text": "currentColor" 200 } 201 }, 202 "heading": { 203 "color": { 204 "text": "currentColor" 205 205 } 206 206 } … … 214 214 "heading": { 215 215 "color": { 216 "text": " var:preset|color|accent-2"216 "text": "currentColor" 217 217 } 218 218 } … … 236 236 "link": { 237 237 "color": { 238 "text": " var:preset|color|base"239 } 240 }, 241 "heading": { 242 "color": { 243 "text": " var:preset|color|base"238 "text": "currentColor" 239 } 240 }, 241 "heading": { 242 "color": { 243 "text": "currentColor" 244 244 } 245 245 } -
branches/6.7/src/wp-content/themes/twentytwentyfive/styles/colors/05-twilight.json
r59146 r59351 69 69 "link": { 70 70 "color": { 71 "text": " var:preset|color|base"71 "text": "currentColor" 72 72 } 73 73 } -
branches/6.7/src/wp-content/themes/twentytwentyfive/styles/colors/06-morning.json
r59331 r59351 129 129 "link": { 130 130 "color": { 131 "text": " var:preset|color|contrast"131 "text": "currentColor" 132 132 } 133 133 } … … 183 183 "heading": { 184 184 "color": { 185 "text": " var:preset|color|base"185 "text": "currentColor" 186 186 } 187 187 }, … … 200 200 "link": { 201 201 "color": { 202 "text": " var:preset|color|base"202 "text": "currentColor" 203 203 } 204 204 } … … 225 225 "link": { 226 226 "color": { 227 "text": " var:preset|color|base"227 "text": "currentColor" 228 228 } 229 229 } -
branches/6.7/src/wp-content/themes/twentytwentyfive/styles/colors/07-sunrise.json
r59146 r59351 109 109 "text": "var:preset|color|accent-2" 110 110 }, 111 "border": {112 "color": "var:preset|color|accent-2"113 },114 111 "elements": { 115 112 "cite": { … … 169 166 "link": { 170 167 "color": { 171 "text": " var:preset|color|accent-5"168 "text": "currentColor" 172 169 } 173 170 }, … … 192 189 "link": { 193 190 "color": { 194 "text": " var:preset|color|base"191 "text": "currentColor" 195 192 } 196 193 }, … … 215 212 "link": { 216 213 "color": { 217 "text": " var:preset|color|base"214 "text": "currentColor" 218 215 } 219 216 }, … … 238 235 "link": { 239 236 "color": { 240 "text": " var:preset|color|base"237 "text": "currentColor" 241 238 } 242 239 }, … … 262 259 "heading": { 263 260 "color": { 264 "text": " var:preset|color|contrast"265 } 266 }, 267 "link": { 268 "color": { 269 "text": " var:preset|color|contrast"261 "text": "currentColor" 262 } 263 }, 264 "link": { 265 "color": { 266 "text": "currentColor" 270 267 } 271 268 }, -
branches/6.7/src/wp-content/themes/twentytwentyfive/styles/colors/08-midnight.json
r59331 r59351 112 112 "link": { 113 113 "color": { 114 "text": " var:preset|color|accent-3"114 "text": "currentColor" 115 115 } 116 116 } … … 135 135 "link": { 136 136 "color": { 137 "text": " var:preset|color|accent-5"137 "text": "currentColor" 138 138 } 139 139 } -
branches/6.7/src/wp-content/themes/twentytwentyfive/styles/sections/section-1.json
r59146 r59351 19 19 "text": "color-mix(in srgb, currentColor 25%, transparent)" 20 20 } 21 }, 22 "core/site-title": { 23 "color": { 24 "text": "currentColor" 25 }, 26 "elements": { 27 "link": { 28 "color": { 29 "text": "currentColor" 30 } 31 } 32 } 33 }, 34 "core/post-author-name": { 35 "color": { 36 "text": "currentColor" 37 }, 38 "elements": { 39 "link": { 40 "color": { 41 "text": "currentColor" 42 } 43 } 44 } 45 }, 46 "core/post-date": { 47 "color":{ 48 "text": "color-mix(in srgb, currentColor 85%, transparent)" 49 }, 50 "elements": { 51 "link": { 52 "color" : { 53 "text": "color-mix(in srgb, currentColor 85%, transparent)" 54 } 55 } 56 } 57 }, 58 "core/post-terms": { 59 "color": { 60 "text": "currentColor" 61 }, 62 "elements": { 63 "link": { 64 "color": { 65 "text": "currentColor" 66 } 67 } 68 } 69 }, 70 "core/comment-author-name": { 71 "color": { 72 "text": "currentColor" 73 }, 74 "elements": { 75 "link": { 76 "color": { 77 "text": "currentColor" 78 } 79 } 80 } 81 }, 82 "core/comment-date": { 83 "color": { 84 "text": "currentColor" 85 }, 86 "elements": { 87 "link": { 88 "color": { 89 "text": "currentColor" 90 } 91 } 92 } 93 }, 94 "core/comment-edit-link": { 95 "color": { 96 "text": "currentColor" 97 }, 98 "elements": { 99 "link": { 100 "color": { 101 "text": "currentColor" 102 } 103 } 104 } 105 }, 106 "core/comment-reply-link": { 107 "color": { 108 "text": "currentColor" 109 }, 110 "elements": { 111 "link": { 112 "color": { 113 "text": "currentColor" 114 } 115 } 116 } 117 }, 118 "core/pullquote": { 119 "color": { 120 "text": "currentColor" 121 } 122 }, 123 "core/quote": { 124 "color": { 125 "text": "currentColor" 126 } 21 127 } 22 128 } -
branches/6.7/src/wp-content/themes/twentytwentyfive/styles/sections/section-2.json
r59146 r59351 19 19 "text": "color-mix(in srgb, currentColor 25%, transparent)" 20 20 } 21 }, 22 "core/post-author-name": { 23 "color": { 24 "text": "currentColor" 25 }, 26 "elements": { 27 "link": { 28 "color": { 29 "text": "currentColor" 30 } 31 } 32 } 33 }, 34 "core/post-date": { 35 "color":{ 36 "text": "color-mix(in srgb, currentColor 85%, transparent)" 37 }, 38 "elements": { 39 "link": { 40 "color" : { 41 "text": "color-mix(in srgb, currentColor 85%, transparent)" 42 } 43 } 44 } 45 }, 46 "core/post-terms": { 47 "color": { 48 "text": "currentColor" 49 }, 50 "elements": { 51 "link": { 52 "color": { 53 "text": "currentColor" 54 } 55 } 56 } 57 }, 58 "core/comment-author-name": { 59 "color": { 60 "text": "currentColor" 61 }, 62 "elements": { 63 "link": { 64 "color": { 65 "text": "currentColor" 66 } 67 } 68 } 69 }, 70 "core/comment-date": { 71 "color": { 72 "text": "currentColor" 73 }, 74 "elements": { 75 "link": { 76 "color": { 77 "text": "currentColor" 78 } 79 } 80 } 81 }, 82 "core/comment-edit-link": { 83 "color": { 84 "text": "currentColor" 85 }, 86 "elements": { 87 "link": { 88 "color": { 89 "text": "currentColor" 90 } 91 } 92 } 93 }, 94 "core/comment-reply-link": { 95 "color": { 96 "text": "currentColor" 97 }, 98 "elements": { 99 "link": { 100 "color": { 101 "text": "currentColor" 102 } 103 } 104 } 105 }, 106 "core/pullquote": { 107 "color": { 108 "text": "currentColor" 109 } 110 }, 111 "core/quote": { 112 "color": { 113 "text": "currentColor" 114 } 21 115 } 22 116 } -
branches/6.7/src/wp-content/themes/twentytwentyfive/styles/sections/section-3.json
r59146 r59351 19 19 "text": "color-mix(in srgb, currentColor 25%, transparent)" 20 20 } 21 }, 22 "core/post-author-name": { 23 "color": { 24 "text": "currentColor" 25 }, 26 "elements": { 27 "link": { 28 "color": { 29 "text": "currentColor" 30 } 31 } 32 } 33 }, 34 "core/post-date": { 35 "color":{ 36 "text": "color-mix(in srgb, currentColor 85%, transparent)" 37 }, 38 "elements": { 39 "link": { 40 "color" : { 41 "text": "color-mix(in srgb, currentColor 85%, transparent)" 42 } 43 } 44 } 45 }, 46 "core/post-terms": { 47 "color": { 48 "text": "currentColor" 49 }, 50 "elements": { 51 "link": { 52 "color": { 53 "text": "currentColor" 54 } 55 } 56 } 57 }, 58 "core/comment-author-name": { 59 "color": { 60 "text": "currentColor" 61 }, 62 "elements": { 63 "link": { 64 "color": { 65 "text": "currentColor" 66 } 67 } 68 } 69 }, 70 "core/comment-date": { 71 "color": { 72 "text": "currentColor" 73 }, 74 "elements": { 75 "link": { 76 "color": { 77 "text": "currentColor" 78 } 79 } 80 } 81 }, 82 "core/comment-edit-link": { 83 "color": { 84 "text": "currentColor" 85 }, 86 "elements": { 87 "link": { 88 "color": { 89 "text": "currentColor" 90 } 91 } 92 } 93 }, 94 "core/comment-reply-link": { 95 "color": { 96 "text": "currentColor" 97 }, 98 "elements": { 99 "link": { 100 "color": { 101 "text": "currentColor" 102 } 103 } 104 } 105 }, 106 "core/pullquote": { 107 "color": { 108 "text": "currentColor" 109 } 110 }, 111 "core/quote": { 112 "color": { 113 "text": "currentColor" 114 } 21 115 } 22 116 } -
branches/6.7/src/wp-content/themes/twentytwentyfive/styles/sections/section-4.json
r59146 r59351 19 19 "text": "color-mix(in srgb, currentColor 25%, transparent)" 20 20 } 21 }, 22 "core/post-author-name": { 23 "color": { 24 "text": "currentColor" 25 }, 26 "elements": { 27 "link": { 28 "color": { 29 "text": "currentColor" 30 } 31 } 32 } 33 }, 34 "core/post-date": { 35 "color":{ 36 "text": "color-mix(in srgb, currentColor 85%, transparent)" 37 }, 38 "elements": { 39 "link": { 40 "color" : { 41 "text": "color-mix(in srgb, currentColor 85%, transparent)" 42 } 43 } 44 } 45 }, 46 "core/post-terms": { 47 "color": { 48 "text": "currentColor" 49 }, 50 "elements": { 51 "link": { 52 "color": { 53 "text": "currentColor" 54 } 55 } 56 } 57 }, 58 "core/comment-author-name": { 59 "color": { 60 "text": "currentColor" 61 }, 62 "elements": { 63 "link": { 64 "color": { 65 "text": "currentColor" 66 } 67 } 68 } 69 }, 70 "core/comment-date": { 71 "color": { 72 "text": "currentColor" 73 }, 74 "elements": { 75 "link": { 76 "color": { 77 "text": "currentColor" 78 } 79 } 80 } 81 }, 82 "core/comment-edit-link": { 83 "color": { 84 "text": "currentColor" 85 }, 86 "elements": { 87 "link": { 88 "color": { 89 "text": "currentColor" 90 } 91 } 92 } 93 }, 94 "core/comment-reply-link": { 95 "color": { 96 "text": "currentColor" 97 }, 98 "elements": { 99 "link": { 100 "color": { 101 "text": "currentColor" 102 } 103 } 104 } 105 }, 106 "core/pullquote": { 107 "color": { 108 "text": "currentColor" 109 } 110 }, 111 "core/quote": { 112 "color": { 113 "text": "currentColor" 114 } 21 115 } 22 116 }, -
branches/6.7/src/wp-content/themes/twentytwentyfive/styles/sections/section-5.json
r59146 r59351 19 19 "text": "color-mix(in srgb, currentColor 25%, transparent)" 20 20 } 21 }, 22 "core/post-author-name": { 23 "color": { 24 "text": "currentColor" 25 }, 26 "elements": { 27 "link": { 28 "color": { 29 "text": "currentColor" 30 } 31 } 32 } 33 }, 34 "core/post-date": { 35 "color":{ 36 "text": "color-mix(in srgb, currentColor 85%, transparent)" 37 }, 38 "elements": { 39 "link": { 40 "color" : { 41 "text": "color-mix(in srgb, currentColor 85%, transparent)" 42 } 43 } 44 } 45 }, 46 "core/post-terms": { 47 "color": { 48 "text": "currentColor" 49 }, 50 "elements": { 51 "link": { 52 "color": { 53 "text": "currentColor" 54 } 55 } 56 } 57 }, 58 "core/comment-author-name": { 59 "color": { 60 "text": "currentColor" 61 }, 62 "elements": { 63 "link": { 64 "color": { 65 "text": "currentColor" 66 } 67 } 68 } 69 }, 70 "core/comment-date": { 71 "color": { 72 "text": "currentColor" 73 }, 74 "elements": { 75 "link": { 76 "color": { 77 "text": "currentColor" 78 } 79 } 80 } 81 }, 82 "core/comment-edit-link": { 83 "color": { 84 "text": "currentColor" 85 }, 86 "elements": { 87 "link": { 88 "color": { 89 "text": "currentColor" 90 } 91 } 92 } 93 }, 94 "core/comment-reply-link": { 95 "color": { 96 "text": "currentColor" 97 }, 98 "elements": { 99 "link": { 100 "color": { 101 "text": "currentColor" 102 } 103 } 104 } 105 }, 106 "core/pullquote": { 107 "color": { 108 "text": "currentColor" 109 } 110 }, 111 "core/quote": { 112 "color": { 113 "text": "currentColor" 114 } 21 115 } 22 116 }, -
branches/6.7/src/wp-content/themes/twentytwentyfive/theme.json
r59331 r59351 429 429 "style": "solid", 430 430 "width": "0 0 0 2px", 431 "color": " var:preset|color|contrast"431 "color": "currentColor" 432 432 }, 433 433 "spacing": { … … 569 569 }, 570 570 "core/term-description": { 571 "color":{572 "text": "var:preset|color|accent-4"573 },574 571 "typography": { 575 572 "fontSize": "var:preset|font-size|medium"
Note: See TracChangeset
for help on using the changeset viewer.