2021-01-04 20:25:09 +00:00
|
|
|
/*
|
|
|
|
Theme Name: Blankie
|
|
|
|
Theme URI: https://github.com/Automattic/themes/blankie
|
|
|
|
Author: Automattic
|
|
|
|
Author URI: https://automattic.com/
|
|
|
|
Description: A blank starting point for building your site.
|
|
|
|
Requires at least: 4.9.6
|
|
|
|
Tested up to: 5.6
|
|
|
|
Requires PHP: 5.6.2
|
|
|
|
Version: 1.0
|
|
|
|
License: GNU General Public License v2 or later
|
|
|
|
License URI: LICENSE
|
|
|
|
Template: seedlet
|
|
|
|
Text Domain: seedlet-blocks
|
2021-01-04 21:04:51 +00:00
|
|
|
Tags: one-column, accessibility-ready, custom-colors, editor-style, featured-images, rtl-language-support, sticky-post, translation-ready
|
2021-01-04 20:25:09 +00:00
|
|
|
|
|
|
|
Blankie WordPress Theme, (C) 2021 Automattic, Inc.
|
|
|
|
Blankie 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.
|
|
|
|
*/
|
|
|
|
|
|
|
|
@import "variables.css";
|
2021-01-04 20:50:15 +00:00
|
|
|
|
|
|
|
/* Remove outside padding on single post pages. */
|
|
|
|
|
|
|
|
.single .site-main,
|
|
|
|
.page .site-main {
|
|
|
|
padding-top: 0;
|
|
|
|
padding-bottom: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* Remove extra margin from articles on single post pages. */
|
2021-01-04 21:10:00 +00:00
|
|
|
|
2021-01-04 20:50:15 +00:00
|
|
|
.single .site-main > article,
|
|
|
|
.page .site-main > article {
|
|
|
|
margin-bottom: 0;
|
|
|
|
}
|
|
|
|
|
2021-01-04 21:10:00 +00:00
|
|
|
/* Remove the top border from the entry-footer. */
|
|
|
|
|
|
|
|
.site-main > article > .entry-footer {
|
|
|
|
border-top-width: 0
|
|
|
|
}
|
|
|
|
|
|
|
|
/* Center-align headers and footers. */
|
2021-01-04 20:50:15 +00:00
|
|
|
|
2021-01-04 21:10:00 +00:00
|
|
|
.entry-header,
|
|
|
|
.entry-footer,
|
2021-01-04 20:50:15 +00:00
|
|
|
.site-info {
|
|
|
|
text-align: center;
|
|
|
|
}
|