diff --git a/Dreamchaser/ReadMe.md b/Dreamchaser/ReadMe.md new file mode 100644 index 0000000000..d76085ca88 --- /dev/null +++ b/Dreamchaser/ReadMe.md @@ -0,0 +1 @@ +This is a simple adaptation ot the PDF Dreamchaser character sheet. It uses simple roll buttons and roll queries. \ No newline at end of file diff --git a/Dreamchaser/dreamchaser.PNG b/Dreamchaser/dreamchaser.PNG new file mode 100644 index 0000000000..1e8130fbf4 Binary files /dev/null and b/Dreamchaser/dreamchaser.PNG differ diff --git a/Dreamchaser/dreamchaser.css b/Dreamchaser/dreamchaser.css new file mode 100644 index 0000000000..db4a86be12 --- /dev/null +++ b/Dreamchaser/dreamchaser.css @@ -0,0 +1,30 @@ +button[type="roll"]:before { + content: ""!important; + font-size: 15px; + font-family: dicefontd10; + background-color: transparent; + background-image: none; + +} +button[type="roll"] { + font-size: 15px; + font-family: dicefontd10; + background-color: transparent; + background-image: none; + +} + +input[type="text"], +input[type="radio"], +input[type="number"] { + border: 0; + background-color: transparent; + background-image: none; + font-size: 10px!important; + padding: 0px; +} +textarea { + border: 0; + background-color: transparent; + font-size: 10px; +} diff --git a/Dreamchaser/dreamchaser.html b/Dreamchaser/dreamchaser.html new file mode 100644 index 0000000000..2a70378deb --- /dev/null +++ b/Dreamchaser/dreamchaser.html @@ -0,0 +1,161 @@ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +Vision Roll + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ diff --git a/Dreamchaser/sheet.json b/Dreamchaser/sheet.json new file mode 100644 index 0000000000..c53cc64f60 --- /dev/null +++ b/Dreamchaser/sheet.json @@ -0,0 +1,7 @@ +{ + "html": "dreamchaser.html", + "css": "dreamchaser.css", + "authors": "Michael Parker", + "preview": "dreamchaser.png", + "instructions": "Simple text entry and roll buttons." +} \ No newline at end of file