Changeset 54372
- Timestamp:
- 10/04/2022 01:10:12 AM (2 years ago)
- Location:
- trunk/src/wp-content/themes/twentytwentythree
- Files:
-
- 1 added
- 2 deleted
- 16 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentytwentythree/patterns/post-meta.php
r54312 r54372 50 50 <!-- /wp:paragraph --> 51 51 52 <!-- wp:post-author -name {"isLink":true} /-->52 <!-- wp:post-author {"showAvatar":false} /--> 53 53 </div> 54 54 <!-- /wp:group --> -
trunk/src/wp-content/themes/twentytwentythree/styles/aubergine.json
r54312 r54372 116 116 } 117 117 }, 118 "core/post-author-name": { 119 "elements": { 120 "link": { 121 "color": { 122 "text": "var(--wp--preset--color--primary)" 123 }, 124 "typography": { 125 "fontStyle": "italic" 126 } 127 } 118 "core/post-author": { 119 "color": { 120 "text": "var(--wp--preset--color--primary)" 121 }, 122 "typography": { 123 "fontStyle": "italic" 128 124 } 129 125 }, -
trunk/src/wp-content/themes/twentytwentythree/styles/block-out.json
r54312 r54372 171 171 "fontStyle": "italic", 172 172 "fontWeight": "400" 173 }, 174 ":active": { 175 "color": { 176 "text": "var(--wp--preset--color--contrast)" 177 } 173 178 } 174 179 }, -
trunk/src/wp-content/themes/twentytwentythree/styles/canary.json
r54235 r54372 132 132 "elements": { 133 133 "button": { 134 ":hover": { 135 "color": { 136 "background": "var(--wp--preset--color--base)", 137 "text": "var(--wp--preset--color--contrast)" 138 }, 139 "border": { 140 "color": "var(--wp--preset--color--contrast)", 141 "style": "solid", 142 "width": "2px" 143 } 144 }, 134 145 "border": { 135 "radius": "5px" 146 "radius": "5px", 147 "color": "var(--wp--preset--color--contrast)", 148 "style": "solid", 149 "width": "2px" 136 150 }, 137 151 "color": { -
trunk/src/wp-content/themes/twentytwentythree/styles/electric.json
r54235 r54372 35 35 "elements": { 36 36 "button": { 37 "border": { 38 "style": "solid", 39 "width": "2px", 40 "color": "var(--wp--preset--color--contrast)" 41 }, 37 42 "color": { 38 43 "background": "var(--wp--preset--color--contrast)", 39 44 "text": "var(--wp--preset--color--base)" 45 }, 46 "spacing": { 47 "padding": { 48 "top": ".667em", 49 "right": "1.333em", 50 "bottom": ".667em", 51 "left": "1.333em" 52 } 53 }, 54 ":active": { 55 "typography": { 56 "textDecoration": "underline dotted" 57 } 58 }, 59 ":focus": { 60 "typography": { 61 "textDecoration": "underline dotted" 62 } 40 63 }, 41 64 ":hover": { … … 43 66 "color": "var(--wp--preset--color--contrast)", 44 67 "style": "solid", 45 "width": " 1px"68 "width": "2px" 46 69 }, 47 70 "color": { -
trunk/src/wp-content/themes/twentytwentythree/styles/grapes.json
r54235 r54372 34 34 "styles": { 35 35 "blocks": { 36 "core/post-comments": { 37 "elements": { 38 "link": { 39 ":hover": { 40 "typography": { 41 "textDecoration": "underline dashed" 42 } 43 } 44 } 45 } 46 }, 36 47 "core/post-date": { 37 48 "typography": { … … 44 55 "fontFamily": "var(--wp--preset--font-family--source-serif-pro)", 45 56 "fontStyle": "italic" 57 } 58 }, 59 "core/site-title": { 60 "typography": { 61 "textTransform": "lowercase" 46 62 } 47 63 } … … 66 82 ":hover": { 67 83 "typography": { 68 "textDecoration": "underline "84 "textDecoration": "underline dashed" 69 85 } 70 86 } -
trunk/src/wp-content/themes/twentytwentythree/styles/marigold.json
r54235 r54372 39 39 { 40 40 "size": "clamp(0.625rem, 0.434rem + 0.61vw, 0.938rem)", 41 "name": " 30",41 "name": "1", 42 42 "slug": "30" 43 43 }, 44 44 { 45 45 "size": "clamp(1.25rem, 0.869rem + 1.22vw, 1.875rem)", 46 "name": " 40",46 "name": "2", 47 47 "slug": "40" 48 48 }, 49 49 { 50 50 "size": "clamp(1.875rem, 1.303rem + 1.83vw, 2.813rem)", 51 "name": " 50",51 "name": "3", 52 52 "slug": "50" 53 53 }, 54 54 { 55 55 "size": "clamp(2.5rem, 1.738rem + 2.44vw, 3.75rem)", 56 "name": " 60",56 "name": "4", 57 57 "slug": "60" 58 58 }, 59 59 { 60 60 "size": "clamp(2.813rem, 1.098rem + 5.49vw, 5.625rem)", 61 "name": " 70",61 "name": "5", 62 62 "slug": "70" 63 63 }, 64 64 { 65 65 "size": "clamp(3.75rem, 1.463rem + 7.32vw, 7.5rem)", 66 "name": " 80",66 "name": "6", 67 67 "slug": "80" 68 68 } … … 203 203 } 204 204 } 205 }, 206 "typography": { 207 "textTransform": "lowercase" 205 208 } 206 209 } -
trunk/src/wp-content/themes/twentytwentythree/styles/pilgrimage.json
r54235 r54372 204 204 } 205 205 } 206 }, 207 "typography": { 208 "fontStyle": "italic", 209 "fontWeight": "700" 206 210 } 207 211 } … … 214 218 ":active": { 215 219 "color": { 216 "background": "var(--wp--preset--color--secondary)" 220 "background": "var(--wp--preset--color--secondary)", 221 "gradient": "none" 217 222 } 218 223 }, -
trunk/src/wp-content/themes/twentytwentythree/styles/pitch.json
r54235 r54372 43 43 "size": "calc(8px + 1.5625vw)", 44 44 "slug": "20", 45 "name": " Tiny"45 "name": "1" 46 46 }, 47 47 { 48 48 "size": "calc(12px + 1.5625vw)", 49 49 "slug": "30", 50 "name": " Small"50 "name": "2" 51 51 }, 52 52 { 53 53 "size": "calc(16px + 1.5625vw)", 54 54 "slug": "40", 55 "name": " Medium"55 "name": "3" 56 56 }, 57 57 { 58 58 "size": "calc(20px + 1.5625vw)", 59 59 "slug": "50", 60 "name": " Large"60 "name": "4" 61 61 }, 62 62 { 63 63 "size": "calc(24px + 1.5625vw)", 64 64 "slug": "60", 65 "name": " Extra Large"65 "name": "5" 66 66 }, 67 67 { 68 68 "size": "calc(28px + 1.5625vw)", 69 69 "slug": "70", 70 "name": " 2X Large"70 "name": "6" 71 71 }, 72 72 { 73 73 "size": "calc(32px + 1.5625vw)", 74 74 "slug": "80", 75 "name": " 3X Large"75 "name": "7" 76 76 } 77 77 ] … … 146 146 "button": { 147 147 "border": { 148 "radius": "0" 148 "radius": "0", 149 "style": "solid", 150 "width": "2px", 151 "color": "var(--wp--preset--color--primary)" 149 152 }, 150 153 "color": { … … 154 157 "spacing": { 155 158 "padding": { 156 "top": "min(1. 25rem, 3vw)",157 "right": "min(2. 25rem, 5vw)",158 "bottom": "min(1. 25rem, 3vw)",159 "left": "min(2. 25rem, 5vw)"159 "top": "min(1.125rem, 3vw) !important", 160 "right": "min(2.125rem, 5vw) !important", 161 "bottom": "min(1.125rem, 3vw) !important", 162 "left": "min(2.125rem, 5vw) !important" 160 163 } 161 164 }, … … 167 170 }, 168 171 ":hover": { 172 "border": { 173 "color": "var(--wp--preset--color--contrast)" 174 }, 169 175 "color": { 170 176 "background": "var(--wp--preset--color--contrast)", 171 "text": "var(--wp--preset--color-- primary)"177 "text": "var(--wp--preset--color--tertiary)" 172 178 } 173 179 }, 174 180 ":focus": { 181 "border": { 182 "color": "var(--wp--preset--color--contrast)" 183 }, 175 184 "color": { 176 185 "background": "var(--wp--preset--color--contrast)", 177 "text": "var(--wp--preset--color-- primary)"186 "text": "var(--wp--preset--color--tertiary)" 178 187 } 179 188 }, 180 189 ":active": { 190 "border": { 191 "color": "var(--wp--preset--color--contrast)" 192 }, 181 193 "color": { 182 194 "background": "var(--wp--preset--color--contrast)", 183 "text": "var(--wp--preset--color-- primary)"195 "text": "var(--wp--preset--color--tertiary)" 184 196 } 185 197 } -
trunk/src/wp-content/themes/twentytwentythree/styles/sherbet.json
r54235 r54372 8 8 { 9 9 "colors": [ 10 "rgb(81, 82, 213)", 11 "rgb(121, 238, 196)", 12 "rgb(236, 249, 87)", 13 "rgb(247, 69, 204)" 10 "#FF99FF", 11 "#FFFF99", 12 "#99FFFF" 14 13 ], 15 14 "name": "Default filter", … … 22 21 "name": "Primary to Secondary to Tertiary", 23 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" 24 33 } 25 34 ], … … 55 64 "fontSizes": [ 56 65 { 66 "fluid": false, 57 67 "size": "0.75rem", 58 68 "slug": "x-small" … … 60 70 { 61 71 "fluid": { 62 "min": "0.875rem" 72 "min": "0.875rem", 73 "max": "1rem" 63 74 }, 64 75 "size": "1rem", … … 67 78 { 68 79 "fluid": { 69 "min": "1rem" 80 "min": "1rem", 81 "max": "1.125rem" 70 82 }, 71 83 "size": "1.125rem", … … 73 85 }, 74 86 { 87 "fluid": { 88 "min": "1.5rem", 89 "max": "1.75rem" 90 }, 75 91 "size": "1.75rem", 76 92 "slug": "large" 77 93 }, 78 94 { 95 "fluid": { 96 "min": "2rem", 97 "max": "2.25rem" 98 }, 79 99 "size": "2.25rem", 80 100 "slug": "x-large" 81 101 }, 82 102 { 103 "fluid": { 104 "min": "2.5rem", 105 "max": "2.75rem" 106 }, 83 107 "size": "2.75rem", 84 108 "slug": "xx-large" … … 89 113 "styles": { 90 114 "blocks": { 91 "core/heading": { 92 "typography": { 93 "fontWeight": "500" 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" 94 136 } 95 137 }, 96 138 "core/navigation": { 97 139 "typography": { 98 "fontSize": "var(--wp--preset--font-size-- x-small)",140 "fontSize": "var(--wp--preset--font-size--small)", 99 141 "fontWeight": "500", 100 142 "textTransform": "uppercase" … … 106 148 "color": { 107 149 "text": "var(--wp--preset--color--contrast)" 150 }, 151 ":active": { 152 "color": { 153 "text": "var(--wp--preset--color--contrast)" 154 } 108 155 } 109 156 } 157 } 158 }, 159 "core/post-date": { 160 "typography": { 161 "textTransform": "uppercase" 110 162 } 111 163 }, … … 143 195 "elements": { 144 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 }, 145 225 ":active": { 146 226 "color": { 147 "text": "var(--wp--preset--color--base)" 148 } 149 }, 150 ":hover": { 151 "color": { 152 "gradient": "radial-gradient(ellipse at top left, rgba(236, 249, 87, 1) 15% , transparent 100%) fixed, radial-gradient(ellipse at bottom left, rgba(247, 69, 204, 1) 15% , transparent 100%) fixed, radial-gradient(ellipse at top right, rgba(121, 238, 196, 1) 15% , transparent 100%) fixed, radial-gradient(ellipse at bottom right, rgba(81, 82, 213, 1) 15% , transparent 100%) fixed", 153 "text": "var(--wp--preset--color--base)" 154 } 155 }, 156 "border": { 157 "radius": "99999px" 158 }, 159 "color": { 160 "background": "var(--wp--preset--color--base)", 161 "gradient": "radial-gradient(ellipse at bottom right, rgba(236, 249, 87, 1) 15% , transparent 100%) fixed, radial-gradient(ellipse at top right, rgba(247, 69, 204, 1) 15% , transparent 100%) fixed, radial-gradient(ellipse at bottom left, rgba(121, 238, 196, 1) 15% , transparent 100%) fixed, radial-gradient(ellipse at bottom left, rgba(81, 82, 213, 1) 15% , transparent 100%) fixed", 162 "text": "var(--wp--preset--color--contrast)" 163 }, 164 "typography": { 165 "fontSize": "var(--wp--preset--font-size--x-small)", 166 "fontWeight": "400", 167 "textTransform": "uppercase" 227 "background": "var(--wp--preset--color--contrast)", 228 "gradient": "none" 229 } 168 230 } 169 231 }, -
trunk/src/wp-content/themes/twentytwentythree/styles/whisper.json
r54235 r54372 257 257 "typography": { 258 258 "fontSize": "var(--wp--preset--font-size--large)", 259 "lineHeight": "1.4" 259 "lineHeight": "1.4", 260 "textTransform": "capitalize" 261 } 262 }, 263 "core/comment-author-name":{ 264 "elements": { 265 "link": { 266 ":hover": { 267 "typography": { 268 "textDecoration": "none" 269 } 270 }, 271 ":focus": { 272 "typography": { 273 "textDecoration": "none" 274 } 275 } 276 } 277 } 278 }, 279 "core/comment-date": { 280 "elements": { 281 "link": { 282 ":hover": { 283 "typography": { 284 "textDecoration": "none" 285 } 286 }, 287 ":focus": { 288 "typography": { 289 "textDecoration": "none" 290 } 291 } 292 } 293 } 294 }, 295 "core/comment-edit-link": { 296 "elements": { 297 "link": { 298 ":hover": { 299 "typography": { 300 "textDecoration": "none" 301 } 302 }, 303 ":focus": { 304 "typography": { 305 "textDecoration": "none" 306 } 307 } 308 } 260 309 } 261 310 } … … 421 470 }, 422 471 ":active": { 472 "border": { 473 "width": "0" 474 }, 423 475 "color": { 424 476 "text": "var(--wp--preset--color--secondary)" -
trunk/src/wp-content/themes/twentytwentythree/templates/home.html
r54312 r54372 3 3 <!-- wp:group {"tagName":"main","style":{"spacing":{"margin":{"top":"var:preset|spacing|70","bottom":"var:preset|spacing|70"}}},"layout":{"type":"constrained"}} --> 4 4 <main class="wp-block-group" style="margin-top:var(--wp--preset--spacing--70);margin-bottom:var(--wp--preset--spacing--70)"> 5 6 <!-- wp:image {"align":"wide"} -->7 <figure class="wp-block-image alignwide"><img alt=""/></figure>8 <!-- /wp:image -->9 10 5 <!-- wp:heading {"level":1,"align":"wide","style":{"spacing":{"margin":{"top":"var:preset|spacing|60","bottom":"var:preset|spacing|50"}}}} --> 11 6 <h1 class="alignwide" style="margin-top:var(--wp--preset--spacing--60);margin-bottom:var(--wp--preset--spacing--50)">Mindblown: a blog about philosophy.</h1> -
trunk/src/wp-content/themes/twentytwentythree/templates/page.html
r54235 r54372 5 5 <!-- wp:group {"layout":{"type":"constrained"}} --> 6 6 <div class="wp-block-group"> 7 <!-- wp:post-featured-image {"overlayColor":"contrast","dimRatio":50,"align":"wide"} /--> 7 8 <!-- wp:post-title {"level":1,"align":"wide","style":{"spacing":{"margin":{"top":"var:preset|spacing|70","bottom":"var:preset|spacing|70"}}}} /--> 8 9 </div> -
trunk/src/wp-content/themes/twentytwentythree/templates/search.html
r54312 r54372 28 28 29 29 <!-- wp:query-no-results --> 30 <!-- wp:paragraph --> 31 <p>Sorry, but nothing matched your search terms. Please try again with some different keywords.</p> 32 <!-- /wp:paragraph --> 33 34 <!-- wp:search {"label":"Search","showLabel":false,"buttonText":"Search","buttonUseIcon":true} /--> 30 <!-- wp:pattern {"slug":"twentytwentythree/hidden-no-results-content"} /--> 35 31 <!-- /wp:query-no-results --> 36 32 </div> -
trunk/src/wp-content/themes/twentytwentythree/templates/single.html
r54235 r54372 5 5 <!-- wp:group {"layout":{"type":"constrained"}} --> 6 6 <div class="wp-block-group"> 7 <!-- wp:post-featured-image {"overlayColor":"contrast","dimRatio":50,"align":"wide"} /--> 7 8 <!-- wp:post-title {"level":1,"align":"wide","style":{"spacing":{"margin":{"top":"var:preset|spacing|70","bottom":"var:preset|spacing|70"}}}} /--> 8 9 </div> -
trunk/src/wp-content/themes/twentytwentythree/theme.json
r54312 r54372 24 24 ], 25 25 "title": "404" 26 },27 {28 "name": "with-featured-image",29 "postTypes": [30 "page",31 "post"32 ],33 "title": "With Featured Image"34 },35 {36 "name": "with-cover-block",37 "postTypes": [38 "page",39 "post"40 ],41 "title": "With Cover Block"42 26 } 43 27 ], … … 85 69 "size": "clamp(1.5rem, 5vw, 2rem)", 86 70 "slug": "30", 87 "name": " 30"71 "name": "1" 88 72 }, 89 73 { 90 74 "size": "clamp(1.8rem, 1.8rem + ((1vw - 0.48rem) * 2.885), 3rem)", 91 75 "slug": "40", 92 "name": " 40"76 "name": "2" 93 77 }, 94 78 { 95 79 "size": "clamp(2.5rem, 8vw, 6.5rem)", 96 80 "slug": "50", 97 "name": " 50"81 "name": "3" 98 82 }, 99 83 { 100 84 "size": "clamp(3.75rem, 10vw, 7rem)", 101 85 "slug": "60", 102 "name": " 60"86 "name": "4" 103 87 }, 104 88 { 105 89 "size": "clamp(5rem, 5.25rem + ((1vw - 0.48rem) * 9.096), 8rem)", 106 90 "slug": "70", 107 "name": " 70"91 "name": "5" 108 92 }, 109 93 { 110 94 "size": "clamp(7rem, 14vw, 11rem)", 111 95 "slug": "80", 112 "name": " 80"96 "name": "6" 113 97 } 114 98 ], … … 359 343 "typography": { 360 344 "textDecoration": "none" 345 }, 346 ":hover": { 347 "typography": { 348 "textDecoration": "underline" 349 } 361 350 } 362 351 } … … 474 463 "typography": { 475 464 "fontSize": "var(--wp--preset--font-size--small)" 476 },477 "elements": {478 "link": {479 ":hover": {480 "typography": {481 "textDecoration": "underline"482 }483 },484 ":focus": {485 "typography": {486 "textDecoration": "underline dashed"487 }488 },489 ":active": {490 "color": {491 "text": "var(--wp--preset--color--secondary)"492 },493 "typography": {494 "textDecoration": "none"495 }496 },497 "typography": {498 "textDecoration": "none"499 }500 }501 465 } 502 466 }, … … 534 498 "typography": { 535 499 "textDecoration": "none" 500 }, 501 ":hover": { 502 "typography": { 503 "textDecoration": "underline" 504 } 536 505 } 537 506 }
Note: See TracChangeset
for help on using the changeset viewer.