dafa06d928
* Update styles of question feedback (#7373) * Specify the grade style to be applied only in the question header * Update background color for gold variation * Update background color for default variation * Update border color for gold variation * Tweak CSS formatting * Tweak color for border of ordering question --------- Co-authored-by: Donna Peplinskie <donnapep@gmail.com> * Update version and description * Add new changelog * Remove legacy Learning Mode CSS as it's part of Sensei now (#7431) * Course: Add body class for theme variations (#7432) * Add custom property with variation name * Add function to add body class and enqueue proper stylesheets * Add stylesheets for all variations * Add version number * Style the "Awaiting Grade" notice (#7401) * Style "Awaiting Grade" notice * Move custom CSS to other areas of theme.json * Remove typography setting as it needs to be done via CSS * Do the same for the variations * Fix notice style getting broken for css parsing issue --------- Co-authored-by: Imran Hossain <imranh920@gmail.com> * Bump versions and update change log --------- Co-authored-by: Imran Hossain <imranh920@gmail.com>
994 lines
22 KiB
JSON
994 lines
22 KiB
JSON
{
|
|
"$schema": "https://schemas.wp.org/wp/6.2/theme.json",
|
|
"version": 2,
|
|
"customTemplates": [
|
|
{
|
|
"name": "blank",
|
|
"postTypes": [
|
|
"page",
|
|
"post",
|
|
"course"
|
|
],
|
|
"title": "Blank"
|
|
},
|
|
{
|
|
"name": "wide-no-featured-no-title",
|
|
"title": "Wide - No Featured Image, No Title",
|
|
"postTypes": [
|
|
"page",
|
|
"post",
|
|
"course"
|
|
]
|
|
},
|
|
{
|
|
"name": "wide-featured-title",
|
|
"title": "Wide",
|
|
"postTypes": [
|
|
"page",
|
|
"post",
|
|
"course"
|
|
]
|
|
},
|
|
{
|
|
"name": "single-course",
|
|
"title": "Wide - Title Only",
|
|
"postTypes": [
|
|
"page",
|
|
"post",
|
|
"course"
|
|
]
|
|
},
|
|
{
|
|
"name": "wide-featured-no-title",
|
|
"title": "Wide - Featured Image Only",
|
|
"postTypes": [
|
|
"page",
|
|
"post",
|
|
"course"
|
|
]
|
|
},
|
|
{
|
|
"name": "single-column-featured-title",
|
|
"title": "Single Column",
|
|
"postTypes": [
|
|
"page",
|
|
"post",
|
|
"course"
|
|
]
|
|
},
|
|
{
|
|
"name": "single-column-featured-no-title",
|
|
"title": "Single Column - Featured Image Only",
|
|
"postTypes": [
|
|
"page",
|
|
"post",
|
|
"course"
|
|
]
|
|
},
|
|
{
|
|
"name": "single-column-no-featured-title",
|
|
"title": "Single Column - Title Only",
|
|
"postTypes": [
|
|
"page",
|
|
"post",
|
|
"course"
|
|
]
|
|
},
|
|
{
|
|
"name": "single-column-no-featured-no-title",
|
|
"title": "Single Column - No Featured Image, No Title",
|
|
"postTypes": [
|
|
"page",
|
|
"post",
|
|
"course"
|
|
]
|
|
},
|
|
{
|
|
"name": "single-lesson",
|
|
"title": "Lesson",
|
|
"postTypes": [
|
|
"lesson"
|
|
]
|
|
}
|
|
],
|
|
"settings": {
|
|
"appearanceTools": true,
|
|
"color": {
|
|
"palette": [
|
|
{
|
|
"color": "#00594F",
|
|
"name": "Primary",
|
|
"slug": "primary"
|
|
},
|
|
{
|
|
"color": "#F7EFAD",
|
|
"name": "Secondary",
|
|
"slug": "secondary"
|
|
},
|
|
{
|
|
"color": "#00594F",
|
|
"name": "Foreground",
|
|
"slug": "foreground"
|
|
},
|
|
{
|
|
"color": "#F1EDE7",
|
|
"name": "Background",
|
|
"slug": "background"
|
|
},
|
|
{
|
|
"color": "#F8F5F3",
|
|
"name": "Tertiary",
|
|
"slug": "tertiary"
|
|
},
|
|
{
|
|
"color": "#FFF7BC",
|
|
"name": "Button Border - Active",
|
|
"slug": "button-border-active"
|
|
},
|
|
{
|
|
"color": "#009F8D",
|
|
"name": "Button Border - Hover",
|
|
"slug": "button-border-hover"
|
|
}
|
|
]
|
|
},
|
|
"custom": {
|
|
"typography": {
|
|
"fontSizes": {
|
|
"normal": "clamp(1.313rem, 1.179rem + 0.357vw, 1.5rem)",
|
|
"button": "1.3125rem"
|
|
}
|
|
},
|
|
"navMobileGap": "2.5rem",
|
|
"replyColumnGap": "2.349rem",
|
|
"commentGap" : "5rem",
|
|
"commentGapSmall" : "10px",
|
|
"commentGapMedium" : "1.25rem",
|
|
"courseNewsletterGap": "clamp(2.5rem, -0.292rem + 9.306vw, 6.688rem)",
|
|
"courseThemeVariation": "default",
|
|
"button": {
|
|
"radius": "0.5rem",
|
|
"typography": {
|
|
"fontFamily": "var(--wp--preset--font-family--heading)",
|
|
"fontWeight": "400",
|
|
"letterSpacing": "0.05em"
|
|
},
|
|
"spacing": {
|
|
"padding": {
|
|
"top": "0.5856em",
|
|
"right": "1.5238em",
|
|
"bottom": "0.5856em",
|
|
"left": "1.5238em"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"layout": {
|
|
"contentSize": "1000px",
|
|
"wideSize": "1200px"
|
|
},
|
|
"spacing": {
|
|
"units": [
|
|
"%",
|
|
"px",
|
|
"em",
|
|
"rem",
|
|
"vh",
|
|
"vw"
|
|
]
|
|
},
|
|
"typography": {
|
|
"fluid": true,
|
|
"fontFamilies": [
|
|
{
|
|
"fontFamily": "EB Garamond",
|
|
"name": "EB Garamond",
|
|
"slug": "body",
|
|
"fontFace": [
|
|
{
|
|
"fontFamily": "EB Garamond",
|
|
"fontDisplay": "block",
|
|
"fontWeight": "400",
|
|
"fontStyle": "normal",
|
|
"fontStretch": "normal",
|
|
"src": [ "file:./assets/fonts/eb-garamond/EBGaramond-VariableFont_wght.ttf" ]
|
|
},
|
|
{
|
|
"fontFamily": "EB Garamond",
|
|
"fontDisplay": "block",
|
|
"fontWeight": "700",
|
|
"fontStyle": "normal",
|
|
"fontStretch": "normal",
|
|
"src": [ "file:./assets/fonts/eb-garamond/EBGaramond-VariableFont_wght.ttf" ]
|
|
},
|
|
{
|
|
"fontFamily": "EB Garamond",
|
|
"fontDisplay": "block",
|
|
"fontWeight": "400",
|
|
"fontStyle": "italic",
|
|
"fontStretch": "normal",
|
|
"src": [ "file:./assets/fonts/eb-garamond/EBGaramond-Italic-VariableFont_wght.ttf" ]
|
|
},
|
|
{
|
|
"fontFamily": "EB Garamond",
|
|
"fontDisplay": "block",
|
|
"fontWeight": "700",
|
|
"fontStyle": "italic",
|
|
"fontStretch": "normal",
|
|
"src": [ "file:./assets/fonts/eb-garamond/EBGaramond-Italic-VariableFont_wght.ttf" ]
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"fontFamily": "\"League Gothic\", serif",
|
|
"name": "League Gothic",
|
|
"slug": "heading",
|
|
"fontFace": [
|
|
{
|
|
"fontDisplay": "block",
|
|
"fontFamily": "League Gothic",
|
|
"fontStretch": "normal",
|
|
"fontStyle": "normal",
|
|
"fontWeight": "200 800",
|
|
"src": [
|
|
"file:./assets/fonts/leaguegothic-regular-variablefont_wdth-webfont.woff2"
|
|
]
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"fontFace": [
|
|
{
|
|
"fontDisplay": "block",
|
|
"fontFamily": "Sorts Mill Goudy",
|
|
"fontStretch": "normal",
|
|
"fontStyle": "normal",
|
|
"fontWeight": "200 800",
|
|
"src": ["file:./assets/fonts/SortsMillGoudy-Regular.woff2"]
|
|
}
|
|
],
|
|
"fontFamily": "Sorts Mill Goudy",
|
|
"name": "Sorts Mill Goudy",
|
|
"slug": "sorts-mill-goudy"
|
|
},
|
|
{
|
|
"fontFamily": "Inter",
|
|
"name": "Inter",
|
|
"slug": "inter",
|
|
"fontFace": [
|
|
{
|
|
"fontFamily": "Inter",
|
|
"fontDisplay": "block",
|
|
"fontWeight": "400",
|
|
"fontStyle": "normal",
|
|
"fontStretch": "normal",
|
|
"src": [ "file:./assets/fonts/Inter-VariableFont_slnt,wght.ttf" ]
|
|
},
|
|
{
|
|
"fontFamily": "Inter",
|
|
"fontDisplay": "block",
|
|
"fontWeight": "700",
|
|
"fontStyle": "normal",
|
|
"fontStretch": "normal",
|
|
"src": [ "file:./assets/fonts/Inter-VariableFont_slnt,wght.ttf" ]
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"fontFamily": "-apple-system, BlinkMacSystemFont, Inter, \"Segoe UI\", \"Roboto\", \"Oxygen-Sans\", \"Ubuntu\", \"Cantarell\", \"Helvetica Neue\", sans-serif;",
|
|
"name": "System",
|
|
"slug": "system"
|
|
}
|
|
],
|
|
"fontSizes": [
|
|
{
|
|
"name": "Tiny",
|
|
"size": "1rem",
|
|
"fluid": {
|
|
"min": "0.875rem",
|
|
"max": "1.125rem"
|
|
},
|
|
"slug": "x-small"
|
|
},
|
|
{
|
|
"name": "Small",
|
|
"size": "1.125rem",
|
|
"fluid": {
|
|
"min": "1rem",
|
|
"max": "1.25rem"
|
|
},
|
|
"slug": "small"
|
|
},
|
|
{
|
|
"name": "Medium",
|
|
"size": "1.375rem",
|
|
"fluid": {
|
|
"min": "1.25rem",
|
|
"max": "1.5rem"
|
|
},
|
|
"slug": "medium"
|
|
},
|
|
{
|
|
"name": "Large",
|
|
"size": "1.875rem",
|
|
"fluid": {
|
|
"min": "1.5rem",
|
|
"max": "2.25rem"
|
|
},
|
|
"slug": "large"
|
|
},
|
|
{
|
|
"name": "Extra Large",
|
|
"size": "2.5rem",
|
|
"fluid": {
|
|
"min": "2rem",
|
|
"max": "3rem"
|
|
},
|
|
"slug": "x-large"
|
|
},
|
|
{
|
|
"name": "Huge",
|
|
"size": "4.5rem",
|
|
"fluid": {
|
|
"min": "3rem",
|
|
"max": "5rem"
|
|
},
|
|
"slug": "xx-large"
|
|
},
|
|
{
|
|
"name": "Gigantic",
|
|
"size": "22.125rem",
|
|
"fluid": {
|
|
"min": "16.125rem",
|
|
"max": "28.125rem"
|
|
},
|
|
"slug": "xxx-large"
|
|
}
|
|
]
|
|
},
|
|
"useRootPaddingAwareAlignments": true
|
|
},
|
|
"styles": {
|
|
"blocks": {
|
|
"sensei-lms/course-categories": {
|
|
"typography": {
|
|
"fontFamily": "var(--wp--preset--font-family--system)",
|
|
"textTransform": "uppercase"
|
|
}
|
|
},
|
|
"core/code": {
|
|
"border": {
|
|
"color": "var(--wp--preset--color--foreground)",
|
|
"radius": "0.25rem",
|
|
"style": "solid",
|
|
"width": "2px"
|
|
},
|
|
"spacing": {
|
|
"padding": {
|
|
"bottom": "var(--wp--preset--spacing--50)",
|
|
"left": "var(--wp--preset--spacing--50)",
|
|
"right": "var(--wp--preset--spacing--50)",
|
|
"top": "var(--wp--preset--spacing--50)"
|
|
}
|
|
},
|
|
"typography": {
|
|
"fontFamily": "monospace"
|
|
}
|
|
},
|
|
"core/comments": {
|
|
"typography": {
|
|
"fontFamily": "var(--wp--preset--font-family--system)",
|
|
"fontSize": "var(--wp--preset--font-size--x-small)",
|
|
"lineHeight": "var(--wp--preset--font-size--x-small)",
|
|
"fontWeight": "400"
|
|
},
|
|
"elements": {
|
|
"link": {
|
|
"typography": {
|
|
"textDecoration": "underline"
|
|
}
|
|
}
|
|
},
|
|
"spacing": {
|
|
"blockGap": "0px"
|
|
}
|
|
},
|
|
"core/post-comments-form": {
|
|
"typography": {
|
|
"fontFamily": "var(--wp--preset--font-family--system)",
|
|
"fontSize": "11px",
|
|
"lineHeight": "145%",
|
|
"textTransform": "uppercase"
|
|
},
|
|
"elements": {
|
|
"heading": {
|
|
"typography": {
|
|
"fontSize": "var(--wp--custom--typography--font-sizes--normal)",
|
|
"fontFamily": "var(--wp--preset--font-family--system)",
|
|
"textTransform": "none",
|
|
"fontWeight": "600",
|
|
"letterSpacing": "-0.24px",
|
|
"lineHeight": "100%"
|
|
}
|
|
},
|
|
"button": {
|
|
"border": {
|
|
"radius": "var(--wp--custom--button--radius)"
|
|
},
|
|
"color": {
|
|
"background": "var(--wp--preset--color--foreground)"
|
|
},
|
|
"typography": {
|
|
"textTransform": "uppercase",
|
|
"fontFamily": "var(--wp--preset--font-family--heading)",
|
|
"fontSize": "var(--wp--custom--typography--font-sizes--button)",
|
|
"lineHeight": "100%"
|
|
},
|
|
"spacing": {
|
|
"padding": {
|
|
"top": "1.125rem",
|
|
"bottom": "1.125rem"
|
|
}
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"core/comment-author-name": {
|
|
"typography": {
|
|
"lineHeight": "100%"
|
|
},
|
|
"elements": {
|
|
"link": {
|
|
"typography": {
|
|
"textDecoration": "none",
|
|
"fontFamily": "var(--wp--preset--font-family--system)",
|
|
"fontSize": "var(--wp--preset--font-size--x-small)",
|
|
"lineHeight": "var(--wp--preset--font-size--x-small)"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"core/comments-title": {
|
|
"typography": {
|
|
"fontSize": "var(--wp--preset--font-size--medium)",
|
|
"fontFamily": "var(--wp--preset--font-family--system)",
|
|
"letterSpacing": "-0.01em"
|
|
}
|
|
},
|
|
"core/comment-content": {
|
|
"typography": {
|
|
"fontSize": "var(--wp--custom--typography--font-sizes--normal)",
|
|
"lineHeight": "160%",
|
|
"fontFamily": "var(--wp--preset--font-family--body)"
|
|
},
|
|
"spacing": {
|
|
"padding": {
|
|
"top": "var(--wp--preset--spacing--40)"
|
|
}
|
|
}
|
|
},
|
|
"core/comment-date": {
|
|
"typography": {
|
|
"lineHeight": "100%"
|
|
},
|
|
"spacing": {
|
|
"margin": {
|
|
"top": "10px"
|
|
}
|
|
},
|
|
"elements": {
|
|
"link": {
|
|
"typography": {
|
|
"textDecoration": "none",
|
|
"fontFamily": "var(--wp--preset--font-family--system)",
|
|
"fontSize": "var(--wp--preset--font-size--x-small)",
|
|
"lineHeight": "100%"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"core/comment-edit-link": {
|
|
"elements": {
|
|
"link": {
|
|
"typography": {
|
|
"textDecoration": "underline solid 1px",
|
|
"fontFamily": "var(--wp--preset--font-family--system)",
|
|
"fontSize": "var(--wp--preset--font-size--x-small)",
|
|
"lineHeight": "100%"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"core/comment-reply-link": {
|
|
"elements": {
|
|
"link": {
|
|
"typography": {
|
|
"textDecoration": "underline solid 1px",
|
|
"fontFamily": "var(--wp--preset--font-family--system)",
|
|
"fontSize": "var(--wp--preset--font-size--x-small)",
|
|
"lineHeight": "var(--wp--preset--font-size--x-small)"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"core/gallery": {
|
|
"spacing": {
|
|
"margin": {
|
|
"bottom": "var(--wp--preset--spacing--50)"
|
|
}
|
|
}
|
|
},
|
|
"core/list": {
|
|
"spacing": {
|
|
"padding": {
|
|
"left": "var(--wp--preset--spacing--70)"
|
|
}
|
|
}
|
|
},
|
|
"core/navigation": {
|
|
"elements": {
|
|
"link": {
|
|
"typography": {
|
|
"textTransform": "uppercase",
|
|
"fontWeight": "400",
|
|
"textDecoration": "none",
|
|
"fontFamily": "var(--wp--preset--font-family--heading)",
|
|
"lineHeight": "1.5rem"
|
|
},
|
|
":hover": {
|
|
"typography": {
|
|
"textDecoration": "none"
|
|
}
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"core/post-featured-image": {
|
|
"border": {
|
|
"color": "var(--wp--preset--color--foreground)",
|
|
"radius": "4px",
|
|
"style": "solid",
|
|
"width": "1px"
|
|
}
|
|
},
|
|
"core/post-content": {
|
|
"spacing": {
|
|
"blockGap": "20px"
|
|
},
|
|
"typography": {
|
|
"letterSpacing": "-0.01em"
|
|
},
|
|
"elements": {
|
|
"heading": {
|
|
"spacing": {
|
|
"padding": {
|
|
"top": "20px"
|
|
}
|
|
}
|
|
},
|
|
"link": {
|
|
"typography": {
|
|
"textDecoration": "underline"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"core/post-date": {
|
|
"color": {
|
|
"text": "var(--wp--preset--color--foreground)"
|
|
},
|
|
"typography": {
|
|
"fontFamily": "var(--wp--preset--font-family--system)",
|
|
"fontSize": "var(--wp--preset--font-size--x-small)",
|
|
"letterSpacing": "0.02em"
|
|
},
|
|
"elements": {
|
|
"link": {
|
|
"typography": {
|
|
"textDecoration": "none",
|
|
"fontSize": "var(--wp--preset--font-size--x-small)"
|
|
},
|
|
":hover": {
|
|
"typography": {
|
|
"textDecoration": "underline"
|
|
}
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"core/post-excerpt": {
|
|
"spacing": {
|
|
"margin": {
|
|
"top": "0px",
|
|
"bottom": "0px"
|
|
}
|
|
},
|
|
"typography": {
|
|
"fontFamily": "var(--wp--preset--font-family--body)",
|
|
"lineHeight": "1.3"
|
|
}
|
|
},
|
|
"core/post-terms": {
|
|
"typography": {
|
|
"textDecoration": "underline"
|
|
}
|
|
},
|
|
"core/post-title": {
|
|
"spacing": {
|
|
"margin": {
|
|
"bottom": "0"
|
|
}
|
|
},
|
|
"elements": {
|
|
"link": {
|
|
"typography": {
|
|
"fontFamily": "var(--wp--preset--font-family--heading)",
|
|
"textDecoration": "none"
|
|
},
|
|
":hover": {
|
|
"typography": {
|
|
"textDecoration": "underline"
|
|
}
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"core/pullquote": {
|
|
"spacing": {
|
|
"padding": {
|
|
"bottom": "var(--wp--preset--spacing--50)",
|
|
"left": "clamp(0rem, -2.965rem + 13.953vw, 7.5rem)",
|
|
"right": "clamp(0rem, -2.965rem + 13.953vw, 7.5rem)",
|
|
"top": "var(--wp--preset--spacing--50)"
|
|
}
|
|
},
|
|
"typography": {
|
|
"fontSize": "var(--wp--preset--font-size--large)",
|
|
"fontWeight": "400",
|
|
"fontFamily": "var(--wp--preset--font-family--heading)",
|
|
"fontStyle": "normal",
|
|
"textTransform": "uppercase"
|
|
},
|
|
"elements": {
|
|
"cite": {
|
|
"typography": {
|
|
"fontStyle": "normal",
|
|
"fontSize": "var(--wp--preset--font-size--x-small)",
|
|
"fontFamily": "var(--wp--preset--font-family--system)",
|
|
"textTransform": "none"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"sensei-lms/course-navigation": {
|
|
"spacing": {
|
|
"padding": {
|
|
"top": "1rem"
|
|
}
|
|
},
|
|
"typography": {
|
|
"fontFamily": "var(--wp--preset--font-family--system)"
|
|
},
|
|
"css": "& .sensei-lms-course-navigation-module__summary { font-family: var(--wp--preset--font-family--system); }"
|
|
},
|
|
"sensei-lms/course-theme-notices": {
|
|
"css": "& .sensei-course-theme-quiz-graded-notice__text { font-size: clamp(1.25rem, 1.083rem + 0.556vw, 1.5rem); } & .sensei-course-theme-quiz-graded-notice__reset-quiz-form .sensei-course-theme__button { font-size: clamp(1.313rem, 1.188rem + 0.417vw, 1.5rem); }",
|
|
"elements": {
|
|
"h2": {
|
|
"typography": {
|
|
"fontFamily": "var(--wp--preset--font-family--system)",
|
|
"fontSize": "clamp(1.5rem, 1.167rem + 1.111vw, 2rem)",
|
|
"fontWeight": "590"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"sensei-lms/course-title": {
|
|
"typography": {
|
|
"fontSize": "clamp(1.5rem, 1.5rem + 0vw, 1.5rem)"
|
|
}
|
|
},
|
|
"sensei-lms/course-theme-course-progress-bar": {
|
|
"color": {
|
|
"background": "#F8F5F3"
|
|
}
|
|
},
|
|
"sensei-lms/course-theme-course-progress-counter": {
|
|
"typography": {
|
|
"fontFamily": "var(--wp--preset--font-family--system)",
|
|
"fontSize": "1rem",
|
|
"letterSpacing": "0.02em"
|
|
}
|
|
},
|
|
"sensei-lms/course-theme-lesson-module": {
|
|
"typography": {
|
|
"fontFamily": "var(--wp--preset--font-family--system)",
|
|
"letterSpacing": "-0.01em",
|
|
"textTransform": "none"
|
|
}
|
|
},
|
|
"sensei-lms/exit-course": {
|
|
"typography": {
|
|
"fontFamily": "var(--wp--preset--font-family--system)",
|
|
"fontSize": "1rem",
|
|
"letterSpacing": "0.02em",
|
|
"lineHeight": "1"
|
|
}
|
|
},
|
|
"sensei-lms/page-actions": {
|
|
"typography": {
|
|
"fontFamily": "var(--wp--preset--font-family--heading)",
|
|
"fontSize": "var(--wp--custom--typography--font-sizes--button)",
|
|
"letterSpacing": "0.05em",
|
|
"lineHeight": "2.666666666666667"
|
|
}
|
|
},
|
|
"core/quote": {
|
|
"spacing": {
|
|
"padding": {
|
|
"left": "var(--wp--preset--spacing--50)"
|
|
}
|
|
},
|
|
"elements": {
|
|
"cite": {
|
|
"typography": {
|
|
"fontStyle": "normal",
|
|
"fontSize": "var(--wp--preset--font-size--x-small)",
|
|
"fontFamily": "var(--wp--preset--font-family--system)"
|
|
}
|
|
}
|
|
},
|
|
"typography": {
|
|
"fontStyle": "normal",
|
|
"fontSize": "var(--wp--preset--font-size--medium)"
|
|
},
|
|
"border": {
|
|
"color": "var(--wp--preset--color--primary)",
|
|
"style": "solid",
|
|
"width": "0 0 0 1px"
|
|
}
|
|
},
|
|
"core/search": {
|
|
"typography": {
|
|
"fontSize": "var(--wp--preset--font-size--x-small)",
|
|
"lineHeight": "1.6"
|
|
}
|
|
},
|
|
"core/separator": {
|
|
"border": {
|
|
"color": "currentColor",
|
|
"style": "solid",
|
|
"width": "0 0 1px 0"
|
|
},
|
|
"color": {
|
|
"text": "var(--wp--preset--color--foreground)"
|
|
}
|
|
},
|
|
"core/site-tagline": {
|
|
"typography": {
|
|
"fontSize": "var(--wp--preset--font-size--x-small)"
|
|
}
|
|
},
|
|
"core/site-title": {
|
|
"typography": {
|
|
"fontFamily": "var(--wp--preset--font-family--heading)",
|
|
"textTransform": "uppercase"
|
|
},
|
|
"elements": {
|
|
"link": {
|
|
"typography": {
|
|
"textDecoration": "none"
|
|
},
|
|
":hover": {
|
|
"typography": {
|
|
"textDecoration": "underline"
|
|
}
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"core/query-pagination": {
|
|
"elements": {
|
|
"link": {
|
|
"typography": {
|
|
"textDecoration": "none",
|
|
"textTransform": "uppercase"
|
|
}
|
|
}
|
|
},
|
|
"typography": {
|
|
"fontFamily": "var(--wp--preset--font-family--heading)",
|
|
"fontSize": "var(--wp--preset--font-size--medium)",
|
|
"letterSpacing": "0.01em"
|
|
}
|
|
},
|
|
"sensei-lms/quiz-back-to-lesson": {
|
|
"typography": {
|
|
"fontFamily": "var(--wp--preset--font-family--system)"
|
|
}
|
|
},
|
|
"sensei-lms/quiz-actions": {
|
|
"css": "& .sensei-quiz-actions-secondary .sensei-quiz-action .quiz-submit { font-size: var(--wp--custom--typography--font-sizes--normal); }"
|
|
},
|
|
"sensei-lms/quiz-question": {
|
|
"typography": {
|
|
"fontSize": "var(--wp--preset--font-size--medium)"
|
|
},
|
|
"elements": {
|
|
"h2": {
|
|
"typography": {
|
|
"fontSize": "clamp(1.5rem, 0.808rem + 2.308vw, 2.25rem)",
|
|
"fontFamily": "var(--wp--preset--font-family--system)",
|
|
"fontWeight": "590",
|
|
"lineHeight": "1",
|
|
"letterSpacing": "-0.36px"
|
|
},
|
|
"spacing": {
|
|
"margin": {
|
|
"bottom": "40px",
|
|
"top": "80px"
|
|
},
|
|
"padding": {
|
|
"bottom": "0",
|
|
"top": "0",
|
|
"left": "0",
|
|
"right": "0"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"css": "& .grade { font-family: var(--wp--preset--font-family--system) } & .sensei-lms-question__answer-feedback--incorrect { --color: #f2ddbe; }"
|
|
}
|
|
},
|
|
"color": {
|
|
"background": "var(--wp--preset--color--background)",
|
|
"text": "var(--wp--preset--color--foreground)"
|
|
},
|
|
"elements": {
|
|
"button": {
|
|
"border": {
|
|
"color": "transparent",
|
|
"radius": "var(--wp--custom--button--radius)",
|
|
"style": "solid",
|
|
"width": "1px"
|
|
},
|
|
"color": {
|
|
"background": "var(--wp--preset--color--foreground)",
|
|
"text": "var(--wp--preset--color--background)"
|
|
},
|
|
"spacing": {
|
|
"padding": {
|
|
"top": "var(--wp--custom--button--spacing--padding--top)",
|
|
"right": "var(--wp--custom--button--spacing--padding--right)",
|
|
"bottom": "var(--wp--custom--button--spacing--padding--bottom)",
|
|
"left": "var(--wp--custom--button--spacing--padding--left)"
|
|
}
|
|
},
|
|
"typography": {
|
|
"fontFamily": "var(--wp--preset--font-family--heading)",
|
|
"fontSize": "var(--wp--custom--typography--font-sizes--button)",
|
|
"fontWeight": "400",
|
|
"letterSpacing": "0.05em",
|
|
"textTransform": "uppercase"
|
|
},
|
|
":active": {
|
|
"border": {
|
|
"color": "var(--wp--preset--color--button-border-active)"
|
|
},
|
|
"color": {
|
|
"background": "var(--wp--preset--color--secondary)",
|
|
"text": "var(--wp--preset--color--primary)"
|
|
}
|
|
},
|
|
":focus": {
|
|
"color": {
|
|
"background": "var(--wp--preset--color--foreground)",
|
|
"text": "var(--wp--preset--color--background)"
|
|
}
|
|
},
|
|
":hover": {
|
|
"border": {
|
|
"color": "var(--wp--preset--color--button-border-hover)"
|
|
},
|
|
"color": {
|
|
"background": "var(--wp--preset--color--primary)",
|
|
"text": "var(--wp--preset--color--secondary)"
|
|
}
|
|
}
|
|
},
|
|
"caption": {
|
|
"typography": {
|
|
"fontSize": "var(--wp--preset--font-size--small)"
|
|
}
|
|
},
|
|
"heading": {
|
|
"typography": {
|
|
"fontFamily": "var(--wp--preset--font-family--heading)",
|
|
"fontWeight": "400",
|
|
"letterSpacing": "0.01em",
|
|
"lineHeight": "1",
|
|
"textTransform": "uppercase"
|
|
}
|
|
},
|
|
"h1": {
|
|
"typography": {
|
|
"fontSize": "var(--wp--preset--font-size--xx-large)"
|
|
}
|
|
},
|
|
"h2": {
|
|
"typography": {
|
|
"fontSize": "var(--wp--preset--font-size--x-large)"
|
|
}
|
|
},
|
|
"h3": {
|
|
"typography": {
|
|
"fontSize": "var(--wp--preset--font-size--large)"
|
|
}
|
|
},
|
|
"h4": {
|
|
"typography": {
|
|
"fontSize": "var(--wp--preset--font-size--medium)"
|
|
}
|
|
},
|
|
"h5": {
|
|
"typography": {
|
|
"fontSize": "var(--wp--preset--font-size--small)"
|
|
}
|
|
},
|
|
"h6": {
|
|
"typography": {
|
|
"fontSize": "var(--wp--preset--font-size--x-small)"
|
|
}
|
|
},
|
|
"link": {
|
|
"color": {
|
|
"text": "var(--wp--preset--color--primary)"
|
|
},
|
|
"typography": {
|
|
"fontWeight": "400",
|
|
"textDecoration": "none"
|
|
},
|
|
":active": {
|
|
"color": {
|
|
"background": "var(--wp--preset--color--secondary)"
|
|
},
|
|
"typography": {
|
|
"textDecoration": "none"
|
|
}
|
|
},
|
|
":focus": {
|
|
"typography": {
|
|
"textDecoration": "underline dotted"
|
|
}
|
|
},
|
|
":hover": {
|
|
"typography": {
|
|
"textDecoration": "underline"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"spacing": {
|
|
"blockGap": "2.5rem",
|
|
"padding": {
|
|
"right": "1.25rem",
|
|
"left": "1.25rem"
|
|
}
|
|
},
|
|
"typography": {
|
|
"fontFamily": "var(--wp--preset--font-family--body)",
|
|
"fontSize": "var(--wp--custom--typography--font-sizes--normal)",
|
|
"lineHeight": "1.3"
|
|
}
|
|
},
|
|
"templateParts": [
|
|
{
|
|
"area": "header",
|
|
"name": "header"
|
|
},
|
|
{
|
|
"area": "footer",
|
|
"name": "footer"
|
|
}
|
|
]
|
|
}
|