- Timestamp:
- 10/04/2022 01:10:12 AM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
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 },
Note: See TracChangeset
for help on using the changeset viewer.