You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 6, 2024. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -126,7 +126,9 @@ In order to lazy load the images of your presentation, provide their url using t
126
126
127
127
## Theming
128
128
129
-
Theming is an ongoing improvement I'm currently working on. The already available options are described in the slides [documentation](doc/slides/slides.md).
129
+
[DeckDeckGo] offers various theming options which could be set using CSS variables and which are described in their respective slides' templates [documentation](doc/slides/slides.md).
130
+
131
+
*Note: If you would miss or need further theming options, don't hesitate to open an issue and/or submit a PR, it would be my pleasure to add more theming flexibility and options*
| --slide-padding-top | 16px | Padding top of the all slide |
142
+
| --slide-padding-end | 32px | Padding right of the all slide |
143
+
| --slide-padding-bottom | 16px | Padding bottom of the all slide |
144
+
| --slide-padding-start | 32px | Padding left of the all slide |
145
+
| --slide-padding-start | 32px | Modify slotted ul and ol padding-inline-start |
146
+
118
147
## Slide: Split
119
148
120
149
The "Split" slide is a simple slide which display two panes on the page.
@@ -154,6 +183,30 @@ This component offers the following options which could be set using attributes:
154
183
| reveal | boolean | false | Hide the slotted elements `li`, `p` an `img` and display them when navigating using `slideNext()` or `slidePrev()` (see [documention](/doc/features/navigation.md)) |
155
184
| reveal-show-first | boolean | false | Show the first elements which would be hidden if `reveal` is set to `true`|
156
185
186
+
### Theming
187
+
188
+
The following theming options will affect this component if set on its host or parent.
0 commit comments