aboutsummaryrefslogtreecommitdiffstats
path: root/doc/CREATING_THEMES.md
blob: 5fa61839f9109d39ce8b2020862a0fc349e3b502 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
How to create your own theme
----------------------------

1. Make a copy of the folder htdocs/themes/default, and name it as you like.
2. Start customizing your files!
3. 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

© 2014-2024 Faster IT GmbH | imprint | privacy policy