Twenty Twenty-Three: Merge the latest changes from GitHub.
For a full list of changes included, see the `twentytwentythree` repository on GitHub: 0f273d7874...e2005b0272
.
Props kafleg, poena, mikachan, tobifjellner, aristath.
See #56383.
git-svn-id: https://develop.svn.wordpress.org/trunk@54686 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
57e8ac7adc
commit
82849926e1
11 changed files with 49 additions and 9 deletions
|
@ -6,9 +6,11 @@
|
|||
* Block Types: core/template-part/footer
|
||||
*/
|
||||
?>
|
||||
<!-- wp:group {"style":{"spacing":{"padding":{"top":"var:preset|spacing|40"}}},"layout":{"type":"constrained"}} -->
|
||||
<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"}} -->
|
||||
<div class="wp-block-group alignwide" style="padding-top:var(--wp--preset--spacing--40)"><!-- wp:site-title {"level":0} /-->
|
||||
<!-- wp:group {"layout":{"type":"constrained"}} -->
|
||||
<div class="wp-block-group">
|
||||
<!-- wp:group {"align":"wide","style":{"spacing":{"padding":{"top":"var:preset|spacing|40"}}},"layout":{"type":"flex","justifyContent":"space-between"}} -->
|
||||
<div class="wp-block-group alignwide" style="padding-top:var(--wp--preset--spacing--40)">
|
||||
<!-- wp:site-title {"level":0} /-->
|
||||
<!-- wp:paragraph {"align":"right"} -->
|
||||
<p class="has-text-align-right">
|
||||
<?php
|
||||
|
|
|
@ -9,11 +9,9 @@ License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
|||
|
||||
== 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.
|
||||
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.
|
||||
|
||||
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.
|
||||
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.
|
||||
|
||||
== Changelog ==
|
||||
|
||||
|
|
|
@ -3,7 +3,7 @@ Theme Name: Twenty Twenty-Three
|
|||
Theme URI: https://wordpress.org/themes/twentytwentythree
|
||||
Author: the WordPress team
|
||||
Author URI: https://wordpress.org
|
||||
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.
|
||||
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.
|
||||
Requires at least: 6.1
|
||||
Tested up to: 6.1
|
||||
Requires PHP: 5.6
|
||||
|
@ -11,5 +11,5 @@ Version: 1.0
|
|||
License: GNU General Public License v2 or later
|
||||
License URI: https://www.gnu.org/licenses/old-licenses/gpl-2.0.html
|
||||
Text Domain: twentytwentythree
|
||||
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, news
|
||||
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
|
||||
*/
|
||||
|
|
|
@ -265,6 +265,11 @@
|
|||
"gradient": "none",
|
||||
"text": "var(--wp--preset--color--secondary)"
|
||||
}
|
||||
},
|
||||
":visited": {
|
||||
"color": {
|
||||
"text": "var(--wp--preset--color--base)"
|
||||
}
|
||||
}
|
||||
},
|
||||
"heading": {
|
||||
|
|
|
@ -189,6 +189,11 @@
|
|||
"width": "2px"
|
||||
}
|
||||
},
|
||||
":visited": {
|
||||
"color": {
|
||||
"text": "var(--wp--preset--color--base)"
|
||||
}
|
||||
},
|
||||
"border": {
|
||||
"radius": "5px",
|
||||
"color": "var(--wp--preset--color--contrast)",
|
||||
|
|
|
@ -73,6 +73,11 @@
|
|||
"background": "var(--wp--preset--color--base)",
|
||||
"text": "var(--wp--preset--color--contrast)"
|
||||
}
|
||||
},
|
||||
":visited": {
|
||||
"color": {
|
||||
"text": "var(--wp--preset--color--base)"
|
||||
}
|
||||
}
|
||||
},
|
||||
"link": {
|
||||
|
|
|
@ -72,6 +72,11 @@
|
|||
"color": {
|
||||
"background": "var(--wp--preset--color--primary)",
|
||||
"text": "var(--wp--preset--color--base)"
|
||||
},
|
||||
":visited": {
|
||||
"color": {
|
||||
"text": "var(--wp--preset--color--base)"
|
||||
}
|
||||
}
|
||||
},
|
||||
"heading": {
|
||||
|
|
|
@ -250,6 +250,11 @@
|
|||
"gradient": "var(--wp--preset--gradient--secondary-primary)"
|
||||
}
|
||||
},
|
||||
":visited": {
|
||||
"color": {
|
||||
"text": "var(--wp--preset--color--base)"
|
||||
}
|
||||
},
|
||||
"border": {
|
||||
"radius": "5px"
|
||||
},
|
||||
|
|
|
@ -196,6 +196,11 @@
|
|||
"background": "var(--wp--preset--color--contrast)",
|
||||
"text": "var(--wp--preset--color--tertiary)"
|
||||
}
|
||||
},
|
||||
":visited": {
|
||||
"color": {
|
||||
"text": "var(--wp--preset--color--base)"
|
||||
}
|
||||
}
|
||||
},
|
||||
"h1": {
|
||||
|
|
|
@ -421,6 +421,11 @@
|
|||
"bottom": "min(calc(1rem + 2px), 3vw) !important"
|
||||
}
|
||||
}
|
||||
},
|
||||
":visited": {
|
||||
"color": {
|
||||
"text": "var(--wp--preset--color--primary)"
|
||||
}
|
||||
}
|
||||
},
|
||||
"cite": {
|
||||
|
|
|
@ -619,6 +619,11 @@
|
|||
"background": "var(--wp--preset--color--secondary)",
|
||||
"text": "var(--wp--preset--color--base)"
|
||||
}
|
||||
},
|
||||
":visited": {
|
||||
"color": {
|
||||
"text": "var(--wp--preset--color--contrast)"
|
||||
}
|
||||
}
|
||||
},
|
||||
"h1": {
|
||||
|
|
Loading…
Reference in a new issue