diff options
author | Thomas White <taw@bitwiz.me.uk> | 2018-10-21 18:01:52 +0200 |
---|---|---|
committer | Thomas White <taw@bitwiz.me.uk> | 2018-10-21 18:01:52 +0200 |
commit | a85c7fd76dd50d82841e01018b532ad790f8c564 (patch) | |
tree | ea2194439b2535e6c763f3c2727f47de7c1eabf1 /data/demo.ss | |
parent | 73433f7ee0ca0d86edacbe8544e95911a9856ddd (diff) |
Update demo doc and remove old test stylesheets
Diffstat (limited to 'data/demo.ss')
-rw-r--r-- | data/demo.ss | 37 |
1 files changed, 37 insertions, 0 deletions
diff --git a/data/demo.ss b/data/demo.ss new file mode 100644 index 0000000..507299d --- /dev/null +++ b/data/demo.ss @@ -0,0 +1,37 @@ +{ + "narrative": { + "font": "Cantarell Regular 16", + "fgcol": "#222222", + "pad": "10,10,10,10", + "paraspace": "0,0,10,10", + "bgcol": "#ffffff" + }, + + "slide": { + "size": "1024x768", + "bggradv": "#333333,#000055", + "frame": { + "font": "Cantarell Regular 14", + "pad": "0,0,0,0", + "fgcol": "#c5c5c5", + "bgcol": "#ffffff00", + "paraspace": "5,5,5,5" + }, + "slidetitle": { + "geometry": "1fx90u+0+0", + "pad": "20,20,20,20", + "fgcol": "#eeeeee", + "font": "Cantarell Regular 36", + "bgcol": "#ffffff00" + }, + "prestitle": { + "geometry": "1fx140u+0+0", + "pad": "20,20,20,20", + "fgcol": "#eeeeee", + "font": "Cantarell Regular 64", + "alignment": "center", + "bgcol": "#ffffff00" + }, + "_comment": "Add footer, credit and bp" + } +} |