aboutsummaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorThomas White <taw@bitwiz.me.uk>2019-02-23 16:45:15 +0100
committerThomas White <taw@bitwiz.me.uk>2019-02-23 16:45:15 +0100
commit14c998b253489b88bc4da904409e32c86bbe92c0 (patch)
tree00bd246717eee5e5e8e1d612e9fbe58807f636e4 /data
parent77ef611a5a6ee3bf7456d0fb5f26f708b8433971 (diff)
Everything needed for demo doc
Diffstat (limited to 'data')
-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)
}
}