reordered and rebuilt mayland
This commit is contained in:
parent
aea16bd190
commit
3fd0f83949
3 changed files with 422 additions and 422 deletions
|
@ -300,15 +300,6 @@
|
|||
}
|
||||
},
|
||||
"styles": {
|
||||
"color": {
|
||||
"background": "var(--wp--custom--color--background)",
|
||||
"text": "var(--wp--custom--color--foreground)"
|
||||
},
|
||||
"typography": {
|
||||
"lineHeight": 1.6,
|
||||
"fontFamily": "var(--wp--preset--font-family--base)",
|
||||
"fontSize": "var(--wp--preset--font-size--normal)"
|
||||
},
|
||||
"blocks": {
|
||||
"core/button": {
|
||||
"border": {
|
||||
|
@ -430,6 +421,10 @@
|
|||
}
|
||||
}
|
||||
},
|
||||
"color": {
|
||||
"background": "var(--wp--custom--color--background)",
|
||||
"text": "var(--wp--custom--color--foreground)"
|
||||
},
|
||||
"elements": {
|
||||
"h1": {
|
||||
"typography": {
|
||||
|
@ -466,6 +461,11 @@
|
|||
"text": "var(--wp--custom--color--secondary)"
|
||||
}
|
||||
}
|
||||
},
|
||||
"typography": {
|
||||
"lineHeight": 1.6,
|
||||
"fontFamily": "var(--wp--preset--font-family--base)",
|
||||
"fontSize": "var(--wp--preset--font-size--normal)"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -48,31 +48,51 @@
|
|||
}
|
||||
]
|
||||
},
|
||||
"custom": {
|
||||
"button": {
|
||||
"color": {
|
||||
"hoverBackground": "var(--wp--custom--color--tertiary)"
|
||||
}
|
||||
},
|
||||
"color": {
|
||||
"primary": "var(--wp--preset--color--black)",
|
||||
"secondary": "var(--wp--preset--color--almost-black)",
|
||||
"tertiary": "var(--wp--preset--color--gray)",
|
||||
"foreground": "var(--wp--preset--color--black)",
|
||||
"background": "var(--wp--preset--color--white)",
|
||||
"selection": "lightblue"
|
||||
},
|
||||
"fontsToLoadFromGoogle": [
|
||||
"family=Poppins:ital,wght@0,400;0,600;1,400"
|
||||
],
|
||||
"heading": {
|
||||
"typography": {
|
||||
"fontWeight": 600
|
||||
}
|
||||
},
|
||||
"line-height": {
|
||||
"body": 1.6,
|
||||
"headings": 1.125
|
||||
},
|
||||
"margin": {
|
||||
"horizontal": "32px"
|
||||
},
|
||||
"width": {
|
||||
"default": "750px",
|
||||
"wide": "1022px"
|
||||
}
|
||||
},
|
||||
"layout": {
|
||||
"contentSize": "782px",
|
||||
"wideSize": "1000px"
|
||||
},
|
||||
"spacing": {
|
||||
"customPadding": true,
|
||||
"units": [ "px", "em", "rem", "vh", "vw" ]
|
||||
},
|
||||
"typography": {
|
||||
"customFontSize": true,
|
||||
"customLineHeight": true,
|
||||
"fontSizes": [
|
||||
{
|
||||
"name": "Small",
|
||||
"size": "16.6px",
|
||||
"slug": "small"
|
||||
},
|
||||
{
|
||||
"name": "Normal",
|
||||
"size": "20px",
|
||||
"slug": "normal"
|
||||
},
|
||||
{
|
||||
"name": "Large",
|
||||
"size": "28.8px",
|
||||
"slug": "large"
|
||||
},
|
||||
{
|
||||
"name": "Huge",
|
||||
"size": "34.56px",
|
||||
"slug": "huge"
|
||||
}
|
||||
],
|
||||
"fontFamilies": [
|
||||
{
|
||||
"fontFamily": "\"Poppins\", sans-serif",
|
||||
|
@ -100,105 +120,75 @@
|
|||
"fontFamily": "Hoefler Text, Baskerville Old Face, Garamond, Times New Roman, serif",
|
||||
"slug": "hoefler-times-new-roman"
|
||||
}
|
||||
]
|
||||
},
|
||||
"spacing": {
|
||||
"customPadding": true,
|
||||
"units": [ "px", "em", "rem", "vh", "vw" ]
|
||||
},
|
||||
"layout": {
|
||||
"contentSize": "782px",
|
||||
"wideSize": "1000px"
|
||||
},
|
||||
"custom": {
|
||||
"fontsToLoadFromGoogle": [
|
||||
"family=Poppins:ital,wght@0,400;0,600;1,400"
|
||||
],
|
||||
"color": {
|
||||
"primary": "var(--wp--preset--color--black)",
|
||||
"secondary": "var(--wp--preset--color--almost-black)",
|
||||
"tertiary": "var(--wp--preset--color--gray)",
|
||||
"foreground": "var(--wp--preset--color--black)",
|
||||
"background": "var(--wp--preset--color--white)",
|
||||
"selection": "lightblue"
|
||||
},
|
||||
"line-height": {
|
||||
"body": 1.6,
|
||||
"headings": 1.125
|
||||
},
|
||||
"heading": {
|
||||
"typography": {
|
||||
"fontWeight": 600
|
||||
"fontSizes": [
|
||||
{
|
||||
"name": "Small",
|
||||
"size": "16.6px",
|
||||
"slug": "small"
|
||||
},
|
||||
{
|
||||
"name": "Normal",
|
||||
"size": "20px",
|
||||
"slug": "normal"
|
||||
},
|
||||
{
|
||||
"name": "Large",
|
||||
"size": "28.8px",
|
||||
"slug": "large"
|
||||
},
|
||||
{
|
||||
"name": "Huge",
|
||||
"size": "34.56px",
|
||||
"slug": "huge"
|
||||
}
|
||||
},
|
||||
"margin": {
|
||||
"horizontal": "32px"
|
||||
},
|
||||
"width": {
|
||||
"default": "750px",
|
||||
"wide": "1022px"
|
||||
},
|
||||
"button": {
|
||||
"color": {
|
||||
"hoverBackground": "var(--wp--custom--color--tertiary)"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
"styles": {
|
||||
"color": {
|
||||
"background": "var(--wp--custom--color--background)",
|
||||
"text": "var(--wp--custom--color--foreground)"
|
||||
},
|
||||
"typography": {
|
||||
"fontSize": "var(--wp--preset--font-size--normal)",
|
||||
"lineHeight": "var(--wp--custom--line-height--body)",
|
||||
"fontFamily": "var(--wp--preset--font-family--base)"
|
||||
},
|
||||
"blocks": {
|
||||
"core/button": {
|
||||
"color": {
|
||||
"background": "var(--wp--custom--color--primary)"
|
||||
}
|
||||
},
|
||||
"core/heading": {
|
||||
"typography": {
|
||||
"fontFamily": "var(--wp--preset--font-family--base)",
|
||||
"lineHeight": "var(--wp--custom--line-height--headings)"
|
||||
}
|
||||
},
|
||||
"core/navigation": {
|
||||
"typography": {
|
||||
"fontSize": "var(--wp--preset--font-size--small)"
|
||||
}
|
||||
},
|
||||
"core/post-date": {
|
||||
"color": {
|
||||
"link": "var(--wp--custom--color--foreground-light)",
|
||||
"text": "var(--wp--custom--color--foreground-light)"
|
||||
},
|
||||
"typography": {
|
||||
"fontSize": "var(--wp--preset--font-size--small)"
|
||||
}
|
||||
},
|
||||
"core/post-title": {
|
||||
"typography": {
|
||||
"fontSize": "var(--wp--preset--font-size--huge)",
|
||||
"lineHeight": "var(--wp--custom--line-height--headings)"
|
||||
}
|
||||
},
|
||||
"core/post-date": {
|
||||
"color": {
|
||||
"text": "var(--wp--custom--color--foreground-light)",
|
||||
"link": "var(--wp--custom--color--foreground-light)"
|
||||
},
|
||||
"typography": {
|
||||
"fontSize": "var(--wp--preset--font-size--small)"
|
||||
}
|
||||
},
|
||||
"core/site-title": {
|
||||
"typography": {
|
||||
"fontSize": "var(--wp--preset--font-size--large)"
|
||||
}
|
||||
},
|
||||
"core/navigation": {
|
||||
"typography": {
|
||||
"fontSize": "var(--wp--preset--font-size--small)"
|
||||
}
|
||||
},
|
||||
"core/button": {
|
||||
"color": {
|
||||
"background": "var(--wp--custom--color--primary)"
|
||||
}
|
||||
}
|
||||
},
|
||||
"color": {
|
||||
"background": "var(--wp--custom--color--background)",
|
||||
"text": "var(--wp--custom--color--foreground)"
|
||||
},
|
||||
"elements": {
|
||||
"link": {
|
||||
"color": {
|
||||
"text": "var(--wp--custom--color--foreground)"
|
||||
}
|
||||
},
|
||||
"h1": {
|
||||
"typography": {
|
||||
"fontSize": "41.47px"
|
||||
|
@ -228,7 +218,17 @@
|
|||
"typography": {
|
||||
"fontSize": "var(--wp--preset--font-size--small)"
|
||||
}
|
||||
},
|
||||
"link": {
|
||||
"color": {
|
||||
"text": "var(--wp--custom--color--foreground)"
|
||||
}
|
||||
}
|
||||
},
|
||||
"typography": {
|
||||
"fontFamily": "var(--wp--preset--font-family--base)",
|
||||
"fontSize": "var(--wp--preset--font-size--normal)",
|
||||
"lineHeight": "var(--wp--custom--line-height--body)"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -19,6 +19,12 @@
|
|||
}
|
||||
],
|
||||
"settings": {
|
||||
"border": {
|
||||
"customColor": true,
|
||||
"customRadius": true,
|
||||
"customStyle": true,
|
||||
"customWidth": true
|
||||
},
|
||||
"color": {
|
||||
"gradients": [],
|
||||
"palette": [
|
||||
|
@ -49,31 +55,224 @@
|
|||
}
|
||||
]
|
||||
},
|
||||
"custom": {
|
||||
"alignment": {
|
||||
"alignedMaxWidth": "50%"
|
||||
},
|
||||
"button": {
|
||||
"border": {
|
||||
"color": "var(--wp--custom--button--color--text)",
|
||||
"radius": "4px",
|
||||
"style": "solid",
|
||||
"width": "0"
|
||||
},
|
||||
"color": {
|
||||
"background": "var(--wp--custom--color--secondary)",
|
||||
"hoverText": "var(--wp--custom--color--background)",
|
||||
"hoverBackground": "var(--wp--custom--color--tertiary)",
|
||||
"text": "var(--wp--custom--color--background)"
|
||||
},
|
||||
"typography": {
|
||||
"fontFamily": "var(--wp--preset--font-family--base)",
|
||||
"fontSize": "var(--wp--preset--font-size--normal)",
|
||||
"fontWeight": "normal",
|
||||
"lineHeight": 2
|
||||
}
|
||||
},
|
||||
"code": {
|
||||
"typography": {
|
||||
"fontFamily": "monospace"
|
||||
}
|
||||
},
|
||||
"color": {
|
||||
"primary": "var(--wp--preset--color--black)",
|
||||
"secondary": "var(--wp--preset--color--almost-black)",
|
||||
"tertiary": "var(--wp--preset--color--gray)",
|
||||
"foreground": "var(--wp--preset--color--black)",
|
||||
"background": "var(--wp--preset--color--white)",
|
||||
"selection": "lightblue"
|
||||
},
|
||||
"form": {
|
||||
"padding": "calc( 0.5 * var(--wp--custom--margin--horizontal) )",
|
||||
"border": {
|
||||
"color": "#EFEFEF",
|
||||
"radius": "0",
|
||||
"style": "solid",
|
||||
"width": "2px"
|
||||
},
|
||||
"color": {
|
||||
"background": "transparent",
|
||||
"boxShadow": "none",
|
||||
"text": "var(--wp--custom--color--foreground)"
|
||||
},
|
||||
"label": {
|
||||
"typography": {
|
||||
"fontSize": "var(--wp--preset--font-size--tiny)"
|
||||
}
|
||||
},
|
||||
"typography": {
|
||||
"fontSize": "var(--wp--preset--font-size--normal)"
|
||||
}
|
||||
},
|
||||
"gallery": {
|
||||
"caption": {
|
||||
"fontSize": "var(--wp--preset--font-size--small)"
|
||||
}
|
||||
},
|
||||
"heading": {
|
||||
"typography": {
|
||||
"fontWeight": 600,
|
||||
"lineHeight": 1.125
|
||||
}
|
||||
},
|
||||
"list": {
|
||||
"fontFamily": "var(--wp--custom--font-family--base)",
|
||||
"padding": {
|
||||
"left": "calc( 2 * var(--wp--custom--margin--horizontal) )"
|
||||
}
|
||||
},
|
||||
"margin": {
|
||||
"baseline": "10px",
|
||||
"horizontal": "32px",
|
||||
"vertical": "30px"
|
||||
},
|
||||
"navigation": {
|
||||
"mobile": {
|
||||
"menu": {
|
||||
"color": {
|
||||
"text": "var(--wp--custom--color--foreground)"
|
||||
},
|
||||
"closeLabel": "╳",
|
||||
"openLabel": "☰",
|
||||
"typography": {
|
||||
"fontWeight": 500,
|
||||
"fontSize": "24px",
|
||||
"fontFamily": "var(--wp--custom--font-family--base)"
|
||||
}
|
||||
},
|
||||
"padding": "10px",
|
||||
"typography": {
|
||||
"fontWeight": 200,
|
||||
"fontSize": "20px",
|
||||
"fontFamily": "var(--wp--custom--font-family--base)"
|
||||
},
|
||||
"horizontalAlignment": "center",
|
||||
"verticalAlignment": "center"
|
||||
},
|
||||
"padding": "10px",
|
||||
"submenu": {
|
||||
"color": {
|
||||
"text": "var(--wp--custom--color--foreground)",
|
||||
"background": "var(--wp--custom--color--background)",
|
||||
"hoverText": "var(--wp--custom--color--secondary)",
|
||||
"hoverBackground": "var(--wp--custom--color--background)"
|
||||
},
|
||||
"border": {
|
||||
"color": "0",
|
||||
"radius": "0",
|
||||
"style": "none",
|
||||
"width": "1px"
|
||||
},
|
||||
"padding": "8px",
|
||||
"shadow": "1px 1px 3px 0px rgba(0,0,0,.2)"
|
||||
}
|
||||
},
|
||||
"paragraph": {
|
||||
"dropcap": {
|
||||
"margin": ".1em .1em 0 0",
|
||||
"typography": {
|
||||
"fontFamily": "var(--wp--preset--font-family--base)",
|
||||
"fontSize": "110px",
|
||||
"fontWeight": "400"
|
||||
}
|
||||
}
|
||||
},
|
||||
"post-author": {
|
||||
"typography": {
|
||||
"fontWeight": "normal"
|
||||
}
|
||||
},
|
||||
"post-content": {
|
||||
"padding": {
|
||||
"left": "var(--wp--custom--margin--horizontal)",
|
||||
"right": "var(--wp--custom--margin--horizontal)"
|
||||
}
|
||||
},
|
||||
"pullquote": {
|
||||
"citation": {
|
||||
"typography": {
|
||||
"fontSize": "var(--wp--preset--font-size--tiny)",
|
||||
"fontFamily": "inherit",
|
||||
"fontStyle": "italic"
|
||||
},
|
||||
"spacing": {
|
||||
"margin": {
|
||||
"top": "var(--wp--custom--margin--vertical)"
|
||||
}
|
||||
}
|
||||
},
|
||||
"typography": {
|
||||
"textAlign": "left"
|
||||
}
|
||||
},
|
||||
"quote": {
|
||||
"citation": {
|
||||
"typography": {
|
||||
"fontSize": "var(--wp--preset--font-size--tiny)",
|
||||
"fontStyle": "italic"
|
||||
}
|
||||
},
|
||||
"typography": {
|
||||
"textAlign": "left"
|
||||
}
|
||||
},
|
||||
"separator": {
|
||||
"opacity": 1,
|
||||
"margin": "var(--wp--custom--margin--vertical) auto",
|
||||
"width": "150px"
|
||||
},
|
||||
"table": {
|
||||
"figcaption": {
|
||||
"typography": {
|
||||
"fontSize": "var(--wp--preset--font-size--tiny)"
|
||||
}
|
||||
}
|
||||
},
|
||||
"video": {
|
||||
"caption": {
|
||||
"textAlign": "center",
|
||||
"margin": "var(--wp--custom--margin--vertical) auto"
|
||||
}
|
||||
},
|
||||
"fontsToLoadFromGoogle": [
|
||||
"family=Poppins:ital,wght@0,400;0,600;1,400"
|
||||
],
|
||||
"line-height": {
|
||||
"body": 1.6,
|
||||
"headings": 1.125
|
||||
},
|
||||
"width": {
|
||||
"default": "750px",
|
||||
"wide": "1022px"
|
||||
}
|
||||
},
|
||||
"layout": {
|
||||
"contentSize": "782px",
|
||||
"wideSize": "1000px"
|
||||
},
|
||||
"spacing": {
|
||||
"customPadding": true,
|
||||
"units": [
|
||||
"px",
|
||||
"em",
|
||||
"rem",
|
||||
"vh",
|
||||
"vw"
|
||||
]
|
||||
},
|
||||
"typography": {
|
||||
"customFontSize": true,
|
||||
"customLineHeight": true,
|
||||
"fontSizes": [
|
||||
{
|
||||
"name": "Small",
|
||||
"size": "16.6px",
|
||||
"slug": "small"
|
||||
},
|
||||
{
|
||||
"name": "Normal",
|
||||
"size": "20px",
|
||||
"slug": "normal"
|
||||
},
|
||||
{
|
||||
"name": "Large",
|
||||
"size": "28.8px",
|
||||
"slug": "large"
|
||||
},
|
||||
{
|
||||
"name": "Huge",
|
||||
"size": "34.56px",
|
||||
"slug": "huge"
|
||||
}
|
||||
],
|
||||
"fontFamilies": [
|
||||
{
|
||||
"fontFamily": "\"Poppins\", sans-serif",
|
||||
|
@ -101,291 +300,49 @@
|
|||
"fontFamily": "Hoefler Text, Baskerville Old Face, Garamond, Times New Roman, serif",
|
||||
"slug": "hoefler-times-new-roman"
|
||||
}
|
||||
]
|
||||
},
|
||||
"spacing": {
|
||||
"customPadding": true,
|
||||
"units": [
|
||||
"px",
|
||||
"em",
|
||||
"rem",
|
||||
"vh",
|
||||
"vw"
|
||||
]
|
||||
},
|
||||
"layout": {
|
||||
"contentSize": "782px",
|
||||
"wideSize": "1000px"
|
||||
},
|
||||
"custom": {
|
||||
"color": {
|
||||
"primary": "var(--wp--preset--color--black)",
|
||||
"secondary": "var(--wp--preset--color--almost-black)",
|
||||
"tertiary": "var(--wp--preset--color--gray)",
|
||||
"foreground": "var(--wp--preset--color--black)",
|
||||
"background": "var(--wp--preset--color--white)",
|
||||
"selection": "lightblue"
|
||||
},
|
||||
"margin": {
|
||||
"baseline": "10px",
|
||||
"horizontal": "32px",
|
||||
"vertical": "30px"
|
||||
},
|
||||
"alignment": {
|
||||
"alignedMaxWidth": "50%"
|
||||
},
|
||||
"button": {
|
||||
"typography": {
|
||||
"fontWeight": "normal",
|
||||
"fontFamily": "var(--wp--preset--font-family--base)",
|
||||
"fontSize": "var(--wp--preset--font-size--normal)",
|
||||
"lineHeight": 2
|
||||
},
|
||||
"border": {
|
||||
"radius": "4px",
|
||||
"width": "0",
|
||||
"style": "solid",
|
||||
"color": "var(--wp--custom--button--color--text)"
|
||||
},
|
||||
"color": {
|
||||
"text": "var(--wp--custom--color--background)",
|
||||
"background": "var(--wp--custom--color--secondary)",
|
||||
"hoverText": "var(--wp--custom--color--background)",
|
||||
"hoverBackground": "var(--wp--custom--color--tertiary)"
|
||||
}
|
||||
},
|
||||
"form": {
|
||||
"padding": "calc( 0.5 * var(--wp--custom--margin--horizontal) )",
|
||||
"border": {
|
||||
"radius": "0",
|
||||
"color": "#EFEFEF",
|
||||
"width": "2px",
|
||||
"style": "solid"
|
||||
},
|
||||
"color": {
|
||||
"text": "var(--wp--custom--color--foreground)",
|
||||
"background": "transparent",
|
||||
"boxShadow": "none"
|
||||
},
|
||||
"label": {
|
||||
"typography": {
|
||||
"fontSize": "var(--wp--preset--font-size--tiny)"
|
||||
}
|
||||
},
|
||||
"typography": {
|
||||
"fontSize": "var(--wp--preset--font-size--normal)"
|
||||
}
|
||||
},
|
||||
"paragraph": {
|
||||
"dropcap": {
|
||||
"margin": ".1em .1em 0 0",
|
||||
"typography": {
|
||||
"fontFamily": "var(--wp--preset--font-family--base)",
|
||||
"fontSize": "110px",
|
||||
"fontWeight": "400"
|
||||
}
|
||||
}
|
||||
},
|
||||
"post-content": {
|
||||
"padding": {
|
||||
"left": "var(--wp--custom--margin--horizontal)",
|
||||
"right": "var(--wp--custom--margin--horizontal)"
|
||||
}
|
||||
},
|
||||
"gallery": {
|
||||
"caption": {
|
||||
"fontSize": "var(--wp--preset--font-size--small)"
|
||||
}
|
||||
},
|
||||
"code": {
|
||||
"typography": {
|
||||
"fontFamily": "monospace"
|
||||
}
|
||||
},
|
||||
"quote": {
|
||||
"typography": {
|
||||
"textAlign": "left"
|
||||
},
|
||||
"citation": {
|
||||
"typography": {
|
||||
"fontSize": "var(--wp--preset--font-size--tiny)",
|
||||
"fontStyle": "italic"
|
||||
}
|
||||
}
|
||||
},
|
||||
"pullquote": {
|
||||
"typography": {
|
||||
"textAlign": "left"
|
||||
},
|
||||
"citation": {
|
||||
"typography": {
|
||||
"fontSize": "var(--wp--preset--font-size--tiny)",
|
||||
"fontFamily": "inherit",
|
||||
"fontStyle": "italic"
|
||||
},
|
||||
"spacing": {
|
||||
"margin": {
|
||||
"top": "var(--wp--custom--margin--vertical)"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"separator": {
|
||||
"margin": "var(--wp--custom--margin--vertical) auto",
|
||||
"opacity": 1,
|
||||
"width": "150px"
|
||||
},
|
||||
"video": {
|
||||
"caption": {
|
||||
"margin": "var(--wp--custom--margin--vertical) auto",
|
||||
"textAlign": "center"
|
||||
}
|
||||
},
|
||||
"heading": {
|
||||
"typography": {
|
||||
"fontWeight": 600,
|
||||
"lineHeight": 1.125
|
||||
}
|
||||
},
|
||||
"list": {
|
||||
"fontFamily": "var(--wp--custom--font-family--base)",
|
||||
"padding": {
|
||||
"left": "calc( 2 * var(--wp--custom--margin--horizontal) )"
|
||||
}
|
||||
},
|
||||
"navigation": {
|
||||
"mobile": {
|
||||
"menu": {
|
||||
"openLabel": "☰",
|
||||
"closeLabel": "╳",
|
||||
"color": {
|
||||
"text": "var(--wp--custom--color--foreground)"
|
||||
},
|
||||
"typography": {
|
||||
"fontWeight": 500,
|
||||
"fontSize": "24px",
|
||||
"fontFamily": "var(--wp--custom--font-family--base)"
|
||||
}
|
||||
},
|
||||
"padding": "10px",
|
||||
"verticalAlignment": "center",
|
||||
"horizontalAlignment": "center",
|
||||
"typography": {
|
||||
"fontWeight": 200,
|
||||
"fontSize": "20px",
|
||||
"fontFamily": "var(--wp--custom--font-family--base)"
|
||||
}
|
||||
},
|
||||
"padding": "10px",
|
||||
"submenu": {
|
||||
"padding": "8px",
|
||||
"shadow": "1px 1px 3px 0px rgba(0,0,0,.2)",
|
||||
"border": {
|
||||
"radius": "0",
|
||||
"color": "0",
|
||||
"width": "1px",
|
||||
"style": "none"
|
||||
},
|
||||
"color": {
|
||||
"text": "var(--wp--custom--color--foreground)",
|
||||
"background": "var(--wp--custom--color--background)",
|
||||
"hoverText": "var(--wp--custom--color--secondary)",
|
||||
"hoverBackground": "var(--wp--custom--color--background)"
|
||||
}
|
||||
}
|
||||
},
|
||||
"table": {
|
||||
"figcaption": {
|
||||
"typography": {
|
||||
"fontSize": "var(--wp--preset--font-size--tiny)"
|
||||
}
|
||||
}
|
||||
},
|
||||
"post-author": {
|
||||
"typography": {
|
||||
"fontWeight": "normal"
|
||||
}
|
||||
},
|
||||
"fontsToLoadFromGoogle": [
|
||||
"family=Poppins:ital,wght@0,400;0,600;1,400"
|
||||
],
|
||||
"line-height": {
|
||||
"body": 1.6,
|
||||
"headings": 1.125
|
||||
},
|
||||
"width": {
|
||||
"default": "750px",
|
||||
"wide": "1022px"
|
||||
}
|
||||
},
|
||||
"border": {
|
||||
"customColor": true,
|
||||
"customRadius": true,
|
||||
"customStyle": true,
|
||||
"customWidth": true
|
||||
"fontSizes": [
|
||||
{
|
||||
"name": "Small",
|
||||
"size": "16.6px",
|
||||
"slug": "small"
|
||||
},
|
||||
{
|
||||
"name": "Normal",
|
||||
"size": "20px",
|
||||
"slug": "normal"
|
||||
},
|
||||
{
|
||||
"name": "Large",
|
||||
"size": "28.8px",
|
||||
"slug": "large"
|
||||
},
|
||||
{
|
||||
"name": "Huge",
|
||||
"size": "34.56px",
|
||||
"slug": "huge"
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
"styles": {
|
||||
"color": {
|
||||
"background": "var(--wp--custom--color--background)",
|
||||
"text": "var(--wp--custom--color--foreground)"
|
||||
},
|
||||
"typography": {
|
||||
"fontSize": "var(--wp--preset--font-size--normal)",
|
||||
"lineHeight": "var(--wp--custom--line-height--body)",
|
||||
"fontFamily": "var(--wp--preset--font-family--base)"
|
||||
},
|
||||
"blocks": {
|
||||
"core/post-content": {
|
||||
"spacing": {
|
||||
"padding": {
|
||||
"left": "var(--wp--custom--post-content--padding--left)",
|
||||
"right": "var(--wp--custom--post-content--padding--right)"
|
||||
}
|
||||
}
|
||||
},
|
||||
"core/button": {
|
||||
"color": {
|
||||
"text": "var(--wp--custom--button--color--text)",
|
||||
"background": "var(--wp--custom--color--primary)"
|
||||
},
|
||||
"typography": {
|
||||
"fontWeight": "var(--wp--custom--button--typography--font-weight)",
|
||||
"fontFamily": "var(--wp--custom--button--typography--font-family)",
|
||||
"fontSize": "var(--wp--custom--button--typography--font-size)",
|
||||
"lineHeight": "var(--wp--custom--button--typography--line-height)"
|
||||
},
|
||||
"border": {
|
||||
"color": "var(--wp--custom--button--border--color)",
|
||||
"radius": "var(--wp--custom--button--border--radius)",
|
||||
"style": "var(--wp--custom--button--border--style)",
|
||||
"width": "var(--wp--custom--button--border--width)",
|
||||
"color": "var(--wp--custom--button--border--color)"
|
||||
}
|
||||
},
|
||||
"core/post-title": {
|
||||
"typography": {
|
||||
"fontSize": "var(--wp--preset--font-size--huge)",
|
||||
"lineHeight": "var(--wp--custom--line-height--headings)"
|
||||
}
|
||||
},
|
||||
"core/post-date": {
|
||||
"width": "var(--wp--custom--button--border--width)"
|
||||
},
|
||||
"color": {
|
||||
"text": "var(--wp--custom--color--foreground-light)",
|
||||
"link": "var(--wp--custom--color--foreground-light)"
|
||||
"background": "var(--wp--custom--color--primary)",
|
||||
"text": "var(--wp--custom--button--color--text)"
|
||||
},
|
||||
"typography": {
|
||||
"fontSize": "var(--wp--preset--font-size--small)"
|
||||
}
|
||||
},
|
||||
"core/site-title": {
|
||||
"typography": {
|
||||
"fontSize": "var(--wp--preset--font-size--large)",
|
||||
"fontWeight": 700
|
||||
}
|
||||
},
|
||||
"core/navigation": {
|
||||
"typography": {
|
||||
"fontSize": "var(--wp--preset--font-size--small)"
|
||||
"fontFamily": "var(--wp--custom--button--typography--font-family)",
|
||||
"fontSize": "var(--wp--custom--button--typography--font-size)",
|
||||
"fontWeight": "var(--wp--custom--button--typography--font-weight)",
|
||||
"lineHeight": "var(--wp--custom--button--typography--line-height)"
|
||||
}
|
||||
},
|
||||
"core/code": {
|
||||
|
@ -398,37 +355,56 @@
|
|||
}
|
||||
},
|
||||
"border": {
|
||||
"radius": "0px",
|
||||
"color": "#CCCCCC",
|
||||
"radius": "0px",
|
||||
"style": "solid",
|
||||
"width": "2px"
|
||||
}
|
||||
},
|
||||
"core/quote": {
|
||||
"core/heading": {
|
||||
"typography": {
|
||||
"fontSize": "var(--wp--preset--font-size--normal)",
|
||||
"fontStyle": "normal"
|
||||
},
|
||||
"border": {
|
||||
"color": "var(--wp--custom--color--secondary)",
|
||||
"style": "solid",
|
||||
"width": "0 0 0 1px"
|
||||
},
|
||||
"fontFamily": "var(--wp--preset--font-family--base)",
|
||||
"fontWeight": "var(--wp--custom--heading--typography--font-weight)",
|
||||
"lineHeight": "var(--wp--custom--line-height--headings)"
|
||||
}
|
||||
},
|
||||
"core/navigation": {
|
||||
"typography": {
|
||||
"fontSize": "var(--wp--preset--font-size--small)"
|
||||
}
|
||||
},
|
||||
"core/post-content": {
|
||||
"spacing": {
|
||||
"padding": {
|
||||
"left": "var(--wp--custom--margin--horizontal)"
|
||||
"left": "var(--wp--custom--post-content--padding--left)",
|
||||
"right": "var(--wp--custom--post-content--padding--right)"
|
||||
}
|
||||
}
|
||||
},
|
||||
"core/pullquote": {
|
||||
"core/post-title": {
|
||||
"typography": {
|
||||
"fontSize": "var(--wp--preset--font-size--huge)",
|
||||
"fontStyle": "italic"
|
||||
"lineHeight": "var(--wp--custom--line-height--headings)"
|
||||
}
|
||||
},
|
||||
"core/post-date": {
|
||||
"color": {
|
||||
"link": "var(--wp--custom--color--foreground-light)",
|
||||
"text": "var(--wp--custom--color--foreground-light)"
|
||||
},
|
||||
"typography": {
|
||||
"fontSize": "var(--wp--preset--font-size--small)"
|
||||
}
|
||||
},
|
||||
"core/pullquote": {
|
||||
"border": {
|
||||
"style": "solid",
|
||||
"width": "1px 0"
|
||||
},
|
||||
"typography": {
|
||||
"fontStyle": "italic",
|
||||
"fontSize": "var(--wp--preset--font-size--huge)"
|
||||
},
|
||||
"spacing": {
|
||||
"padding": {
|
||||
"left": "var(--wp--custom--margin--horizontal)",
|
||||
|
@ -448,20 +424,34 @@
|
|||
"width": "0 0 1px 0"
|
||||
}
|
||||
},
|
||||
"core/heading": {
|
||||
"core/site-title": {
|
||||
"typography": {
|
||||
"fontFamily": "var(--wp--preset--font-family--base)",
|
||||
"lineHeight": "var(--wp--custom--line-height--headings)",
|
||||
"fontWeight": "var(--wp--custom--heading--typography--font-weight)"
|
||||
"fontSize": "var(--wp--preset--font-size--large)",
|
||||
"fontWeight": 700
|
||||
}
|
||||
},
|
||||
"core/quote": {
|
||||
"border": {
|
||||
"color": "var(--wp--custom--color--secondary)",
|
||||
"style": "solid",
|
||||
"width": "0 0 0 1px"
|
||||
},
|
||||
"spacing": {
|
||||
"padding": {
|
||||
"left": "var(--wp--custom--margin--horizontal)"
|
||||
}
|
||||
},
|
||||
"typography": {
|
||||
"fontSize": "var(--wp--preset--font-size--normal)",
|
||||
"fontStyle": "normal"
|
||||
}
|
||||
}
|
||||
},
|
||||
"color": {
|
||||
"background": "var(--wp--custom--color--background)",
|
||||
"text": "var(--wp--custom--color--foreground)"
|
||||
},
|
||||
"elements": {
|
||||
"link": {
|
||||
"color": {
|
||||
"text": "var(--wp--custom--color--foreground)"
|
||||
}
|
||||
},
|
||||
"h1": {
|
||||
"typography": {
|
||||
"fontSize": "41.47px"
|
||||
|
@ -491,7 +481,17 @@
|
|||
"typography": {
|
||||
"fontSize": "var(--wp--preset--font-size--small)"
|
||||
}
|
||||
},
|
||||
"link": {
|
||||
"color": {
|
||||
"text": "var(--wp--custom--color--foreground)"
|
||||
}
|
||||
}
|
||||
},
|
||||
"typography": {
|
||||
"lineHeight": "var(--wp--custom--line-height--body)",
|
||||
"fontFamily": "var(--wp--preset--font-family--base)",
|
||||
"fontSize": "var(--wp--preset--font-size--normal)"
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Reference in a new issue