aboutsummaryrefslogtreecommitdiff
path: root/data/demo.sc
diff options
context:
space:
mode:
Diffstat (limited to 'data/demo.sc')
-rw-r--r--data/demo.sc31
1 files changed, 25 insertions, 6 deletions
diff --git a/data/demo.sc b/data/demo.sc
index 413a1e9..ab0baf8 100644
--- a/data/demo.sc
+++ b/data/demo.sc
@@ -1,17 +1,36 @@
STYLES {
NARRATIVE {
- PRESTITLE {
- FONT: Cantarell Bold 16
- }
+ FONT: Cantarell Regular 16
+ FGCOL: #222222
+ BGCOL: #ffffff
+ PARASPACE: 0u,0u,10u,10u
+ PAD: 10u,10u,10u,10u
+ PRESTITLE {
+ FONT: Cantarell Bold 20
+ }
}
SLIDE {
- SIZE 1820u x 720u
+ SIZE 1024u x 768u
+ TEXT {
+ FONT: Cantarell Regular 14
+ PAD: 0u,0u,0u,0u
+ PARASPACE: 5u,5u,5u,5u
+ FGCOL: #c5c5c5
+ BGCOL: rgba(0,0,0,0)
+ }
PRESTITLE {
- TYPE: TEXT[1fx90u+0+0]
+ GEOMETRY: 1f x 140u +0 +0
FONT: Cantarell Regular 64
- PAD: 20,20,20,20
+ PAD: 20u,20u,20u,20u
FGCOL: #eeeeee
+ BGCOL: rgba(0,0,0,0)
ALIGN: center
+ }
+ SLIDETITLE {
+ GEOMETRY: 1f x 90u +0 +0
+ FONT: Cantarell Regular 36
+ PAD: 20u,20u,20u,20u
+ FGCOL: #eeeeee
BGCOL: rgba(0,0,0,0)
}
}