Skip to content

Latest commit

 

History

History
39 lines (25 loc) · 839 Bytes

README.md

File metadata and controls

39 lines (25 loc) · 839 Bytes

Video Puppet slide CSS themes

This example shows how to create slide themes with CSS, in Video Puppet.

Check out the outcome in result.mp4.

Try it out

Upload the script directory to a Video Puppet project. The main script file is source.md.

How it works

You can customise the visual look and feel of a slide by creating a CSS file, and using it as the slide theme. To set the theme globally for all slides in the video, use the theme header:

---
theme: custom.css
---

~~~md
Some slide content
~~~

You can also set the theme for a specific scene using the theme stage direction

---

(theme: custom.css)

~~~md
theme for this scene only
~~~

---

For more information, check out the theme format reference.