themes-wordpress/skatepark/theme.json

664 lines
14 KiB
JSON
Raw Normal View History

{
"version": 1,
"templateParts": [
{
"name": "header",
"area": "header"
},
{
"name": "footer",
"area": "footer"
}
],
"customTemplates": [
{
"name": "blank",
"title": "Blank",
"postTypes": [
"page",
"post"
]
},
{
"name": "header-footer-only",
"title": "Header and Footer Only",
"postTypes": [
"page",
"post"
]
}
],
"settings": {
"border": {
"customColor": true,
"customRadius": true,
"customStyle": true,
"customWidth": true
},
"color": {
"gradients": [],
"palette": [
{
"slug": "primary",
"color": "#000000",
"name": "Primary"
},
{
"slug": "background",
2021-08-16 19:00:08 +00:00
"color": "#B9FB9C",
"name": "Background"
}
2021-08-11 10:04:33 +00:00
],
"duotone": [
{
"colors": [
"#000",
2021-08-16 19:00:08 +00:00
"#B9FB9C"
2021-08-11 10:04:33 +00:00
],
"slug": "default-filter",
"name": "Default filter"
},
{
"colors": [
"#000",
"#FFF"
],
"slug": "white-filter",
"name": "White Filter"
},
{
"colors": [
"#000",
"#F3B2A9"
],
"slug": "red-filter",
"name": "Red Filter"
},
{
"colors": [
"#000",
"#C9E4ED"
],
"slug": "blue-filter",
"name": "Blue Filter"
},
{
"colors": [
"#252B39",
"#F9EED4"
],
"slug": "blue-cream-filter",
"name": "Blue/Cream Filter"
},
{
"colors": [
"#153232",
"#F7B9A9"
],
"slug": "green-pink-filter",
"name": "Green/Pink Filter"
}
]
},
"custom": {
"alignment": {
"alignedMaxWidth": "50%"
},
"button": {
"border": {
"color": "var(--wp--custom--color--primary)",
2021-08-04 09:13:47 +00:00
"radius": "0",
"style": "solid",
2021-08-04 09:13:47 +00:00
"width": "3px"
},
"color": {
"background": "var(--wp--custom--color--primary)",
"text": "var(--wp--custom--color--background)"
},
"hover": {
"color": {
2021-08-04 09:13:47 +00:00
"text": "var(--wp--custom--color--primary)",
"background": "var(--wp--custom--color--background)"
},
"border": {
2021-08-04 09:13:47 +00:00
"color": "var(--wp--custom--color--primary)"
}
},
"spacing": {
"padding": {
"top": "0.667em",
"bottom": "0.667em",
2021-08-04 09:13:47 +00:00
"left": "1.75em",
"right": "1.75em"
}
},
"typography": {
2021-08-04 09:13:47 +00:00
"fontSize": "16px",
"fontWeight": "700",
"lineHeight": 2
}
},
"color": {
"foreground": "var(--wp--preset--color--primary)",
"background": "var(--wp--preset--color--background)",
"primary": "var(--wp--preset--color--primary)",
"secondary": "var(--wp--preset--color--primary)",
"tertiary": "var(--wp--preset--color--background)"
},
"colorPalettes": [
{
"label": "White",
"slug": "white",
"colors": {
"primary": "#000000",
"background": "#FFFFFF"
}
},
{
"label": "Red",
"slug": "red",
"colors": {
"primary": "#000000",
"background": "#F3B2A9"
}
},
{
"label": "Blue",
"slug": "blue",
"colors": {
"primary": "#000000",
"background": "#C9E4ED"
}
},
{
2021-08-02 18:09:49 +00:00
"label": "Blue/Cream",
"slug": "blue-cream",
"colors": {
"primary": "#F9EED4",
"background": "#252B39"
}
},
{
2021-08-02 18:09:49 +00:00
"label": "Green/Pink",
"slug": "green-pink",
"colors": {
"primary": "#F7B9A9",
"background": "#153232"
}
}
],
"form": {
"padding": "calc( 0.5 * var(--wp--custom--gap--horizontal) )",
"border": {
"color": "var(--wp--custom--color--primary)",
"radius": "0",
"style": "solid",
"width": "3px"
},
"checkbox": {
"checked": {
"content": "\"\\2715\"",
"fontSize": "var(--wp--preset--font-size--normal)",
"position": {
"left": "7px",
"top": "3px"
},
"sizing": {
"height": "25px",
"width": "25px"
}
},
"unchecked": {
"content": "\"\"",
"position": {
"left": "0",
"top": "-0.4em"
},
"sizing": {
"height": "30px",
"width": "30px"
}
}
},
"color": {
"background": "transparent",
"boxShadow": "none",
"text": "var(--wp--custom--color--foreground)"
},
"label": {
"spacing": {
"margin": {
"bottom": "var(--wp--custom--gap--baseline)"
}
},
"typography": {
"fontSize": "var(--wp--preset--font-size--tiny)",
"fontWeight": "900",
"letterSpacing": ".1em",
"textTransform": "uppercase"
}
},
"typography": {
"fontSize": "var(--wp--preset--font-size--small)"
}
},
"gallery": {
"caption": {
"fontSize": "var(--wp--preset--font-size--small)"
}
},
"body": {
"typography": {
"lineHeight": 1.6
}
},
"heading": {
"typography": {
"fontWeight": "700",
"lineHeight": 1.125
}
},
"latest-posts": {
"meta": {
"color": {
"text": "var(--wp--custom--color--primary)"
}
}
},
2021-07-28 13:38:06 +00:00
"layout": {
"contentSize": "684px",
"wideSize": "1194px"
2021-07-28 13:38:06 +00:00
},
"list": {
"spacing": {
"padding": {
"left": "calc( 2 * var(--wp--custom--gap--horizontal) )"
}
}
},
"gap": {
"baseline": "10px",
"horizontal": "min(30px, 5vw)",
"vertical": "min(30px, 5vw)"
},
"paragraph": {
"dropcap": {
"margin": ".1em .1em 0 0",
"typography": {
"fontSize": "110px",
"fontWeight": "400"
}
}
},
"post-author": {
"typography": {
"fontWeight": "normal"
}
},
"post-comment": {
"typography": {
"fontSize": "var(--wp--preset--font-size--normal)",
"lineHeight": "var(--wp--custom--body--typography--line-height)"
}
},
"pullquote": {
"citation": {
"typography": {
"fontSize": "var(--wp--preset--font-size--tiny)",
"fontFamily": "inherit",
"fontStyle": "italic"
},
"spacing": {
"margin": {
"top": "var(--wp--custom--gap--vertical)"
}
}
},
"typography": {
"textAlign": "left"
}
},
"quote": {
"citation": {
"typography": {
"fontSize": "var(--wp--preset--font-size--tiny)",
"fontStyle": "italic",
"fontWeight": "400"
}
},
"typography": {
"textAlign": "left"
}
},
"separator": {
"opacity": 1,
"margin": "calc( 0.5 * var(--wp--custom--gap--vertical) ) auto",
"width": "150px"
},
"table": {
"figcaption": {
"typography": {
"fontSize": "var(--wp--preset--font-size--tiny)"
}
}
},
"video": {
"caption": {
"textAlign": "center",
"margin": "var(--wp--custom--gap--vertical) auto"
}
},
"fontsToLoadFromGoogle": [
"family=Red+Hat+Display:ital,wght@0,400;0,500;0,700;0,900;1,400;1,500;1,700;1,900"
],
"line-height": {
"body": 1.6
}
},
"layout": {
2021-07-28 13:38:06 +00:00
"contentSize": "684px",
"wideSize": "1194px"
},
"spacing": {
"customPadding": true,
"units": [
"%",
"px",
"em",
"rem",
"vh",
"vw"
]
},
"typography": {
"customFontSize": true,
"customLineHeight": true,
"fontFamilies": [
{
"fontFamily": "\"Red Hat Display\", sans-serif",
"slug": "red-hat-display",
"name": "Red Hat Display",
"google": "family=Red+Hat+Display:ital,wght@0,400;0,500;0,700;0,900;1,400;1,500;1,700;1,900"
}
],
"fontSizes": [
{
"name": "Tiny",
"size": "14px",
"slug": "tiny"
},
{
2021-08-05 09:53:05 +00:00
"name": "Small",
"size": "16px",
2021-08-05 09:48:24 +00:00
"slug": "small"
},
{
2021-08-05 09:48:24 +00:00
"name": "Normal",
"size": "20px",
2021-08-05 09:48:24 +00:00
"slug": "normal"
},
{
"name": "Medium",
"size": "24px",
"slug": "medium"
},
{
"name": "Large",
"size": "min(max(28px, 5vw), 36px)",
"slug": "large"
},
{
"name": "Extra Large",
"size": "min(max(36px, 5vw), 48px)",
"slug": "huge"
}
]
}
},
"styles": {
"blocks": {
"core/button": {
"border": {
"radius": "var(--wp--custom--button--border--radius)"
},
"color": {
"background": "var(--wp--custom--button--color--background)",
"text": "var(--wp--custom--button--color--text)"
},
"typography": {
"fontFamily": "var(--wp--preset--font-family--red-hat-display)",
"fontSize": "var(--wp--custom--button--typography--font-size)",
"fontWeight": "var(--wp--custom--button--typography--font-weight)",
2021-08-04 09:13:47 +00:00
"lineHeight": "var(--wp--custom--button--typography--line-height)",
"letterSpacing": "0.1em",
"textTransform": "uppercase"
}
},
"core/code": {
"border": {
"color": "#CCCCCC",
"radius": "0px",
"style": "solid",
"width": "2px"
},
"spacing": {
"padding": {
"left": "var(--wp--custom--gap--horizontal)",
"right": "var(--wp--custom--gap--horizontal)",
"top": "var(--wp--custom--gap--vertical)",
"bottom": "var(--wp--custom--gap--vertical)"
}
},
"typography": {
"fontFamily": "monospace"
}
},
"core/navigation": {
"typography": {
"fontSize": "var(--wp--preset--font-size--normal)",
"letterSpacing": "0.05em"
}
},
"core/post-title": {
"typography": {
"fontFamily": "var(--wp--preset--font-family--red-hat-display)",
"fontSize": "min(max(48px, 7vw), 72px)",
"lineHeight": 1.2,
"fontWeight": "700"
},
"spacing": {
"margin": {
"bottom": "1em"
}
}
},
"core/post-date": {
"color": {
"link": "var(--wp--custom--color--foreground)",
"text": "var(--wp--custom--color--foreground)"
},
"typography": {
2021-08-18 15:04:51 +00:00
"fontSize": "var(--wp--preset--font-size--small)",
"fontWeight": "500"
}
},
"core/pullquote": {
"border": {
"style": "solid",
"width": "1px 0"
},
"typography": {
"fontStyle": "italic",
"fontSize": "var(--wp--preset--font-size--huge)"
},
"spacing": {
"padding": {
"left": "var(--wp--custom--gap--horizontal)",
"right": "var(--wp--custom--gap--horizontal)",
"top": "var(--wp--custom--gap--horizontal)",
"bottom": "var(--wp--custom--gap--horizontal)"
}
}
},
"core/separator": {
"color": {
"text": "var(--wp--custom--color--foreground)"
},
"border": {
"color": "currentColor",
"style": "solid",
2021-08-12 07:26:18 +00:00
"width": "0 0 3px 0"
}
},
"core/site-title": {
"typography": {
"fontSize": "var(--wp--preset--font-size--medium)",
"fontWeight": 900,
"letterSpacing": "0.05em",
"textTransform": "uppercase"
}
},
"core/quote": {
"border": {
"color": "var(--wp--custom--color--primary)",
"style": "solid",
"width": "0 0 0 1px"
},
"spacing": {
"padding": {
"left": "var(--wp--custom--gap--horizontal)"
}
},
"typography": {
"fontSize": "var(--wp--preset--font-size--normal)",
"fontStyle": "normal"
}
2021-08-18 15:04:51 +00:00
},
"core/cover": {
"spacing": {
2021-09-03 10:18:49 +00:00
"padding": "15vh"
}
},
2021-08-18 15:04:51 +00:00
"core/post-terms": {
"typography": {
"fontWeight": "500"
}
2021-08-18 15:19:58 +00:00
},
"core/post-navigation-link": {
"typography": {
"fontWeight": "500"
}
}
},
"color": {
"background": "var(--wp--custom--color--background)",
"text": "var(--wp--custom--color--foreground)"
},
"elements": {
"h1": {
"typography": {
"fontFamily": "var(--wp--preset--font-family--red-hat-display)",
"fontWeight": "700",
"lineHeight": 1.2,
"fontSize": "min(max(48px, 7vw), 72px)"
},
"spacing": {
"margin": {
"top": "calc( 1.1 * var(--wp--custom--gap--vertical) )",
"bottom": "calc( 1.1 * var(--wp--custom--gap--vertical) )"
}
}
},
"h2": {
"typography": {
"fontFamily": "var(--wp--preset--font-family--red-hat-display)",
"fontWeight": "900",
"lineHeight": 1.2,
"fontSize": "min(max(36px, 5vw), 64px)"
},
"spacing": {
"margin": {
"top": "var(--wp--custom--gap--vertical)",
"bottom": "var(--wp--custom--gap--vertical)"
}
}
},
"h3": {
"typography": {
"fontFamily": "var(--wp--preset--font-family--red-hat-display)",
"fontWeight": "900",
2021-08-05 09:49:10 +00:00
"lineHeight": 1.3,
"fontSize": "min(max(30px, 5vw), 48px)"
},
"spacing": {
"margin": {
"top": "var(--wp--custom--gap--vertical)",
"bottom": "var(--wp--custom--gap--vertical)"
}
}
},
"h4": {
"typography": {
"fontFamily": "var(--wp--preset--font-family--red-hat-display)",
"fontWeight": "900",
"lineHeight": 1.3,
"fontSize": "var(--wp--preset--font-size--small)",
"letterSpacing": "0.1em",
"textTransform": "uppercase"
},
"spacing": {
"margin": {
"top": "var(--wp--custom--gap--vertical)",
"bottom": "var(--wp--custom--gap--vertical)"
}
}
},
"h5": {
"typography": {
"fontFamily": "var(--wp--preset--font-family--red-hat-display)",
"fontWeight": "900",
"lineHeight": 1.3,
2021-08-05 09:48:24 +00:00
"fontSize": "var(--wp--preset--font-size--small)",
"letterSpacing": "0.1em",
"textTransform": "uppercase"
},
"spacing": {
"margin": {
"top": "var(--wp--custom--gap--vertical)",
"bottom": "var(--wp--custom--gap--vertical)"
}
}
},
"h6": {
"typography": {
"fontFamily": "var(--wp--preset--font-family--red-hat-display)",
"fontWeight": "900",
"lineHeight": 1.3,
"fontSize": "var(--wp--preset--font-size--tiny)",
"letterSpacing": "0.1em",
"textTransform": "uppercase"
},
"spacing": {
"margin": {
"top": "var(--wp--custom--gap--vertical)",
"bottom": "var(--wp--custom--gap--vertical)"
}
}
},
"link": {
"color": {
"text": "var(--wp--custom--color--primary)"
}
}
},
"spacing": {
"blockGap": "var(--wp--custom--gap--vertical)"
},
"typography": {
"lineHeight": "var(--wp--custom--body--typography--line-height)",
"fontFamily": "var(--wp--preset--font-family--red-hat-display)",
"fontSize": "var(--wp--preset--font-size--normal)",
"fontWeight": "400"
}
}
}