SemanticScuttle/doc/themes.rst

40 lines
834 B
ReStructuredText
Raw Normal View History

2011-05-23 07:35:36 +02:00
======================
SemanticScuttle Themes
======================
SemanticScuttle may be changed visually by supplying custom "themes" that
modify the visual appearance.
Changing the current theme
==========================
2011-05-23 18:13:40 +02:00
In ``data/config.php``, set your theme like this: ::
2011-05-23 07:35:36 +02:00
$theme = 'darkmood';
2011-05-23 18:13:40 +02:00
Creating your own theme
=======================
2011-05-23 07:35:36 +02:00
2011-05-23 18:13:40 +02:00
CSS and image files
-------------------
Since both file types need to be accessible via the web server directly,
they are located in the ``www/`` folder: ::
www/themes/$themename/
The main CSS file that automatically gets included is ::
www/themes/$themename/scuttle.css
2011-05-23 07:35:36 +02:00
Template files
--------------
2011-05-23 18:13:40 +02:00
The templates of the default file are located in ::
2011-05-23 07:35:36 +02:00
data/templates/default/
2011-05-23 18:13:40 +02:00
You may put your theme template files into ::
2011-05-23 07:35:36 +02:00
data/templates/$themename/