style.css 5.4 KB

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