123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494 |
- {
- "$schema": "https://schemas.wp.org/trunk/theme.json",
- "customTemplates": [
- {
- "name": "page-header-black",
- "postTypes": [
- "page",
- "post"
- ],
- "title": "Page with black header"
- },
- {
- "name": "page-no-sidebar",
- "postTypes": [
- "page",
- "post"
- ],
- "title": "Page with no sidebar"
- }
- ],
- "settings": {
- "appearanceTools": true,
- "color": {
- "palette": [
- {
- "color": "#000",
- "name": "Black",
- "slug": "black"
- },
- {
- "color": "#636363",
- "name": "Dark Grey",
- "slug": "dark-grey"
- },
- {
- "color": "#DFDFDF",
- "name": "Light Grey",
- "slug": "light-grey"
- },
- {
- "color": "#FFF",
- "name": "White",
- "slug": "white"
- },
- {
- "color": "#A43D00",
- "name": "Brown",
- "slug": "brown"
- },
- {
- "color": "#FF7D2F",
- "name": "Orange",
- "slug": "orange"
- },
- {
- "color": "#FDEEE5",
- "name": "Light Orange",
- "slug": "light-orange"
- }
- ]
- },
- "layout": {
- "contentSize": "119ch",
- "wideSize": "1280px"
- },
- "spacing": {
- "spacingScale": {
- "operator": "+",
- "increment": 0.25,
- "steps": 9,
- "mediumStep": 1.5,
- "unit": "rem"
- },
- "spacingSizes": [
- {
- "size": "3.125rem",
- "slug": "100",
- "name": "100"
- },
- {
- "size": "3.75rem",
- "slug": "110",
- "name": "110"
- }
- ],
- "units": [
- "%",
- "px",
- "em",
- "rem",
- "vh",
- "vw"
- ]
- },
- "typography": {
- "fluid": true,
- "fontFamilies": [
- {
- "fontFamily": "'Helvetica Neue', Arial, sans-serif",
- "name": "Helvetica Neue",
- "slug": "helvetica-neue"
- }
- ],
- "fontSizes": [
- {
- "fluid": {
- "max": "1.125rem",
- "min": "0.8rem"
- },
- "name": "Small",
- "size": "1rem",
- "slug": "small"
- },
- {
- "fluid": {
- "max": "1.5rem",
- "min": "1rem"
- },
- "name": "Medium",
- "size": "1.375rem",
- "slug": "medium"
- },
- {
- "fluid": {
- "max": "1.875rem",
- "min": "1.5rem"
- },
- "name": "Large",
- "size": "1.625rem",
- "slug": "large"
- },
- {
- "fluid": {
- "max": "2.625rem",
- "min": "1.75rem"
- },
- "name": "Extra large",
- "size": "2rem",
- "slug": "x-large"
- },
- {
- "fluid": {
- "max": "7rem",
- "min": "4rem"
- },
- "name": "Extra Extra Large",
- "size": "6.5rem",
- "slug": "xx-large"
- }
- ]
- },
- "useRootPaddingAwareAlignments": true
- },
- "styles": {
- "blocks": {
- "core/comment-author-name": {
- "elements": {
- "link": {
- "typography": {
- "textDecoration": "none"
- }
- }
- }
- },
- "core/comment-date": {
- "elements": {
- "link": {
- "typography": {
- "textDecoration": "none"
- }
- }
- }
- },
- "core/comment-reply-link": {
- "typography": {
- "textTransform": "uppercase"
- }
- },
- "core/navigation": {
- "elements": {
- "link": {
- ":hover": {
- "typography": {
- "textDecoration": "underline"
- }
- },
- ":active": {
- "color": {
- "text": "var(--wp--preset--color--brown)"
- },
- "typography": {
- "textDecoration": "underline"
- }
- },
- ":focus": {
- "typography": {
- "textDecoration": "underline dotted"
- }
- }
- }
- },
- "typography": {
- "fontSize": "var(--wp--preset--font--size--small)",
- "textTransform": "uppercase"
- }
- },
- "core/post-comments-form": {
- "elements": {
- "button": {
- "color": {
- "background": {
- "ref": "styles.color.background"
- },
- "text": {
- "ref": "styles.color.text"
- }
- }
- }
- }
- },
- "core/post-featured-image": {
- "filter": {
- "duotone": "var(--wp--preset--duotone--grayscale)"
- }
- },
- "core/post-navigation-link": {
- "typography": {
- "textTransform": "uppercase"
- }
- },
- "core/post-title": {
- "elements": {
- "link": {
- "typography": {
- "textDecoration": "none"
- },
- ":hover": {
- "color": {
- "text": {
- "ref": "styles.color.text"
- }
- },
- "typography": {
- "textDecoration": "underline"
- }
- },
- ":active": {
- "color": {
- "text": {
- "ref": "styles.color.text"
- }
- },
- "typography": {
- "textDecoration": "underline"
- }
- }
- }
- },
- "typography": {
- "fontSize": "var(--wp--preset--font-size--xx-large)",
- "textTransform": "uppercase"
- }
- },
- "core/query-pagination": {
- "typography": {
- "fontWeight": "700",
- "textTransform": "uppercase"
- }
- },
- "core/quote": {
- "border": {
- "color": "var(--wp--preset--color--orange)",
- "style": "solid",
- "width": "0 0 0 2px"
- },
- "elements": {
- "cite": {
- "typography": {
- "fontWeight": 400,
- "fontSize": "var(--wp--preset--font-size--small)",
- "fontStyle": "normal"
- }
- }
- },
- "spacing": {
- "padding": {
- "left": "var(--wp--preset--spacing--60)"
- }
- },
- "typography": {
- "fontSize": "var(--wp--preset--font-size--large)",
- "fontWeight": "bold",
- "lineHeight": "1.3",
- "textTransform": "uppercase"
- }
- },
- "core/search": {
- "elements": {
- "button": {
- "spacing": {
- "margin": {
- "left": "0px"
- },
- "padding": {
- "bottom": "var(--wp--preset--spacing--10)",
- "top": "var(--wp--preset--spacing--10)"
- }
- },
- ":hover": {
- "border": {
- "color": "var(--wp--preset--color--black)"
- },
- "color": {
- "background": "var(--wp--preset--color--black)",
- "text": "var(--wp--preset--color--orange)"
- }
- },
- ":focus": {
- "color": {
- "background": "var(--wp--preset--color--black)",
- "text": "var(--wp--preset--color--orange)"
- }
- }
- }
- }
- },
- "core/separator": {
- "border": {
- "width": "0 0 1px 0"
- }
- },
- "core/site-title": {
- "elements": {
- "link": {
- "typography": {
- "textDecoration": "none"
- }
- }
- },
- "typography": {
- "fontSize": "var(--wp--preset--font--size--small)",
- "fontWeight": "bold",
- "lineHeight": {
- "ref": "styles.typography.lineHeight"
- }
- }
- }
- },
- "color": {
- "background": "var(--wp--preset--color--white)",
- "text": "var(--wp--preset--color--black)"
- },
- "elements": {
- "button": {
- "border": {
- "color": "var(--wp--preset--color--black)",
- "radius": "0",
- "style": "solid",
- "width": "2px"
- },
- "color": {
- "background": {
- "ref": "styles.color.text"
- },
- "text": {
- "ref": "styles.color.background"
- }
- },
- "spacing": {
- "padding": {
- "bottom": "var(--wp--preset--spacing--40) !important",
- "left": "var(--wp--preset--spacing--50) !important",
- "right": "var(--wp--preset--spacing--50) !important",
- "top": "var(--wp--preset--spacing--40) !important"
- }
- },
- "typography": {
- "fontWeight": "700",
- "lineHeight": "1.2",
- "textDecoration": "none",
- "textTransform": "uppercase"
- },
- ":hover": {
- "border": {
- "color": "var(--wp--preset--color--orange)"
- },
- "color": {
- "background": "var(--wp--preset--color--orange)",
- "text": "var(--wp--preset--color--black)"
- }
- }
- },
- "h1": {
- "typography": {
- "fontSize": "clamp(4rem, 6vw, 6.5rem)",
- "fontWeight": "400",
- "lineHeight": "0.92"
- }
- },
- "h2": {
- "typography": {
- "fontSize": "clamp(2rem, 5vw, 2.375rem)",
- "fontWeight": "400",
- "lineHeight": "1"
- }
- },
- "h3": {
- "typography": {
- "fontSize": "var(--wp--preset--font-size--x-large)",
- "lineHeight": "1.2"
- }
- },
- "h4": {
- "typography": {
- "fontSize": "var(--wp--preset--spacing--60)",
- "lineHeight": "1.1"
- }
- },
- "h5": {
- "typography": {
- "fontSize": "var(--wp--preset--spacing--50)",
- "lineHeight": "1.2"
- }
- },
- "h6": {
- "typography": {
- "fontSize": "var(--wp--preset--font-size--small)",
- "lineHeight": "1.3"
- }
- },
- "heading": {
- "typography": {
- "fontWeight": "700",
- "textTransform": "uppercase"
- }
- },
- "link": {
- ":active": {
- "color": {
- "text": "var(--wp--preset--color--brown)"
- },
- "typography": {
- "textDecoration": "none"
- }
- },
- ":focus": {
- "typography": {
- "textDecoration": "underline dotted"
- }
- },
- ":hover": {
- "color": {
- "text": "var(--wp--preset--color--dark-grey)"
- },
- "typography": {
- "textDecoration": "none"
- }
- },
- "color": {
- "text": {
- "ref": "styles.color.text"
- }
- },
- "typography": {
- "textDecoration": "underline"
- }
- }
- },
- "spacing": {
- "blockGap": "var(--wp--preset--spacing--90)",
- "padding": {
- "top": "0px",
- "right": "var(--wp--preset--spacing--90)",
- "bottom": "0px",
- "left": "var(--wp--preset--spacing--90)"
- }
- },
- "typography": {
- "fontFamily": "var(--wp--preset--font-family--helvetica-neue)",
- "lineHeight": "1.6"
- }
- },
- "templateParts": [
- {
- "area": "header",
- "name": "Header"
- },
- {
- "area": "footer",
- "name": "Footer"
- }
- ],
- "version": 2
- }
|