Skip to content
Snippets Groups Projects
Forked from project / all_entity_preview
Source project has a limited visibility.
Name Last commit Last update
CHANGELOG
CREDITS
LICENSE
README
pixel.gif
style.module
********************************************************************
                     D R U P A L    M O D U L E                         
********************************************************************
Name: Style module 
Version: 3.0
Author: Robert Laarhoven 
Email: robert at polder.net 
Last update: 9 Nov. 2003 
Drupal: 4.3

********************************************************************
DESCRIPTION:

The style module generates (HTML and CSS) variables for compatible 
themes, and makes it possible for site administrators to change the 
style and layout (colors, fonts, margins etc.) in a webbrowser. 
This way one can easily change the look and feel of the site without
editing a file, or knowing anything about HTML and CSS. One can 
change the theme depending on the webbrowser used, and the page 
visited too. Authorized users can also change the style of their 
blog pages themself.

********************************************************************
INSTALLATION: 

Copy the style.module file into your Drupal modules/ directory.
Copy pixel.gif into the misc/ directory. 

Enable the style module in your administration settings:
menu -> administer -> configuration -> modules

Install themes with style module support, or make your own theme 
compatible. Enable the theme(s) in your administration settings. 
Set one compatible theme as default theme:
menu -> administer -> site configuration -> themes

Customize module user theme configuration settings if desired:
menu -> administer -> configuration -> modules -> style

See the help page in the administration section for further 
instructions on how to change the look your pages:
menu -> administer -> help -> style

Change the style set(s) for your theme(s):
menu -> administer -> style

Change the style set for your (blog) pages:
menu -> my style

********************************************************************
SUPPORTED THEMES:

The following themes are style module compatible:
- Polder
- Basic

Other themes can be made compatible by simply replacing some fixed 
HTML and CSS values with simple tags, and adding an extra .inc file 
with default values to the theme directory. See the above themes for 
examples.

********************************************************************
TODO:

- export and import (remote) style sets
- modify more themes to enable style module support
- add screenshot with clickable image map to select keys

********************************************************************