File tree Expand file tree Collapse file tree 3 files changed +10
-3
lines changed Expand file tree Collapse file tree 3 files changed +10
-3
lines changed Original file line number Diff line number Diff line change @@ -577,6 +577,13 @@ For example:
577577 booking system you can implement a "FeedSource" that fetches booking data from your source and normalizes it to match
578578 the calendar output model.
579579
580+ ## Themes
581+
582+ It is possible to create themes that can apply to select templates. See ` /admin/themes ` in the Admin.
583+
584+ The theme css has to follow som rules. See [ docs/themes/themes.md] ( docs/themes/themes.md ) for instructions on writing
585+ custom themes.
586+
580587## Custom Templates
581588
582589It is possible to include your own templates in your installation.
File renamed without changes.
Original file line number Diff line number Diff line change 11# Theme development
22
3- For the styles to have effect you will need to append ` #SLIDE_ID ` to all styling.
3+ For the styles to have effect you will need to use the ` #SLIDE_ID ` to all styling.
44
5- ` #SLIDE_ID ` will be replaced with an actual id on the client to isolate the styling on the current slide.
5+ ` #SLIDE_ID ` will be replaced with an actual id in the Client to isolate the styling on the current slide.
66
77## Examples
88
9- An example file can be found in this directory.
9+ An example file can be found in this directory: [ example.css ] ( example.css ) .
1010
1111Below is an example of variables on the slide container.
1212
You can’t perform that action at this time.
0 commit comments