themes-wordpress/blank-canvas/style.css

120 lines
5.4 KiB
CSS
Raw Permalink Normal View History

2021-01-04 20:25:09 +00:00
/*
Theme Name: Blank Canvas
2021-02-26 13:11:19 +00:00
Theme URI: https://wordpress.com/theme/blank-canvas
2021-01-04 20:25:09 +00:00
Author: Automattic
Author URI: https://automattic.com/
2021-01-29 17:02:18 +00:00
Description: Blank Canvas is a minimalist theme, designed for single-page websites. Its single post and page layouts have no header, navigation menus, or widgets by default, so the page you design in the WordPress editor is the same page youll see on the front end. The themes default styles are conservative, relying on simple sans-serif fonts and a subtle blue highlight color. Blank Canvas is ready for your customizations.
2021-01-04 20:25:09 +00:00
Requires at least: 4.9.6
Tested up to: 5.6
Requires PHP: 5.6.2
2024-04-03 12:09:49 +00:00
Version: 1.2.12-wpcom
2021-01-04 20:25:09 +00:00
License: GNU General Public License v2 or later
2021-02-22 20:20:00 +00:00
License URI: http://www.gnu.org/licenses/gpl-2.0.html
2022-01-18 11:19:45 +00:00
Status: inactive
2021-01-04 20:25:09 +00:00
Template: seedlet
Text Domain: blank-canvas
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
Blank Canvas WordPress Theme, (C) 2021 Automattic, Inc.
Blank Canvas is distributed under the terms of the GNU GPL.
2021-01-04 20:25:09 +00:00
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.
2021-01-12 16:52:30 +00:00
Blank Canvas is derived from Seedlet. 2020-2021 Automattic
Seedlet is distributed under the terms of the GNU GPL v2 or later.
2021-01-12 17:38:33 +00:00
Images from stocksnap.io
2021-01-12 16:52:30 +00:00
License: CC0
- Sarah Pflug: https://stocksnap.io/photo/hand-sign-BPQSX1BQTF
2021-01-13 17:18:07 +00:00
- Clem Onojeghuo: https://stocksnap.io/photo/beanie-scarf-M2U9VL0ZWG
2021-01-13 17:34:44 +00:00
- Brooke Cagle: https://stocksnap.io/photo/people-woman-MU7G67710S
2021-01-13 17:18:07 +00:00
- Daria Shevtsova: https://stocksnap.io/photo/girl-camera-AZED07HITL
2021-01-13 17:34:44 +00:00
- Benjamin Voros: https://stocksnap.io/photo/blue-denim-BWPRK5DEF0
2021-01-14 14:32:17 +00:00
- Artsy Crafty: https://stocksnap.io/photo/office-supplies-BDVUKQ4BBF
2021-02-01 17:17:19 +00:00
- Artsy Crafty: https://stocksnap.io/photo/colorful-pencils-NONEDF6REB
- Austin Neill: https://stocksnap.io/photo/concert-singer-F66MXRQS1K
2021-02-01 20:58:47 +00:00
- Bruce Mars: https://stocksnap.io/photo/woman-sunglasses-MO7PZ7AYIC
2021-04-05 13:53:48 +00:00
- Foodie Girl: https://stocksnap.io/photo/nature-food-AUVLL0XR1V
- One Idea LLC: https://stocksnap.io/photo/apple-watch-6EMBFCXU0J
2021-01-12 16:52:30 +00:00
Used as block pattern images.
2021-01-12 17:38:33 +00:00
Image from foodiesfeed.com
License: CC0
2021-01-13 17:18:07 +00:00
https://www.foodiesfeed.com/free-food-photo/watermelon-juice-2/
2021-01-12 17:38:33 +00:00
Used as block pattern image.
2021-02-01 17:17:19 +00:00
Hamburger Icon from Noto Emoji
License: Apache License 2.0
https://github.com/googlefonts/noto-emoji/blob/master/svg/emoji_u1f354.svg
Modified and used as a block pattern image.
2021-04-05 13:53:48 +00:00
Bullhorn Icon by the Consumer Financial Protection Bureau, US
License: Public Domain
https://thenounproject.com/term/bullhorn/89665/
Modified and used as a block pattern image.
2021-04-05 13:53:48 +00:00
Self-Portrait with Two Pupils, Marie Gabrielle Capet and Marie Marguerite Carreaux de Rosemond
by Adélaïde Labille-Guiard, 1785
License: Public Domain
https://www.metmuseum.org/art/collection/search/436840
Used as a block pattern image.
Gradient Video
License: CC0
Designed by Ballio Chan for the Blank Canvas theme.
Used as block pattern background.
2021-01-04 20:25:09 +00:00
*/
@import "variables.css";
2021-01-04 20:50:15 +00:00
/* Remove extra margin from articles on single post pages. */
2021-01-04 20:50:15 +00:00
.single .site-main > article,
.page .site-main > article {
margin-bottom: 0;
}
2021-01-20 19:10:25 +00:00
/* Remove some top padding if the first block on the page is a full-width image, cover, media & text, or group block. */
2021-02-02 19:52:06 +00:00
.single.hide-post-and-page-titles .entry-content > .wp-block-image.alignfull:first-child,
.page.hide-post-and-page-titles .entry-content > .wp-block-image.alignfull:first-child,
.single.hide-post-and-page-titles .entry-content > .wp-block-cover.alignfull:first-child,
.page.hide-post-and-page-titles .entry-content > .wp-block-cover.alignfull:first-child,
.single.hide-post-and-page-titles .entry-content > .wp-block-media-text.alignfull:first-child,
.page.hide-post-and-page-titles .entry-content > .wp-block-media-text.alignfull:first-child,
.single.hide-post-and-page-titles .entry-content > .wp-block-group.has-background.alignfull:first-child,
.page.hide-post-and-page-titles .entry-content > .wp-block-group.has-background.alignfull:first-child {
margin-top: calc(-1 * var(--global--spacing-vertical));
}
/* Remove some bottom padding if the last block on the page is a full-width image, cover, media & text, or group block. */
.page.hide-site-footer .entry-content > .wp-block-image.alignfull:last-child,
.page.hide-site-footer .entry-content > .wp-block-cover.alignfull:last-child,
.page.hide-site-footer .entry-content > .wp-block-media-text.alignfull:last-child,
.single.hide-site-footer.hide-site-footer .entry-content > .wp-block-group.has-background.alignfull:last-child,
.single.hide-site-footer.hide-comments .entry-content > .wp-block-image.alignfull:last-child,
.single.hide-site-footer.hide-comments .entry-content > .wp-block-cover.alignfull:last-child,
.single.hide-site-footer.hide-comments .entry-content > .wp-block-media-text.alignfull:last-child,
.single.hide-site-footer.hide-comments .entry-content > .wp-block-group.has-background.alignfull:last-child {
margin-bottom: calc(-1 * var(--global--spacing-vertical));
}
2021-02-02 20:00:42 +00:00
/* Center-align headers and footers. */
.entry-header,
.page-title,
.entry-footer,
.site-info,
.footer-menu {
text-align: center;
}