style.scss 4.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110
  1. /*
  2. Theme Name: Seedlet
  3. Theme URI: https://wordpress.com/theme/seedlet
  4. Author: Automattic
  5. Author URI: https://automattic.com/
  6. Description: Seedlet is a free WordPress theme. A two-column layout and classically elegant typography creates a refined site that gives your works and images space to breathe - and shine. Seedlet was built to be the perfect partner to the block editor, and supports all the latest blocks. Writing, audio, illustrations, photography, video - use Seedlet to engage and direct visitors' eyes, without your theme getting in the way. And the responsive design shifts naturally between desktop and mobile devices. Seedlet is a great option for professionals and creatives looking for a sophisticated vibe. Whether you're looking to create a blog or a robust site promoting your business, do with simplicity, style, and Seedlet.
  7. Requires at least: 5.5
  8. Tested up to: 5.5
  9. Requires PHP: 5.6.2
  10. Version: 1.1.16-wpcom
  11. License: GNU General Public License v2 or later
  12. License URI: LICENSE
  13. Text Domain: seedlet
  14. 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, auto-loading-homepage, translation-ready, block-patterns, block-styles, wide-blocks
  15. Seedlet WordPress Theme, (C) 2020 Automattic, Inc.
  16. Seedlet is distributed under the terms of the GNU GPL.
  17. This program is free software: you can redistribute it and/or modify
  18. it under the terms of the GNU General Public License as published by
  19. the Free Software Foundation, either version 2 of the License, or
  20. (at your option) any later version.
  21. This program is distributed in the hope that it will be useful,
  22. but WITHOUT ANY WARRANTY; without even the implied warranty of
  23. MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  24. GNU General Public License for more details.
  25. Seedlet is derived from Twenty Nineteen. 2018-2020 WordPress.org
  26. Twenty Nineteen is distributed under the terms of the GNU GPL v2 or later.
  27. Seedlet is also based on Underscores https://underscores.me/, (C) 2012-2018 Automattic, Inc.
  28. Underscores is distributed under the terms of the GNU GPL v2 or later.
  29. Normalizing styles have been helped along thanks to the fine work of
  30. Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
  31. Unless otherwise noted, the icons in this theme are derived from the
  32. WordPress Icons Library, licensed under the terms of the GNU GPL v2 or later.
  33. https://github.com/WordPress/gutenberg/tree/master/packages/icons
  34. Seedlet bundles the following third-party resources:
  35. Social Icons
  36. License: GNU General Public License v2 or later
  37. License URI: http://www.gnu.org/licenses/gpl-2.0.html
  38. Source: WordPress Social Link Block (See wp-includes\blocks\social-link.php)
  39. Code from Twenty Twenty
  40. Copyright (C) 2020 WordPress.org
  41. License: GPLv2
  42. Source: https://wordpress.org/themes/twentytwenty/
  43. Included as part of the following classes and functions:
  44. - sanitize_select()
  45. Color Contrast Validation
  46. Copyright (C) 2016 Per Soderlind
  47. License: GNU General Public License v3
  48. License URI: http://www.gnu.org/licenses/gpl-3.0.html
  49. Source: https://github.com/soderlind/2016-customizer-demo
  50. Included as part of the following classes and functions:
  51. - on_customize_controls_enqueue_scripts()
  52. Images from Smithsonian Institution
  53. License: CC0
  54. Source: https://www.si.edu/object/hymenoxys-odorata-dc:nmnhbotany_13045011
  55. https://www.si.edu/object/coccocypselum-guianense-aubl-k-schum:nmnhbotany_10752403
  56. https://www.si.edu/object/coccocypselum-guianense-aubl-k-schum:nmnhbotany_10672835
  57. https://www.si.edu/object/coccocypselum-guianense-aubl-k-schum:nmnhbotany_13757252
  58. https://www.si.edu/object/nephroma-sp:nmnhbotany_13875654
  59. Included in theme screenshot and in block patterns.
  60. */
  61. // Variables
  62. @import "variables";
  63. // Layout
  64. // - Structral and responsive styles
  65. @import "structure/style";
  66. // Abstracts
  67. // - Mixins, variables and functions
  68. @import "abstracts/style";
  69. // Base
  70. // - Reset the browser
  71. @import "base/style";
  72. // Elements
  73. // - Styles for basic HTML elemants
  74. @import "elements/style";
  75. // Blocks
  76. // - These styles replace key Gutenberg Block styles for fonts, colors, and
  77. // spacing with CSS-variables overrides
  78. // - In the future the Block styles may get compiled to individual .css
  79. // files and conditionally loaded
  80. @import "blocks/style";
  81. // Components
  82. // - Similar to Blocks but exist outside of the "current" editor context
  83. @import "components/style";
  84. // Site Pages
  85. // - Page specific styles
  86. @import "pages/style";
  87. // Vendors
  88. // - Styles for 3rd party plugins and WP extensions
  89. @import "vendors/style";