| 1 | { |
|---|
| 2 | "$schema": "https://schemas.wp.org/trunk/theme.json", |
|---|
| 3 | "version": 2, |
|---|
| 4 | "patterns": [ |
|---|
| 5 | "three-columns-of-services", |
|---|
| 6 | "clients-section" |
|---|
| 7 | ], |
|---|
| 8 | "settings": { |
|---|
| 9 | "appearanceTools": true, |
|---|
| 10 | "color": { |
|---|
| 11 | "defaultDuotone": false, |
|---|
| 12 | "defaultPalette": false, |
|---|
| 13 | "defaultGradients": false, |
|---|
| 14 | "duotone": [ |
|---|
| 15 | { |
|---|
| 16 | "colors": ["#111111", "#ffffff"], |
|---|
| 17 | "slug": "duotone-1", |
|---|
| 18 | "name": "Black and white" |
|---|
| 19 | }, |
|---|
| 20 | { |
|---|
| 21 | "colors": ["#111111", "#C2A990"], |
|---|
| 22 | "slug": "duotone-2", |
|---|
| 23 | "name": "Black and sandstone" |
|---|
| 24 | }, |
|---|
| 25 | { |
|---|
| 26 | "colors": ["#111111", "#D8613C"], |
|---|
| 27 | "slug": "duotone-3", |
|---|
| 28 | "name": "Black and rust" |
|---|
| 29 | }, |
|---|
| 30 | { |
|---|
| 31 | "colors": ["#111111", "#B1C5A4"], |
|---|
| 32 | "slug": "duotone-4", |
|---|
| 33 | "name": "Black and sage" |
|---|
| 34 | }, |
|---|
| 35 | { |
|---|
| 36 | "colors": ["#111111", "#B5BDBC"], |
|---|
| 37 | "slug": "duotone-5", |
|---|
| 38 | "name": "Black and pastel blue" |
|---|
| 39 | } |
|---|
| 40 | ], |
|---|
| 41 | "gradients": [ |
|---|
| 42 | { |
|---|
| 43 | "slug": "gradient-1", |
|---|
| 44 | "gradient": "linear-gradient(to bottom, #cfcabe 0%, #F9F9F9 100%)", |
|---|
| 45 | "name": "Vertical soft beige to white" |
|---|
| 46 | }, |
|---|
| 47 | { |
|---|
| 48 | "slug": "gradient-2", |
|---|
| 49 | "gradient": "linear-gradient(to bottom, #C2A990 0%, #F9F9F9 100%)", |
|---|
| 50 | "name": "Vertical soft sandstone to white" |
|---|
| 51 | }, |
|---|
| 52 | { |
|---|
| 53 | "slug": "gradient-3", |
|---|
| 54 | "gradient": "linear-gradient(to bottom, #D8613C 0%, #F9F9F9 100%)", |
|---|
| 55 | "name": "Vertical soft rust to white" |
|---|
| 56 | }, |
|---|
| 57 | { |
|---|
| 58 | "slug": "gradient-4", |
|---|
| 59 | "gradient": "linear-gradient(to bottom, #B1C5A4 0%, #F9F9F9 100%)", |
|---|
| 60 | "name": "Vertical soft sage to white" |
|---|
| 61 | }, |
|---|
| 62 | { |
|---|
| 63 | "slug": "gradient-5", |
|---|
| 64 | "gradient": "linear-gradient(to bottom, #B5BDBC 0%, #F9F9F9 100%)", |
|---|
| 65 | "name": "Vertical soft mint to white" |
|---|
| 66 | }, |
|---|
| 67 | { |
|---|
| 68 | "slug": "gradient-6", |
|---|
| 69 | "gradient": "linear-gradient(to bottom, #A4A4A4 0%, #F9F9F9 100%)", |
|---|
| 70 | "name": "Vertical soft pewter to white" |
|---|
| 71 | }, |
|---|
| 72 | { |
|---|
| 73 | "slug": "gradient-7", |
|---|
| 74 | "gradient": "linear-gradient(to bottom, #cfcabe 50%, #F9F9F9 50%)", |
|---|
| 75 | "name": "Vertical hard beige to white" |
|---|
| 76 | }, |
|---|
| 77 | { |
|---|
| 78 | "slug": "gradient-8", |
|---|
| 79 | "gradient": "linear-gradient(to bottom, #C2A990 50%, #F9F9F9 50%)", |
|---|
| 80 | "name": "Vertical hard sandstone to white" |
|---|
| 81 | }, |
|---|
| 82 | { |
|---|
| 83 | "slug": "gradient-9", |
|---|
| 84 | "gradient": "linear-gradient(to bottom, #D8613C 50%, #F9F9F9 50%)", |
|---|
| 85 | "name": "Vertical hard rust to white" |
|---|
| 86 | }, |
|---|
| 87 | { |
|---|
| 88 | "slug": "gradient-10", |
|---|
| 89 | "gradient": "linear-gradient(to bottom, #B1C5A4 50%, #F9F9F9 50%)", |
|---|
| 90 | "name": "Vertical hard sage to white" |
|---|
| 91 | }, |
|---|
| 92 | { |
|---|
| 93 | "slug": "gradient-11", |
|---|
| 94 | "gradient": "linear-gradient(to bottom, #B5BDBC 50%, #F9F9F9 50%)", |
|---|
| 95 | "name": "Vertical hard mint to white" |
|---|
| 96 | }, |
|---|
| 97 | { |
|---|
| 98 | "slug": "gradient-12", |
|---|
| 99 | "gradient": "linear-gradient(to bottom, #A4A4A4 50%, #F9F9F9 50%)", |
|---|
| 100 | "name": "Vertical hard pewter to white" |
|---|
| 101 | } |
|---|
| 102 | ], |
|---|
| 103 | "palette": [ |
|---|
| 104 | { |
|---|
| 105 | "color": "#f9f9f9", |
|---|
| 106 | "name": "Base", |
|---|
| 107 | "slug": "base" |
|---|
| 108 | }, |
|---|
| 109 | { |
|---|
| 110 | "color": "#ffffff", |
|---|
| 111 | "name": "Base / Two", |
|---|
| 112 | "slug": "base-2" |
|---|
| 113 | }, |
|---|
| 114 | { |
|---|
| 115 | "color": "#111111", |
|---|
| 116 | "name": "Contrast", |
|---|
| 117 | "slug": "contrast" |
|---|
| 118 | }, |
|---|
| 119 | { |
|---|
| 120 | "color": "#636363", |
|---|
| 121 | "name": "Contrast / Two", |
|---|
| 122 | "slug": "contrast-2" |
|---|
| 123 | }, |
|---|
| 124 | { |
|---|
| 125 | "color": "#A4A4A4", |
|---|
| 126 | "name": "Contrast / Three", |
|---|
| 127 | "slug": "contrast-3" |
|---|
| 128 | }, |
|---|
| 129 | { |
|---|
| 130 | "color": "#cfcabe", |
|---|
| 131 | "name": "Accent", |
|---|
| 132 | "slug": "accent" |
|---|
| 133 | }, |
|---|
| 134 | { |
|---|
| 135 | "color": "#c2a990", |
|---|
| 136 | "name": "Accent / Two", |
|---|
| 137 | "slug": "accent-2" |
|---|
| 138 | }, |
|---|
| 139 | { |
|---|
| 140 | "color": "#d8613c", |
|---|
| 141 | "name": "Accent / Three", |
|---|
| 142 | "slug": "accent-3" |
|---|
| 143 | }, |
|---|
| 144 | { |
|---|
| 145 | "color": "#b1c5a4", |
|---|
| 146 | "name": "Accent / Four", |
|---|
| 147 | "slug": "accent-4" |
|---|
| 148 | }, |
|---|
| 149 | { |
|---|
| 150 | "color": "#b5bdbc", |
|---|
| 151 | "name": "Accent / Five", |
|---|
| 152 | "slug": "accent-5" |
|---|
| 153 | } |
|---|
| 154 | ] |
|---|
| 155 | }, |
|---|
| 156 | "layout": { |
|---|
| 157 | "contentSize": "620px", |
|---|
| 158 | "wideSize": "1280px" |
|---|
| 159 | }, |
|---|
| 160 | "spacing": { |
|---|
| 161 | "spacingScale": { |
|---|
| 162 | "steps": 0 |
|---|
| 163 | }, |
|---|
| 164 | "spacingSizes": [ |
|---|
| 165 | { |
|---|
| 166 | "name": "1", |
|---|
| 167 | "size": "1rem", |
|---|
| 168 | "slug": "10" |
|---|
| 169 | }, |
|---|
| 170 | { |
|---|
| 171 | "name": "2", |
|---|
| 172 | "size": "min(1.5rem, 2vw)", |
|---|
| 173 | "slug": "20" |
|---|
| 174 | }, |
|---|
| 175 | { |
|---|
| 176 | "name": "3", |
|---|
| 177 | "size": "min(2.5rem, 3vw)", |
|---|
| 178 | "slug": "30" |
|---|
| 179 | }, |
|---|
| 180 | { |
|---|
| 181 | "name": "4", |
|---|
| 182 | "size": "min(4rem, 5vw)", |
|---|
| 183 | "slug": "40" |
|---|
| 184 | }, |
|---|
| 185 | { |
|---|
| 186 | "name": "5", |
|---|
| 187 | "size": "min(6.5rem, 8vw)", |
|---|
| 188 | "slug": "50" |
|---|
| 189 | }, |
|---|
| 190 | { |
|---|
| 191 | "name": "6", |
|---|
| 192 | "size": "min(10.5rem, 13vw)", |
|---|
| 193 | "slug": "60" |
|---|
| 194 | } |
|---|
| 195 | ], |
|---|
| 196 | "units": ["%", "px", "em", "rem", "vh", "vw"] |
|---|
| 197 | }, |
|---|
| 198 | "typography": { |
|---|
| 199 | "fluid": true, |
|---|
| 200 | "fontFamilies": [ |
|---|
| 201 | { |
|---|
| 202 | "fontFace": [ |
|---|
| 203 | { |
|---|
| 204 | "fontFamily": "Inter", |
|---|
| 205 | "fontStretch": "normal", |
|---|
| 206 | "fontStyle": "normal", |
|---|
| 207 | "fontWeight": "300 900", |
|---|
| 208 | "src": [ |
|---|
| 209 | "file:./assets/fonts/inter/Inter-VariableFont_slnt,wght.woff2" |
|---|
| 210 | ] |
|---|
| 211 | } |
|---|
| 212 | ], |
|---|
| 213 | "fontFamily": "\"Inter\", sans-serif", |
|---|
| 214 | "name": "Inter", |
|---|
| 215 | "slug": "body" |
|---|
| 216 | }, |
|---|
| 217 | { |
|---|
| 218 | "fontFace": [ |
|---|
| 219 | { |
|---|
| 220 | "fontFamily": "Cardo", |
|---|
| 221 | "fontStyle": "normal", |
|---|
| 222 | "fontWeight": "400", |
|---|
| 223 | "src": ["file:./assets/fonts/cardo/cardo_normal_400.woff2"] |
|---|
| 224 | }, |
|---|
| 225 | { |
|---|
| 226 | "fontFamily": "Cardo", |
|---|
| 227 | "fontStyle": "italic", |
|---|
| 228 | "fontWeight": "400", |
|---|
| 229 | "src": ["file:./assets/fonts/cardo/cardo_italic_400.woff2"] |
|---|
| 230 | }, |
|---|
| 231 | { |
|---|
| 232 | "fontFamily": "Cardo", |
|---|
| 233 | "fontStyle": "normal", |
|---|
| 234 | "fontWeight": "700", |
|---|
| 235 | "src": ["file:./assets/fonts/cardo/cardo_normal_700.woff2"] |
|---|
| 236 | } |
|---|
| 237 | ], |
|---|
| 238 | "fontFamily": "Cardo", |
|---|
| 239 | "name": "Cardo", |
|---|
| 240 | "slug": "heading" |
|---|
| 241 | }, |
|---|
| 242 | { |
|---|
| 243 | "fontFamily": "-apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Cantarell, Ubuntu, roboto, noto, arial, sans-serif", |
|---|
| 244 | "name": "System Sans-serif", |
|---|
| 245 | "slug": "system-sans-serif" |
|---|
| 246 | }, |
|---|
| 247 | { |
|---|
| 248 | "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", |
|---|
| 249 | "name": "System Serif", |
|---|
| 250 | "slug": "system-Serif" |
|---|
| 251 | } |
|---|
| 252 | ], |
|---|
| 253 | "fontSizes": [ |
|---|
| 254 | { |
|---|
| 255 | "fluid": false, |
|---|
| 256 | "name": "Small", |
|---|
| 257 | "size": "0.9rem", |
|---|
| 258 | "slug": "small" |
|---|
| 259 | }, |
|---|
| 260 | { |
|---|
| 261 | "fluid": false, |
|---|
| 262 | "name": "Medium", |
|---|
| 263 | "size": "1.05rem", |
|---|
| 264 | "slug": "medium" |
|---|
| 265 | }, |
|---|
| 266 | { |
|---|
| 267 | "fluid": { |
|---|
| 268 | "min": "1.39rem", |
|---|
| 269 | "max": "1.85rem" |
|---|
| 270 | }, |
|---|
| 271 | "name": "Large", |
|---|
| 272 | "size": "1.85rem", |
|---|
| 273 | "slug": "large" |
|---|
| 274 | }, |
|---|
| 275 | { |
|---|
| 276 | "fluid": { |
|---|
| 277 | "min": "1.85rem", |
|---|
| 278 | "max": "2.5rem" |
|---|
| 279 | }, |
|---|
| 280 | "name": "Extra Large", |
|---|
| 281 | "size": "2.5rem", |
|---|
| 282 | "slug": "x-large" |
|---|
| 283 | }, |
|---|
| 284 | { |
|---|
| 285 | "fluid": { |
|---|
| 286 | "min": "2.5rem", |
|---|
| 287 | "max": "3.27rem" |
|---|
| 288 | }, |
|---|
| 289 | "name": "Extra Extra Large", |
|---|
| 290 | "size": "3.27rem", |
|---|
| 291 | "slug": "xx-large" |
|---|
| 292 | } |
|---|
| 293 | ], |
|---|
| 294 | "writingMode": true |
|---|
| 295 | }, |
|---|
| 296 | "useRootPaddingAwareAlignments": true |
|---|
| 297 | }, |
|---|
| 298 | "styles": { |
|---|
| 299 | "blocks": { |
|---|
| 300 | "core/avatar": { |
|---|
| 301 | "border": { |
|---|
| 302 | "radius": "90px" |
|---|
| 303 | } |
|---|
| 304 | }, |
|---|
| 305 | "core/button": { |
|---|
| 306 | "variations": { |
|---|
| 307 | "outline": { |
|---|
| 308 | "spacing": { |
|---|
| 309 | "padding": { |
|---|
| 310 | "bottom": "calc(0.6rem - 1px)", |
|---|
| 311 | "left": "calc(1rem - 1px)", |
|---|
| 312 | "right": "calc(1rem - 1px)", |
|---|
| 313 | "top": "calc(0.6rem - 1px)" |
|---|
| 314 | } |
|---|
| 315 | }, |
|---|
| 316 | "border": { |
|---|
| 317 | "width": "1px" |
|---|
| 318 | } |
|---|
| 319 | } |
|---|
| 320 | } |
|---|
| 321 | }, |
|---|
| 322 | "core/buttons": { |
|---|
| 323 | "spacing": { |
|---|
| 324 | "blockGap": "0.7rem" |
|---|
| 325 | } |
|---|
| 326 | }, |
|---|
| 327 | "core/calendar": { |
|---|
| 328 | "color": { |
|---|
| 329 | "text": "var(--wp--preset--color--contrast)" |
|---|
| 330 | }, |
|---|
| 331 | "css": ".wp-block-calendar table:where(:not(.has-text-color)) th{background-color:var(--wp--preset--color--contrast-2);color:var(--wp--preset--color--base);border-color:var(--wp--preset--color--contrast-2)} & table:where(:not(.has-text-color)) td{border-color:var(--wp--preset--color--contrast-2)}" |
|---|
| 332 | }, |
|---|
| 333 | "core/categories": { |
|---|
| 334 | "spacing": { |
|---|
| 335 | "padding": { |
|---|
| 336 | "left": "0px", |
|---|
| 337 | "right": "0px" |
|---|
| 338 | } |
|---|
| 339 | }, |
|---|
| 340 | "css": "& {list-style-type:none;} & li{margin-bottom: 0.5rem;}" |
|---|
| 341 | }, |
|---|
| 342 | "core/code": { |
|---|
| 343 | "border": { |
|---|
| 344 | "color": "var(--wp--preset--color--contrast)", |
|---|
| 345 | "radius": "var(--wp--preset--spacing--20)" |
|---|
| 346 | }, |
|---|
| 347 | "color": { |
|---|
| 348 | "background": "var(--wp--preset--color--base-2)", |
|---|
| 349 | "text": "var(--wp--preset--color--contrast-2)" |
|---|
| 350 | }, |
|---|
| 351 | "spacing": { |
|---|
| 352 | "padding": { |
|---|
| 353 | "bottom": "calc(var(--wp--preset--spacing--30) + 0.75rem)", |
|---|
| 354 | "left": "calc(var(--wp--preset--spacing--30) + 0.75rem)", |
|---|
| 355 | "right": "calc(var(--wp--preset--spacing--30) + 0.75rem)", |
|---|
| 356 | "top": "calc(var(--wp--preset--spacing--30) + 0.75rem)" |
|---|
| 357 | } |
|---|
| 358 | }, |
|---|
| 359 | "typography": { |
|---|
| 360 | "fontSize": "var(--wp--preset--font-size--medium)", |
|---|
| 361 | "fontStyle": "normal", |
|---|
| 362 | "fontWeight": "400", |
|---|
| 363 | "lineHeight": "1.6" |
|---|
| 364 | } |
|---|
| 365 | }, |
|---|
| 366 | "core/comment-author-name": { |
|---|
| 367 | "color": { |
|---|
| 368 | "text": "var(--wp--preset--color--contrast)" |
|---|
| 369 | }, |
|---|
| 370 | "elements": { |
|---|
| 371 | "link": { |
|---|
| 372 | "color": { |
|---|
| 373 | "text": "var(--wp--preset--color--contrast)" |
|---|
| 374 | }, |
|---|
| 375 | "typography": { |
|---|
| 376 | "textDecoration": "none" |
|---|
| 377 | }, |
|---|
| 378 | ":hover": { |
|---|
| 379 | "typography": { |
|---|
| 380 | "textDecoration": "underline" |
|---|
| 381 | } |
|---|
| 382 | } |
|---|
| 383 | } |
|---|
| 384 | }, |
|---|
| 385 | "typography": { |
|---|
| 386 | "fontSize": "var(--wp--preset--font-size--small)", |
|---|
| 387 | "fontStyle": "normal", |
|---|
| 388 | "fontWeight": "600" |
|---|
| 389 | } |
|---|
| 390 | }, |
|---|
| 391 | "core/comment-content": { |
|---|
| 392 | "typography": { |
|---|
| 393 | "fontSize": "var(--wp--preset--font-size--small)" |
|---|
| 394 | }, |
|---|
| 395 | "spacing": { |
|---|
| 396 | "margin": { |
|---|
| 397 | "top": "var(--wp--preset--spacing--20)", |
|---|
| 398 | "bottom": "var(--wp--preset--spacing--20)" |
|---|
| 399 | } |
|---|
| 400 | } |
|---|
| 401 | }, |
|---|
| 402 | "core/comment-date": { |
|---|
| 403 | "color": { |
|---|
| 404 | "text": "var(--wp--preset--color--contrast-2)" |
|---|
| 405 | }, |
|---|
| 406 | "elements": { |
|---|
| 407 | "link": { |
|---|
| 408 | "color": { |
|---|
| 409 | "text": "var(--wp--preset--color--contrast-2)" |
|---|
| 410 | }, |
|---|
| 411 | "typography": { |
|---|
| 412 | "textDecoration": "none" |
|---|
| 413 | }, |
|---|
| 414 | ":hover": { |
|---|
| 415 | "typography": { |
|---|
| 416 | "textDecoration": "underline" |
|---|
| 417 | } |
|---|
| 418 | } |
|---|
| 419 | } |
|---|
| 420 | }, |
|---|
| 421 | "typography": { |
|---|
| 422 | "fontSize": "var(--wp--preset--font-size--small)" |
|---|
| 423 | }, |
|---|
| 424 | "spacing": { |
|---|
| 425 | "margin": { |
|---|
| 426 | "top": "0px", |
|---|
| 427 | "bottom": "0px" |
|---|
| 428 | } |
|---|
| 429 | } |
|---|
| 430 | }, |
|---|
| 431 | "core/comment-edit-link": { |
|---|
| 432 | "elements": { |
|---|
| 433 | "link": { |
|---|
| 434 | "color": { |
|---|
| 435 | "text": "var(--wp--preset--color--contrast-2)" |
|---|
| 436 | }, |
|---|
| 437 | "typography": { |
|---|
| 438 | "textDecoration": "none" |
|---|
| 439 | }, |
|---|
| 440 | ":hover": { |
|---|
| 441 | "typography": { |
|---|
| 442 | "textDecoration": "underline" |
|---|
| 443 | } |
|---|
| 444 | } |
|---|
| 445 | } |
|---|
| 446 | }, |
|---|
| 447 | "typography": { |
|---|
| 448 | "fontSize": "var(--wp--preset--font-size--small)" |
|---|
| 449 | } |
|---|
| 450 | }, |
|---|
| 451 | "core/comment-reply-link": { |
|---|
| 452 | "elements": { |
|---|
| 453 | "link": { |
|---|
| 454 | "color": { |
|---|
| 455 | "text": "var(--wp--preset--color--contrast-2)" |
|---|
| 456 | }, |
|---|
| 457 | "typography": { |
|---|
| 458 | "textDecoration": "none" |
|---|
| 459 | }, |
|---|
| 460 | ":hover": { |
|---|
| 461 | "typography": { |
|---|
| 462 | "textDecoration": "underline" |
|---|
| 463 | } |
|---|
| 464 | } |
|---|
| 465 | } |
|---|
| 466 | }, |
|---|
| 467 | "typography": { |
|---|
| 468 | "fontSize": "var(--wp--preset--font-size--small)" |
|---|
| 469 | } |
|---|
| 470 | }, |
|---|
| 471 | "core/post-comments-form": { |
|---|
| 472 | "css": "& textarea, input{border-radius:.33rem}" |
|---|
| 473 | }, |
|---|
| 474 | "core/comments-pagination": { |
|---|
| 475 | "typography": { |
|---|
| 476 | "fontSize": "var(--wp--preset--font-size--small)" |
|---|
| 477 | } |
|---|
| 478 | }, |
|---|
| 479 | "core/comments-pagination-next": { |
|---|
| 480 | "typography": { |
|---|
| 481 | "fontSize": "var(--wp--preset--font-size--small)" |
|---|
| 482 | } |
|---|
| 483 | }, |
|---|
| 484 | "core/comments-pagination-numbers": { |
|---|
| 485 | "typography": { |
|---|
| 486 | "fontSize": "var(--wp--preset--font-size--small)" |
|---|
| 487 | } |
|---|
| 488 | }, |
|---|
| 489 | "core/comments-pagination-previous": { |
|---|
| 490 | "typography": { |
|---|
| 491 | "fontSize": "var(--wp--preset--font-size--small)" |
|---|
| 492 | } |
|---|
| 493 | }, |
|---|
| 494 | "core/footnotes": { |
|---|
| 495 | "typography": { |
|---|
| 496 | "fontSize": "var(--wp--preset--font-size--small)" |
|---|
| 497 | } |
|---|
| 498 | }, |
|---|
| 499 | "core/gallery": { |
|---|
| 500 | "spacing": { |
|---|
| 501 | "margin": { |
|---|
| 502 | "bottom": "var(--wp--preset--spacing--50)" |
|---|
| 503 | } |
|---|
| 504 | } |
|---|
| 505 | }, |
|---|
| 506 | "core/image": { |
|---|
| 507 | "variations": { |
|---|
| 508 | "rounded": { |
|---|
| 509 | "border": { |
|---|
| 510 | "radius": "var(--wp--preset--spacing--20)" |
|---|
| 511 | } |
|---|
| 512 | } |
|---|
| 513 | } |
|---|
| 514 | }, |
|---|
| 515 | "core/list": { |
|---|
| 516 | "spacing": { |
|---|
| 517 | "padding": { |
|---|
| 518 | "left": "var(--wp--preset--spacing--10)" |
|---|
| 519 | } |
|---|
| 520 | } |
|---|
| 521 | }, |
|---|
| 522 | "core/loginout": { |
|---|
| 523 | "css": "& input{border-radius:.33rem;padding:calc(0.667em + 2px);border:1px solid #949494;}" |
|---|
| 524 | }, |
|---|
| 525 | "core/navigation": { |
|---|
| 526 | "elements": { |
|---|
| 527 | "link": { |
|---|
| 528 | ":hover": { |
|---|
| 529 | "typography": { |
|---|
| 530 | "textDecoration": "underline" |
|---|
| 531 | } |
|---|
| 532 | }, |
|---|
| 533 | "typography": { |
|---|
| 534 | "textDecoration": "none" |
|---|
| 535 | } |
|---|
| 536 | } |
|---|
| 537 | }, |
|---|
| 538 | "typography": { |
|---|
| 539 | "fontWeight": "500" |
|---|
| 540 | } |
|---|
| 541 | }, |
|---|
| 542 | "core/post-author": { |
|---|
| 543 | "typography": { |
|---|
| 544 | "fontSize": "var(--wp--preset--font-size--small)" |
|---|
| 545 | } |
|---|
| 546 | }, |
|---|
| 547 | "core/post-author-name": { |
|---|
| 548 | "elements": { |
|---|
| 549 | "link": { |
|---|
| 550 | ":hover": { |
|---|
| 551 | "typography": { |
|---|
| 552 | "textDecoration": "underline" |
|---|
| 553 | } |
|---|
| 554 | }, |
|---|
| 555 | "typography": { |
|---|
| 556 | "textDecoration": "none" |
|---|
| 557 | } |
|---|
| 558 | } |
|---|
| 559 | }, |
|---|
| 560 | "typography": { |
|---|
| 561 | "fontSize": "var(--wp--preset--font-size--small)" |
|---|
| 562 | } |
|---|
| 563 | }, |
|---|
| 564 | "core/post-date": { |
|---|
| 565 | "color": { |
|---|
| 566 | "text": "var(--wp--preset--color--contrast-2)" |
|---|
| 567 | }, |
|---|
| 568 | "elements": { |
|---|
| 569 | "link": { |
|---|
| 570 | ":hover": { |
|---|
| 571 | "typography": { |
|---|
| 572 | "textDecoration": "underline" |
|---|
| 573 | } |
|---|
| 574 | }, |
|---|
| 575 | "color": { |
|---|
| 576 | "text": "var(--wp--preset--color--contrast-2)" |
|---|
| 577 | }, |
|---|
| 578 | "typography": { |
|---|
| 579 | "textDecoration": "none" |
|---|
| 580 | } |
|---|
| 581 | } |
|---|
| 582 | }, |
|---|
| 583 | "typography": { |
|---|
| 584 | "fontSize": "var(--wp--preset--font-size--small)" |
|---|
| 585 | } |
|---|
| 586 | }, |
|---|
| 587 | "core/post-excerpt": { |
|---|
| 588 | "typography": { |
|---|
| 589 | "lineHeight": "1.6" |
|---|
| 590 | } |
|---|
| 591 | }, |
|---|
| 592 | "core/post-featured-image": { |
|---|
| 593 | "border": { |
|---|
| 594 | "radius": "var(--wp--preset--spacing--20)" |
|---|
| 595 | } |
|---|
| 596 | }, |
|---|
| 597 | "core/post-terms": { |
|---|
| 598 | "elements": { |
|---|
| 599 | "link": { |
|---|
| 600 | ":hover": { |
|---|
| 601 | "typography": { |
|---|
| 602 | "textDecoration": "underline" |
|---|
| 603 | } |
|---|
| 604 | }, |
|---|
| 605 | "typography": { |
|---|
| 606 | "textDecoration": "none" |
|---|
| 607 | } |
|---|
| 608 | } |
|---|
| 609 | }, |
|---|
| 610 | "typography": { |
|---|
| 611 | "fontSize": "var(--wp--preset--font-size--small)" |
|---|
| 612 | }, |
|---|
| 613 | "css":"& .wp-block-post-terms__prefix{color: var(--wp--preset--color--contrast-2);}" |
|---|
| 614 | }, |
|---|
| 615 | "core/post-title": { |
|---|
| 616 | "elements": { |
|---|
| 617 | "link": { |
|---|
| 618 | ":hover": { |
|---|
| 619 | "typography": { |
|---|
| 620 | "textDecoration": "underline" |
|---|
| 621 | } |
|---|
| 622 | }, |
|---|
| 623 | "typography": { |
|---|
| 624 | "textDecoration": "none" |
|---|
| 625 | } |
|---|
| 626 | } |
|---|
| 627 | } |
|---|
| 628 | }, |
|---|
| 629 | "core/pullquote": { |
|---|
| 630 | "border": { |
|---|
| 631 | "radius": "var(--wp--preset--spacing--20)" |
|---|
| 632 | }, |
|---|
| 633 | "elements": { |
|---|
| 634 | "cite": { |
|---|
| 635 | "typography": { |
|---|
| 636 | "fontFamily": "var(--wp--preset--font-family--body)", |
|---|
| 637 | "fontSize": "var(--wp--preset--font-size--medium)", |
|---|
| 638 | "fontStyle": "normal" |
|---|
| 639 | } |
|---|
| 640 | } |
|---|
| 641 | }, |
|---|
| 642 | "spacing": { |
|---|
| 643 | "padding": { |
|---|
| 644 | "bottom": "var(--wp--preset--spacing--40)", |
|---|
| 645 | "top": "var(--wp--preset--spacing--40)" |
|---|
| 646 | } |
|---|
| 647 | }, |
|---|
| 648 | "typography": { |
|---|
| 649 | "fontFamily": "var(--wp--preset--font-family--heading)", |
|---|
| 650 | "fontSize": "var(--wp--preset--font-size--x-large)", |
|---|
| 651 | "fontStyle": "italic", |
|---|
| 652 | "fontWeight": "400", |
|---|
| 653 | "letterSpacing": "0em", |
|---|
| 654 | "lineHeight": "1.5" |
|---|
| 655 | } |
|---|
| 656 | }, |
|---|
| 657 | "core/query-title": { |
|---|
| 658 | "css": "& span {font-style: italic;}" |
|---|
| 659 | }, |
|---|
| 660 | "core/query-no-results": { |
|---|
| 661 | "spacing": { |
|---|
| 662 | "padding": { |
|---|
| 663 | "top": "var(--wp--preset--spacing--30)" |
|---|
| 664 | } |
|---|
| 665 | } |
|---|
| 666 | }, |
|---|
| 667 | "core/quote": { |
|---|
| 668 | "border": { |
|---|
| 669 | "radius": "var(--wp--preset--spacing--20)" |
|---|
| 670 | }, |
|---|
| 671 | "color": { |
|---|
| 672 | "background": "var(--wp--preset--color--base-2)" |
|---|
| 673 | }, |
|---|
| 674 | "css": "& :where(p) {margin-block-start:0;margin-block-end:calc(var(--wp--preset--spacing--10) + 0.5rem);} & :where(:last-child) {margin-block-end:0;} &.has-text-align-right.is-style-plain, .rtl .is-style-plain.wp-block-quote:not(.has-text-align-center):not(.has-text-align-left){border-width: 0 2px 0 0;padding-left:calc(var(--wp--preset--spacing--20) + 0.5rem);padding-right:calc(var(--wp--preset--spacing--20) + 0.5rem);} &.has-text-align-left.is-style-plain, body:not(.rtl) .is-style-plain.wp-block-quote:not(.has-text-align-center):not(.has-text-align-right){border-width: 0 0 0 2px;padding-left:calc(var(--wp--preset--spacing--20) + 0.5rem);padding-right:calc(var(--wp--preset--spacing--20) + 0.5rem)}", |
|---|
| 675 | "elements": { |
|---|
| 676 | "cite": { |
|---|
| 677 | "typography": { |
|---|
| 678 | "fontFamily": "var(--wp--preset--font-family--body)", |
|---|
| 679 | "fontSize": "var(--wp--preset--font-size--small)", |
|---|
| 680 | "fontStyle": "normal" |
|---|
| 681 | } |
|---|
| 682 | } |
|---|
| 683 | }, |
|---|
| 684 | "spacing": { |
|---|
| 685 | "padding": { |
|---|
| 686 | "bottom": "calc(var(--wp--preset--spacing--30) + 0.75rem)", |
|---|
| 687 | "left": "calc(var(--wp--preset--spacing--30) + 0.75rem)", |
|---|
| 688 | "right": "calc(var(--wp--preset--spacing--30) + 0.75rem)", |
|---|
| 689 | "top": "calc(var(--wp--preset--spacing--30) + 0.75rem)" |
|---|
| 690 | } |
|---|
| 691 | }, |
|---|
| 692 | "typography": { |
|---|
| 693 | "fontFamily": "var(--wp--preset--font-family--heading)", |
|---|
| 694 | "fontSize": "var(--wp--preset--font-size--large)", |
|---|
| 695 | "fontStyle": "italic", |
|---|
| 696 | "lineHeight": "1.3" |
|---|
| 697 | }, |
|---|
| 698 | "variations": { |
|---|
| 699 | "plain": { |
|---|
| 700 | "border": { |
|---|
| 701 | "color": "var(--wp--preset--color--contrast)", |
|---|
| 702 | "radius": "0", |
|---|
| 703 | "style": "solid", |
|---|
| 704 | "width": "0" |
|---|
| 705 | }, |
|---|
| 706 | "color": { |
|---|
| 707 | "background": "transparent" |
|---|
| 708 | }, |
|---|
| 709 | "spacing": { |
|---|
| 710 | "padding": { |
|---|
| 711 | "bottom": "var(--wp--preset--spacing--20)", |
|---|
| 712 | "left": "var(--wp--preset--spacing--20)", |
|---|
| 713 | "right": "var(--wp--preset--spacing--20)", |
|---|
| 714 | "top": "var(--wp--preset--spacing--20)" |
|---|
| 715 | } |
|---|
| 716 | }, |
|---|
| 717 | "typography": { |
|---|
| 718 | "fontFamily": "var(--wp--preset--font-family--body)", |
|---|
| 719 | "fontStyle": "normal", |
|---|
| 720 | "fontSize": "var(--wp--preset--font-size--medium)", |
|---|
| 721 | "lineHeight": "1.5" |
|---|
| 722 | } |
|---|
| 723 | } |
|---|
| 724 | } |
|---|
| 725 | }, |
|---|
| 726 | "core/search": { |
|---|
| 727 | "css": "& .wp-block-search__input{border-radius:.33rem}", |
|---|
| 728 | "typography": { |
|---|
| 729 | "fontSize": "var(--wp--preset--font-size--small)" |
|---|
| 730 | }, |
|---|
| 731 | "elements": { |
|---|
| 732 | "button": { |
|---|
| 733 | "border": { |
|---|
| 734 | "radius": { "ref": "styles.elements.button.border.radius" } |
|---|
| 735 | } |
|---|
| 736 | } |
|---|
| 737 | } |
|---|
| 738 | }, |
|---|
| 739 | "core/separator": { |
|---|
| 740 | "border": { |
|---|
| 741 | "color": "currentColor", |
|---|
| 742 | "style": "solid", |
|---|
| 743 | "width": "0 0 1px 0" |
|---|
| 744 | }, |
|---|
| 745 | "color": { |
|---|
| 746 | "text": "var(--wp--preset--color--contrast)" |
|---|
| 747 | }, |
|---|
| 748 | "css": " &:not(.is-style-wide):not(.is-style-dots):not(.alignwide):not(.alignfull){width: var(--wp--preset--spacing--60)}" |
|---|
| 749 | }, |
|---|
| 750 | "core/site-tagline": { |
|---|
| 751 | "color": { |
|---|
| 752 | "text": "var(--wp--preset--color--contrast-2)" |
|---|
| 753 | }, |
|---|
| 754 | "typography": { |
|---|
| 755 | "fontSize": "var(--wp--preset--font-size--small)" |
|---|
| 756 | } |
|---|
| 757 | }, |
|---|
| 758 | "core/site-title": { |
|---|
| 759 | "elements": { |
|---|
| 760 | "link": { |
|---|
| 761 | ":hover": { |
|---|
| 762 | "typography": { |
|---|
| 763 | "textDecoration": "none" |
|---|
| 764 | } |
|---|
| 765 | }, |
|---|
| 766 | "typography": { |
|---|
| 767 | "textDecoration": "none" |
|---|
| 768 | } |
|---|
| 769 | } |
|---|
| 770 | }, |
|---|
| 771 | "typography": { |
|---|
| 772 | "fontFamily": "var(--wp--preset--font-family--body)", |
|---|
| 773 | "fontSize": "1.2rem", |
|---|
| 774 | "fontStyle": "normal", |
|---|
| 775 | "fontWeight": "600" |
|---|
| 776 | } |
|---|
| 777 | } |
|---|
| 778 | }, |
|---|
| 779 | "color": { |
|---|
| 780 | "background": "var(--wp--preset--color--base)", |
|---|
| 781 | "text": "var(--wp--preset--color--contrast)" |
|---|
| 782 | }, |
|---|
| 783 | "elements": { |
|---|
| 784 | "button": { |
|---|
| 785 | ":active": { |
|---|
| 786 | "color": { |
|---|
| 787 | "background": "var(--wp--preset--color--contrast)", |
|---|
| 788 | "text": "var(--wp--preset--color--base)" |
|---|
| 789 | } |
|---|
| 790 | }, |
|---|
| 791 | ":focus": { |
|---|
| 792 | "color": { |
|---|
| 793 | "background": "var(--wp--preset--color--contrast-2)", |
|---|
| 794 | "text": "var(--wp--preset--color--base)" |
|---|
| 795 | }, |
|---|
| 796 | "outline": { |
|---|
| 797 | "color": "var(--wp--preset--color--contrast)", |
|---|
| 798 | "offset": "2px", |
|---|
| 799 | "style": "dotted", |
|---|
| 800 | "width": "1px" |
|---|
| 801 | }, |
|---|
| 802 | "border": { |
|---|
| 803 | "color": "var(--wp--preset--color--contrast-2)" |
|---|
| 804 | } |
|---|
| 805 | }, |
|---|
| 806 | ":hover": { |
|---|
| 807 | "color": { |
|---|
| 808 | "background": "var(--wp--preset--color--contrast-2)", |
|---|
| 809 | "text": "var(--wp--preset--color--base)" |
|---|
| 810 | }, |
|---|
| 811 | "border": { |
|---|
| 812 | "color": "var(--wp--preset--color--contrast-2)" |
|---|
| 813 | } |
|---|
| 814 | }, |
|---|
| 815 | "border": { |
|---|
| 816 | "radius": ".33rem", |
|---|
| 817 | "color": "var(--wp--preset--color--contrast)" |
|---|
| 818 | }, |
|---|
| 819 | "color": { |
|---|
| 820 | "background": "var(--wp--preset--color--contrast)", |
|---|
| 821 | "text": "var(--wp--preset--color--base)" |
|---|
| 822 | }, |
|---|
| 823 | "spacing": { |
|---|
| 824 | "padding": { |
|---|
| 825 | "bottom": "0.6rem", |
|---|
| 826 | "left": "1rem", |
|---|
| 827 | "right": "1rem", |
|---|
| 828 | "top": "0.6rem" |
|---|
| 829 | } |
|---|
| 830 | }, |
|---|
| 831 | "typography": { |
|---|
| 832 | "fontSize": "var(--wp--preset--font-size--small)", |
|---|
| 833 | "fontStyle": "normal", |
|---|
| 834 | "fontWeight": "500" |
|---|
| 835 | } |
|---|
| 836 | }, |
|---|
| 837 | "caption": { |
|---|
| 838 | "color": { |
|---|
| 839 | "text": "var(--wp--preset--color--contrast-2)" |
|---|
| 840 | }, |
|---|
| 841 | "typography": { |
|---|
| 842 | "fontFamily": "var(--wp--preset--font-family--body)", |
|---|
| 843 | "fontSize": "0.8rem" |
|---|
| 844 | } |
|---|
| 845 | }, |
|---|
| 846 | "h1": { |
|---|
| 847 | "typography": { |
|---|
| 848 | "fontSize": "var(--wp--preset--font-size--xx-large)", |
|---|
| 849 | "lineHeight": "1.15" |
|---|
| 850 | } |
|---|
| 851 | }, |
|---|
| 852 | "h2": { |
|---|
| 853 | "typography": { |
|---|
| 854 | "fontSize": "var(--wp--preset--font-size--x-large)" |
|---|
| 855 | } |
|---|
| 856 | }, |
|---|
| 857 | "h3": { |
|---|
| 858 | "typography": { |
|---|
| 859 | "fontSize": "var(--wp--preset--font-size--large)" |
|---|
| 860 | } |
|---|
| 861 | }, |
|---|
| 862 | "h4": { |
|---|
| 863 | "typography": { |
|---|
| 864 | "fontSize": "clamp(1.1rem, 1.1rem + ((1vw - 0.2rem) * 0.767), 1.5rem)" |
|---|
| 865 | } |
|---|
| 866 | }, |
|---|
| 867 | "h5": { |
|---|
| 868 | "typography": { |
|---|
| 869 | "fontSize": "var(--wp--preset--font-size--medium)" |
|---|
| 870 | } |
|---|
| 871 | }, |
|---|
| 872 | "h6": { |
|---|
| 873 | "typography": { |
|---|
| 874 | "fontSize": "var(--wp--preset--font-size--small)" |
|---|
| 875 | } |
|---|
| 876 | }, |
|---|
| 877 | "heading": { |
|---|
| 878 | "color": { |
|---|
| 879 | "text": "var(--wp--preset--color--contrast)" |
|---|
| 880 | }, |
|---|
| 881 | "typography": { |
|---|
| 882 | "fontFamily": "var(--wp--preset--font-family--heading)", |
|---|
| 883 | "fontWeight": "400", |
|---|
| 884 | "lineHeight": "1.2" |
|---|
| 885 | } |
|---|
| 886 | }, |
|---|
| 887 | "link": { |
|---|
| 888 | ":hover": { |
|---|
| 889 | "typography": { |
|---|
| 890 | "textDecoration": "none" |
|---|
| 891 | } |
|---|
| 892 | }, |
|---|
| 893 | "color": { |
|---|
| 894 | "text": "var(--wp--preset--color--contrast)" |
|---|
| 895 | } |
|---|
| 896 | } |
|---|
| 897 | }, |
|---|
| 898 | "spacing": { |
|---|
| 899 | "blockGap": "1.2rem", |
|---|
| 900 | "padding": { |
|---|
| 901 | "left": "var(--wp--preset--spacing--50)", |
|---|
| 902 | "right": "var(--wp--preset--spacing--50)" |
|---|
| 903 | } |
|---|
| 904 | }, |
|---|
| 905 | "typography": { |
|---|
| 906 | "fontFamily": "var(--wp--preset--font-family--body)", |
|---|
| 907 | "fontSize": "var(--wp--preset--font-size--medium)", |
|---|
| 908 | "fontStyle": "normal", |
|---|
| 909 | "fontWeight": "400", |
|---|
| 910 | "lineHeight": "1.55" |
|---|
| 911 | } |
|---|
| 912 | }, |
|---|
| 913 | "templateParts": [ |
|---|
| 914 | { |
|---|
| 915 | "area": "header", |
|---|
| 916 | "name": "header", |
|---|
| 917 | "title": "Header" |
|---|
| 918 | }, |
|---|
| 919 | { |
|---|
| 920 | "area": "footer", |
|---|
| 921 | "name": "footer", |
|---|
| 922 | "title": "Footer" |
|---|
| 923 | }, |
|---|
| 924 | { |
|---|
| 925 | "area": "uncategorized", |
|---|
| 926 | "name": "sidebar", |
|---|
| 927 | "title": "Sidebar" |
|---|
| 928 | }, |
|---|
| 929 | { |
|---|
| 930 | "area": "uncategorized", |
|---|
| 931 | "name": "post-meta", |
|---|
| 932 | "title": "Post Meta" |
|---|
| 933 | } |
|---|
| 934 | ], |
|---|
| 935 | "customTemplates": [ |
|---|
| 936 | { |
|---|
| 937 | "name": "page-no-title", |
|---|
| 938 | "postTypes": ["page"], |
|---|
| 939 | "title": "Page No Title" |
|---|
| 940 | }, |
|---|
| 941 | { |
|---|
| 942 | "name": "page-with-sidebar", |
|---|
| 943 | "postTypes": ["page"], |
|---|
| 944 | "title": "Page With Sidebar" |
|---|
| 945 | }, |
|---|
| 946 | { |
|---|
| 947 | "name": "page-wide", |
|---|
| 948 | "postTypes": ["page"], |
|---|
| 949 | "title": "Page with wide Image" |
|---|
| 950 | }, |
|---|
| 951 | { |
|---|
| 952 | "name": "single-with-sidebar", |
|---|
| 953 | "postTypes": ["post"], |
|---|
| 954 | "title": "Single with Sidebar" |
|---|
| 955 | } |
|---|
| 956 | ] |
|---|
| 957 | } |
|---|