- Timestamp:
- 10/17/2023 02:12:07 AM (14 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentytwentyfour/styles/ice.json
r56813 r56951 4 4 "title": "Ice", 5 5 "settings": { 6 "color": { 7 "gradients": [ 8 { 9 "slug": "gradient-1", 10 "gradient": "linear-gradient(to bottom, #cbd9e1 0%, #EBEBEF 100%)", 11 "name": "Vertical azure to ice" 12 }, 13 { 14 "slug": "gradient-2", 15 "gradient": "linear-gradient(to bottom, #466577 0%, #EBEBEF 100%)", 16 "name": "Vertical slate to ice" 17 }, 18 { 19 "slug": "gradient-3", 20 "gradient": "linear-gradient(to bottom, #37505d 0%, #EBEBEF 100%)", 21 "name": "Vertical ocean to ice" 22 }, 23 { 24 "slug": "gradient-4", 25 "gradient": "linear-gradient(to bottom, #1C2930 0%, #EBEBEF 100%)", 26 "name": "Vertical ink to ice" 27 }, 28 { 29 "slug": "gradient-5", 30 "gradient": "linear-gradient(to bottom, #37505d 0%, #466577 100%)", 31 "name": "Vertical ocean to slate" 32 }, 33 { 34 "slug": "gradient-6", 35 "gradient": "linear-gradient(to bottom, #1C2930 0%, #37505d 100%)", 36 "name": "Vertical ink to ocean" 37 }, 38 { 39 "slug": "gradient-7", 40 "gradient": "linear-gradient(to bottom, #EBEBEF 50%, #cbd9e1 50%)", 41 "name": "Vertical hard ice to azure" 42 }, 43 { 44 "slug": "gradient-8", 45 "gradient": "linear-gradient(to bottom, #466577 50%, #EBEBEF 50%)", 46 "name": "Vertical hard slate to ice" 47 }, 48 { 49 "slug": "gradient-9", 50 "gradient": "linear-gradient(to bottom, #37505d 50%, #EBEBEF 50%)", 51 "name": "Vertical hard ocean to ice" 52 }, 53 { 54 "slug": "gradient-10", 55 "gradient": "linear-gradient(to bottom, #1C2930 50%, #EBEBEF 50%)", 56 "name": "Vertical hard ink to ice" 57 }, 58 { 59 "slug": "gradient-11", 60 "gradient": "linear-gradient(to bottom, #37505d 50%, #466577 50%)", 61 "name": "Vertical hard ocean to slate" 62 }, 63 { 64 "slug": "gradient-12", 65 "gradient": "linear-gradient(to bottom, #1C2930 50%, #37505d 50%)", 66 "name": "Vertical hard ink to ocean" 67 } 68 ], 69 "palette": [ 70 { 71 "color": "#EBEBEF", 72 "name": "Base", 73 "slug": "base" 74 }, 75 { 76 "color": "#DCE0E6", 77 "name": "Base / Two", 78 "slug": "base-2" 79 }, 80 { 81 "color": "#ecf1f4", 82 "name": "Base / Three", 83 "slug": "base-3" 84 }, 85 { 86 "color": "#1C2930", 87 "name": "Contrast", 88 "slug": "contrast" 89 }, 90 { 91 "color": "#37505d", 92 "name": "Contrast / Two", 93 "slug": "contrast-2" 94 }, 95 { 96 "color": "#96A5B2", 97 "name": "Contrast / Three", 98 "slug": "contrast-3" 99 } 100 ] 101 }, 6 102 "typography": { 7 103 "fontFamilies": [ 8 104 { 9 "fontFamily": "-apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif", 10 "name": "System Font", 11 "slug": "heading" 12 }, 13 { 105 "fontFace": [ 106 { 107 "fontFamily": "Inter", 108 "fontStretch": "normal", 109 "fontStyle": "normal", 110 "fontWeight": "300 900", 111 "src": [ 112 "file:./assets/fonts/inter/Inter-VariableFont_slnt,wght.woff2" 113 ] 114 } 115 ], 14 116 "fontFamily": "\"Inter\", sans-serif", 15 117 "name": "Inter", 118 "slug": "heading" 119 }, 120 { 121 "fontFace": [ 122 { 123 "fontFamily": "Jost", 124 "fontStyle": "normal", 125 "fontWeight": "100 900", 126 "src": ["file:./assets/fonts/jost/Jost-VariableFont_wght.woff2"] 127 }, 128 { 129 "fontFamily": "Jost", 130 "fontStyle": "italic", 131 "fontWeight": "100 900", 132 "src": [ 133 "file:./assets/fonts/jost/Jost-Italic-VariableFont_wght.woff2" 134 ] 135 } 136 ], 137 "fontFamily": "\"Jost\", sans-serif", 138 "name": "Jost", 16 139 "slug": "body" 140 }, 141 { 142 "fontFamily": "-apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Cantarell, Ubuntu, roboto, noto, arial, sans-serif", 143 "name": "System Sans-serif", 144 "slug": "system-sans-serif" 145 }, 146 { 147 "fontFamily": "Iowan Old Style, Apple Garamond, Baskerville, Times New Roman, Droid Serif, Times, Source Serif Pro, serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol", 148 "name": "System Serif", 149 "slug": "system-serif" 150 } 151 ], 152 "fontSizes": [ 153 { 154 "fluid": false, 155 "name": "Small", 156 "size": "1rem", 157 "slug": "small" 158 }, 159 { 160 "fluid": false, 161 "name": "Medium", 162 "size": "1.2rem", 163 "slug": "medium" 164 }, 165 { 166 "fluid": { 167 "min": "1.5rem", 168 "max": "2rem" 169 }, 170 "name": "Large", 171 "size": "2rem", 172 "slug": "large" 173 }, 174 { 175 "fluid": { 176 "min": "2rem", 177 "max": "2.65rem" 178 }, 179 "name": "Extra Large", 180 "size": "2.65rem", 181 "slug": "x-large" 182 }, 183 { 184 "fluid": { 185 "min": "2.65rem", 186 "max": "3.5rem" 187 }, 188 "name": "Extra Extra Large", 189 "size": "3.5rem", 190 "slug": "xx-large" 17 191 } 18 192 ] … … 21 195 "styles": { 22 196 "blocks": { 197 "core/button": { 198 "variations": { 199 "outline": { 200 "spacing": { 201 "padding": { 202 "bottom": "calc(1rem - 1px)", 203 "left": "calc(2.2rem - 1px)", 204 "right": "calc(2.2rem - 1px)", 205 "top": "calc(1rem - 1px)" 206 } 207 }, 208 "border": { 209 "width": "1px" 210 } 211 } 212 } 213 }, 23 214 "core/pullquote": { 24 "border": {25 "bottom": {26 "color": "var(--wp--preset--color--contrast)",27 "style": "solid",28 "width": "2px"29 },30 "left": {31 "style": "none",32 "width": "0px"33 },34 "radius": "0px",35 "right": {36 "style": "none",37 "width": "0px"38 },39 "top": {40 "color": "var(--wp--preset--color--contrast)",41 "style": "solid",42 "width": "2px"43 }44 },45 "typography": {46 "fontStyle": "normal",47 "fontWeight": "700",48 "lineHeight": "1.3"49 }50 },51 "core/quote": {52 215 "typography": { 53 216 "fontSize": "var(--wp--preset--font-size--large)", 54 217 "fontStyle": "normal", 55 "fontWeight": "700" 218 "fontWeight": "normal", 219 "lineHeight": "1.2" 220 } 221 }, 222 "core/quote": { 223 "typography": { 224 "fontFamily": "var(--wp--preset--font-family--heading)", 225 "fontSize": "var(--wp--preset--font-size--large)", 226 "fontStyle": "normal" 56 227 }, 57 228 "variations": { … … 63 234 } 64 235 } 236 }, 237 "core/site-title": { 238 "typography": { 239 "fontWeight": "400" 240 } 65 241 } 66 242 }, 67 243 "elements": { 244 "button": { 245 "border": { 246 "radius": "4px", 247 "color": "var(--wp--preset--color--contrast-2)" 248 }, 249 "color": { 250 "background": "var(--wp--preset--color--contrast-2)", 251 "text": "var(--wp--preset--color--white)" 252 }, 253 "spacing": { 254 "padding": { 255 "bottom": "1rem", 256 "left": "2.2rem", 257 "right": "2.2rem", 258 "top": "1rem" 259 } 260 }, 261 "typography": { 262 "fontFamily": "var(--wp--preset--font-family--heading)", 263 "fontSize": "0.75rem", 264 "fontStyle": "normal", 265 "textTransform": "uppercase", 266 "letterSpacing": "0.1rem" 267 }, 268 ":hover": { 269 "color": { 270 "background": "var(--wp--preset--color--contrast)" 271 }, 272 "border": { 273 "color": "var(--wp--preset--color--contrast)" 274 } 275 } 276 }, 68 277 "heading": { 69 278 "typography": { 70 "font Style": "normal",71 " fontWeight": "700"279 "fontWeight": "normal", 280 "letterSpacing": "0" 72 281 } 73 282 }
Note: See TracChangeset
for help on using the changeset viewer.