123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308 |
- {
- "settings": {
- "appearanceTools": true,
- "useRootPaddingAwareAlignments": true,
- "color": {
- "custom": true,
- "customGradient": true,
- "palette": [
- {
- "color": "#000000",
- "name": "Primary",
- "slug": "primary"
- },
- {
- "color": "#006ba1",
- "name": "Secondary",
- "slug": "secondary"
- },
- {
- "color": "#333333",
- "name": "Foreground",
- "slug": "foreground"
- },
- {
- "color": "#ffffff",
- "name": "Background",
- "slug": "background"
- },
- {
- "color": "#F0F0F0",
- "name": "Tertiary",
- "slug": "tertiary"
- }
- ]
- },
- "layout": {
- "contentSize": "700px",
- "wideSize": "1160px"
- },
- "spacing": {
- "blockGap": true,
- "units": [
- "%",
- "px",
- "em",
- "rem",
- "vh",
- "vw"
- ]
- },
- "typography": {
- "dropCap": false,
- "fluid": true,
- "fontFamilies": [
- {
- "fontFamily": "-apple-system,BlinkMacSystemFont,\"Segoe UI\",Roboto,Oxygen-Sans,Ubuntu,Cantarell,\"Helvetica Neue\",sans-serif",
- "name": "System Font",
- "slug": "system-font"
- }
- ],
- "fontSizes": [
- {
- "fluid": false,
- "size": "1rem",
- "slug": "small"
- },
- {
- "size": "clamp(18px, 1.45vw, 20px)",
- "slug": "medium",
- "name": "Medium"
- },
- {
- "size": "clamp(32px, 1.666vw, 36px)",
- "slug": "large",
- "name": "Large"
- },
- {
- "size": "clamp(36px, 2.222vw, 44px)",
- "slug": "x-large",
- "name": "X-large"
- },
- {
- "fluid": {
- "max": "4rem",
- "min": "3rem"
- },
- "size": "4rem",
- "slug": "xx-large",
- "name": "XX-large"
- }
- ]
- }
- },
- "styles": {
- "blocks": {
- "core/comments-pagination": {
- "spacing": {
- "margin": {
- "top": "var(--wp--preset--spacing--40)"
- }
- }
- },
- "core/comments-title": {
- "spacing": {
- "margin": {
- "bottom": "var(--wp--preset--spacing--40)"
- }
- },
- "typography": {
- "fontSize": "var(--wp--preset--font-size--large)"
- }
- },
- "core/navigation": {
- "typography": {
- "fontSize": "var(--wp--preset--font-size--small)"
- }
- },
- "core/post-author": {
- "typography": {
- "fontSize": "var(--wp--preset--font-size--small)"
- }
- },
- "core/post-content": {
- "elements": {
- "link": {
- "color": {
- "text": "var(--wp--preset--color--secondary)"
- }
- }
- }
- },
- "core/post-excerpt": {
- "typography": {
- "fontSize": "var(--wp--preset--font-size--medium)"
- }
- },
- "core/post-terms": {
- "typography": {
- "fontSize": "var(--wp--preset--font-size--small)"
- }
- },
- "core/post-title": {
- "spacing": {
- "margin": {
- "bottom": "var(--wp--preset--spacing--30)",
- "top": "var(--wp--preset--spacing--30)"
- }
- },
- "typography": {
- "fontWeight": "400"
- }
- },
- "core/query-pagination": {
- "elements": {
- "link": {
- ":hover": {
- "typography": {
- "textDecoration": "underline"
- }
- },
- "typography": {
- "textDecoration": "none"
- }
- }
- },
- "typography": {
- "fontSize": "var(--wp--preset--font-size--small)",
- "fontWeight": "400"
- }
- },
- "core/site-title": {
- "elements": {
- "link": {
- ":active": {
- "typography": {
- "textDecoration": "none"
- }
- },
- ":focus": {
- "typography": {
- "textDecoration": "underline dashed"
- }
- },
- ":hover": {
- "typography": {
- "textDecoration": "underline"
- }
- },
- "typography": {
- "textDecoration": "none"
- }
- }
- },
- "typography": {
- "fontSize": "var(--wp--preset--font-size--medium)",
- "fontWeight": "normal",
- "lineHeight": "1.4"
- }
- }
- },
- "color": {
- "background": "var(--wp--preset--color--background)",
- "text": "var(--wp--preset--color--foreground)"
- },
- "elements": {
- "button": {
- ":hover": {
- "color": {
- "background": "var(--wp--preset--color--secondary)",
- "text": "var(--wp--preset--color--white)"
- }
- },
- "border": {
- "radius": "0"
- },
- "color": {
- "background": "var(--wp--preset--color--primary)",
- "text": "var(--wp--preset--color--white)"
- }
- },
- "h1": {
- "typography": {
- "fontSize": "clamp(55px, 4.444vw, 80px)",
- "lineHeight": "1.2"
- }
- },
- "h2": {
- "typography": {
- "fontSize": "clamp(44px, 3.666vw, 64px)",
- "lineHeight": "1.2"
- }
- },
- "h3": {
- "typography": {
- "fontSize": "var(--wp--preset--font-size--x-large)"
- }
- },
- "h4": {
- "typography": {
- "fontSize": "var(--wp--preset--font-size--large)"
- }
- },
- "h5": {
- "typography": {
- "fontSize": "var(--wp--preset--font-size--medium)",
- "fontWeight": "700",
- "textTransform": "uppercase"
- }
- },
- "h6": {
- "typography": {
- "fontSize": "var(--wp--preset--font-size--medium)",
- "textTransform": "uppercase"
- }
- },
- "heading": {
- "typography": {
- "fontWeight": "400",
- "lineHeight": "1.4"
- }
- },
- "link": {
- "color": {
- "text": "var(--wp--preset--color--primary)"
- },
- ":hover": {
- "typography": {
- "textDecoration": "none"
- }
- },
- "typography": {
- "textDecoration": "underline"
- }
- }
- },
- "spacing": {
- "blockGap": "1.5rem",
- "padding": {
- "left": "var(--wp--preset--spacing--40)",
- "right": "var(--wp--preset--spacing--40)"
- }
- },
- "typography": {
- "fontFamily": "var(--wp--preset--font-family--system-font)",
- "fontSize": "var(--wp--preset--font-size--medium)",
- "lineHeight": "1.6"
- }
- },
- "templateParts": [
- {
- "area": "header",
- "name": "header",
- "title": "Header"
- },
- {
- "area": "footer",
- "name": "footer",
- "title": "Footer"
- },
- {
- "area": "uncategorized",
- "name": "post-meta",
- "title": "Post Meta"
- }
- ],
- "version": 2,
- "$schema": "https://schemas.wp.org/wp/6.1/theme.json"
- }
|