README.txt 1004 B

12345678910111213141516171819202122232425
  1. ABOUT STARK
  2. -----------
  3. The Stark theme is provided for demonstration purposes; it uses Drupal's default
  4. HTML markup and CSS styles. It can be used as a troubleshooting tool to
  5. determine whether module-related CSS and JavaScript are interfering with a more
  6. complex theme, and can be used by designers interested in studying Drupal's
  7. default markup without the interference of changes commonly made by more complex
  8. themes.
  9. To avoid obscuring CSS added to the page by Drupal or a contrib module, the
  10. Stark theme itself has no styling, except just enough CSS to arrange the page in
  11. a traditional "Header, sidebars, content, and footer" layout. See the layout.css
  12. file for more information.
  13. ABOUT DRUPAL THEMING
  14. --------------------
  15. To learn how to build your own custom theme and override Drupal's default code,
  16. see the Theming Guide: http://drupal.org/theme-guide
  17. See the sites/all/themes/README.txt for more information on where to place your
  18. custom themes to ensure easy maintenance and upgrades.