Skip to content

Commit 75327e5

Browse files
committed
4565: Fixed themes documentation
1 parent e751389 commit 75327e5

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff 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

582589
It is possible to include your own templates in your installation.
File renamed without changes.

docs/themes/README.md renamed to docs/themes/themes.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
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

1111
Below is an example of variables on the slide container.
1212

0 commit comments

Comments
 (0)