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