If you’re building more than a couple of Drupal themes it can be very beneficial to create a base style.css file first.
In short, this is a stylesheet which acts as a starting point when creating a new theme, and contains all the things you’ll need to style. Organizing, and even indexing, this base style.css file will allow for maximum efficiency when building, and by creating a comprehensive base style.css file you can also save yourself the worry about whether or not you’ve left anything out!
The following is a list of most things which need styling if, for example, you wanted to cover all of the core modules:
- admin
- aggregator
- blockquote
- book
- breadcrumb
- code
- comments
- footer
- forms
- forms - admin tables
- forms - search
- forms - user-login-form
- forum
- general
- header
- layout
- links
- lists
- messages
- mission
- node
- pager
- poll
- pre
- primary links
- progress bar
- secondary links
- sidebar
- tables
- tabs






Hi, I'm Laurence and this is my Drupal blog.
Don't Make Me Think!
Using Drupal
PHP Cookbook
Pro Drupal Development, Second Edition