theme.json
63 lines
| 1 | { |
| 2 | "$schema": "https://schemas.wp.org/trunk/theme.json", |
| 3 | "version": 3, |
| 4 | "styles": { |
| 5 | "blocks": { |
| 6 | "core/button": { |
| 7 | "variations": {} |
| 8 | }, |
| 9 | "core/quote": { |
| 10 | "border": { |
| 11 | "style": "solid", |
| 12 | "width": "0 0 0 1px", |
| 13 | "color": "currentColor" |
| 14 | }, |
| 15 | "spacing": { |
| 16 | "margin": { |
| 17 | "right": "0", |
| 18 | "left": "0" |
| 19 | }, |
| 20 | "padding": { |
| 21 | "top": "20px", |
| 22 | "right": "20px", |
| 23 | "bottom": "20px", |
| 24 | "left": "20px" |
| 25 | } |
| 26 | }, |
| 27 | "typography": { |
| 28 | "fontSize": "20px" |
| 29 | }, |
| 30 | "elements": { |
| 31 | "cite": { |
| 32 | "typography": { |
| 33 | "fontSize": "13px", |
| 34 | "fontStyle": "italic", |
| 35 | "fontWeight": "300" |
| 36 | } |
| 37 | } |
| 38 | }, |
| 39 | "css": "&.has-text-align-right { border-width: 0 1px 0 0; } &.has-text-align-center { border-width: 0; border-inline: 0; padding-inline: 0; }", |
| 40 | "variations": {} |
| 41 | }, |
| 42 | "core/table": { |
| 43 | "spacing": { |
| 44 | "margin": { |
| 45 | "top": "0", |
| 46 | "bottom": "0" |
| 47 | }, |
| 48 | "padding": { |
| 49 | "top": "10px", |
| 50 | "right": "10px", |
| 51 | "bottom": "10px", |
| 52 | "left": "10px" |
| 53 | } |
| 54 | }, |
| 55 | "typography": {}, |
| 56 | "border": {}, |
| 57 | "css": "& table { border-collapse: collapse; width: 100%; } & th, & td { border: 1px solid currentColor; padding: 8px; } & thead th { font-weight: bold; } & .has-text-align-left { text-align: left; } & .has-text-align-center { text-align: center; } & .has-text-align-right { text-align: right; }", |
| 58 | "variations": {} |
| 59 | } |
| 60 | } |
| 61 | } |
| 62 | } |
| 63 |