mirror of
https://github.com/claudehohl/Stikked.git
synced 2025-04-26 04:51:08 -05:00
how to create your own theme
This commit is contained in:
parent
adb37a437f
commit
4513517492
14
CREATING_THEMES.md
Normal file
14
CREATING_THEMES.md
Normal 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
|
Loading…
x
Reference in New Issue
Block a user