Changeset 54467
- Timestamp:
- 10/11/2022 12:42:28 AM (2 years ago)
- Location:
- trunk/src/wp-content/themes/twentytwentythree
- Files:
-
- 18 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentytwentythree/patterns/hidden-404.php
r54235 r54467 22 22 <!-- /wp:spacer --> 23 23 24 <!-- wp:search {"label":"<?php echo esc_html_x( 'Search', 'label', 'twentytwentythree' ); ?>","placeholder":"<?php echo esc_ html_x( 'Search...', 'placeholder for search field', 'twentytwentythree' ); ?>","showLabel":false,"width":100,"widthUnit":"%","buttonText":"<?php esc_html_e( 'Search', 'twentytwentythree' ); ?>","buttonUseIcon":true,"align":"center"} /-->24 <!-- 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"} /--> -
trunk/src/wp-content/themes/twentytwentythree/patterns/post-meta.php
r54372 r54467 22 22 <!-- wp:column {"style":{"spacing":{"blockGap":"0px"}}} --> 23 23 <div class="wp-block-column"> 24 <!-- wp:group {"style":{"spacing":{"blockGap":" 1ch"}},"layout":{"type":"flex"}} -->24 <!-- wp:group {"style":{"spacing":{"blockGap":"0.5ch"}},"layout":{"type":"flex"}} --> 25 25 <div class="wp-block-group"> 26 26 <!-- wp:paragraph --> … … 42 42 <!-- /wp:group --> 43 43 44 <!-- wp:group {"style":{"spacing":{"blockGap":" 1ch"}},"layout":{"type":"flex"}} -->44 <!-- wp:group {"style":{"spacing":{"blockGap":"0.5ch"}},"layout":{"type":"flex"}} --> 45 45 <div class="wp-block-group"> 46 46 <!-- wp:paragraph --> … … 58 58 <!-- wp:column {"style":{"spacing":{"blockGap":"0px"}}} --> 59 59 <div class="wp-block-column"> 60 <!-- wp:group {"style":{"spacing":{"blockGap":" 1ch"}},"layout":{"type":"flex","orientation":"vertical"}} -->60 <!-- wp:group {"style":{"spacing":{"blockGap":"0.5ch"}},"layout":{"type":"flex","orientation":"vertical"}} --> 61 61 <div class="wp-block-group"> 62 62 <!-- wp:paragraph --> -
trunk/src/wp-content/themes/twentytwentythree/readme.txt
r54312 r54467 3 3 Requires at least: 6.1 4 4 Tested up to: 6.1 5 Requires PHP: 5.7 5 Requires PHP: 5.6 6 Stable tag: 1.0 6 7 License: GPLv2 or later 7 8 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 24 25 == Copyright == 25 26 26 Twenty Twenty-Three WordPress Theme, (C) 2022 wordpressdotorg27 Twenty Twenty-Three WordPress Theme, (C) 2022-2023 WordPress.org 27 28 Twenty Twenty-Three is distributed under the terms of the GNU GPL. 28 29 -
trunk/src/wp-content/themes/twentytwentythree/style.css
r54312 r54467 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, rtl-language-support, theme-options, threaded-comments, translation-ready, wide-blocks 14 Tags: one-column, custom-colors, custom-menu, custom-logo, editor-style, featured-images, full-site-editing, rtl-language-support, theme-options, threaded-comments, translation-ready, wide-blocks, accessibility-ready 15 15 */ -
trunk/src/wp-content/themes/twentytwentythree/styles/aubergine.json
r54372 r54467 1 1 { 2 "$schema": "https://schemas.wp.org/trunk/theme.json", 3 "version": 2, 2 4 "title": "Aubergine", 3 5 "settings": { … … 159 161 }, 160 162 "core/post-title": { 163 "elements": { 164 "link": { 165 ":active": { 166 "color": { 167 "text": "var(--wp--preset--color--contrast)" 168 } 169 } 170 } 171 }, 161 172 "typography": { 162 173 "fontSize": "clamp(2.625rem, calc(2.625rem + ((1vw - 0.48rem) * 8.4135)), 3.25rem)" … … 178 189 "text": "var(--wp--preset--color--primary)" 179 190 } 191 } 192 } 193 }, 194 "core/query-pagination": { 195 "border": { 196 "top": { 197 "color": "var(--wp--preset--color--primary)" 180 198 } 181 199 } … … 237 255 ":hover": { 238 256 "color": { 239 "gradient": "var(--wp--preset--gradient--primary-tertiary)", 240 "text": "var(--wp--preset--color--contrast)" 257 "background": "var(--wp--preset--color--primary)", 258 "gradient": "none", 259 "text": "var(--wp--preset--color--secondary)" 241 260 } 242 261 }, 243 262 ":focus": { 244 263 "color": { 245 "gradient": "var(--wp--preset--gradient--primary-tertiary)", 246 "text": "var(--wp--preset--color--contrast)" 264 "background": "var(--wp--preset--color--primary)", 265 "gradient": "none", 266 "text": "var(--wp--preset--color--secondary)" 247 267 } 248 268 }, 249 269 ":active": { 250 270 "color": { 251 "gradient": "var(--wp--preset--gradient--primary-tertiary)", 252 "text": "var(--wp--preset--color--contrast)" 271 "background": "var(--wp--preset--color--primary)", 272 "gradient": "none", 273 "text": "var(--wp--preset--color--secondary)" 253 274 } 254 275 } … … 262 283 ":active": { 263 284 "color": { 264 "text": "var(--wp--preset--color-- tertiary)"285 "text": "var(--wp--preset--color--primary)" 265 286 } 266 287 } … … 270 291 "fontFamily": "var(--wp--preset--font-family--dm-sans)" 271 292 } 272 }, 273 "version": 2, 274 "$schema": "https://schemas.wp.org/trunk/theme.json" 293 } 275 294 } -
trunk/src/wp-content/themes/twentytwentythree/styles/block-out.json
r54372 r54467 1 1 { 2 "$schema": "https://schemas.wp.org/trunk/theme.json", 3 "version": 2, 2 4 "title": "Block out", 3 5 "settings": { … … 74 76 { 75 77 "fluid": { 76 "max": " 14rem",78 "max": "7rem", 77 79 "min": "4rem" 78 80 }, 79 "size": " 10rem",81 "size": "7rem", 80 82 "slug": "xx-large" 81 83 } … … 126 128 }, 127 129 "core/post-title": { 130 "elements": { 131 "link": { 132 ":active": { 133 "color": { 134 "text": "var(--wp--preset--color--primary)" 135 } 136 } 137 } 138 }, 128 139 "color": { 129 140 "text": "var(--wp--preset--color--primary)" … … 146 157 }, 147 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 }, 148 174 "typography": { 149 175 "fontSize": "var(--wp--preset--font-size--xx-large)", … … 154 180 "core/query": { 155 181 "elements": { 156 "h 3": {157 " color": {158 " text": "var(--wp--preset--color--contrast)"182 "h2": { 183 "typography": { 184 "fontSize": "var(--wp--preset--font-size--large)" 159 185 } 160 186 } … … 195 221 }, 196 222 "link": { 223 ":active": { 224 "color": { 225 "text": "var(--wp--preset--color--primary)" 226 } 227 }, 197 228 "typography": { 198 229 "fontFamily": "var(--wp--preset--font-family--ibm-plex-mono)", … … 211 242 "fontFamily": "var(--wp--preset--font-family--dm-sans)" 212 243 } 213 }, 214 "version": 2, 215 "$schema": "https://schemas.wp.org/trunk/theme.json" 244 } 216 245 } -
trunk/src/wp-content/themes/twentytwentythree/styles/canary.json
r54372 r54467 1 1 { 2 "$schema": "https://schemas.wp.org/trunk/theme.json", 3 "version": 2, 2 4 "title": "Canary", 3 5 "settings": { … … 71 73 "styles": { 72 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 }, 73 89 "core/comment-reply-link": { 74 90 "typography": { … … 92 108 "typography": { 93 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 } 94 124 } 95 125 }, … … 118 148 } 119 149 }, 150 "core/query-pagination": { 151 "border": { 152 "top": { 153 "width": "4px" 154 } 155 } 156 }, 120 157 "core/separator": { 121 158 "border": { … … 143 180 } 144 181 }, 182 ":focus": { 183 "color": { 184 "background": "var(--wp--preset--color--base)", 185 "text": "var(--wp--preset--color--contrast)" 186 }, 187 "border": { 188 "color": "var(--wp--preset--color--contrast)", 189 "style": "solid", 190 "width": "2px" 191 } 192 }, 145 193 "border": { 146 194 "radius": "5px", … … 151 199 "color": { 152 200 "text": "var(--wp--preset--color--base)" 201 }, 202 "spacing": { 203 "padding": { 204 "bottom": "0.667em", 205 "left": "1.333em", 206 "right": "1.333em", 207 "top": "0.667em" 208 } 153 209 } 154 210 }, … … 187 243 "fontFamily": "var(--wp--preset--font-family--ibm-plex-mono)" 188 244 } 189 }, 190 "version": 2, 191 "$schema": "https://schemas.wp.org/trunk/theme.json" 245 } 192 246 } -
trunk/src/wp-content/themes/twentytwentythree/styles/electric.json
r54372 r54467 1 1 { 2 "$schema": "https://schemas.wp.org/trunk/theme.json", 3 "version": 2, 2 4 "title": "Electric", 3 5 "settings": { … … 90 92 "fontFamily": "var(--wp--preset--font-family--dm-sans)" 91 93 } 92 }, 93 "version": 2, 94 "$schema": "https://schemas.wp.org/trunk/theme.json" 94 } 95 95 } -
trunk/src/wp-content/themes/twentytwentythree/styles/grapes.json
r54372 r54467 1 1 { 2 "$schema": "https://schemas.wp.org/trunk/theme.json", 3 "version": 2, 2 4 "title": "Grapes", 3 5 "settings": { … … 87 89 } 88 90 } 89 }, 90 "version": 2, 91 "$schema": "https://schemas.wp.org/trunk/theme.json" 91 } 92 92 } -
trunk/src/wp-content/themes/twentytwentythree/styles/marigold.json
r54372 r54467 1 1 { 2 "$schema": "https://schemas.wp.org/trunk/theme.json", 3 "title": "Marigold", 4 "settings": { 5 "color": { 6 "palette": [ 7 { 8 "color": "#F6F2EC", 9 "name": "Base", 10 "slug": "base" 11 }, 12 { 13 "color": "#21251F", 14 "name": "Contrast", 15 "slug": "contrast" 16 }, 17 { 18 "color": "#5B4460", 19 "name": "Primary", 20 "slug": "primary" 21 }, 22 { 23 "color": "#FCC263", 24 "name": "Secondary", 25 "slug": "secondary" 26 }, 27 { 28 "color": "#E7A1A9", 29 "name": "Tertiary", 30 "slug": "tertiary" 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 ] 31 115 } 32 ]33 },34 "layout": {35 "wideSize": "1200px"36 },37 "spacing": {38 "spacingSizes": [39 {40 "size": "clamp(0.625rem, 0.434rem + 0.61vw, 0.938rem)",41 "name": "1",42 "slug": "30"43 },44 {45 "size": "clamp(1.25rem, 0.869rem + 1.22vw, 1.875rem)",46 "name": "2",47 "slug": "40"48 },49 {50 "size": "clamp(1.875rem, 1.303rem + 1.83vw, 2.813rem)",51 "name": "3",52 "slug": "50"53 },54 {55 "size": "clamp(2.5rem, 1.738rem + 2.44vw, 3.75rem)",56 "name": "4",57 "slug": "60"58 },59 {60 "size": "clamp(2.813rem, 1.098rem + 5.49vw, 5.625rem)",61 "name": "5",62 "slug": "70"63 },64 {65 "size": "clamp(3.75rem, 1.463rem + 7.32vw, 7.5rem)",66 "name": "6",67 "slug": "80"68 }69 ]70 },71 "typography": {72 "fontSizes": [73 {74 "size": "clamp(0.875rem, 0.799rem + 0.24vw, 1rem)",75 "name": "Tiny",76 "slug": "tiny"77 },78 {79 "size": "clamp(1rem, 0.924rem + 0.24vw, 1.125rem)",80 "slug": "small"81 },82 {83 "size": "clamp(1.125rem, 1.049rem + 0.24vw, 1.25rem)",84 "name": "Normal",85 "slug": "normal"86 },87 {88 "size": "clamp(1.25rem, 1.021rem + 0.73vw, 1.625rem)",89 "slug": "medium"90 },91 {92 "size": "clamp(1.375rem, 1.07rem + 0.98vw, 1.875rem)",93 "slug": "large"94 },95 {96 "size": "clamp(1.75rem, 1.369rem + 1.22vw, 2.375rem)",97 "slug": "x-large"98 },99 {100 "size": "clamp(2.125rem, 1.706rem + 1.34vw, 2.813rem)",101 "slug": "xx-large"102 },103 {104 "size": "clamp(2.5rem, 1.966rem + 1.71vw, 3.375rem)",105 "name": "Huge",106 "slug": "huge"107 },108 {109 "size": "clamp(3.375rem, 2.384rem + 3.17vw, 5rem)",110 "name": "Gigantic",111 "slug": "gigantic"112 }113 ]114 }115 116 }, 116 117 "styles": { 117 "blocks": { 118 "core/query": { 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 }, 119 302 "spacing": { 120 "padding": { 121 "left": "0", 122 "right": "0" 123 } 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" 124 315 } 125 },126 "core/post-content": {127 "elements": {128 "link": {129 "color": {130 "text": "var(--wp--preset--color--primary)"131 }132 }133 }134 },135 "core/post-excerpt": {136 "typography": {137 "fontSize": "var(--wp--preset--font-size--normal)"138 }139 },140 "core/post-title": {141 "elements": {142 "link": {143 "typography": {144 "fontSize": "var(--wp--preset--font-size--large)",145 "textDecoration": "none"146 },147 "color": {148 "text": "var(--wp--preset--color--primary)"149 },150 ":hover": {151 "border": {152 "bottom": true153 }154 }155 }156 },157 "spacing": {158 "margin": {159 "bottom": "var(--wp--preset--spacing--50)",160 "top": "var(--wp--preset--spacing--50)"161 }162 },163 "typography": {164 "fontWeight": "600"165 }166 },167 "core/pullquote": {168 "border": {169 "width": "1px 0"170 }171 },172 "core/query-pagination": {173 "elements": {174 "link": {175 "typography": {176 "textDecoration": "none"177 }178 }179 },180 "typography": {181 "fontSize": "var(--wp--preset--font-size--small)",182 "fontWeight": "400"183 }184 },185 "core/quote": {186 "elements": {187 "cite": {188 "typography": {189 "fontSize": "1.25rem"190 }191 }192 },193 "typography": {194 "fontSize": "1.625rem",195 "lineHeight": "1.5"196 }197 },198 "core/site-title": {199 "elements": {200 "link": {201 "typography": {202 "fontSize": "var(--wp--preset--font-size--normal)"203 }204 }205 },206 "typography": {207 "textTransform": "lowercase"208 }209 }210 },211 "elements": {212 "h1": {213 "typography": {214 "fontSize": "var(--wp--preset--font-size--huge)",215 "lineHeight": "1.1"216 }217 },218 "h2": {219 "typography": {220 "fontSize": "var(--wp--preset--font-size--xx-large)",221 "lineHeight": "1.2"222 }223 },224 "h3": {225 "typography": {226 "fontSize": "var(--wp--preset--font-size--x-large)",227 "lineHeight": "1.2"228 }229 },230 "h4": {231 "typography": {232 "fontSize": "var(--wp--preset--font-size--large)",233 "fontWeight": "600"234 }235 },236 "h5": {237 "typography": {238 "fontStyle": "normal",239 "fontWeight": "600",240 "textTransform": "none"241 }242 },243 "h6": {244 "typography": {245 "fontSize": "var(--wp--preset--font-size--normal)",246 "fontStyle": "normal",247 "fontWeight": "600"248 }249 },250 "heading": {251 "typography": {252 "fontStyle": "italic"253 }254 },255 "link": {256 ":hover": {257 "typography": {258 "textDecoration": "none"259 }260 }261 },262 "button": {263 "border": {264 "radius": "50px"265 },266 "color": {267 "background": "var(--wp--preset--color--secondary)"268 },269 "typography": {270 "fontSize": "var(--wp--preset--font-size--normal)"271 },272 ":hover": {273 "color": {274 "background": "var(--wp--preset--color--tertiary)"275 }276 },277 ":focus": {278 "color": {279 "background": "var(--wp--preset--color--primary)"280 }281 },282 ":active": {283 "color": {284 "background": "var(--wp--preset--color--primary)"285 }286 }287 }288 },289 "spacing": {290 "blockGap": "2.5rem",291 "padding": {292 "bottom": "var(--wp--preset--spacing--50)",293 "left": "var(--wp--preset--spacing--40)",294 "right": "var(--wp--preset--spacing--40)",295 "top": "var(--wp--preset--spacing--50)"296 }297 },298 "typography": {299 "fontFamily": "var(--wp--preset--font-family--source-serif-pro)",300 "fontSize": "var(--wp--preset--font-size--normal)",301 "lineHeight": "1.5"302 316 } 303 },304 "version": 2305 317 } -
trunk/src/wp-content/themes/twentytwentythree/styles/pilgrimage.json
r54372 r54467 1 1 { 2 "$schema": "https://schemas.wp.org/trunk/theme.json", 3 "version": 2, 2 4 "title": "Pilgrimage", 3 5 "settings": { … … 25 27 }, 26 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 { 27 39 "gradient": "linear-gradient(180deg, var(--wp--preset--color--base) 0%,var(--wp--preset--color--primary) 350%)", 28 40 "name": "Base to Primary", 29 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" 30 47 } 31 48 ], … … 66 83 ":active": { 67 84 "color": { 68 "text": "var(--wp--preset--color-- primary)"85 "text": "var(--wp--preset--color--tertiary)" 69 86 } 70 87 } … … 77 94 ":active": { 78 95 "color": { 79 "text": "var(--wp--preset--color-- primary)"96 "text": "var(--wp--preset--color--tertiary)" 80 97 }, 81 98 "typography": { … … 91 108 ":active": { 92 109 "color": { 93 "text": "var(--wp--preset--color-- primary)"110 "text": "var(--wp--preset--color--tertiary)" 94 111 } 95 112 } … … 136 153 ":hover": { 137 154 "color": { 138 "text": "var(--wp--preset--color--primary)" 139 } 140 }, 155 "text": "var(--wp--preset--color--tertiary)" 156 } 157 } 158 } 159 } 160 }, 161 "core/post-content": { 162 "elements": { 163 "link": { 141 164 "color": { 142 165 "text": "var(--wp--preset--color--primary)" … … 145 168 } 146 169 }, 147 "core/post-content": {148 "elements": {149 "link": {150 "color": {151 "text": "var(--wp--preset--color--primary)"152 }153 }154 }155 },156 170 "core/post-date": { 157 171 "elements": { … … 164 178 } 165 179 }, 180 "core/post-featured-image": { 181 "filter": { 182 "duotone": "var(--wp--preset--duotone--default-filter)" 183 } 184 }, 166 185 "core/post-title": { 167 186 "elements": { … … 169 188 ":active": { 170 189 "color": { 171 "text": "var(--wp--preset--color-- primary)"190 "text": "var(--wp--preset--color--tertiary)" 172 191 }, 173 192 "typography": { … … 188 207 } 189 208 } 209 }, 210 "border": { 211 "top": { 212 "color": "var(--wp--preset--color--primary)" 213 } 190 214 } 191 215 }, 192 216 "core/separator": { 193 217 "color": { 194 "text": "var(--wp--preset--color-- primary)"218 "text": "var(--wp--preset--color--secondary)" 195 219 } 196 220 }, … … 212 236 }, 213 237 "color": { 214 "gradient": "var(--wp--preset--gradient-- base-primary)"238 "gradient": "var(--wp--preset--gradient--dots)" 215 239 }, 216 240 "elements": { … … 276 300 }, 277 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 }, 278 315 ":active": { 279 316 "color": { 280 "text": "var(--wp--preset--color--primary)" 281 } 282 }, 283 ":hover": { 284 "color": { 285 "text":"var(--wp--preset--color--primary)" 286 } 287 }, 288 "color": { 289 "text": "var(--wp--preset--color--primary)" 317 "text": "var(--wp--preset--color--tertiary)" 318 } 290 319 } 291 320 } 292 321 } 293 }, 294 "version": 2, 295 "$schema": "https://schemas.wp.org/trunk/theme.json" 322 } 296 323 } -
trunk/src/wp-content/themes/twentytwentythree/styles/pitch.json
r54372 r54467 1 1 { 2 "$schema": "https://schemas.wp.org/trunk/theme.json", 3 "version": 2, 2 4 "title": "Pitch", 3 5 "settings": { … … 129 131 "styles": { 130 132 "blocks": { 133 "core/query-pagination": { 134 "border": { 135 "top": { 136 "color": "var(--wp--preset--color--tertiary)", 137 "width": "4px" 138 } 139 } 140 }, 131 141 "core/separator": { 132 142 "border": { … … 232 242 "lineHeight": "1.7" 233 243 } 234 }, 235 "version": 2, 236 "$schema": "https://schemas.wp.org/trunk/theme.json" 244 } 237 245 } -
trunk/src/wp-content/themes/twentytwentythree/styles/whisper.json
r54372 r54467 1 1 { 2 "$schema": "https://schemas.wp.org/trunk/theme.json", 3 "version": 2, 2 4 "title": "Whisper", 3 5 "settings": { … … 151 153 } 152 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 }, 153 172 "core/post-title": { 154 173 "elements": { … … 200 219 "padding": { 201 220 "left": "var(--wp--preset--spacing--30)" 221 } 222 } 223 }, 224 "core/query-pagination": { 225 "border": { 226 "top": { 227 "color": "var(--wp--preset--color--contrast)", 228 "style": "double", 229 "width": "6px" 230 } 231 }, 232 "elements": { 233 "link": { 234 ":hover": { 235 "border": { 236 "color": "var(--wp--preset--color--contrast)" 237 }, 238 "color": { 239 "background": "var(--wp--preset--color--tertiary)" 240 }, 241 "typography": { 242 "textDecoration": "none" 243 } 244 }, 245 ":active": { 246 "border": { 247 "color": "var(--wp--preset--color--base)", 248 "width": "0 0 2px 0" 249 } 250 } 202 251 } 203 252 } … … 501 550 "fontFamily": "var(--wp--preset--font-family--dm-sans)" 502 551 } 503 }, 504 "version": 2, 505 "$schema": "https://schemas.wp.org/trunk/theme.json" 552 } 506 553 } -
trunk/src/wp-content/themes/twentytwentythree/templates/archive.html
r54312 r54467 18 18 <!-- /wp:post-template --> 19 19 20 <!-- wp:separator {"style":{"spacing":{"margin":{"bottom":"var(--wp--preset--spacing--40)"}}}} -->21 <hr class="wp-block-separator has-alpha-channel-opacity" style="margin-bottom:var(--wp--preset--spacing--40)"/>22 <!-- /wp:separator -->23 24 20 <!-- wp:query-pagination {"paginationArrow":"arrow","layout":{"type":"flex","justifyContent":"space-between"}} --> 25 21 <!-- wp:query-pagination-previous {"label":"Newer Posts"} /--> -
trunk/src/wp-content/themes/twentytwentythree/templates/blog-alternative.html
r54235 r54467 3 3 <!-- wp:group {"tagName":"main","layout":{"type":"constrained"}} --> 4 4 <main class="wp-block-group"> 5 <!-- wp:post-author-biography {"style":{"spacing":{"margin":{"top":"var:preset|spacing|50","bottom":"var:preset|spacing|50"}}}} /--> 6 7 <!-- wp:query {"query":{"perPage":3,"pages":0,"offset":0,"postType":"post","order":"desc","orderBy":"date","author":"","search":"","exclude":[],"sticky":"","inherit":true},"align":"wide","layout":{"type":"default"}} --> 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"}} --> 8 6 <div class="wp-block-query alignwide"> 9 7 <!-- wp:post-template --> 10 <!-- wp:group {"style":{"border":{"top":{"width":"1px"},"right":{"width":"0px","style":"none"},"left":{"width":"0px","style":"none"}},"spacing":{"padding":{"top":"var:preset|spacing|50","right":"var:preset|spacing|50","bottom":"var:preset|spacing|50","left":"var:preset|spacing|50"}}},"layout":{"type":"flex","flexWrap":"nowrap"}} --> 11 <div class="wp-block-group" style="border-top-width:1px;border-right-style:none;border-right-width:0px;border-left-style:none;border-left-width:0px;padding-top:var(--wp--preset--spacing--50);padding-right:var(--wp--preset--spacing--50);padding-bottom:var(--wp--preset--spacing--50);padding-left:var(--wp--preset--spacing--50)"> 12 <!-- wp:post-date /--> 13 <!-- wp:post-title /--> 8 <!-- wp:columns {"verticalAlignment":null,"style":{"border":{"bottom":{"width":"1px"}},"spacing":{"padding":{"top":"var:preset|spacing|50","bottom":"var:preset|spacing|50"}}}} --> 9 <div class="wp-block-columns" style="border-bottom-width:1px;padding-top:var(--wp--preset--spacing--50);padding-bottom:var(--wp--preset--spacing--50)"> 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 --> 14 21 </div> 15 <!-- /wp: group-->22 <!-- /wp:columns --> 16 23 <!-- /wp:post-template --> 17 24 </div> -
trunk/src/wp-content/themes/twentytwentythree/templates/home.html
r54372 r54467 20 20 <!-- /wp:post-template --> 21 21 22 <!-- wp:separator {"align":"wide","style":{"spacing":{"margin":{"bottom":"var:preset|spacing|40"}}}} -->23 <hr class="wp-block-separator alignwide has-alpha-channel-opacity" style="margin-bottom:var(--wp--preset--spacing--40)"/>24 <!-- /wp:separator -->25 26 22 <!-- wp:query-pagination {"paginationArrow":"arrow","align":"wide","layout":{"type":"flex","justifyContent":"space-between"}} --> 27 23 <!-- wp:query-pagination-previous {"label":"Newer Posts"} /--> -
trunk/src/wp-content/themes/twentytwentythree/templates/search.html
r54372 r54467 18 18 <!-- /wp:post-template --> 19 19 20 <!-- wp:separator {"style":{"spacing":{"margin":{"bottom":"var(--wp--preset--spacing--70)"}}}} -->21 <hr class="wp-block-separator has-alpha-channel-opacity" style="margin-bottom:var(--wp--preset--spacing--70)"/>22 <!-- /wp:separator -->23 24 20 <!-- wp:query-pagination {"paginationArrow":"arrow","layout":{"type":"flex","justifyContent":"space-between"}} --> 25 21 <!-- wp:query-pagination-previous {"label":"Newer Posts"} /--> -
trunk/src/wp-content/themes/twentytwentythree/theme.json
r54372 r54467 267 267 "size": "1.75rem", 268 268 "slug": "large", 269 "fluid": false 269 "fluid": { 270 "min": "1.75rem", 271 "max": "1.875rem" 272 } 270 273 }, 271 274 { … … 486 489 "core/pullquote": { 487 490 "border": { 491 "style": "solid", 488 492 "width": "1px 0" 493 }, 494 "elements": { 495 "cite": { 496 "typography": { 497 "fontSize": "var(--wp--preset--font-size--small)", 498 "fontStyle": "normal", 499 "textTransform": "none" 500 } 501 } 502 }, 503 "typography": { 504 "lineHeight": "1.3" 505 }, 506 "spacing": { 507 "margin": { 508 "bottom": "var(--wp--preset--spacing--40) !important", 509 "top": "var(--wp--preset--spacing--40) !important" 510 } 489 511 } 490 512 }, … … 493 515 "fontSize": "var(--wp--preset--font-size--small)", 494 516 "fontWeight": "400" 517 }, 518 "spacing": { 519 "padding": { 520 "top": "var(--wp--preset--spacing--40)" 521 } 522 }, 523 "border": { 524 "top": { 525 "width": "2px", 526 "style": "solid" 527 } 495 528 }, 496 529 "elements": { … … 510 543 "border": { 511 544 "width": "1px" 545 }, 546 "elements": { 547 "cite": { 548 "typography": { 549 "fontSize": "var(--wp--preset--font-size--small)", 550 "fontStyle": "normal" 551 } 552 } 553 }, 554 "spacing": { 555 "padding": { 556 "left": "var(--wp--preset--spacing--30)", 557 "right": "var(--wp--preset--spacing--30)" 558 } 512 559 } 513 560 }, … … 591 638 "h3": { 592 639 "typography": { 593 "fontSize": " 2.25rem"640 "fontSize": "var(--wp--preset--font-size--x-large)" 594 641 } 595 642 }, 596 643 "h4": { 597 644 "typography": { 598 "fontSize": " clamp(1.75rem, calc(1.75rem + ((1vw - 0.48rem) * 8.4135)), 1.875rem)"645 "fontSize": "var(--wp--preset--font-size--large)" 599 646 } 600 647 },
Note: See TracChangeset
for help on using the changeset viewer.