style.css 5.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119
  1. /*
  2. Theme Name: Blank Canvas
  3. Theme URI: https://wordpress.com/theme/blank-canvas
  4. Author: Automattic
  5. Author URI: https://automattic.com/
  6. 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 you’ll see on the front end. The theme’s default styles are conservative, relying on simple sans-serif fonts and a subtle blue highlight color. Blank Canvas is ready for your customizations.
  7. Requires at least: 4.9.6
  8. Tested up to: 5.6
  9. Requires PHP: 5.6.2
  10. Version: 1.2.10-wpcom
  11. License: GNU General Public License v2 or later
  12. License URI: http://www.gnu.org/licenses/gpl-2.0.html
  13. Status: inactive
  14. Template: seedlet
  15. Text Domain: blank-canvas
  16. Tags: one-column, accessibility-ready, custom-colors, editor-style, featured-images, rtl-language-support, sticky-post, translation-ready, auto-loading-homepage
  17. Blank Canvas WordPress Theme, (C) 2021 Automattic, Inc.
  18. Blank Canvas is distributed under the terms of the GNU GPL.
  19. This program is free software: you can redistribute it and/or modify
  20. it under the terms of the GNU General Public License as published by
  21. the Free Software Foundation, either version 2 of the License, or
  22. (at your option) any later version.
  23. This program is distributed in the hope that it will be useful,
  24. but WITHOUT ANY WARRANTY; without even the implied warranty of
  25. MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  26. GNU General Public License for more details.
  27. Blank Canvas is derived from Seedlet. 2020-2021 Automattic
  28. Seedlet is distributed under the terms of the GNU GPL v2 or later.
  29. Images from stocksnap.io
  30. License: CC0
  31. - Sarah Pflug: https://stocksnap.io/photo/hand-sign-BPQSX1BQTF
  32. - Clem Onojeghuo: https://stocksnap.io/photo/beanie-scarf-M2U9VL0ZWG
  33. - Brooke Cagle: https://stocksnap.io/photo/people-woman-MU7G67710S
  34. - Daria Shevtsova: https://stocksnap.io/photo/girl-camera-AZED07HITL
  35. - Benjamin Voros: https://stocksnap.io/photo/blue-denim-BWPRK5DEF0
  36. - Artsy Crafty: https://stocksnap.io/photo/office-supplies-BDVUKQ4BBF
  37. - Artsy Crafty: https://stocksnap.io/photo/colorful-pencils-NONEDF6REB
  38. - Austin Neill: https://stocksnap.io/photo/concert-singer-F66MXRQS1K
  39. - Bruce Mars: https://stocksnap.io/photo/woman-sunglasses-MO7PZ7AYIC
  40. - Foodie Girl: https://stocksnap.io/photo/nature-food-AUVLL0XR1V
  41. - One Idea LLC: https://stocksnap.io/photo/apple-watch-6EMBFCXU0J
  42. Used as block pattern images.
  43. Image from foodiesfeed.com
  44. License: CC0
  45. https://www.foodiesfeed.com/free-food-photo/watermelon-juice-2/
  46. Used as block pattern image.
  47. Hamburger Icon from Noto Emoji
  48. License: Apache License 2.0
  49. https://github.com/googlefonts/noto-emoji/blob/master/svg/emoji_u1f354.svg
  50. Modified and used as a block pattern image.
  51. Bullhorn Icon by the Consumer Financial Protection Bureau, US
  52. License: Public Domain
  53. https://thenounproject.com/term/bullhorn/89665/
  54. Modified and used as a block pattern image.
  55. Self-Portrait with Two Pupils, Marie Gabrielle Capet and Marie Marguerite Carreaux de Rosemond
  56. by Adélaïde Labille-Guiard, 1785
  57. License: Public Domain
  58. https://www.metmuseum.org/art/collection/search/436840
  59. Used as a block pattern image.
  60. Gradient Video
  61. License: CC0
  62. Designed by Ballio Chan for the Blank Canvas theme.
  63. Used as block pattern background.
  64. */
  65. @import "variables.css";
  66. /* Remove extra margin from articles on single post pages. */
  67. .single .site-main > article,
  68. .page .site-main > article {
  69. margin-bottom: 0;
  70. }
  71. /* Remove some top padding if the first block on the page is a full-width image, cover, media & text, or group block. */
  72. .single.hide-post-and-page-titles .entry-content > .wp-block-image.alignfull:first-child,
  73. .page.hide-post-and-page-titles .entry-content > .wp-block-image.alignfull:first-child,
  74. .single.hide-post-and-page-titles .entry-content > .wp-block-cover.alignfull:first-child,
  75. .page.hide-post-and-page-titles .entry-content > .wp-block-cover.alignfull:first-child,
  76. .single.hide-post-and-page-titles .entry-content > .wp-block-media-text.alignfull:first-child,
  77. .page.hide-post-and-page-titles .entry-content > .wp-block-media-text.alignfull:first-child,
  78. .single.hide-post-and-page-titles .entry-content > .wp-block-group.has-background.alignfull:first-child,
  79. .page.hide-post-and-page-titles .entry-content > .wp-block-group.has-background.alignfull:first-child {
  80. margin-top: calc(-1 * var(--global--spacing-vertical));
  81. }
  82. /* Remove some bottom padding if the last block on the page is a full-width image, cover, media & text, or group block. */
  83. .page.hide-site-footer .entry-content > .wp-block-image.alignfull:last-child,
  84. .page.hide-site-footer .entry-content > .wp-block-cover.alignfull:last-child,
  85. .page.hide-site-footer .entry-content > .wp-block-media-text.alignfull:last-child,
  86. .single.hide-site-footer.hide-site-footer .entry-content > .wp-block-group.has-background.alignfull:last-child,
  87. .single.hide-site-footer.hide-comments .entry-content > .wp-block-image.alignfull:last-child,
  88. .single.hide-site-footer.hide-comments .entry-content > .wp-block-cover.alignfull:last-child,
  89. .single.hide-site-footer.hide-comments .entry-content > .wp-block-media-text.alignfull:last-child,
  90. .single.hide-site-footer.hide-comments .entry-content > .wp-block-group.has-background.alignfull:last-child {
  91. margin-bottom: calc(-1 * var(--global--spacing-vertical));
  92. }
  93. /* Center-align headers and footers. */
  94. .entry-header,
  95. .page-title,
  96. .entry-footer,
  97. .site-info,
  98. .footer-menu {
  99. text-align: center;
  100. }