drupal/core/themes/stark
Alex Pott 153d8af228
Issue #3097890 by martin107, longwave, andypost, lauriii: Remove all @deprecated code in core themes
2020-01-25 14:27:11 +00:00
..
config/schema Issue #2459971 by Gábor Hojtsy: The langcode key on configuration files is not explicit in configuration schema 2015-03-31 10:40:13 +01:00
README.txt Issue #2845731 by ashish-deynap, vaplas, chiranjeeb2410, Munavijayalakshmi, tramsaal, xjm: Theming guide links are wrong 2017-03-04 12:06:48 -06:00
logo.svg Issue #2142653 by corbacho, sqndr, LewisNyman, floretan, BarisW, G-raph, JamesLefrère, lokapujya, LoMo, Outi: Change default logo filetype to .svg and add an SVG version of Druplicon 2015-01-22 10:55:30 +00:00
screenshot.png Issue #2471611 by MathieuSpil, yannickoo, maijs: Create HiDPI ready version of theme screenshots 2015-04-25 12:51:35 -05:00
stark.breakpoints.yml Issue #2424805 by mdrummond, YesCT, vijaycs85, xjm, marcoscano, ifrik, joelpittet, Jelle_S, attiks, lauriii: Toolbar can no longer switch horizontal and vertical -- expects breakpoints ordered from smallest to largest; responsive images need largest to smallest 2015-07-15 12:53:14 -07:00
stark.info.yml Issue #3072702 by alexpott, Wim Leers, mikelutz, xjm, catch, Berdir, tedbow, webchick, shaal, Mixologic, heddn: Core extensions should not need to specify the new core_version_requirement in *.info.yml files so that 9.0.x can be installed 2019-10-15 15:34:52 +01:00

README.txt

ABOUT STARK
-----------

The Stark theme is provided for demonstration purposes; it uses Drupal's
default HTML markup and CSS styles. It can be used as a troubleshooting tool to
determine whether module-related CSS and JavaScript are interfering with a more
complex theme, and can be used by designers interested in studying Drupal's
default markup without the interference of changes commonly made by more
complex themes.

To avoid obscuring CSS added to the page by Drupal or a contrib module, the
Stark theme itself has no styling.


ABOUT DRUPAL THEMING
--------------------

To learn how to build your own custom theme and override Drupal's default code,
see the Theming Guide: https://www.drupal.org/docs/8/theming

See the themes/README.txt for more information on where to place your
custom themes to ensure easy maintenance and upgrades.