diff --git a/blissed/assets/fonts/cardo_italic_400.woff2 b/blissed/assets/fonts/cardo_italic_400.woff2 new file mode 100644 index 0000000000..69dd20c31a Binary files /dev/null and b/blissed/assets/fonts/cardo_italic_400.woff2 differ diff --git a/blissed/assets/fonts/cardo_normal_400.woff2 b/blissed/assets/fonts/cardo_normal_400.woff2 new file mode 100644 index 0000000000..1b4646f111 Binary files /dev/null and b/blissed/assets/fonts/cardo_normal_400.woff2 differ diff --git a/blissed/assets/fonts/cardo_normal_700.woff2 b/blissed/assets/fonts/cardo_normal_700.woff2 new file mode 100644 index 0000000000..26b0f1c5ca Binary files /dev/null and b/blissed/assets/fonts/cardo_normal_700.woff2 differ diff --git a/blissed/assets/fonts/cormorant-garamond_italic_400.woff2 b/blissed/assets/fonts/cormorant-garamond_italic_400.woff2 new file mode 100644 index 0000000000..b63a199560 Binary files /dev/null and b/blissed/assets/fonts/cormorant-garamond_italic_400.woff2 differ diff --git a/blissed/assets/fonts/cormorant-garamond_italic_700.woff2 b/blissed/assets/fonts/cormorant-garamond_italic_700.woff2 new file mode 100644 index 0000000000..294df3aa6e Binary files /dev/null and b/blissed/assets/fonts/cormorant-garamond_italic_700.woff2 differ diff --git a/blissed/assets/fonts/cormorant-garamond_normal_400.woff2 b/blissed/assets/fonts/cormorant-garamond_normal_400.woff2 new file mode 100644 index 0000000000..556d55d4c4 Binary files /dev/null and b/blissed/assets/fonts/cormorant-garamond_normal_400.woff2 differ diff --git a/blissed/assets/fonts/cormorant-garamond_normal_700.woff2 b/blissed/assets/fonts/cormorant-garamond_normal_700.woff2 new file mode 100644 index 0000000000..bbb10edb5d Binary files /dev/null and b/blissed/assets/fonts/cormorant-garamond_normal_700.woff2 differ diff --git a/blissed/assets/fonts/cormorant-sc_normal_300.woff2 b/blissed/assets/fonts/cormorant-sc_normal_300.woff2 new file mode 100644 index 0000000000..8f20cf3dbb Binary files /dev/null and b/blissed/assets/fonts/cormorant-sc_normal_300.woff2 differ diff --git a/blissed/assets/fonts/cormorant-sc_normal_400.woff2 b/blissed/assets/fonts/cormorant-sc_normal_400.woff2 new file mode 100644 index 0000000000..db548b9e09 Binary files /dev/null and b/blissed/assets/fonts/cormorant-sc_normal_400.woff2 differ diff --git a/blissed/assets/fonts/cormorant-unicase_normal_400.woff2 b/blissed/assets/fonts/cormorant-unicase_normal_400.woff2 new file mode 100644 index 0000000000..5033d8d076 Binary files /dev/null and b/blissed/assets/fonts/cormorant-unicase_normal_400.woff2 differ diff --git a/blissed/assets/fonts/cormorant-unicase_normal_700.woff2 b/blissed/assets/fonts/cormorant-unicase_normal_700.woff2 new file mode 100644 index 0000000000..3a1523d623 Binary files /dev/null and b/blissed/assets/fonts/cormorant-unicase_normal_700.woff2 differ diff --git a/blissed/assets/images/couple-photo.jpg b/blissed/assets/images/couple-photo.jpg new file mode 100644 index 0000000000..e055f0d4c3 Binary files /dev/null and b/blissed/assets/images/couple-photo.jpg differ diff --git a/blissed/assets/images/finepaper.png b/blissed/assets/images/finepaper.png new file mode 100644 index 0000000000..ba2ad92c76 Binary files /dev/null and b/blissed/assets/images/finepaper.png differ diff --git a/blissed/functions.php b/blissed/functions.php new file mode 100644 index 0000000000..7916567754 --- /dev/null +++ b/blissed/functions.php @@ -0,0 +1,61 @@ +get( 'Version' ) + ); + + // Enqueue theme stylesheet. + wp_enqueue_style( 'blissed-style' ); + + } + +endif; + +add_action( 'wp_enqueue_scripts', 'blissed_styles' ); diff --git a/blissed/parts/comments.html b/blissed/parts/comments.html new file mode 100644 index 0000000000..6446c38a55 --- /dev/null +++ b/blissed/parts/comments.html @@ -0,0 +1,49 @@ + + +
+ +
+ + + + +
+ +
+ + + +
+ + + +
+ +
+ + + + + +
+ + + +
+ +
+ + + + + + + + + + +
+ +
+ + diff --git a/blissed/parts/footer.html b/blissed/parts/footer.html new file mode 100644 index 0000000000..479d294021 --- /dev/null +++ b/blissed/parts/footer.html @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/blissed/parts/header.html b/blissed/parts/header.html new file mode 100644 index 0000000000..9f18a7f762 --- /dev/null +++ b/blissed/parts/header.html @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/blissed/patterns/404.php b/blissed/patterns/404.php new file mode 100644 index 0000000000..00ecb0d9e4 --- /dev/null +++ b/blissed/patterns/404.php @@ -0,0 +1,77 @@ + + +
+
+
+
+
+
+ + + +
+
+

are set to wed', 'blissed');?>

+ + + +

+ + + +
+

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

Instagram / TikTok / X', 'blissed');?>

+ + + +

WordPress', 'blissed');?>

+
+
+
+
+
+
+ + + +
+ + + +
+
+
<?php echo __('', 'blissed');?>
+

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

are set to wed', 'blissed');?>

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

Instagram / TikTok / X', 'blissed');?>

+ + + +

WordPress', 'blissed');?>

+
+
+
+
+
+
+ + + +
+ + + +
+
+
<?php echo __('', 'blissed');?>
+

+
+
+
+
+ \ No newline at end of file diff --git a/blissed/patterns/footer.php b/blissed/patterns/footer.php new file mode 100644 index 0000000000..de8529047a --- /dev/null +++ b/blissed/patterns/footer.php @@ -0,0 +1,29 @@ + + +
+
+

+ + + +

Whispering Pines, Lake Tahoe, CA
Reception to follow ceremony', 'blissed');?>

+
+ + + +
+

Our story', 'blissed');?>

+ + + +

RSVP', 'blissed');?>

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

& Ashley Smith are set to wed', 'blissed');?>

+ + + +

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

+ + + +

Date & Time: September 15, 2024, 4:00 PM.
Venue: Whispering Pines Resort, Lakeside Garden
Address: 1234 Lakeview Road, Lake Tahoe, CA.
Dress code: Semi-formal attire.', 'blissed');?>

+
+ + + +
+

+ + + +

Date & Time: September 15, 2024, 6:00 PM.
Venue: Whispering Pines Resort, Grand Ballroom.
Menu: Cocktail hour, followed by a three-course dinner with options for vegetarian, vegan, and gluten-free dishes.
Entertainment: Live band, DJ, and photo booth.', 'blissed');?>

+
+ + + +
+

+ + + +

+ + + +

Whispering Pines Resort
Special wedding rate available. Book Here.', 'blissed');?>

+ + + +

Lakeside Inn
5-minute drive from the venue. Book Here.', 'blissed');?>

+ + + +

Mountain View Lodge
Special wedding rate available. Book Here.', 'blissed');?>

+
+ + + +
+

+ + + +

+ + + +

Amazon | Target | Crate & Barrel', 'blissed');?>

+
+
+ + + +
+
+

Instagram / TikTok / X', 'blissed');?>

+ + + +

WordPress', 'blissed');?>

+
+
+
+
+
+
+ + + +
+ + + +
+
+
<?php echo __('', 'blissed');?>
+

+
+
+
+
+ \ No newline at end of file diff --git a/blissed/patterns/header.php b/blissed/patterns/header.php new file mode 100644 index 0000000000..c00c821a76 --- /dev/null +++ b/blissed/patterns/header.php @@ -0,0 +1,33 @@ + + +
+ + +
+

Ceremony', 'blissed');?>

+ + + +

Reception', 'blissed');?>

+ + + +

Accommodations', 'blissed');?>

+ + + +

Wedding Registry', 'blissed');?>

+ + + +

Blog', 'blissed');?>

+
+
+ \ No newline at end of file diff --git a/blissed/patterns/hidden-404.php b/blissed/patterns/hidden-404.php new file mode 100644 index 0000000000..b62d041783 --- /dev/null +++ b/blissed/patterns/hidden-404.php @@ -0,0 +1,38 @@ + + + +
+ +
+ + + + + +
+ +

+ + + +

+ + + +
+ + + +
+ +
+ diff --git a/blissed/patterns/hidden-archive.php b/blissed/patterns/hidden-archive.php new file mode 100644 index 0000000000..f3ce345f91 --- /dev/null +++ b/blissed/patterns/hidden-archive.php @@ -0,0 +1,68 @@ + + + +
+ +
+ +
+ +
+ +
+ + + +
+ +
+ +
+ + + + +
+ + + +
+ + + +
+ + + +
+ + + + +
+ + + + + +
+ +
+ +
+ + + +
+ +
+ diff --git a/blissed/patterns/hidden-comments.php b/blissed/patterns/hidden-comments.php new file mode 100644 index 0000000000..70b3653c47 --- /dev/null +++ b/blissed/patterns/hidden-comments.php @@ -0,0 +1,58 @@ + + + +
+ +
+ + + + +
+ +
+ + + +
+ + + +
+ +
+ + + + + +
+ + + +
+ +
+ + + + + + + + + + +
+ +
+ diff --git a/blissed/patterns/hidden-index.php b/blissed/patterns/hidden-index.php new file mode 100644 index 0000000000..0512477145 --- /dev/null +++ b/blissed/patterns/hidden-index.php @@ -0,0 +1,56 @@ + + + +
+ +
+ +
+ +
+ + +
+ + + +
+ + + +
+ + + +
+ + + + +
+ + + + + +
+ +
+ +
+ + + +
+ +
+ diff --git a/blissed/patterns/hidden-page.php b/blissed/patterns/hidden-page.php new file mode 100644 index 0000000000..b11590fd0b --- /dev/null +++ b/blissed/patterns/hidden-page.php @@ -0,0 +1,38 @@ + + + +
+ +
+ +
+ +
+ + + +
+ + + +
+ +
+ +
+ + + +
+ +
+ diff --git a/blissed/patterns/hidden-search.php b/blissed/patterns/hidden-search.php new file mode 100644 index 0000000000..3cc8540982 --- /dev/null +++ b/blissed/patterns/hidden-search.php @@ -0,0 +1,71 @@ + + + +
+ +
+ +
+ +
+ + + + +
+ + + +
+ + +

+ + + + + +
+ + + +
+ + + +
+ + + +
+ + + + +
+ + + + + +
+ +
+ +
+ + + +
+ +
+ diff --git a/blissed/patterns/hidden-single.php b/blissed/patterns/hidden-single.php new file mode 100644 index 0000000000..e236c73c78 --- /dev/null +++ b/blissed/patterns/hidden-single.php @@ -0,0 +1,72 @@ + + + +
+ +
+ +
+ +
+ + + +
+ +
+ + + +
+ + + +
+ + + +
+ +
+ + + +
+ + + + + +
+ +
+ +
+ + + +
+ + + +
+ + + +
+ + + +
+ +
+ diff --git a/blissed/patterns/index.php b/blissed/patterns/index.php new file mode 100644 index 0000000000..8aba2a0354 --- /dev/null +++ b/blissed/patterns/index.php @@ -0,0 +1,97 @@ + + +
+
+
+
+
+
+ + + +
+
+

are set to wed', 'blissed');?>

+ + + +

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

Instagram / TikTok / X', 'blissed');?>

+ + + +

WordPress', 'blissed');?>

+
+
+
+
+
+
+ + + +
+ + + +
+
+
<?php echo __('', 'blissed');?>
+

+
+
+
+
+ \ No newline at end of file diff --git a/blissed/patterns/page.php b/blissed/patterns/page.php new file mode 100644 index 0000000000..3bf59b83fe --- /dev/null +++ b/blissed/patterns/page.php @@ -0,0 +1,71 @@ + + +
+
+
+
+
+
+ + + +
+
+

are set to wed', 'blissed');?>

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

Instagram / TikTok / X', 'blissed');?>

+ + + +

WordPress', 'blissed');?>

+
+
+
+
+
+
+ + + +
+ + + +
+
+
<?php echo __('', 'blissed');?>
+

+
+
+
+
+ \ No newline at end of file diff --git a/blissed/patterns/posts-post-list.php b/blissed/patterns/posts-post-list.php new file mode 100644 index 0000000000..fad2e2be65 --- /dev/null +++ b/blissed/patterns/posts-post-list.php @@ -0,0 +1,42 @@ + + + +
+ + +
+ + + +
+ + + +
+ + + +
+ + + + +
+ + + + + +
+ +
+ diff --git a/blissed/patterns/search.php b/blissed/patterns/search.php new file mode 100644 index 0000000000..d5a04c3d0a --- /dev/null +++ b/blissed/patterns/search.php @@ -0,0 +1,99 @@ + + +
+
+
+
+
+
+ + + +
+
+

are set to wed', 'blissed');?>

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

Instagram / TikTok / X', 'blissed');?>

+ + + +

WordPress', 'blissed');?>

+
+
+
+
+
+
+ + + +
+ + + +
+
+
<?php echo __('', 'blissed');?>
+

+
+
+
+
+ \ No newline at end of file diff --git a/blissed/patterns/single.php b/blissed/patterns/single.php new file mode 100644 index 0000000000..e0db4c1397 --- /dev/null +++ b/blissed/patterns/single.php @@ -0,0 +1,125 @@ + + +
+
+
+
+
+
+ + + +
+
+

are set to wed', 'blissed');?>

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

Instagram / TikTok / X', 'blissed');?>

+ + + +

WordPress', 'blissed');?>

+
+
+
+
+
+
+ + + +
+ + + +
+
+
<?php echo __('', 'blissed');?>
+

+
+
+
+
+ \ No newline at end of file diff --git a/blissed/readme.txt b/blissed/readme.txt new file mode 100644 index 0000000000..2004ba522e --- /dev/null +++ b/blissed/readme.txt @@ -0,0 +1,62 @@ +== Blissed == + +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 == + +Blissed is a theme created to serve as a comprehensive hub for all your wedding-related links. Designed with joy, the theme offers a sleek and intuitive interface that functions like a link tree for engaged couples to organize their event and share their thoughts with their guests. + +== Changelog == + += 1.0.0 = +* Initial release + + +== Copyright == + +Blissed WordPress Theme, (C) 2024 Automattic +Blissed is distributed under the terms of the GNU GPL. + +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. + +This theme bundles the following third-party resources: + + +== Fonts == + +Cardo Font +Copyright (c) 2002-2011, David J. Perry (hospes02@scholarsfonts.net) +License: SIL Open Font License, 1.1, https://opensource.org/licenses/OFL-1.1 +Source: http://scholarsfonts.net + +Cormorant Font +This Font Software is licensed under the SIL Open Font License, Version 1.1. This license is available with a FAQ at: https://scripts.sil.org/OFL +License URL: https://scripts.sil.org/OFL +-- End of Cormorant Font credits -- + +Cormorant Garamond Font +Licensed under SIL Open Font License, 1.1 (http://scripts.sil.org/OFL) +Source: https://fonts.google.com/specimen/Cormorant+Garamond + +Cormorant Unicase Font +Licensed under SIL Open Font License, 1.1 (http://scripts.sil.org/OFL) +Source: https://fonts.google.com/specimen/Cormorant+Unicase + + +== Images == + +Generated with AI on Midjourney, released under the CC0 license. \ No newline at end of file diff --git a/blissed/screenshot.png b/blissed/screenshot.png new file mode 100644 index 0000000000..86e6771261 Binary files /dev/null and b/blissed/screenshot.png differ diff --git a/blissed/style.css b/blissed/style.css new file mode 100644 index 0000000000..2beb6bbf42 --- /dev/null +++ b/blissed/style.css @@ -0,0 +1,68 @@ +/* +Theme Name: Blissed +Theme URI: https://themeshaper.com/blissed/ +Author: Automattic +Author URI: https://automattic.com +Description: Blissed is a theme created to serve as a comprehensive hub for all your wedding-related links. Designed with joy, the theme offers a sleek and intuitive interface that functions like a link tree for engaged couples to organize their event and share their thoughts with their guests. +Requires at least: 6.0 +Tested up to: 6.5 +Requires PHP: 5.7 +Version: 1.0 +License: GNU General Public License v2 or later +License URI: http://www.gnu.org/licenses/gpl-2.0.html +Text Domain: blissed +Tags: blog, two-columns, block-patterns, block-styles, featured-images, full-site-editing, rtl-language-support, threaded-comments, translation-ready, style-variations, template-editing, custom-background, custom-header, custom-logo, custom-menu, editor-style, grid-layout, left-sidebar + +/* + * Link styles + * https://github.com/WordPress/gutenberg/issues/42319 + */ + +/* + * Link styles + * https://github.com/WordPress/gutenberg/issues/42319 + */ +a { + text-decoration-thickness: 1.0px !important; + text-underline-offset: 2px; +} + +/* + * Form field styles + * https://github.com/WordPress/gutenberg/issues/42319 + */ +::placeholder { + color: var(--wp--preset--color--contrast); + opacity: 1; /* Firefox */ +} + +/* + * Button Block + * 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--primary); + border-color: var(--wp--preset--color--primary); + color: var(--wp--preset--color--base); +} + +/* + * Pull quote Block + * Reset the browser default margins for blockquote element + * https://github.com/WordPress/gutenberg/issues/44129 + */ +.wp-block-pullquote blockquote, +.wp-block-pullquote p { + margin: 0; +} + +/* + * Navigation Block + * Reset the padding from List block + * https://github.com/WordPress/gutenberg/issues/50486 + */ +.wp-block-navigation ul { + padding: unset; +} diff --git a/blissed/styles/clothings.json b/blissed/styles/clothings.json new file mode 100644 index 0000000000..069ec48248 --- /dev/null +++ b/blissed/styles/clothings.json @@ -0,0 +1,101 @@ +{ + "settings": { + "color": { + "palette": [ + { + "color": "#FBFBF9", + "name": "Base", + "slug": "base" + }, + { + "color": "#383b45", + "name": "Contrast", + "slug": "contrast" + }, + { + "color": "#575d75", + "name": "Primary", + "slug": "primary" + } + ] + } + }, + "styles": { + "blocks": { + "core/site-title": { + "typography": { + "fontFamily": "var(--wp--preset--font-family--tilda-sans)", + "fontSize": "var(--wp--preset--font-size--small)", + "fontStyle": "normal", + "fontWeight": "300", + "letterSpacing": "0.1rem", + "textTransform": "uppercase" + } + } + }, + "elements": { + "h1": { + "typography": { + "fontSize": "var(--wp--preset--font-size--xx-large)", + "letterSpacing": "0rem", + "lineHeight": "1", + "textTransform": "uppercase" + } + }, + "h2": { + "typography": { + "fontSize": "var(--wp--preset--font-size--small)", + "fontStyle": "normal", + "fontWeight": "400", + "letterSpacing": "0.1rem" + } + }, + "h3": { + "typography": { + "fontSize": "var(--wp--preset--font-size--small)", + "fontStyle": "normal", + "fontWeight": "400", + "letterSpacing": "0.1rem" + } + }, + "h4": { + "typography": { + "fontSize": "var(--wp--preset--font-size--small)", + "fontStyle": "normal", + "fontWeight": "400", + "letterSpacing": "0.1em" + } + }, + "h5": { + "typography": { + "fontStyle": "normal", + "fontWeight": "400", + "letterSpacing": "0.1em" + } + }, + "h6": { + "typography": { + "fontStyle": "normal", + "fontWeight": "400", + "letterSpacing": "0.1em" + } + }, + "heading": { + "typography": { + "fontFamily": "var(--wp--preset--font-family--tilda-sans)", + "fontStyle": "normal", + "fontWeight": "300" + } + } + }, + "typography": { + "fontFamily": "var(--wp--preset--font-family--cardo)", + "fontSize": "1.2rem", + "fontStyle": "normal", + "fontWeight": "400" + } + }, + "title": "Clothings", + "version": 3, + "$schema": "https://schemas.wp.org/trunk/theme.json" +} \ No newline at end of file diff --git a/blissed/styles/mornings.json b/blissed/styles/mornings.json new file mode 100644 index 0000000000..85c355c1b7 --- /dev/null +++ b/blissed/styles/mornings.json @@ -0,0 +1,84 @@ +{ + "settings": { + "color": { + "palette": [ + { + "color": "#f8f5ee", + "name": "Base", + "slug": "base" + }, + { + "color": "#333d29", + "name": "Contrast", + "slug": "contrast" + }, + { + "color": "#4d6a2f", + "name": "Primary", + "slug": "primary" + } + ] + } + }, + "styles": { + "blocks": { + "core/site-title": { + "typography": { + "fontFamily": "var(--wp--preset--font-family--inter-display)", + "fontStyle": "normal", + "fontWeight": "100", + "textTransform": "uppercase" + } + } + }, + "elements": { + "h1": { + "typography": { + "letterSpacing": "0.1rem", + "lineHeight": "1.1", + "textTransform": "none" + } + }, + "h2": { + "typography": { + "letterSpacing": "0.1rem" + } + }, + "h3": { + "typography": { + "letterSpacing": "0.1rem" + } + }, + "h4": { + "typography": { + "fontSize": "var(--wp--preset--font-size--large)", + "letterSpacing": "0.1em" + } + }, + "h5": { + "typography": { + "letterSpacing": "0.1em" + } + }, + "h6": { + "typography": { + "letterSpacing": "0.1em" + } + }, + "heading": { + "typography": { + "fontFamily": "var(--wp--preset--font-family--inter-display)", + "fontStyle": "normal", + "fontWeight": "100" + } + } + }, + "typography": { + "fontStyle": "italic", + "fontWeight": "400" + } + }, + "title": "Mornings", + "version": 3, + "$schema": "https://schemas.wp.org/trunk/theme.json" +} \ No newline at end of file diff --git a/blissed/styles/vintage.json b/blissed/styles/vintage.json new file mode 100644 index 0000000000..f993e87fd9 --- /dev/null +++ b/blissed/styles/vintage.json @@ -0,0 +1,106 @@ +{ + "settings": { + "color": { + "palette": [ + { + "color": "#f1eaea", + "name": "Base", + "slug": "base" + }, + { + "color": "#6d3113", + "name": "Contrast", + "slug": "contrast" + }, + { + "color": "#873912", + "name": "Primary", + "slug": "primary" + } + ] + } + }, + "styles": { + "blocks": { + "core/site-title": { + "typography": { + "fontFamily": "var(--wp--preset--font-family--cardo)", + "fontSize": "var(--wp--preset--font-size--small)", + "fontStyle": "normal", + "fontWeight": "400", + "letterSpacing": "0.1rem", + "textTransform": "uppercase" + } + } + }, + "elements": { + "h1": { + "typography": { + "fontSize": "var(--wp--preset--font-size--xxx-large)", + "letterSpacing": "-0.01rem", + "lineHeight": "1.1", + "textTransform": "none" + } + }, + "h2": { + "typography": { + "fontSize": "var(--wp--preset--font-size--small)", + "fontStyle": "normal", + "fontWeight": "400", + "letterSpacing": "0.1rem", + "textTransform": "uppercase" + } + }, + "h3": { + "typography": { + "fontSize": "var(--wp--preset--font-size--small)", + "fontStyle": "normal", + "fontWeight": "400", + "letterSpacing": "0.1rem", + "textTransform": "uppercase" + } + }, + "h4": { + "typography": { + "fontSize": "var(--wp--preset--font-size--small)", + "fontStyle": "normal", + "fontWeight": "400", + "letterSpacing": "0.1em", + "textTransform": "uppercase" + } + }, + "h5": { + "typography": { + "fontStyle": "normal", + "fontWeight": "400", + "letterSpacing": "0.1em", + "textTransform": "uppercase" + } + }, + "h6": { + "typography": { + "fontStyle": "normal", + "fontWeight": "400", + "letterSpacing": "0.1em", + "textTransform": "uppercase" + } + }, + "heading": { + "typography": { + "fontFamily": "var(--wp--preset--font-family--cardo)", + "fontStyle": "italic", + "fontWeight": "400" + } + } + }, + "typography": { + "fontFamily": "var(--wp--preset--font-family--cardo)", + "fontSize": "1.2rem", + "fontStyle": "normal", + "fontWeight": "400" + } + }, + "title": "Vintage", + "version": 3, + "$schema": "https://schemas.wp.org/trunk/theme.json" +} \ No newline at end of file diff --git a/blissed/templates/404.html b/blissed/templates/404.html new file mode 100644 index 0000000000..0e8f2fd04b --- /dev/null +++ b/blissed/templates/404.html @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/blissed/templates/archive.html b/blissed/templates/archive.html new file mode 100644 index 0000000000..98f1f444be --- /dev/null +++ b/blissed/templates/archive.html @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/blissed/templates/front-page.html b/blissed/templates/front-page.html new file mode 100644 index 0000000000..9e264bd54b --- /dev/null +++ b/blissed/templates/front-page.html @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/blissed/templates/index.html b/blissed/templates/index.html new file mode 100644 index 0000000000..7e87496ce9 --- /dev/null +++ b/blissed/templates/index.html @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/blissed/templates/page.html b/blissed/templates/page.html new file mode 100644 index 0000000000..364cb61b5c --- /dev/null +++ b/blissed/templates/page.html @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/blissed/templates/search.html b/blissed/templates/search.html new file mode 100644 index 0000000000..fa23e6b49e --- /dev/null +++ b/blissed/templates/search.html @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/blissed/templates/single.html b/blissed/templates/single.html new file mode 100644 index 0000000000..8f61b9c64a --- /dev/null +++ b/blissed/templates/single.html @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/blissed/theme.json b/blissed/theme.json new file mode 100644 index 0000000000..090370a817 --- /dev/null +++ b/blissed/theme.json @@ -0,0 +1,1254 @@ +{ + "settings": { + "appearanceTools": true, + "color": { + "palette": [ + { + "color": "#fbdff0", + "name": "Base", + "slug": "base" + }, + { + "color": "#4e2c4e", + "name": "Contrast", + "slug": "contrast" + }, + { + "color": "#ad67ad", + "name": "Primary", + "slug": "primary" + } + ] + }, + "layout": { + "contentSize": "620px" + }, + "shadow": { + "defaultPresets": true, + "presets": [] + }, + "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, + "dropCap": true, + "fluid": true, + "fontFamilies": [ + { + "fontFamily": "-apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif", + "name": "System Font", + "slug": "system-font" + }, + { + "fontFace": [ + { + "fontFamily": "\"Cormorant Unicase\"", + "fontStyle": "normal", + "fontWeight": "400", + "src": [ + "file:./assets/fonts/cormorant-unicase_normal_400.woff2" + ] + }, + { + "fontFamily": "\"Cormorant Unicase\"", + "fontStyle": "normal", + "fontWeight": "700", + "src": [ + "file:./assets/fonts/cormorant-unicase_normal_700.woff2" + ] + } + ], + "fontFamily": "\"Cormorant Unicase\", serif", + "name": "Cormorant Unicase", + "slug": "cormorant-unicase" + }, + { + "fontFace": [ + { + "fontFamily": "Cardo", + "fontStyle": "normal", + "fontWeight": "400", + "src": [ + "file:./assets/fonts/cardo_normal_400.woff2" + ] + }, + { + "fontFamily": "Cardo", + "fontStyle": "normal", + "fontWeight": "700", + "src": [ + "file:./assets/fonts/cardo_normal_700.woff2" + ] + }, + { + "fontFamily": "Cardo", + "fontStyle": "italic", + "fontWeight": "400", + "src": [ + "file:./assets/fonts/cardo_italic_400.woff2" + ] + } + ], + "fontFamily": "Cardo, serif", + "name": "Cardo", + "slug": "cardo" + }, + { + "fontFace": [ + { + "fontFamily": "\"Cormorant Garamond\"", + "fontStyle": "normal", + "fontWeight": "400", + "src": [ + "file:./assets/fonts/cormorant-garamond_normal_400.woff2" + ] + }, + { + "fontFamily": "\"Cormorant Garamond\"", + "fontStyle": "normal", + "fontWeight": "700", + "src": [ + "file:./assets/fonts/cormorant-garamond_normal_700.woff2" + ] + }, + { + "fontFamily": "\"Cormorant Garamond\"", + "fontStyle": "italic", + "fontWeight": "400", + "src": [ + "file:./assets/fonts/cormorant-garamond_italic_400.woff2" + ] + }, + { + "fontFamily": "\"Cormorant Garamond\"", + "fontStyle": "italic", + "fontWeight": "700", + "src": [ + "file:./assets/fonts/cormorant-garamond_italic_700.woff2" + ] + } + ], + "fontFamily": "\"Cormorant Garamond\", serif", + "name": "Cormorant Garamond", + "slug": "cormorant-garamond" + }, + { + "fontFace": [ + { + "fontFamily": "\"Cormorant SC\"", + "fontStyle": "normal", + "fontWeight": "400", + "src": [ + "file:./assets/fonts/cormorant-sc_normal_400.woff2" + ] + }, + { + "fontFamily": "\"Cormorant SC\"", + "fontStyle": "normal", + "fontWeight": "300", + "src": [ + "file:./assets/fonts/cormorant-sc_normal_300.woff2" + ] + } + ], + "fontFamily": "\"Cormorant SC\", serif", + "name": "Cormorant SC", + "slug": "cormorant-sc" + } + ], + "fontSizes": [ + { + "fluid": { + "max": "0.9375rem", + "min": "0.8125rem" + }, + "name": "Small", + "size": "0.9375rem", + "slug": "small" + }, + { + "fluid": { + "max": "1.3125rem", + "min": "0.9375rem" + }, + "name": "Medium", + "size": "1.3125rem", + "slug": "medium" + }, + { + "fluid": { + "max": "1.875rem", + "min": "1.3125rem" + }, + "name": "Large", + "size": "1.875rem", + "slug": "large" + }, + { + "fluid": { + "max": "2.625rem", + "min": "1.875rem" + }, + "name": "Extra Large", + "size": "2.625rem", + "slug": "x-large" + }, + { + "fluid": { + "max": "3.75rem", + "min": "2.625rem" + }, + "name": "Double Extra Large", + "size": "3.75rem", + "slug": "xx-large" + }, + { + "fluid": { + "max": "5.3125rem", + "min": "3.75rem" + }, + "name": "Triple Extra Large", + "size": "5.3125rem", + "slug": "xxx-large" + } + ], + "fontStyle": true, + "fontWeight": true, + "letterSpacing": true, + "textDecoration": true, + "textTransform": true, + "writingMode": true + }, + "useRootPaddingAwareAlignments": true + }, + "styles": { + "background": { + "backgroundImage": { + "id": 945, + "source": "file", + "src": "file:./assets/images/finepaper.png", + "title": "finepaper", + "url": "http://localhost.local/wp-content/uploads/2024/06/finepaper.png" + }, + "backgroundPosition": "50% 0", + "backgroundRepeat": "repeat", + "backgroundSize": "300px" + }, + "blocks": { + "core/archives": { + "css": "{list-style-type:none;}", + "elements": { + "link": { + ":hover": { + "typography": { + "textDecoration": "underline" + } + }, + "typography": { + "textDecoration": "none" + } + } + }, + "spacing": { + "padding": { + "left": "0" + } + } + }, + "core/audio": [], + "core/avatar": { + "border": { + "radius": "999px" + } + }, + "core/button": { + "variations": { + "outline": { + "spacing": { + "padding": { + "bottom": "calc(1rem - 2px)", + "left": "calc(2rem - 2px)", + "right": "calc(2rem - 2px)", + "top": "calc(1rem - 2px)" + } + } + } + } + }, + "core/buttons": { + "spacing": { + "blockGap": "var(--wp--preset--spacing--30)" + } + }, + "core/calendar": { + "css": " table:where(:not(.has-text-color)){color:var(--wp--preset--color--contrast);} & table:where(:not(.has-text-color)) td,table:where(:not(.has-text-color)) th {border-color:var(--wp--preset--color--contrast);} & :where(.wp-block-calendar table:not(.has-background) th){background-color:var(--wp--preset--color--contrast);color: var(--wp--preset--color--base);}", + "elements": { + "link": { + ":hover": { + "typography": { + "textDecoration": "underline" + } + }, + "typography": { + "textDecoration": "none" + } + } + } + }, + "core/categories": { + "css": "{list-style-type:none;}", + "elements": { + "link": { + ":hover": { + "typography": { + "textDecoration": "underline" + } + }, + "typography": { + "textDecoration": "none" + } + } + }, + "spacing": { + "padding": { + "left": "0" + } + } + }, + "core/code": { + "border": { + "radius": "0px", + "style": "solid", + "width": "1px" + }, + "spacing": { + "padding": "var(--wp--preset--spacing--30)" + }, + "typography": { + "fontFamily": "monospace", + "fontSize": "var(--wp--preset--font-size--small)", + "lineHeight": "1.25" + } + }, + "core/column": [], + "core/columns": { + "spacing": { + "margin": { + "bottom": "0" + } + } + }, + "core/comment-author-name": { + "elements": { + "link": { + ":hover": { + "typography": { + "textDecoration": "underline" + } + }, + "typography": { + "textDecoration": "none" + } + } + }, + "typography": { + "fontSize": "var(--wp--preset--font-size--small)", + "lineHeight": "1.6" + } + }, + "core/comment-content": { + "css": " p{margin:0;} & p+p{margin-top:1.6em;}", + "elements": { + "link": { + ":hover": { + "typography": { + "textDecoration": "underline" + } + }, + "typography": { + "textDecoration": "none" + } + } + }, + "typography": { + "fontSize": "var(--wp--preset--font-size--small)", + "lineHeight": "1.6" + } + }, + "core/comment-date": { + "elements": { + "link": { + ":hover": { + "typography": { + "textDecoration": "underline" + } + }, + "typography": { + "textDecoration": "none" + } + } + }, + "typography": { + "fontSize": "var(--wp--preset--font-size--small)", + "lineHeight": "1.6" + } + }, + "core/comment-edit-link": { + "css": " a{display:block;}", + "elements": { + "link": { + ":hover": { + "border": { + "color": "var(--wp--preset--color--primary)" + }, + "color": { + "background": "var(--wp--preset--color--primary)", + "text": "var(--wp--preset--color--base)" + } + }, + "border": { + "style": "solid", + "width": "1px" + }, + "spacing": { + "padding": "0.28125rem 0.75rem" + }, + "typography": { + "textDecoration": "none" + } + } + }, + "typography": { + "fontFamily": "var(--wp--preset--font-family--system-font)", + "fontSize": "var(--wp--preset--font-size--x-small)", + "fontWeight": "400", + "lineHeight": "1" + } + }, + "core/comment-reply-link": { + "css": " a{display: block;}", + "elements": { + "link": { + ":hover": { + "border": { + "color": "var(--wp--preset--color--primary)" + }, + "color": { + "background": "var(--wp--preset--color--primary)", + "text": "var(--wp--preset--color--base)" + } + }, + "border": { + "style": "solid", + "width": "1px" + }, + "spacing": { + "padding": "0.28125rem 0.75rem" + }, + "typography": { + "textDecoration": "none" + } + } + }, + "typography": { + "fontFamily": "var(--wp--preset--font-family--system-font)", + "fontSize": "var(--wp--preset--font-size--x-small)", + "fontWeight": "400", + "lineHeight": "1" + } + }, + "core/comment-template": { + "spacing": { + "margin": { + "top": "var(--wp--style--block-gap)" + } + } + }, + "core/comments": [], + "core/comments-pagination": { + "css": " a.wp-block-comments-pagination-previous{margin-bottom:0;} & a.wp-block-comments-pagination-next{margin-bottom:0;} & .wp-block-comments-pagination-numbers{margin-bottom:0;}", + "elements": { + "link": { + ":hover": { + "typography": { + "textDecoration": "underline" + } + }, + "typography": { + "textDecoration": "none" + } + } + }, + "typography": { + "fontSize": "var(--wp--preset--font-size--small)", + "lineHeight": "1.6" + } + }, + "core/comments-pagination-next": [], + "core/comments-pagination-numbers": [], + "core/comments-pagination-previous": [], + "core/comments-title": { + "spacing": { + "margin": { + "bottom": "var(--wp--style--block-gap)", + "top": "var(--wp--style--block-gap)" + } + }, + "typography": { + "fontSize": "var(--wp--preset--font-size--large)" + } + }, + "core/cover": { + "spacing": { + "padding": "var(--wp--style--block-gap)" + } + }, + "core/details": [], + "core/embed": [], + "core/file": [], + "core/footnotes": [], + "core/gallery": [], + "core/group": [], + "core/heading": [], + "core/home-link": [], + "core/image": { + "css": " .wp-element-caption{text-align:center;}" + }, + "core/latest-comments": { + "css": " .wp-block-latest-comments__comment-meta{font-size: inherit;} & .wp-block-latest-comments__comment-date, .wp-block-latest-comments__comment-excerpt p{font-size: inherit;margin:0;} &:where(.wp-block-latest-comments:not([style*=line-height] .wp-block-latest-comments__comment-excerpt p)){line-height:inherit;}", + "elements": { + "link": { + ":hover": { + "typography": { + "textDecoration": "underline" + } + }, + "typography": { + "textDecoration": "none" + } + } + }, + "spacing": { + "padding": { + "left": "0px" + } + }, + "typography": { + "lineHeight": "calc(1em + 0.6875rem)" + } + }, + "core/latest-posts": { + "css": " .wp-block-latest-posts__post-author, .wp-block-latest-posts__post-date{font-size: inherit;} & .wp-block-latest-posts__post-excerpt{margin:0 0 var(--wp--style--block-gap)}", + "elements": { + "link": { + ":hover": { + "typography": { + "textDecoration": "underline" + } + }, + "typography": { + "textDecoration": "none" + } + } + } + }, + "core/list": { + "spacing": { + "padding": { + "left": "var(--wp--style--block-gap)" + } + } + }, + "core/list-item": [], + "core/loginout": [], + "core/media-text": [], + "core/navigation": { + "elements": { + "link": { + ":hover": { + "typography": { + "textDecoration": "none" + } + }, + "typography": { + "textDecoration": "none" + } + } + }, + "typography": { + "fontFamily": "var(--wp--preset--font-family--libre-caslon-display)", + "lineHeight": "1", + "textTransform": "uppercase" + } + }, + "core/navigation-link": [], + "core/navigation-submenu": [], + "core/page-list": { + "css": "{list-style-type:none;}", + "elements": { + "link": { + ":hover": { + "typography": { + "textDecoration": "underline" + } + }, + "typography": { + "textDecoration": "none" + } + } + }, + "spacing": { + "padding": { + "left": "0" + } + } + }, + "core/paragraph": [], + "core/post-author": { + "css": " .wp-block-post-author__byline, .wp-block-post-author__name, .wp-block-post-author__bio{font-size:inherit;line-height:1.6;} & .wp-block-post-author__name a{text-decoration:none;} & .wp-block-post-author__avatar img{border-radius:999px;} & .wp-block-post-author__bio{margin:0;}", + "elements": { + "link": { + ":hover": { + "typography": { + "textDecoration": "underline" + } + }, + "typography": { + "textDecoration": "none" + } + } + }, + "typography": { + "fontSize": "var(--wp--preset--font-size--small)", + "lineHeight": "1.6" + } + }, + "core/post-author-biography": { + "typography": { + "fontSize": "var(--wp--preset--font-size--small)", + "lineHeight": "1.6" + } + }, + "core/post-author-name": { + "elements": { + "link": { + ":hover": { + "typography": { + "textDecoration": "underline" + } + }, + "typography": { + "textDecoration": "none" + } + } + }, + "typography": { + "fontSize": "var(--wp--preset--font-size--small)", + "lineHeight": "1.6" + } + }, + "core/post-comments-count": { + "typography": { + "fontSize": "var(--wp--preset--font-size--small)", + "lineHeight": "1.6" + } + }, + "core/post-comments-form": { + "css": " .comment-form input:not([type=submit]):not([type=checkbox]){line-height:inherit;} & .comment-form textarea{line-height:inherit;} & .comment-form > *{margin-top:var(--wp--style--block-gap);margin-bottom:0} & .comment-reply-title{margin-top:var(--wp--style--block-gap);}", + "elements": { + "link": { + ":hover": { + "typography": { + "textDecoration": "underline" + } + }, + "typography": { + "textDecoration": "none" + } + } + }, + "typography": { + "fontSize": "var(--wp--preset--font-size--small)", + "lineHeight": "1.6" + } + }, + "core/post-comments-link": { + "elements": { + "link": { + ":hover": { + "typography": { + "textDecoration": "underline" + } + }, + "typography": { + "textDecoration": "none" + } + } + }, + "typography": { + "fontSize": "var(--wp--preset--font-size--small)", + "lineHeight": "1.6" + } + }, + "core/post-content": { + "elements": { + "heading": { + "spacing": { + "margin": { + "bottom": "var(--wp--style--block-gap)", + "top": "var(--wp--preset--spacing--60)" + } + } + } + } + }, + "core/post-date": { + "elements": { + "link": { + ":hover": { + "typography": { + "textDecoration": "underline" + } + }, + "typography": { + "textDecoration": "none" + } + } + }, + "typography": { + "fontSize": "var(--wp--preset--font-size--medium)", + "lineHeight": "1", + "textTransform": "uppercase" + } + }, + "core/post-excerpt": { + "css": " .wp-block-post-excerpt__excerpt{line-height:inherit;}", + "elements": { + "link": { + ":hover": { + "typography": { + "textDecoration": "underline" + } + }, + "typography": { + "textDecoration": "none" + } + } + } + }, + "core/post-featured-image": [], + "core/post-navigation-link": { + "elements": { + "link": { + ":hover": { + "typography": { + "textDecoration": "underline" + } + }, + "typography": { + "textDecoration": "none" + } + } + }, + "typography": { + "fontFamily": "var(--wp--preset--font-family--libre-caslon-display)", + "fontSize": "var(--wp--preset--font-size--large)", + "lineHeight": "1" + } + }, + "core/post-template": [], + "core/post-terms": { + "css": ".taxonomy-post_tag a:before{content:'#';}", + "elements": { + "link": { + ":hover": { + "typography": { + "textDecoration": "underline" + } + }, + "typography": { + "textDecoration": "none" + } + } + }, + "typography": { + "fontSize": "var(--wp--preset--font-size--small)", + "lineHeight": "1.6" + } + }, + "core/post-time-to-read": { + "typography": { + "fontSize": "var(--wp--preset--font-size--small)", + "lineHeight": "1.6" + } + }, + "core/post-title": { + "elements": { + "link": { + ":hover": { + "typography": { + "textDecoration": "underline" + } + }, + "typography": { + "textDecoration": "none" + } + } + }, + "typography": { + "letterSpacing": "0.01rem" + } + }, + "core/pullquote": { + "border": { + "color": "var(--wp--preset--color--contrast)", + "style": "solid", + "width": "1px 0" + }, + "css": ".wp-block-pullquote cite {display:block;margin-top: var(--wp--style--block-gap)}", + "spacing": { + "padding": { + "bottom": "var(--wp--preset--spacing--30)", + "left": "var(--wp--preset--spacing--30)", + "right": "var(--wp--preset--spacing--30)", + "top": "var(--wp--preset--spacing--30)" + } + }, + "typography": { + "fontSize": "var(--wp--preset--font-size--medium)", + "fontStyle": "italic" + } + }, + "core/query-no-results": [], + "core/query-pagination": { + "elements": { + "link": { + ":hover": { + "typography": { + "textDecoration": "underline" + } + }, + "typography": { + "textDecoration": "none" + } + } + }, + "spacing": { + "blockGap": { + "left": "var(--wp--style--block-gap)", + "top": "var(--wp--preset--spacing--20)" + } + }, + "typography": { + "fontFamily": "var(--wp--preset--font-family--libre-caslon-display)", + "fontSize": "var(--wp--preset--font-size--medium)", + "fontWeight": "400", + "lineHeight": "1", + "textTransform": "uppercase" + } + }, + "core/query-pagination-next": { + "css": ".wp-block-query-pagination-next{margin:0;}" + }, + "core/query-pagination-numbers": { + "css": ".wp-block-query-pagination-numbers{margin:0;}" + }, + "core/query-pagination-previous": { + "css": ".wp-block-query-pagination-previous{margin:0;}" + }, + "core/query-title": { + "typography": { + "fontSize": "var(--wp--preset--font-size--xxx-large)", + "lineHeight": "1", + "textTransform": "uppercase" + } + }, + "core/quote": { + "border": { + "color": "var(--wp--preset--color--contrast)", + "style": "solid", + "width": "0 0 0 1px" + }, + "css": ".is-style-plain cite{font-style:normal;}", + "spacing": { + "padding": { + "left": "var(--wp--style--block-gap)" + } + }, + "typography": { + "fontStyle": "italic" + }, + "variations": { + "plain": { + "border": { + "width": "0" + }, + "spacing": { + "padding": { + "left": "0" + } + }, + "typography": { + "fontStyle": "normal" + } + } + } + }, + "core/read-more": [], + "core/rss": { + "elements": { + "link": { + ":hover": { + "typography": { + "textDecoration": "underline" + } + }, + "typography": { + "textDecoration": "none" + } + } + } + }, + "core/search": { + "border": { + "bottom": { + "style": "solid", + "width": "1px" + }, + "left": { + "style": "solid", + "width": "1px" + }, + "radius": "2px", + "right": { + "style": "solid", + "width": "1px" + }, + "top": { + "style": "solid", + "width": "1px" + } + }, + "css": " :where(.wp-block-search__button-inside .wp-block-search__inside-wrapper){background-color:#fff;} & .wp-block-search__button.has-icon{padding:1rem;}", + "typography": { + "fontSize": "var(--wp--preset--font-size--small)", + "lineHeight": "1" + } + }, + "core/separator": { + "border": { + "color": "currentColor", + "style": "solid", + "width": "0 0 1px 0" + }, + "color": { + "text": "var(--wp--preset--color--contrast)" + }, + "css": " &:not(.is-style-wide):not(.is-style-dots):not(.alignwide):not(.alignfull){max-width:10rem;}" + }, + "core/site-logo": [], + "core/site-tagline": { + "typography": { + "fontSize": "var(--wp--preset--font-size--small)", + "lineHeight": "1.6" + } + }, + "core/site-title": { + "elements": { + "link": { + ":hover": { + "typography": { + "textDecoration": "none" + } + }, + "typography": { + "textDecoration": "none" + } + } + }, + "typography": { + "fontFamily": "var(--wp--preset--font-family--cormorant-sc)", + "fontSize": "var(--wp--preset--font-size--large)", + "fontStyle": "normal", + "fontWeight": "400", + "letterSpacing": "0.01rem", + "lineHeight": "1", + "textAlign": "left", + "textTransform": "none" + } + }, + "core/social-links": { + "spacing": { + "blockGap": { + "left": "var(--wp--preset--spacing--30)", + "top": "var(--wp--preset--spacing--30)" + } + } + }, + "core/spacer": [], + "core/table": { + "css": " thead{border-bottom-width:1px;} & tfoot{border-top-width:1px;} & + .wp-element-caption{text-align:center;}" + }, + "core/table-of-contents": { + "elements": { + "link": { + ":hover": { + "typography": { + "textDecoration": "underline" + } + }, + "typography": { + "textDecoration": "none" + } + } + } + }, + "core/tag-cloud": { + "css": ".is-style-outline{font-size:var(--wp--preset--font-size--small);line-height:1;} &.is-style-outline a{border-radius:999px;padding:0.34375rem 1rem;} &.is-style-outline a:hover{color:var(--wp--preset--color--base);background-color:var(--wp--preset--color--contrast);}", + "elements": { + "link": { + ":hover": { + "typography": { + "textDecoration": "underline" + } + }, + "typography": { + "textDecoration": "none" + } + } + } + }, + "core/term-description": { + "css": "& p+p {margin-top:1.6em;}", + "typography": { + "fontSize": "var(--wp--preset--font-size--medium)", + "lineHeight": "1.6" + } + }, + "core/verse": [], + "core/video": [] + }, + "color": { + "background": "var(--wp--preset--color--base)", + "text": "var(--wp--preset--color--contrast)" + }, + "css": ".no-underline a{text-decoration: none;}", + "elements": { + "button": { + ":active": { + "color": { + "background": "var(--wp--preset--color--contrast)", + "text": "var(--wp--preset--color--base)" + } + }, + ":focus": { + "color": { + "background": "var(--wp--preset--color--primary)", + "text": "var(--wp--preset--color--base)" + } + }, + ":hover": { + "color": { + "background": "var(--wp--preset--color--primary)", + "text": "var(--wp--preset--color--base)" + } + }, + "border": { + "radius": "0" + }, + "color": { + "background": "var(--wp--preset--color--contrast)", + "text": "var(--wp--preset--color--base)" + }, + "spacing": { + "padding": { + "bottom": "1rem", + "left": "2rem", + "right": "2rem", + "top": "1rem" + } + }, + "typography": { + "fontFamily": "var(--wp--preset--font-family--system-font)", + "fontSize": "var(--wp--preset--font-size--small)", + "fontWeight": "600", + "lineHeight": "1" + } + }, + "caption": { + "color": { + "text": "var(--wp--preset--color--contrast)" + }, + "spacing": { + "margin": { + "bottom": "var(--wp--style--block-gap)", + "top": "var(--wp--preset--spacing--20)" + } + }, + "typography": { + "fontSize": "var(--wp--preset--font-size--x-small)" + } + }, + "h1": { + "typography": { + "fontSize": "var(--wp--preset--font-size--xxx-large)", + "letterSpacing": "0rem", + "lineHeight": "0.8", + "textTransform": "none" + } + }, + "h2": { + "typography": { + "fontSize": "var(--wp--preset--font-size--medium)", + "letterSpacing": "0rem", + "lineHeight": "1", + "textTransform": "none" + } + }, + "h3": { + "typography": { + "fontSize": "var(--wp--preset--font-size--medium)", + "letterSpacing": "0rem", + "lineHeight": "1", + "textTransform": "none" + } + }, + "h4": { + "typography": { + "fontSize": "var(--wp--preset--font-size--medium)", + "letterSpacing": "0em", + "lineHeight": "1", + "textTransform": "none" + } + }, + "h5": { + "typography": { + "fontSize": "var(--wp--preset--font-size--medium)", + "letterSpacing": "0em", + "lineHeight": "1", + "textTransform": "none" + } + }, + "h6": { + "typography": { + "fontSize": "var(--wp--preset--font-size--medium)", + "letterSpacing": "0em", + "lineHeight": "1", + "textTransform": "none" + } + }, + "heading": { + "color": { + "text": "var(--wp--preset--color--contrast)" + }, + "typography": { + "fontFamily": "var(--wp--preset--font-family--cormorant-sc)", + "fontStyle": "normal", + "fontWeight": "400", + "letterSpacing": "0", + "textTransform": "uppercase" + } + }, + "link": { + ":hover": { + "color": { + "text": "var(--wp--preset--color--primary)" + }, + "typography": { + "textDecoration": "none" + } + }, + "color": { + "text": "var(--wp--preset--color--contrast)" + } + } + }, + "spacing": { + "blockGap": "var(--wp--preset--spacing--30)", + "padding": { + "bottom": "0px", + "left": "var(--wp--preset--spacing--60)", + "right": "var(--wp--preset--spacing--60)", + "top": "0px" + } + }, + "typography": { + "fontFamily": "var(--wp--preset--font-family--cormorant-garamond)", + "fontSize": "var(--wp--preset--font-size--medium)", + "fontStyle": "normal", + "fontWeight": "400", + "lineHeight": "1.5" + } + }, + "templateParts": [ + { + "area": "uncategorized", + "name": "comments", + "title": "Comments" + }, + { + "area": "header", + "name": "header", + "title": "Header" + }, + { + "area": "footer", + "name": "footer", + "title": "Footer" + } + ], + "version": 3, + "$schema": "https://schemas.wp.org/trunk/theme.json" +} \ No newline at end of file