how to create your own theme

This commit is contained in:
Claude 2013-03-26 17:28:43 +01:00
parent adb37a437f
commit 4513517492

14
CREATING_THEMES.md Normal file
View File

@ -0,0 +1,14 @@
How to create your own theme
----------------------------
# Make a copy of the folder htdocs/themes/default, and name it as you like.
# Start customizing your files!
# Delete everything that has not been changed.
For example: If you've only modified the main.css, create a folder named "css" in your theme folder, and put your main.css in there.
The theme engine will load your CSS, and falls back to files in the default theme that aren't in your theme folder.
Examples:
* gabdark - a theme with only a modified main.css
* bootstrap - a full theme with custom html, css, js and images