diff --git a/maverick/assets/fonts/libre-franklin_700.ttf b/maverick/assets/fonts/libre-franklin_700.ttf new file mode 100644 index 0000000000..1f371219c9 Binary files /dev/null and b/maverick/assets/fonts/libre-franklin_700.ttf differ diff --git a/maverick/assets/fonts/libre-franklin_700italic.ttf b/maverick/assets/fonts/libre-franklin_700italic.ttf new file mode 100644 index 0000000000..79241ad10d Binary files /dev/null and b/maverick/assets/fonts/libre-franklin_700italic.ttf differ diff --git a/maverick/assets/fonts/libre-franklin_italic.ttf b/maverick/assets/fonts/libre-franklin_italic.ttf new file mode 100644 index 0000000000..4388684009 Binary files /dev/null and b/maverick/assets/fonts/libre-franklin_italic.ttf differ diff --git a/maverick/assets/fonts/libre-franklin_regular.ttf b/maverick/assets/fonts/libre-franklin_regular.ttf new file mode 100644 index 0000000000..bb308f442f Binary files /dev/null and b/maverick/assets/fonts/libre-franklin_regular.ttf differ diff --git a/maverick/assets/fonts/new-century-schoolbook_italic_400.ttf b/maverick/assets/fonts/new-century-schoolbook_italic_400.ttf new file mode 100644 index 0000000000..3c8197fda7 Binary files /dev/null and b/maverick/assets/fonts/new-century-schoolbook_italic_400.ttf differ diff --git a/maverick/assets/fonts/new-century-schoolbook_normal_400.ttf b/maverick/assets/fonts/new-century-schoolbook_normal_400.ttf new file mode 100644 index 0000000000..7368c2e382 Binary files /dev/null and b/maverick/assets/fonts/new-century-schoolbook_normal_400.ttf differ diff --git a/maverick/functions.php b/maverick/functions.php new file mode 100644 index 0000000000..25db689332 --- /dev/null +++ b/maverick/functions.php @@ -0,0 +1,60 @@ +get( 'Version' ) + ); + + // Enqueue theme stylesheet. + wp_enqueue_style( 'maverick-style' ); + + } + +endif; + +add_action( 'wp_enqueue_scripts', 'maverick_styles' ); \ No newline at end of file diff --git a/maverick/parts/footer.html b/maverick/parts/footer.html new file mode 100644 index 0000000000..cad0c4f4e0 --- /dev/null +++ b/maverick/parts/footer.html @@ -0,0 +1,22 @@ + +
+
+
+
+ +
+
+ + + +
+ + + +
+

+ Designed with WordPress

+
+
+
+ \ No newline at end of file diff --git a/maverick/parts/header.html b/maverick/parts/header.html new file mode 100644 index 0000000000..42497120cc --- /dev/null +++ b/maverick/parts/header.html @@ -0,0 +1,17 @@ + +
+
+
+ +
+ + + + +
+
+ \ No newline at end of file diff --git a/maverick/parts/post-meta.html b/maverick/parts/post-meta.html new file mode 100644 index 0000000000..525d7dbf8f --- /dev/null +++ b/maverick/parts/post-meta.html @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/maverick/parts/sidebar.html b/maverick/parts/sidebar.html new file mode 100644 index 0000000000..9e2e3f3642 --- /dev/null +++ b/maverick/parts/sidebar.html @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/maverick/patterns/404.php b/maverick/patterns/404.php new file mode 100644 index 0000000000..5d056fae97 --- /dev/null +++ b/maverick/patterns/404.php @@ -0,0 +1,29 @@ + + + + +
+
+
+

404 error.', 'maverick');?>

+ + + +

+
+ + + +
+
+
+ + + \ No newline at end of file diff --git a/maverick/patterns/archive.php b/maverick/patterns/archive.php new file mode 100644 index 0000000000..1f496e67db --- /dev/null +++ b/maverick/patterns/archive.php @@ -0,0 +1,59 @@ + + + + +
+ + +
+ +
+
+ + + +
+ + + +
+
+ + +
+ + +

+ + +
+
+
+
+ + + + + + + + + + + + + +

+ +
+
+ + + \ No newline at end of file diff --git a/maverick/patterns/comments.php b/maverick/patterns/comments.php new file mode 100644 index 0000000000..a7aac5125c --- /dev/null +++ b/maverick/patterns/comments.php @@ -0,0 +1,52 @@ + + + +
+ + + + +
+ +
+ + + +
+ + + +
+ + + +
+ +
+ +
+ + + + + +
+ + + + + + + + + + +
+ diff --git a/maverick/patterns/footer.php b/maverick/patterns/footer.php new file mode 100644 index 0000000000..20b5ce90f3 --- /dev/null +++ b/maverick/patterns/footer.php @@ -0,0 +1,26 @@ + + +
+
+
+
+ +
+
+ + + +
+

WordPress', 'maverick');?>

+
+
+
+ \ No newline at end of file diff --git a/maverick/patterns/front-page.php b/maverick/patterns/front-page.php new file mode 100644 index 0000000000..8e71e752d5 --- /dev/null +++ b/maverick/patterns/front-page.php @@ -0,0 +1,51 @@ + + + + +
+
+ +
+
+ + + +
+ + + +
+
+ + +
+ + +

+ + +
+
+
+
+ + + + + + + + + +
+
+ + + \ No newline at end of file diff --git a/maverick/patterns/home.php b/maverick/patterns/home.php new file mode 100644 index 0000000000..31f9b5e69c --- /dev/null +++ b/maverick/patterns/home.php @@ -0,0 +1,47 @@ + + + + +
+
+ +
+ +
+ + + +
+
+ + + +
+
+ + + + + + + + + + + + + +

+ +
+
+ + + \ No newline at end of file diff --git a/maverick/patterns/index.php b/maverick/patterns/index.php new file mode 100644 index 0000000000..5b487e9860 --- /dev/null +++ b/maverick/patterns/index.php @@ -0,0 +1,51 @@ + + + + +
+
+ +
+
+ + + +
+ + + +
+
+ + +
+ + +

+ + +
+
+
+
+ + + + + + + + + +
+
+ + + \ No newline at end of file diff --git a/maverick/patterns/post-list.php b/maverick/patterns/post-list.php new file mode 100644 index 0000000000..3132917ca8 --- /dev/null +++ b/maverick/patterns/post-list.php @@ -0,0 +1,60 @@ + + + +
+ +
+
+ + + +
+ + +
+ + + + +
+ + +

·

+ + +
+ + + + +
+
+
+ + + + + + + + + + + + + + + + + +

+ +
+ \ No newline at end of file diff --git a/maverick/patterns/post-meta.php b/maverick/patterns/post-meta.php new file mode 100644 index 0000000000..4444d253ac --- /dev/null +++ b/maverick/patterns/post-meta.php @@ -0,0 +1,17 @@ + + +
+ + +

+ + +
+ \ No newline at end of file diff --git a/maverick/patterns/search.php b/maverick/patterns/search.php new file mode 100644 index 0000000000..6540bd6828 --- /dev/null +++ b/maverick/patterns/search.php @@ -0,0 +1,63 @@ + + + + +
+
+ + + + + +
+ +
+
+ + + +
+ + + +
+
+ + +
+ + +

+ + +
+
+
+
+ + + + + + + + + + + + + +

+ +
+
+ + + \ No newline at end of file diff --git a/maverick/patterns/sidebar.php b/maverick/patterns/sidebar.php new file mode 100644 index 0000000000..6fcc06736f --- /dev/null +++ b/maverick/patterns/sidebar.php @@ -0,0 +1,25 @@ + + +
+

+ + + +
+

+ + + +
+
+
+
+
+ \ No newline at end of file diff --git a/maverick/readme.txt b/maverick/readme.txt new file mode 100644 index 0000000000..bc950fbee3 --- /dev/null +++ b/maverick/readme.txt @@ -0,0 +1,50 @@ +=== Maverick === +Contributors: Automattic +Requires at least: 6.0 +Tested up to: 6.5 +Requires PHP: 5.7 +License: GPLv2 or later +License URI: http://www.gnu.org/licenses/gpl-2.0.html + + +== Description == + +A theme in homage to George Lois, visionary American Art Director and author. We will all miss your big ideas. Rest in Peace, George. From the Creative People of Automattic. + + +== Changelog == + += 1.0.0 = +* Initial release + + +== Copyright == + +Maverick is based on George Lois (https://wordpress.com/themes/george-lois/), (C) Automattic, [GPLv2 or later](http://www.gnu.org/licenses/gpl-2.0.html) + +George Lois WordPress Theme, (C) 2023 Automattic. +George Lois is distributed under the terms of the GNU GPL. +George Lois is based on lois (https://wordpress.com/theme/lois/), (C) Automattic, [GPLv2 or later](http://www.gnu.org/licenses/gpl-2.0.html) + +This program is free software: you can redistribute it and/or modify +it under the terms of the GNU General Public License as published by +the Free Software Foundation, either version 2 of the License, or +(at your option) any later version. + +This program is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU General Public License for more details. + + +== Fonts == + +Libre Franklin +Copyright 2020 The LibreFranklin Project Authors (https://github.com/impallari/Libre-Franklin) +Source: http://www.impallari.com/ +License: This Font Software is licensed under the SIL Open Font License, Version 1.1. This license is available with a FAQ at: http://scripts.sil.org/OFL + +New Century Schoolbook Font +(URW)++,Copyright 2014 by (URW)++ Design & Development +-- End of New Century Schoolbook Font credits -- + diff --git a/maverick/screenshot.png b/maverick/screenshot.png new file mode 100644 index 0000000000..7453e369c9 Binary files /dev/null and b/maverick/screenshot.png differ diff --git a/maverick/style.css b/maverick/style.css new file mode 100644 index 0000000000..b987820b13 --- /dev/null +++ b/maverick/style.css @@ -0,0 +1,63 @@ +/* +Theme Name: Maverick +Theme URI: https://themeshaper.com/maverick/ +Author: Automattic +Author URI: https://automattic.com +Description: A theme in homage to George Lois, visionary American Art Director, and author. We will all miss your big ideas. Rest in Peace, George. From the Creative People of Automattic. +Requires at least: 6.0 +Tested up to: 6.5 +Requires PHP: 5.7 +Version: 1.0.0 +License: GNU General Public License v2 or later +License URI: http://www.gnu.org/licenses/gpl-2.0.html +Text Domain: maverick +Tags: blog, one-column, two-columns, right-sidebar, accessibility-ready, block-patterns, block-styles, custom-colors, custom-header, custom-logo, custom-menu, editor-style, flexible-header, full-site-editing, full-width-template, microformats, post-formats, rtl-language-support, style-variations, template-editing, theme-options, threaded-comments, translation-ready + +/* + * Control the hover stylings of outline block style. + * Unnecessary once block styles are configurable via theme.json + * https://github.com/WordPress/gutenberg/issues/42794 + */ + +/* + * Control the hover stylings of outline block style. + * Unnecessary once block styles are configurable via theme.json + * https://github.com/WordPress/gutenberg/issues/42794 + */ +.wp-block-button.is-style-outline>.wp-block-button__link:not(.has-background):hover { + background-color: var(--wp--preset--color--secondary); + color: var(--wp--preset--color--foreground); + border-color: var(--wp--preset--color--secondary); +} + +/** + * Currently table styles are only available with 'wp-block-styles' + * theme support (block css) thus the following needs to be included + * since 'wp-block-styles' aren't used for this theme. + * https://github.com/WordPress/gutenberg/issues/45065 + */ +.wp-block-table thead { + border-bottom: 3px solid; +} +.wp-block-table tfoot { + border-top: 3px solid; +} +.wp-block-table td, +.wp-block-table th { + padding: var(--wp--preset--spacing--30); + border: 1px solid; + word-break: normal; +} +.wp-block-table figcaption { + font-size: var(--wp--preset--font-size--small); + text-align: center; +} + +/* + * Link styles + * https://github.com/WordPress/gutenberg/issues/42319 + */ +a { + text-decoration-thickness: .0625em !important; + text-underline-offset: .15em; +} diff --git a/maverick/styles/upended.json b/maverick/styles/upended.json new file mode 100644 index 0000000000..0b38fa1a9f --- /dev/null +++ b/maverick/styles/upended.json @@ -0,0 +1,87 @@ +{ + "settings": { + "color": { + "palette": [ + { + "color": "#131020", + "name": "Primary", + "slug": "primary" + }, + { + "color": "#f4f4f3", + "name": "Secondary", + "slug": "secondary" + }, + { + "color": "#131020", + "name": "Foreground", + "slug": "foreground" + }, + { + "color": "#f4f4f3", + "name": "Background", + "slug": "background" + }, + { + "color": "#808080", + "name": "Tertiary", + "slug": "tertiary" + } + ] + } + }, + "styles": { + "blocks": { + "core/query-pagination": { + "typography": { + "fontFamily": "var(--wp--preset--font-family--new-century-schoolbook)", + "fontSize": "var(--wp--preset--font-size--x-large)", + "lineHeight": "1" + } + } + }, + "elements": { + "h1": { + "typography": { + "fontFamily": "var(--wp--preset--font-family--new-century-schoolbook)" + } + }, + "h2": { + "typography": { + "fontFamily": "var(--wp--preset--font-family--new-century-schoolbook)" + } + }, + "h3": { + "typography": { + "fontFamily": "var(--wp--preset--font-family--new-century-schoolbook)" + } + }, + "h4": { + "typography": { + "fontFamily": "var(--wp--preset--font-family--new-century-schoolbook)" + } + }, + "h5": { + "typography": { + "fontFamily": "var(--wp--preset--font-family--new-century-schoolbook)" + } + }, + "h6": { + "typography": { + "fontFamily": "var(--wp--preset--font-family--new-century-schoolbook)" + } + }, + "heading": { + "typography": { + "fontFamily": "var(--wp--preset--font-family--new-century-schoolbook)" + } + } + }, + "typography": { + "fontFamily": "var(--wp--preset--font-family--libre-franklin)" + } + }, + "title": "Upended", + "version": 3, + "$schema": "https://schemas.wp.org/trunk/theme.json" +} \ No newline at end of file diff --git a/maverick/templates/404.html b/maverick/templates/404.html new file mode 100644 index 0000000000..3cc50a9d58 --- /dev/null +++ b/maverick/templates/404.html @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/maverick/templates/archive.html b/maverick/templates/archive.html new file mode 100644 index 0000000000..6a646ec8fc --- /dev/null +++ b/maverick/templates/archive.html @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/maverick/templates/front-page.html b/maverick/templates/front-page.html new file mode 100644 index 0000000000..a0f1fd5e37 --- /dev/null +++ b/maverick/templates/front-page.html @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/maverick/templates/home.html b/maverick/templates/home.html new file mode 100644 index 0000000000..c6ad665993 --- /dev/null +++ b/maverick/templates/home.html @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/maverick/templates/index.html b/maverick/templates/index.html new file mode 100644 index 0000000000..6b962f1196 --- /dev/null +++ b/maverick/templates/index.html @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/maverick/templates/page.html b/maverick/templates/page.html new file mode 100644 index 0000000000..110764c204 --- /dev/null +++ b/maverick/templates/page.html @@ -0,0 +1,9 @@ + + + +
+
+
+ + + \ No newline at end of file diff --git a/maverick/templates/search.html b/maverick/templates/search.html new file mode 100644 index 0000000000..2aa389c66c --- /dev/null +++ b/maverick/templates/search.html @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/maverick/templates/single.html b/maverick/templates/single.html new file mode 100644 index 0000000000..e1861d115d --- /dev/null +++ b/maverick/templates/single.html @@ -0,0 +1,65 @@ + + + +
+
+
+
+
+ +
+ + + + + +
+ + + + +
+ + + +
+
+ + +
+ + +
+ +
+
+
+ + + + +
+ + + + + + + + + + + +
+
+
+ + + +
+
+
+
+ + + \ No newline at end of file diff --git a/maverick/theme.json b/maverick/theme.json new file mode 100644 index 0000000000..0878c05fc4 --- /dev/null +++ b/maverick/theme.json @@ -0,0 +1,661 @@ +{ + "settings": { + "appearanceTools": true, + "color": { + "custom": true, + "customGradient": true, + "palette": [ + { + "color": "#f4f4f3", + "name": "Primary", + "slug": "primary" + }, + { + "color": "#131020", + "name": "Secondary", + "slug": "secondary" + }, + { + "color": "#f4f4f3", + "name": "Foreground", + "slug": "foreground" + }, + { + "color": "#131020", + "name": "Background", + "slug": "background" + }, + { + "color": "#808080", + "name": "Tertiary", + "slug": "tertiary" + } + ] + }, + "layout": { + "contentSize": "900px", + "wideSize": "1200px" + }, + "spacing": { + "customSpacingSize": true, + "spacingScale": { + "theme": { + "steps": 0 + } + }, + "spacingSizes": [ + { + "name": "2X-Small", + "size": "0.5rem", + "slug": "20" + }, + { + "name": "X-Small", + "size": "clamp(0.5rem, 1vw, 1rem)", + "slug": "30" + }, + { + "name": "Small", + "size": "clamp(0.75rem, 1.5vw, 1.5rem)", + "slug": "40" + }, + { + "name": "Medium", + "size": "clamp(1rem, 2vw, 2rem)", + "slug": "50" + }, + { + "name": "Large", + "size": "clamp(1.5rem, 3vw, 3rem)", + "slug": "60" + }, + { + "name": "X-Large", + "size": "clamp(2rem, 4vw, 4rem)", + "slug": "70" + }, + { + "name": "2X-Large", + "size": "clamp(3rem, 6vw, 6rem)", + "slug": "80" + } + ], + "units": [ + "%", + "px", + "em", + "rem", + "vh", + "vw" + ] + }, + "typography": { + "customFontSize": true, + "defaultFontSizes": false, + "fluid": true, + "fontFamilies": [ + { + "fontFace": [ + { + "fontFamily": "Libre Franklin", + "fontStyle": "normal", + "fontWeight": "700", + "src": [ + "file:./assets/fonts/libre-franklin_700.ttf" + ] + }, + { + "fontFamily": "Libre Franklin", + "fontStyle": "normal", + "fontWeight": "400", + "src": [ + "file:./assets/fonts/libre-franklin_regular.ttf" + ] + }, + { + "fontFamily": "Libre Franklin", + "fontStyle": "italic", + "fontWeight": "400", + "src": [ + "file:./assets/fonts/libre-franklin_italic.ttf" + ] + }, + { + "fontFamily": "Libre Franklin", + "fontStyle": "italic", + "fontWeight": "700", + "src": [ + "file:./assets/fonts/libre-franklin_700italic.ttf" + ] + } + ], + "fontFamily": "Libre Franklin", + "slug": "libre-franklin" + }, + { + "fontFace": [ + { + "fontFamily": "New Century Schoolbook", + "fontStyle": "normal", + "fontWeight": "400", + "src": [ + "file:./assets/fonts/new-century-schoolbook_normal_400.ttf" + ] + }, + { + "fontFamily": "New Century Schoolbook", + "fontStyle": "italic", + "fontWeight": "400", + "src": [ + "file:./assets/fonts/new-century-schoolbook_italic_400.ttf" + ] + } + ], + "fontFamily": "New Century Schoolbook", + "slug": "new-century-schoolbook" + } + ], + "fontSizes": [ + { + "fluid": { + "max": "1rem", + "min": "0.75rem" + }, + "name": "Small", + "size": "0.75rem", + "slug": "small" + }, + { + "fluid": { + "max": "1.33rem", + "min": "1rem" + }, + "name": "Medium", + "size": "1rem", + "slug": "medium" + }, + { + "fluid": { + "max": "1.414rem", + "min": "1.25rem" + }, + "name": "Large", + "size": "1.414rem", + "slug": "large" + }, + { + "fluid": { + "max": "3.998rem", + "min": "2.5rem" + }, + "name": "Extra Large", + "size": "3.998rem", + "slug": "x-large" + } + ] + }, + "useRootPaddingAwareAlignments": true + }, + "styles": { + "blocks": { + "core/avatar": { + "border": { + "radius": "5px" + }, + "filter": { + "duotone": "var(--wp--preset--duotone--grayscale)" + } + }, + "core/button": { + "color": { + "background": "var(--wp--preset--color--secondary)", + "text": "var(--wp--preset--color--primary)" + }, + "elements": { + "link": { + "color": { + "text": "var(--wp--preset--color--primary)" + } + } + }, + "spacing": { + "padding": { + "bottom": "var(--wp--preset--spacing--30)", + "left": "0", + "right": "0", + "top": "var(--wp--preset--spacing--30)" + } + }, + "typography": { + "fontFamily": "var(--wp--preset--font-family--libre-franklin)", + "fontSize": "var(--wp--preset--font-size--small)", + "letterSpacing": "0.06rem", + "textDecoration": "underline", + "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/columns": { + "spacing": { + "blockGap": { + "left": "var(--wp--preset--spacing--20)", + "top": "var(--wp--preset--spacing--30)" + } + } + }, + "core/comment-author-name": { + "typography": { + "fontFamily": "var(--wp--preset--font-family--libre-franklin)", + "fontSize": "var(--wp--preset--font-size--small)", + "fontStyle": "normal", + "fontWeight": "700" + } + }, + "core/comment-date": { + "typography": { + "fontFamily": "var(--wp--preset--font-family--libre-franklin)", + "fontSize": "var(--wp--preset--font-size--small)" + } + }, + "core/comment-edit-link": { + "typography": { + "fontFamily": "var(--wp--preset--font-family--libre-franklin)", + "fontSize": "var(--wp--preset--font-size--small)" + } + }, + "core/comment-reply-link": { + "typography": { + "fontFamily": "var(--wp--preset--font-family--libre-franklin)", + "fontSize": "var(--wp--preset--font-size--small)" + } + }, + "core/comments-pagination": { + "typography": { + "fontFamily": "var(--wp--preset--font-family--libre-franklin)" + } + }, + "core/gallery": { + "spacing": { + "margin": { + "bottom": "var(--wp--preset--spacing--50)" + } + } + }, + "core/list": { + "spacing": { + "padding": { + "left": "var(--wp--preset--spacing--70)" + } + } + }, + "core/navigation": { + "elements": { + "link": { + ":hover": { + "typography": { + "textDecoration": "underline" + } + }, + "typography": { + "textDecoration": "none" + } + } + }, + "spacing": { + "blockGap": "var(--wp--preset--spacing--30)" + }, + "typography": { + "fontFamily": "var(--wp--preset--font-family--libre-franklin)", + "fontSize": "var(--wp--preset--font-size--small)", + "fontStyle": "normal", + "fontWeight": "400", + "letterSpacing": "0.03rem", + "textTransform": "uppercase" + } + }, + "core/post-content": { + "spacing": { + "blockGap": "var(--wp--preset--spacing--40)" + } + }, + "core/post-date": { + "color": { + "text": "var(--wp--preset--color--foreground)" + }, + "elements": { + "link": { + ":hover": { + "typography": { + "textDecoration": "underline" + } + }, + "color": { + "text": "var(--wp--preset--color--secondary)" + }, + "typography": { + "textDecoration": "none" + } + } + }, + "typography": { + "fontFamily": "var(--wp--preset--font-family--libre-franklin)", + "fontSize": "var(--wp--preset--font-size--small)", + "fontStyle": "normal", + "fontWeight": "700", + "letterSpacing": "0rem", + "textTransform": "uppercase" + } + }, + "core/post-terms": { + "typography": { + "fontFamily": "var(--wp--preset--font-family--libre-franklin)", + "fontSize": "var(--wp--preset--font-size--small)", + "fontStyle": "normal", + "fontWeight": "700", + "letterSpacing": "0rem", + "textDecoration": "none" + } + }, + "core/post-title": { + "elements": { + "link": { + ":hover": { + "typography": { + "textDecoration": "underline" + } + }, + "typography": { + "textDecoration": "none" + } + } + }, + "spacing": { + "margin": { + "bottom": "0" + } + } + }, + "core/pullquote": { + "border": { + "color": "var(--wp--preset--color--foreground)", + "style": "solid", + "width": "1px 0" + }, + "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": { + "fontSize": "var(--wp--preset--font-size--large)", + "fontStyle": "italic" + } + }, + "core/query-pagination": { + "typography": { + "fontFamily": "var(--wp--preset--font-family--libre-franklin)", + "fontSize": "4.6rem", + "fontStyle": "normal", + "fontWeight": "700", + "lineHeight": "1.1" + } + }, + "core/query-title": { + "spacing": { + "margin": { + "bottom": "5vh" + } + } + }, + "core/quote": { + "border": { + "color": "var(--wp--preset--color--primary)", + "style": "solid", + "width": "0 0 0 1px" + }, + "spacing": { + "padding": { + "left": "var(--wp--preset--spacing--50)" + } + }, + "typography": { + "fontStyle": "normal" + } + }, + "core/search": { + "border": { + "bottom": { + "style": "none", + "width": "0px" + }, + "color": null, + "left": { + "style": "none", + "width": "0px" + }, + "radius": "2px", + "right": { + "style": "none", + "width": "0px" + }, + "style": null, + "top": { + "style": "none", + "width": "0px" + }, + "width": null + }, + "typography": { + "fontSize": "var(--wp--preset--font-size--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": { + "fontFamily": "var(--wp--preset--font-family--libre-franklin)", + "fontSize": "var(--wp--preset--font-size--small)", + "fontStyle": "normal", + "fontWeight": "400" + } + }, + "core/site-title": { + "elements": { + "link": { + ":hover": { + "typography": { + "textDecoration": "underline" + } + }, + "typography": { + "textDecoration": "none" + } + } + }, + "typography": { + "fontFamily": "var(--wp--preset--font-family--libre-franklin)", + "fontSize": "var(--wp--preset--font-size--small)", + "fontStyle": "normal", + "fontWeight": "700", + "letterSpacing": "0.03rem", + "textTransform": "uppercase" + } + } + }, + "color": { + "background": "var(--wp--preset--color--secondary)", + "text": "var(--wp--preset--color--primary)" + }, + "css": ".no-underline a{text-decoration: none;}", + "elements": { + "button": { + ":active": { + "color": { + "background": "var(--wp--preset--color--primary)", + "text": "var(--wp--preset--color--background)" + } + }, + ":focus": { + "color": { + "background": "var(--wp--preset--color--primary)", + "text": "var(--wp--preset--color--background)" + } + }, + ":hover": { + "color": { + "background": "var(--wp--preset--color--primary)", + "text": "var(--wp--preset--color--background)" + } + }, + "border": { + "radius": "0.25rem" + }, + "color": { + "background": "var(--wp--preset--color--primary)", + "text": "var(--wp--preset--color--secondary)" + }, + "typography": { + "fontSize": "clamp(0.825rem, 0.825rem + ((1vw - 0.48rem) * 0.458), 1.0625rem)", + "fontStyle": "normal", + "fontWeight": "700" + } + }, + "caption": { + "color": { + "text": "var(--wp--preset--color--primary)" + } + }, + "h1": { + "typography": { + "fontFamily": "Libre Franklin", + "fontSize": "var(--wp--preset--font-size--x-large)", + "letterSpacing": "-0.03rem", + "lineHeight": "1" + } + }, + "h2": { + "typography": { + "fontFamily": "Libre Franklin", + "fontSize": "var(--wp--preset--font-size--large)", + "fontWeight": "700", + "letterSpacing": "-0.03rem" + } + }, + "h3": { + "typography": { + "fontFamily": "Libre Franklin", + "fontSize": "var(--wp--preset--font-size--large)", + "fontWeight": "700", + "letterSpacing": "-0.02rem", + "textTransform": "none" + } + }, + "h4": { + "typography": { + "fontFamily": "Libre Franklin", + "fontSize": "var(--wp--preset--font-size--medium)", + "fontWeight": "700", + "letterSpacing": "-0.02rem" + } + }, + "h5": { + "typography": { + "fontFamily": "Libre Franklin", + "fontSize": "var(--wp--preset--font-size--medium)", + "fontWeight": "700" + } + }, + "h6": { + "typography": { + "fontFamily": "Libre Franklin", + "fontSize": "var(--wp--preset--font-size--medium)", + "fontWeight": "700" + } + }, + "heading": { + "color": { + "text": "var(--wp--preset--color--foreground)" + }, + "typography": { + "fontFamily": "Libre Franklin", + "fontStyle": "normal", + "fontWeight": "700" + } + }, + "link": { + ":hover": { + "color": { + "text": "var(--wp--preset--color--primary)" + }, + "typography": { + "textDecoration": "none" + } + }, + "color": { + "text": "var(--wp--preset--color--primary)" + }, + "typography": { + "textDecoration": "underline" + } + } + }, + "spacing": { + "blockGap": "var(--wp--preset--spacing--40)", + "padding": { + "bottom": "0px", + "left": "var(--wp--preset--spacing--50)", + "right": "var(--wp--preset--spacing--50)", + "top": "0px" + } + }, + "typography": { + "fontFamily": "var(--wp--preset--font-family--new-century-schoolbook)", + "fontSize": "var(--wp--preset--font-size--medium)", + "fontStyle": "normal", + "fontWeight": "400", + "lineHeight": 1.3999999999999999 + } + }, + "templateParts": [ + { + "area": "header", + "name": "header" + }, + { + "area": "footer", + "name": "footer" + } + ], + "version": 3, + "$schema": "https://schemas.wp.org/trunk/theme.json" +} \ No newline at end of file