]> gitweb.fluxo.info Git - semanticscuttle.git/commitdiff
more information on custom theme creation
authorChristian Weiske <cweiske@cweiske.de>
Wed, 25 May 2011 15:12:59 +0000 (17:12 +0200)
committerChristian Weiske <cweiske@cweiske.de>
Wed, 25 May 2011 15:12:59 +0000 (17:12 +0200)
doc/themes.rst

index 7c40ef230c4eb2b30a642dd4b1a0ce1dd40244de..007388f0aebdae155062d3334d71200bab6872c2 100644 (file)
@@ -11,9 +11,14 @@ In ``data/config.php``, set your theme like this: ::
 
     $theme = 'darkmood';
 
+The available themes are the folders in ``www/themes/``.
+By default, SemanticScuttle ships only one usable theme ("default") and one
+to demonstrate how to create your own theme ("testdummy").
+
 
 Creating your own theme
 =======================
+Have a look at the "testdummy" theme in ``www/themes/testdummy/``.
 
 CSS and image files
 -------------------
@@ -26,6 +31,10 @@ The main CSS file that automatically gets included is ::
 
     www/themes/$themename/scuttle.css
 
+Several template files in SemanticScuttle include image files. If they do not
+exist in your theme, the default ones are used automatically.
+Note that this is not true for images that are specified in the CSS files.
+
 
 Template files
 --------------