Changeset 54686
- Timestamp:
- 10/25/2022 01:23:25 AM (2 years ago)
- Location:
- trunk/src/wp-content/themes/twentytwentythree
- Files:
-
- 11 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentytwentythree/patterns/footer-default.php
r54235 r54686 7 7 */ 8 8 ?> 9 <!-- wp:group {"style":{"spacing":{"padding":{"top":"var:preset|spacing|40"}}},"layout":{"type":"constrained"}} --> 10 <div class="wp-block-group" style="padding-top:var(--wp--preset--spacing--40)"><!-- wp:group {"align":"wide","style":{"spacing":{"padding":{"top":"var:preset|spacing|40"}}},"layout":{"type":"flex","justifyContent":"space-between"}} --> 11 <div class="wp-block-group alignwide" style="padding-top:var(--wp--preset--spacing--40)"><!-- wp:site-title {"level":0} /--> 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} /--> 12 14 <!-- wp:paragraph {"align":"right"} --> 13 15 <p class="has-text-align-right"> -
trunk/src/wp-content/themes/twentytwentythree/readme.txt
r54467 r54686 10 10 == Description == 11 11 12 Twenty Twenty-Three is a diverse, collaborative effort designed with the expansion of the possibilities of the block editor in mind. With a blank, unopinionated base as a starting point, this year’s default theme has minimal demo content to get in your way.12 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. 13 13 14 It embraces aesthetic diversity with a collection of style variations created by members of the WordPress Community, and it is built to take advantage of the new tools introduced in WordPress 6.1. 15 16 Whether you want to build a complex or incredibly simple website, you can style it the way you want it, and you can do it quickly and intuitively through the bundled styles or dive into creation and full customisation yourself. 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. 17 15 18 16 == Changelog == -
trunk/src/wp-content/themes/twentytwentythree/style.css
r54629 r54686 4 4 Author: the WordPress team 5 5 Author URI: https://wordpress.org 6 Description: Twenty Twenty-Three is a diverse, collaborative effort designed with the expansion of the possibilities of the block editor in mind. With a blank, unopinionated base as a starting point, this year’s default theme has minimal demo content to get in your way. It embraces aesthetic diversity with a collection of style variations created by members of the WordPress Community, and it is built to take advantage of the new tools introduced in WordPress 6.1. Whether you want to build a complex or incredibly simple website, you can style it the way you want it, and you can do it quickly and intuitively through the bundled styles or dive into creation and full customisation yourself.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 7 Requires at least: 6.1 8 8 Tested up to: 6.1 … … 12 12 License URI: https://www.gnu.org/licenses/old-licenses/gpl-2.0.html 13 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, accessibility-ready, blog, portfolio, news14 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 15 */ -
trunk/src/wp-content/themes/twentytwentythree/styles/aubergine.json
r54629 r54686 266 266 "text": "var(--wp--preset--color--secondary)" 267 267 } 268 }, 269 ":visited": { 270 "color": { 271 "text": "var(--wp--preset--color--base)" 272 } 268 273 } 269 274 }, -
trunk/src/wp-content/themes/twentytwentythree/styles/canary.json
r54629 r54686 190 190 } 191 191 }, 192 ":visited": { 193 "color": { 194 "text": "var(--wp--preset--color--base)" 195 } 196 }, 192 197 "border": { 193 198 "radius": "5px", -
trunk/src/wp-content/themes/twentytwentythree/styles/electric.json
r54467 r54686 74 74 "text": "var(--wp--preset--color--contrast)" 75 75 } 76 }, 77 ":visited": { 78 "color": { 79 "text": "var(--wp--preset--color--base)" 80 } 76 81 } 77 82 }, -
trunk/src/wp-content/themes/twentytwentythree/styles/grapes.json
r54467 r54686 73 73 "background": "var(--wp--preset--color--primary)", 74 74 "text": "var(--wp--preset--color--base)" 75 }, 76 ":visited": { 77 "color": { 78 "text": "var(--wp--preset--color--base)" 79 } 75 80 } 76 81 }, -
trunk/src/wp-content/themes/twentytwentythree/styles/pilgrimage.json
r54629 r54686 251 251 } 252 252 }, 253 ":visited": { 254 "color": { 255 "text": "var(--wp--preset--color--base)" 256 } 257 }, 253 258 "border": { 254 259 "radius": "5px" -
trunk/src/wp-content/themes/twentytwentythree/styles/pitch.json
r54629 r54686 197 197 "text": "var(--wp--preset--color--tertiary)" 198 198 } 199 }, 200 ":visited": { 201 "color": { 202 "text": "var(--wp--preset--color--base)" 203 } 199 204 } 200 205 }, -
trunk/src/wp-content/themes/twentytwentythree/styles/whisper.json
r54629 r54686 421 421 "bottom": "min(calc(1rem + 2px), 3vw) !important" 422 422 } 423 } 424 }, 425 ":visited": { 426 "color": { 427 "text": "var(--wp--preset--color--primary)" 423 428 } 424 429 } -
trunk/src/wp-content/themes/twentytwentythree/theme.json
r54629 r54686 620 620 "text": "var(--wp--preset--color--base)" 621 621 } 622 }, 623 ":visited": { 624 "color": { 625 "text": "var(--wp--preset--color--contrast)" 626 } 622 627 } 623 628 },
Note: See TracChangeset
for help on using the changeset viewer.