Docs -> Creating a new Theme
All themes for FCMS (prior to 1.9) consist of at least one .css file and either make use of the existing images for the default theme or include their own images located in a directory, named the same as the theme itself. See example below.
/themes
default.css
login.css
your_new_theme.css
How to Create a new Theme (1.8.2 or earlier)
All themes for FCMS (prior to 1.9) consist of at least one .css file and either make use of the existing images for the default theme or include their own images located in a directory, named the same as the theme itself. See example below.
/themes
/images
datechooser.css/default
/smileys
/your_new_theme
/smileys
/your_new_theme
default.css
login.css
your_new_theme.css
