| 1 |
{ |
| 2 |
"version": 2, |
| 3 |
"settings": { |
| 4 |
"appearanceTools": false, |
| 5 |
"useRootPaddingAwareAlignments": false, |
| 6 |
"border": { |
| 7 |
"color": false, |
| 8 |
"radius": false, |
| 9 |
"style": false, |
| 10 |
"width": false |
| 11 |
}, |
| 12 |
"color": { |
| 13 |
"background": true, |
| 14 |
"custom": true, |
| 15 |
"customDuotone": true, |
| 16 |
"customGradient": true, |
| 17 |
"defaultDuotone": true, |
| 18 |
"defaultGradients": true, |
| 19 |
"defaultPalette": true, |
| 20 |
"duotone": [ |
| 21 |
{ |
| 22 |
"name": "Dark grayscale", |
| 23 |
"colors": [ "#000000", "#7f7f7f" ], |
| 24 |
"slug": "dark-grayscale" |
| 25 |
}, |
| 26 |
{ |
| 27 |
"name": "Grayscale", |
| 28 |
"colors": [ "#000000", "#ffffff" ], |
| 29 |
"slug": "grayscale" |
| 30 |
}, |
| 31 |
{ |
| 32 |
"name": "Purple and yellow", |
| 33 |
"colors": [ "#8c00b7", "#fcff41" ], |
| 34 |
"slug": "purple-yellow" |
| 35 |
}, |
| 36 |
{ |
| 37 |
"name": "Blue and red", |
| 38 |
"colors": [ "#000097", "#ff4747" ], |
| 39 |
"slug": "blue-red" |
| 40 |
}, |
| 41 |
{ |
| 42 |
"name": "Midnight", |
| 43 |
"colors": [ "#000000", "#00a5ff" ], |
| 44 |
"slug": "midnight" |
| 45 |
}, |
| 46 |
{ |
| 47 |
"name": "Magenta and yellow", |
| 48 |
"colors": [ "#c7005a", "#fff278" ], |
| 49 |
"slug": "magenta-yellow" |
| 50 |
}, |
| 51 |
{ |
| 52 |
"name": "Purple and green", |
| 53 |
"colors": [ "#a60072", "#67ff66" ], |
| 54 |
"slug": "purple-green" |
| 55 |
}, |
| 56 |
{ |
| 57 |
"name": "Blue and orange", |
| 58 |
"colors": [ "#1900d8", "#ffa96b" ], |
| 59 |
"slug": "blue-orange" |
| 60 |
} |
| 61 |
], |
| 62 |
"gradients": [ |
| 63 |
{ |
| 64 |
"name": "Vivid cyan blue to vivid purple", |
| 65 |
"gradient": "linear-gradient(135deg,rgba(6,147,227,1) 0%,rgb(155,81,224) 100%)", |
| 66 |
"slug": "vivid-cyan-blue-to-vivid-purple" |
| 67 |
}, |
| 68 |
{ |
| 69 |
"name": "Light green cyan to vivid green cyan", |
| 70 |
"gradient": "linear-gradient(135deg,rgb(122,220,180) 0%,rgb(0,208,130) 100%)", |
| 71 |
"slug": "light-green-cyan-to-vivid-green-cyan" |
| 72 |
}, |
| 73 |
{ |
| 74 |
"name": "Luminous vivid amber to luminous vivid orange", |
| 75 |
"gradient": "linear-gradient(135deg,rgba(252,185,0,1) 0%,rgba(255,105,0,1) 100%)", |
| 76 |
"slug": "luminous-vivid-amber-to-luminous-vivid-orange" |
| 77 |
}, |
| 78 |
{ |
| 79 |
"name": "Luminous vivid orange to vivid red", |
| 80 |
"gradient": "linear-gradient(135deg,rgba(255,105,0,1) 0%,rgb(207,46,46) 100%)", |
| 81 |
"slug": "luminous-vivid-orange-to-vivid-red" |
| 82 |
}, |
| 83 |
{ |
| 84 |
"name": "Very light gray to cyan bluish gray", |
| 85 |
"gradient": "linear-gradient(135deg,rgb(238,238,238) 0%,rgb(169,184,195) 100%)", |
| 86 |
"slug": "very-light-gray-to-cyan-bluish-gray" |
| 87 |
}, |
| 88 |
{ |
| 89 |
"name": "Cool to warm spectrum", |
| 90 |
"gradient": "linear-gradient(135deg,rgb(74,234,220) 0%,rgb(151,120,209) 20%,rgb(207,42,186) 40%,rgb(238,44,130) 60%,rgb(251,105,98) 80%,rgb(254,248,76) 100%)", |
| 91 |
"slug": "cool-to-warm-spectrum" |
| 92 |
}, |
| 93 |
{ |
| 94 |
"name": "Blush light purple", |
| 95 |
"gradient": "linear-gradient(135deg,rgb(255,206,236) 0%,rgb(152,150,240) 100%)", |
| 96 |
"slug": "blush-light-purple" |
| 97 |
}, |
| 98 |
{ |
| 99 |
"name": "Blush bordeaux", |
| 100 |
"gradient": "linear-gradient(135deg,rgb(254,205,165) 0%,rgb(254,45,45) 50%,rgb(107,0,62) 100%)", |
| 101 |
"slug": "blush-bordeaux" |
| 102 |
}, |
| 103 |
{ |
| 104 |
"name": "Luminous dusk", |
| 105 |
"gradient": "linear-gradient(135deg,rgb(255,203,112) 0%,rgb(199,81,192) 50%,rgb(65,88,208) 100%)", |
| 106 |
"slug": "luminous-dusk" |
| 107 |
}, |
| 108 |
{ |
| 109 |
"name": "Pale ocean", |
| 110 |
"gradient": "linear-gradient(135deg,rgb(255,245,203) 0%,rgb(182,227,212) 50%,rgb(51,167,181) 100%)", |
| 111 |
"slug": "pale-ocean" |
| 112 |
}, |
| 113 |
{ |
| 114 |
"name": "Electric grass", |
| 115 |
"gradient": "linear-gradient(135deg,rgb(202,248,128) 0%,rgb(113,206,126) 100%)", |
| 116 |
"slug": "electric-grass" |
| 117 |
}, |
| 118 |
{ |
| 119 |
"name": "Midnight", |
| 120 |
"gradient": "linear-gradient(135deg,rgb(2,3,129) 0%,rgb(40,116,252) 100%)", |
| 121 |
"slug": "midnight" |
| 122 |
} |
| 123 |
], |
| 124 |
"link": false, |
| 125 |
"palette": [ |
| 126 |
{ |
| 127 |
"name": "Black", |
| 128 |
"slug": "black", |
| 129 |
"color": "#000000" |
| 130 |
}, |
| 131 |
{ |
| 132 |
"name": "Cyan bluish gray", |
| 133 |
"slug": "cyan-bluish-gray", |
| 134 |
"color": "#abb8c3" |
| 135 |
}, |
| 136 |
{ |
| 137 |
"name": "White", |
| 138 |
"slug": "white", |
| 139 |
"color": "#ffffff" |
| 140 |
}, |
| 141 |
{ |
| 142 |
"name": "Pale pink", |
| 143 |
"slug": "pale-pink", |
| 144 |
"color": "#f78da7" |
| 145 |
}, |
| 146 |
{ |
| 147 |
"name": "Vivid red", |
| 148 |
"slug": "vivid-red", |
| 149 |
"color": "#cf2e2e" |
| 150 |
}, |
| 151 |
{ |
| 152 |
"name": "Luminous vivid orange", |
| 153 |
"slug": "luminous-vivid-orange", |
| 154 |
"color": "#ff6900" |
| 155 |
}, |
| 156 |
{ |
| 157 |
"name": "Luminous vivid amber", |
| 158 |
"slug": "luminous-vivid-amber", |
| 159 |
"color": "#fcb900" |
| 160 |
}, |
| 161 |
{ |
| 162 |
"name": "Light green cyan", |
| 163 |
"slug": "light-green-cyan", |
| 164 |
"color": "#7bdcb5" |
| 165 |
}, |
| 166 |
{ |
| 167 |
"name": "Vivid green cyan", |
| 168 |
"slug": "vivid-green-cyan", |
| 169 |
"color": "#00d084" |
| 170 |
}, |
| 171 |
{ |
| 172 |
"name": "Pale cyan blue", |
| 173 |
"slug": "pale-cyan-blue", |
| 174 |
"color": "#8ed1fc" |
| 175 |
}, |
| 176 |
{ |
| 177 |
"name": "Vivid cyan blue", |
| 178 |
"slug": "vivid-cyan-blue", |
| 179 |
"color": "#0693e3" |
| 180 |
}, |
| 181 |
{ |
| 182 |
"name": "Vivid purple", |
| 183 |
"slug": "vivid-purple", |
| 184 |
"color": "#9b51e0" |
| 185 |
} |
| 186 |
], |
| 187 |
"text": true |
| 188 |
}, |
| 189 |
"shadow": { |
| 190 |
"defaultPresets": true, |
| 191 |
"presets": [ |
| 192 |
{ |
| 193 |
"name": "Natural", |
| 194 |
"slug": "natural", |
| 195 |
"shadow": "6px 6px 9px rgba(0, 0, 0, 0.2)" |
| 196 |
}, |
| 197 |
{ |
| 198 |
"name": "Deep", |
| 199 |
"slug": "deep", |
| 200 |
"shadow": "12px 12px 50px rgba(0, 0, 0, 0.4)" |
| 201 |
}, |
| 202 |
{ |
| 203 |
"name": "Sharp", |
| 204 |
"slug": "sharp", |
| 205 |
"shadow": "6px 6px 0px rgba(0, 0, 0, 0.2)" |
| 206 |
}, |
| 207 |
{ |
| 208 |
"name": "Outlined", |
| 209 |
"slug": "outlined", |
| 210 |
"shadow": "6px 6px 0px -3px rgba(255, 255, 255, 1), 6px 6px rgba(0, 0, 0, 1)" |
| 211 |
}, |
| 212 |
{ |
| 213 |
"name": "Crisp", |
| 214 |
"slug": "crisp", |
| 215 |
"shadow": "6px 6px 0px rgba(0, 0, 0, 1)" |
| 216 |
} |
| 217 |
] |
| 218 |
}, |
| 219 |
"layout": { |
| 220 |
"definitions": { |
| 221 |
"default": { |
| 222 |
"name": "default", |
| 223 |
"slug": "flow", |
| 224 |
"className": "is-layout-flow", |
| 225 |
"baseStyles": [ |
| 226 |
{ |
| 227 |
"selector": " > .alignleft", |
| 228 |
"rules": { |
| 229 |
"float": "left", |
| 230 |
"margin-inline-start": "0", |
| 231 |
"margin-inline-end": "2em" |
| 232 |
} |
| 233 |
}, |
| 234 |
{ |
| 235 |
"selector": " > .alignright", |
| 236 |
"rules": { |
| 237 |
"float": "right", |
| 238 |
"margin-inline-start": "2em", |
| 239 |
"margin-inline-end": "0" |
| 240 |
} |
| 241 |
}, |
| 242 |
{ |
| 243 |
"selector": " > .aligncenter", |
| 244 |
"rules": { |
| 245 |
"margin-left": "auto !important", |
| 246 |
"margin-right": "auto !important" |
| 247 |
} |
| 248 |
} |
| 249 |
], |
| 250 |
"spacingStyles": [ |
| 251 |
{ |
| 252 |
"selector": " > *", |
| 253 |
"rules": { |
| 254 |
"margin-block-start": "0", |
| 255 |
"margin-block-end": "0" |
| 256 |
} |
| 257 |
}, |
| 258 |
{ |
| 259 |
"selector": " > * + *", |
| 260 |
"rules": { |
| 261 |
"margin-block-start": null, |
| 262 |
"margin-block-end": "0" |
| 263 |
} |
| 264 |
} |
| 265 |
] |
| 266 |
}, |
| 267 |
"constrained": { |
| 268 |
"name": "constrained", |
| 269 |
"slug": "constrained", |
| 270 |
"className": "is-layout-constrained", |
| 271 |
"baseStyles": [ |
| 272 |
{ |
| 273 |
"selector": " > .alignleft", |
| 274 |
"rules": { |
| 275 |
"float": "left", |
| 276 |
"margin-inline-start": "0", |
| 277 |
"margin-inline-end": "2em" |
| 278 |
} |
| 279 |
}, |
| 280 |
{ |
| 281 |
"selector": " > .alignright", |
| 282 |
"rules": { |
| 283 |
"float": "right", |
| 284 |
"margin-inline-start": "2em", |
| 285 |
"margin-inline-end": "0" |
| 286 |
} |
| 287 |
}, |
| 288 |
{ |
| 289 |
"selector": " > .aligncenter", |
| 290 |
"rules": { |
| 291 |
"margin-left": "auto !important", |
| 292 |
"margin-right": "auto !important" |
| 293 |
} |
| 294 |
}, |
| 295 |
{ |
| 296 |
"selector": " > :where(:not(.alignleft):not(.alignright):not(.alignfull))", |
| 297 |
"rules": { |
| 298 |
"max-width": "var(--wp--style--global--content-size)", |
| 299 |
"margin-left": "auto !important", |
| 300 |
"margin-right": "auto !important" |
| 301 |
} |
| 302 |
}, |
| 303 |
{ |
| 304 |
"selector": " > .alignwide", |
| 305 |
"rules": { |
| 306 |
"max-width": "var(--wp--style--global--wide-size)" |
| 307 |
} |
| 308 |
} |
| 309 |
], |
| 310 |
"spacingStyles": [ |
| 311 |
{ |
| 312 |
"selector": " > *", |
| 313 |
"rules": { |
| 314 |
"margin-block-start": "0", |
| 315 |
"margin-block-end": "0" |
| 316 |
} |
| 317 |
}, |
| 318 |
{ |
| 319 |
"selector": " > * + *", |
| 320 |
"rules": { |
| 321 |
"margin-block-start": null, |
| 322 |
"margin-block-end": "0" |
| 323 |
} |
| 324 |
} |
| 325 |
] |
| 326 |
}, |
| 327 |
"flex": { |
| 328 |
"name": "flex", |
| 329 |
"slug": "flex", |
| 330 |
"className": "is-layout-flex", |
| 331 |
"displayMode": "flex", |
| 332 |
"baseStyles": [ |
| 333 |
{ |
| 334 |
"selector": "", |
| 335 |
"rules": { |
| 336 |
"flex-wrap": "wrap", |
| 337 |
"align-items": "center" |
| 338 |
} |
| 339 |
}, |
| 340 |
{ |
| 341 |
"selector": " > *", |
| 342 |
"rules": { |
| 343 |
"margin": "0" |
| 344 |
} |
| 345 |
} |
| 346 |
], |
| 347 |
"spacingStyles": [ |
| 348 |
{ |
| 349 |
"selector": "", |
| 350 |
"rules": { |
| 351 |
"gap": null |
| 352 |
} |
| 353 |
} |
| 354 |
] |
| 355 |
} |
| 356 |
} |
| 357 |
}, |
| 358 |
"spacing": { |
| 359 |
"blockGap": null, |
| 360 |
"margin": false, |
| 361 |
"padding": false, |
| 362 |
"customSpacingSize": true, |
| 363 |
"units": [ "px", "em", "rem", "vh", "vw", "%" ], |
| 364 |
"spacingScale": { |
| 365 |
"operator": "*", |
| 366 |
"increment": 1.5, |
| 367 |
"steps": 7, |
| 368 |
"mediumStep": 1.5, |
| 369 |
"unit": "rem" |
| 370 |
} |
| 371 |
}, |
| 372 |
"typography": { |
| 373 |
"customFontSize": true, |
| 374 |
"dropCap": true, |
| 375 |
"fontSizes": [ |
| 376 |
{ |
| 377 |
"name": "Small", |
| 378 |
"slug": "small", |
| 379 |
"size": "13px" |
| 380 |
}, |
| 381 |
{ |
| 382 |
"name": "Medium", |
| 383 |
"slug": "medium", |
| 384 |
"size": "20px" |
| 385 |
}, |
| 386 |
{ |
| 387 |
"name": "Large", |
| 388 |
"slug": "large", |
| 389 |
"size": "36px" |
| 390 |
}, |
| 391 |
{ |
| 392 |
"name": "Extra Large", |
| 393 |
"slug": "x-large", |
| 394 |
"size": "42px" |
| 395 |
} |
| 396 |
], |
| 397 |
"fontStyle": true, |
| 398 |
"fontWeight": true, |
| 399 |
"letterSpacing": true, |
| 400 |
"lineHeight": false, |
| 401 |
"textDecoration": true, |
| 402 |
"textTransform": true |
| 403 |
}, |
| 404 |
"blocks": { |
| 405 |
"core/button": { |
| 406 |
"border": { |
| 407 |
"radius": true |
| 408 |
} |
| 409 |
}, |
| 410 |
"core/pullquote": { |
| 411 |
"border": { |
| 412 |
"color": true, |
| 413 |
"radius": true, |
| 414 |
"style": true, |
| 415 |
"width": true |
| 416 |
} |
| 417 |
} |
| 418 |
} |
| 419 |
}, |
| 420 |
"styles": { |
| 421 |
"elements": { |
| 422 |
"button": { |
| 423 |
"color": { |
| 424 |
"text": "#fff", |
| 425 |
"background": "#32373c" |
| 426 |
}, |
| 427 |
"spacing": { |
| 428 |
"padding": "calc(0.667em + 2px) calc(1.333em + 2px)" |
| 429 |
}, |
| 430 |
"typography": { |
| 431 |
"fontSize": "inherit", |
| 432 |
"fontFamily": "inherit", |
| 433 |
"lineHeight": "inherit", |
| 434 |
"textDecoration": "none" |
| 435 |
}, |
| 436 |
"border": { |
| 437 |
"width": "0" |
| 438 |
} |
| 439 |
}, |
| 440 |
"link": { |
| 441 |
"typography": { |
| 442 |
"textDecoration": "underline" |
| 443 |
} |
| 444 |
} |
| 445 |
}, |
| 446 |
"spacing": { |
| 447 |
"blockGap": "24px", |
| 448 |
"padding": { |
| 449 |
"top": "0px", |
| 450 |
"right": "0px", |
| 451 |
"bottom": "0px", |
| 452 |
"left": "0px" |
| 453 |
} |
| 454 |
} |
| 455 |
} |
| 456 |
} |
| 457 |
|