_ _ _ _
___| |_ _ _| | ___ _ __ ___ ___ __| |_ _| | ___
/ __| __| | | | |/ _ \ | '_ ` _ \ / _ \ / _` | | | | |/ _ \
\__ \ |_| |_| | | __/_| | | | | | (_) | (_| | |_| | | __/
|___/\__|\__, |_|\___(_)_| |_| |_|\___/ \__,_|\__,_|_|\___|
|___/ A skinning system for Drupal Themes
Style.module is a skinning system that overrides stylesheets in themes.
===========================
File structure
===========================
In every module and theme, the /styles folder includes additional
styles.
Every directory in /styles is a different, unique, style.
When a style is chosen, the style system replaces normal stylesheets
for a theme or module with the styles own.
It does this by replacing files relative to the original theme.
Let's take an example, here's the output of DRUPAL_THEME_DIR/themes/moo/:
+-DRUPAL_THEME_DIR/themes/moo/
|
+-moo.css
|
+-template.php
|
+-moo.info
|
+-page.tpl.php
|
+-images/
| |
| +-header-bg.png
|
+-logo.png
|
+-styles/
|
+-georgia-font/
| |
| +-moo.css
|
+-ocean/
| |
| +-moo.css
| |
| +-images/
| |
| +-background.png
|
+-day/
| |
| +-moo.css
| |
| +-images/