|
@@ -1,9 +1,9 @@
|
|
|
/*
|
|
|
Theme Name: Seedlet
|
|
|
-Theme URI: https://github.com/Automattic/themes/tree/master/seedlet
|
|
|
+Theme URI: https://wordpress.com/theme/seedlet
|
|
|
Author: Automattic
|
|
|
Author URI: https://automattic.com/
|
|
|
-Description: A simple, text-driven, single-column theme.
|
|
|
+Description: Seedlet is a free WordPress theme. A two-column layout and classically elegant typography creates a refined site that gives your works and images space to breathe - and shine. Seedlet was built to be the perfect partner to the block editor, and supports all the latest blocks. Writing, audio, illustrations, photography, video - use Seedlet to engage and direct visitors' eyes, without your theme getting in the way. And the responsive design shifts naturally between desktop and mobile devices. Seedlet is a great option for professionals and creatives looking for a sophisticated vibe. Whether you're looking to create a blog or a robust site promoting your business, do with simplicity, style, and Seedlet.
|
|
|
Requires at least: 4.9.6
|
|
|
Tested up to: 5.4.1
|
|
|
Requires PHP: 7.3
|
|
@@ -11,7 +11,7 @@ Version: 1.0.3-wpcom
|
|
|
License: GNU General Public License v2 or later
|
|
|
License URI: LICENSE
|
|
|
Text Domain: seedlet
|
|
|
-Tags: one-column, flexible-header, accessibility-ready, custom-colors, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, rtl-language-support, sticky-post, threaded-comments, translation-ready
|
|
|
+Tags: one-column, flexible-header, accessibility-ready, custom-colors, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, rtl-language-support, sticky-post, threaded-comments, auto-loading-homepage, translation-ready
|
|
|
|
|
|
Seedlet WordPress Theme, (C) 2020 Automattic, Inc.
|
|
|
Seedlet is distributed under the terms of the GNU GPL.
|
|
@@ -4140,14 +4140,16 @@ img#wpstats {
|
|
|
}
|
|
|
}
|
|
|
|
|
|
-.wp-block-newspack-blocks-homepage-articles .article-section-title,
|
|
|
-.wp-block-a8c-blog-posts .article-section-title {
|
|
|
- font-size: var(--global--font-size-base);
|
|
|
+.wp-block-newspack-blocks-homepage-articles h2.article-section-title,
|
|
|
+.wp-block-a8c-blog-posts h2.article-section-title {
|
|
|
+ font-size: var(--heading--font-size-h4);
|
|
|
+ letter-spacing: var(--heading--letter-spacing-h4);
|
|
|
+ line-height: var(--heading--line-height-h4);
|
|
|
margin-bottom: calc(0.5 * var(--global--spacing-vertical));
|
|
|
}
|
|
|
|
|
|
-.wp-block-newspack-blocks-homepage-articles .article-section-title + article,
|
|
|
-.wp-block-a8c-blog-posts .article-section-title + article {
|
|
|
+.wp-block-newspack-blocks-homepage-articles h2.article-section-title + article,
|
|
|
+.wp-block-a8c-blog-posts h2.article-section-title + article {
|
|
|
margin-top: 0;
|
|
|
}
|
|
|
|
|
@@ -4306,7 +4308,6 @@ img#wpstats {
|
|
|
.wp-block-a8c-blog-posts article .entry-meta a,
|
|
|
.wp-block-a8c-blog-posts article .cat-links a {
|
|
|
color: currentColor;
|
|
|
- text-decoration: underline;
|
|
|
}
|
|
|
|
|
|
.wp-block-newspack-blocks-homepage-articles article .entry-meta a:hover, .wp-block-newspack-blocks-homepage-articles article .entry-meta a:active,
|
|
@@ -4358,6 +4359,48 @@ img#wpstats {
|
|
|
color: currentColor;
|
|
|
}
|
|
|
|
|
|
+@media only screen and (min-width: 592px) {
|
|
|
+ .wp-block-newspack-blocks-homepage-articles.is-style-seedlet-alternating-grid .article-section-title,
|
|
|
+ .wp-block-a8c-blog-posts.is-style-seedlet-alternating-grid .article-section-title {
|
|
|
+ margin-right: calc(50% + (0.5 * var(--global--spacing-horizontal)));
|
|
|
+ }
|
|
|
+ .wp-block-newspack-blocks-homepage-articles.is-style-seedlet-alternating-grid article,
|
|
|
+ .wp-block-a8c-blog-posts.is-style-seedlet-alternating-grid article {
|
|
|
+ width: calc(50% - (0.5 * var(--global--spacing-horizontal)));
|
|
|
+ max-width: calc(50% - (0.5 * var(--global--spacing-horizontal)));
|
|
|
+ margin-top: 0;
|
|
|
+ margin-bottom: var(--global--spacing-vertical);
|
|
|
+ text-align: left;
|
|
|
+ clear: both;
|
|
|
+ }
|
|
|
+ .wp-block-newspack-blocks-homepage-articles.is-style-seedlet-alternating-grid article .entry-meta,
|
|
|
+ .wp-block-a8c-blog-posts.is-style-seedlet-alternating-grid article .entry-meta {
|
|
|
+ justify-content: flex-end;
|
|
|
+ }
|
|
|
+ .wp-block-newspack-blocks-homepage-articles.is-style-seedlet-alternating-grid article:nth-of-type(2n + 1),
|
|
|
+ .wp-block-a8c-blog-posts.is-style-seedlet-alternating-grid article:nth-of-type(2n + 1) {
|
|
|
+ float: left;
|
|
|
+ text-align: right;
|
|
|
+ }
|
|
|
+ .wp-block-newspack-blocks-homepage-articles.is-style-seedlet-alternating-grid article:nth-of-type(2n + 1) .entry-meta,
|
|
|
+ .wp-block-a8c-blog-posts.is-style-seedlet-alternating-grid article:nth-of-type(2n + 1) .entry-meta {
|
|
|
+ justify-content: flex-start;
|
|
|
+ }
|
|
|
+ .wp-block-newspack-blocks-homepage-articles.is-style-seedlet-alternating-grid .more-link,
|
|
|
+ .wp-block-a8c-blog-posts.is-style-seedlet-alternating-grid .more-link {
|
|
|
+ display: inline-block;
|
|
|
+ }
|
|
|
+ .wp-block-newspack-blocks-homepage-articles.is-style-seedlet-alternating-grid.wpnbha.is-grid > div,
|
|
|
+ .wp-block-a8c-blog-posts.is-style-seedlet-alternating-grid.wpnbha.is-grid > div {
|
|
|
+ display: inherit;
|
|
|
+ }
|
|
|
+ .wp-block-newspack-blocks-homepage-articles.is-style-seedlet-alternating-grid button,
|
|
|
+ .wp-block-a8c-blog-posts.is-style-seedlet-alternating-grid button {
|
|
|
+ clear: both;
|
|
|
+ margin: var(--global--spacing-vertical) auto;
|
|
|
+ }
|
|
|
+}
|
|
|
+
|
|
|
button,
|
|
|
.button,
|
|
|
input[type="submit"],
|