|
@@ -11,7 +11,7 @@ License: GNU General Public License v2 or later
|
|
License URI: LICENSE
|
|
License URI: LICENSE
|
|
Template: varia
|
|
Template: varia
|
|
Text Domain: stratford
|
|
Text Domain: stratford
|
|
-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, fixed-header, accessibility-ready, custom-colors, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, rtl-language-support, sticky-post, threaded-comments, translation-ready
|
|
|
|
|
|
This theme, like WordPress, is licensed under the GPL.
|
|
This theme, like WordPress, is licensed under the GPL.
|
|
Use it to make something cool, have fun, and share what you've learned with others.
|
|
Use it to make something cool, have fun, and share what you've learned with others.
|
|
@@ -3415,6 +3415,7 @@ a {
|
|
text-decoration: none;
|
|
text-decoration: none;
|
|
}
|
|
}
|
|
|
|
|
|
|
|
+.wp-block-group a,
|
|
.wp-block-cover a,
|
|
.wp-block-cover a,
|
|
.wp-block-cover-image a,
|
|
.wp-block-cover-image a,
|
|
.wp-block-media-text a,
|
|
.wp-block-media-text a,
|
|
@@ -3422,7 +3423,9 @@ p:not(.site-title) a {
|
|
text-decoration: underline;
|
|
text-decoration: underline;
|
|
}
|
|
}
|
|
|
|
|
|
-.wp-block-cover a.wp-block-button__link, .wp-block-cover a:hover,
|
|
|
|
|
|
+.wp-block-group a.wp-block-button__link, .wp-block-group a:hover,
|
|
|
|
+.wp-block-cover a.wp-block-button__link,
|
|
|
|
+.wp-block-cover a:hover,
|
|
.wp-block-cover-image a.wp-block-button__link,
|
|
.wp-block-cover-image a.wp-block-button__link,
|
|
.wp-block-cover-image a:hover,
|
|
.wp-block-cover-image a:hover,
|
|
.wp-block-media-text a.wp-block-button__link,
|
|
.wp-block-media-text a.wp-block-button__link,
|
|
@@ -3477,6 +3480,10 @@ p:not(.site-title) a:hover {
|
|
text-decoration: none;
|
|
text-decoration: none;
|
|
}
|
|
}
|
|
|
|
|
|
|
|
+#masthead .site-header-wrapper .site-branding .site-logo {
|
|
|
|
+ margin-bottom: 16px;
|
|
|
|
+}
|
|
|
|
+
|
|
#masthead .site-header-wrapper .site-menu {
|
|
#masthead .site-header-wrapper .site-menu {
|
|
display: block;
|
|
display: block;
|
|
-webkit-flex: 0 1 auto;
|
|
-webkit-flex: 0 1 auto;
|
|
@@ -3777,3 +3784,15 @@ input[type="submit"].has-background:visited,
|
|
font-family: "Inconsolata", monospace;
|
|
font-family: "Inconsolata", monospace;
|
|
font-size: 1rem;
|
|
font-size: 1rem;
|
|
}
|
|
}
|
|
|
|
+
|
|
|
|
+.home .entry-header {
|
|
|
|
+ display: none;
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+.home .entry-content {
|
|
|
|
+ margin-top: 0;
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+.home .site-main {
|
|
|
|
+ padding-top: 0;
|
|
|
|
+}
|