How do I switch on showgrid?

Blueprint

Getting Started with Blueprint

  1. Download the Blueprint theme, and put it in sites/all/themes/
  2. Go to http://www.blueprintcss.org and download that zip and open it. Rename that folder "blueprint" and put it inside sites/all/themes/blueprint/
  3. Add custom css to sites/all/themes/blueprint/css/style.css.

Voila, you have a starter theme.

The Grid

Add the class "showgrid" to divs to see the grid. You can add these classes in firebug to get a quick look.

Tip:Read the README file.

Creating a Blueprint Sub-theme

  1. Install the Blueprint theme and enable it to be sure it is working
  2. Create a new folder for your subtheme: "/sites/default/themes/my_theme"
  3. Create a .info file for your subtheme at "/sites/default/themes/my_theme/my_theme.info" which looks like this:

    name = My Blueprint Subtheme
    description = My description
    core = 6.x
    base theme = blueprint
Syndicate content
 
 

Drupal is a registered trademark of Dries Buytaert.