aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas White <taw@bitwiz.me.uk>2020-01-25 17:55:41 +0100
committerThomas White <taw@bitwiz.me.uk>2020-01-25 17:55:41 +0100
commit2293dfdc93c9c97e26cecc674325e18f8bc6c246 (patch)
tree8f634f68f7f4b91084a9906166fe840f49ef0ff5
parentf51ddb046b1af7c4fdd731d8c3bf302b7708f80b (diff)
Update default stylesheet
-rw-r--r--data/default.ss68
1 files changed, 32 insertions, 36 deletions
diff --git a/data/default.ss b/data/default.ss
index 77c3492..999d705 100644
--- a/data/default.ss
+++ b/data/default.ss
@@ -1,37 +1,33 @@
-{
- "narrative": {
- "font": "Cantarell Regular 16",
- "fgcol": "#222222",
- "pad": "10,10,10,10",
- "paraspace": "0,0,10,10",
- "bgcol": "#ffffff"
- },
-
- "slide": {
- "size": "1280x720",
- "bggradv": "#333333,#000055",
- "frame": {
- "font": "Cantarell Regular 14",
- "pad": "0,0,0,0",
- "fgcol": "#c5c5c5",
- "bgcol": "rgba(0,0,0,0)",
- "paraspace": "5,5,5,5"
- },
- "slidetitle": {
- "geometry": "1fx90u+0+0",
- "pad": "20,20,20,20",
- "fgcol": "#eeeeee",
- "font": "Cantarell Regular 36",
- "bgcol": "rgba(0,0,0,0)"
- },
- "prestitle": {
- "geometry": "1fx140u+0+0",
- "pad": "20,20,20,20",
- "fgcol": "#eeeeee",
- "font": "Cantarell Regular 64",
- "alignment": "center",
- "bgcol": "rgba(0,0,0,0)"
- },
- "_comment": "Add footer, credit and bp"
- }
+STYLES {
+ NARRATIVE {
+ FONT Sans 14
+ BGCOL 1.00,1.00,1.00,1.00
+ BP {
+ FONT Sans 14
+ PARASPACE 10u,0u,0u,0u
+ }
+ PRESTITLE {
+ FONT Sans Bold 20
+ ALIGN left
+ }
+ SEGMENT_START {
+ FONT Sans Bold 16
+ }
+ }
+ SLIDE {
+ GEOMETRY 1024u x 768u +0u +0u
+ TEXT {
+ FONT Sans 18
+ }
+ PRESTITLE {
+ }
+ SLIDETITLE {
+ GEOMETRY 1f x 82u +0u +0u
+ FONT Sans Bold 42
+ BGCOL 0.97,0.97,0.97,1.00
+ PAD 10u,10u,10u,10u
+ }
+ FOOTER {
+ }
+ }
}