Releases for Style
style 6.x-1.x-dev
skiquel - December 27, 2008 - 13:19
| Download | Size | md5 hash |
|---|---|---|
| style-6.x-1.x-dev.tar.gz | 19.65 KB | aa31699943369262e62b180ca02ba9ee |
Nightly development snapshot from CVS branch: DRUPAL-6--1
Last updated: March 29, 2009 - 00:22
_ _ _ _
___| |_ _ _| | ___ _ __ ___ ___ __| |_ _| | ___
/ __| __| | | | |/ _ \ | '_ ` _ \ / _ \ / _` | | | | |/ _ \
\__ \ |_| |_| | | __/_| | | | | | (_) | (_| | |_| | | __/
|___/\__|\__, |_|\___(_)_| |_| |_|\___/ \__,_|\__,_|_|\___|
|___/ 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/ style HEAD
Dries - March 6, 2005 - 20:15
| Download | Size | md5 hash |
|---|---|---|
| style-HEAD.tar.gz | 19.46 KB | 90d26189efe94f1e5c3b4fdb2b18db59 |
Nightly development snapshot from CVS branch: HEAD
Last updated: November 13, 2006 - 12:02
