]> gitweb.fluxo.info Git - semanticscuttle.git/commitdiff
updates theme documentation
authorChristian Weiske <cweiske@cweiske.de>
Mon, 23 May 2011 16:13:40 +0000 (18:13 +0200)
committerChristian Weiske <cweiske@cweiske.de>
Mon, 23 May 2011 16:13:40 +0000 (18:13 +0200)
doc/themes.rst

index 72a4c8d9dc0b29f9e8cd851c0a1f3b682dcec9f6..7c40ef230c4eb2b30a642dd4b1a0ce1dd40244de 100644 (file)
@@ -7,26 +7,33 @@ modify the visual appearance.
 
 Changing the current theme
 ==========================
-In ``data/config.php``, set your theme like this:
+In ``data/config.php``, set your theme like this: ::
 
     $theme = 'darkmood';
 
 
-Changeable files
-================
+Creating your own theme
+=======================
 
-CSS file
---------
-FIXME, missing at the moment
+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
 
 
 Template files
 --------------
-The templates of the default file are located in
+The templates of the default file are located in ::
 
     data/templates/default/
 
-You may put your theme template files into
+You may put your theme template files into ::
 
     data/templates/$themename/