diff --git a/Uncharted Worlds/.gitignore b/Uncharted Worlds/.gitignore new file mode 100644 index 0000000000..ba281509fa --- /dev/null +++ b/Uncharted Worlds/.gitignore @@ -0,0 +1 @@ +images/ \ No newline at end of file diff --git a/Uncharted Worlds/Uncharted Worlds.css b/Uncharted Worlds/Uncharted Worlds.css new file mode 100644 index 0000000000..f4f723908b --- /dev/null +++ b/Uncharted Worlds/Uncharted Worlds.css @@ -0,0 +1,202 @@ +div.sheet-pageselector input[value="1"]:checked ~ div.sheet-wrapperfrontpage { + display:block; +} +div.sheet-pageselector input[value="2"]:checked ~ div.sheet-wrapperbackpage { + display:block; +} + + div.sheet-wrapperfrontpage, div.sheet-wrapperbackpage { display: none; } + +/* Sheet Front */ + +div.sheet-statcol{ +width:70px; +float:left; +height:113px; +position:relative; +/*border:1px solid blue;*/ +} + +div.sheet-statrow{ + background-image:url(http://i.imgur.com/qyNUtue.jpg); + background-repeat:no-repeat; + width:371px; + height:113px; + +} + +div.sheet-skillbox{ + background-image:url(http://i.imgur.com/KYhnuAt.jpg); + background-repeat:no-repeat; + width:371px; + height:616px; + +} + +div.sheet-assetbox{ + background-image:url(http://i.imgur.com/khihtIw.jpg); + background-repeat:no-repeat; + width:371px; + height:519px; + /*border:1px solid red;*/ +} + +div.sheet-datapointsbox{ + background-image:url(http://i.imgur.com/HYsaCO6.jpg); + background-repeat:no-repeat; + width:371px; + /* height:113px;*/ + /*border:1px solid red;*/ +} + + + +div.sheet-descriptionbox textarea { + width: 361px; + height: 100px; +} +div.sheet-skillbox textarea { + margin-left:30px; + margin-top:60px; + width:312px; + height: 510px; +} + +div.sheet-assetbox textarea.sheet-assets { + margin-left:22px; + margin-top:60px; + width:312px; + height: 345px; +} + +div.sheet-assetbox input.sheet-armor { + margin-left:15px; + margin-top:32px; + width: 28px; + height: 28px; + text-align:center; +} + + +div.sheet-datapointsbox textarea { + margin-left:12px; + margin-top:60px; + width:312px; + height: 100px; +} + +div.sheet-advancementbox { + background-image:url(http://i.imgur.com/RQC1W4b.jpg); + background-repeat:no-repeat; + width:371px; + margin-top:10px; + margin-left:-20px; + height:123px; +} + +div.sheet-advancementbox textarea { + margin-left:32px; + margin-top:17px; + width:312px; + height: 55px; +} + +div.sheet-statrow input { + width:28px; + height:28px; + position: absolute; + top: 57px; + left:17px; + margin-top:-14px; + text-align:center; + +} + +div.sheet-playerbox{ + width:370px; + margin-bottom:2px; + text-align:center; + } + + div.sheet-playerbox input { + display:inline; + width:100%; + font-size:12pt; + margin:2px; + text-align:center; + +} + +div.sheet-playerbox input.sheet-charconcept{ + font-size:16pt; + font-style:bold; + width:100%; +} + +div.sheet-playerbox input.sheet-inlineinput{ + display:inline; + width:100px; + font-size:8pt; + font-weight:bold; + +} + +div.sheet-statrow input.sheet-stats-mettle{ + left:17px; +} +div.sheet-statrow input.sheet-stats-physique{ + left:19px; +} +div.sheet-statrow input.sheet-stats-influence{ + left:21px; +} +div.sheet-statrow input.sheet-stats-expertise{ + left:23px; +} +div.sheet-statrow input.sheet-stats-interface{ + left:25px; +} + +/*Sheet back */ + +div.sheet-factionsbox{ + background-image:url(http://i.imgur.com/JTrPXcq.jpg); + background-repeat:no-repeat; + width:371px; /*real: 339*/ + height:444px; + /*border:1px solid red;*/ +} + +div.sheet-factionsbox textarea { + margin-left:18px; + margin-top:50px; + width:285px; + height: 320px; +} + +div.sheet-injuriesbox{ + background-image:url(http://i.imgur.com/5x16u4L.jpg); + background-repeat:no-repeat; + width:371px; /*334*/ + height:522px; + /*border:1px solid red;*/ +} + +div.sheet-injuriesbox textarea { + margin-left:16px; + margin-top:60px; + width:285px; + height: 425px; +} + + + +span.sheet-defaultvalue{ + font-style:italics; + color:#c0c0c0; + +} + +label { + margin-bottom:4px; +} \ No newline at end of file diff --git a/Uncharted Worlds/Uncharted Worlds.html b/Uncharted Worlds/Uncharted Worlds.html new file mode 100644 index 0000000000..42564703d6 --- /dev/null +++ b/Uncharted Worlds/Uncharted Worlds.html @@ -0,0 +1,95 @@ +
+Front +Back + +
+ +
+ + +
+ + +
+
+
+ + +
+ +
+
+
+
+ +
+
+
+ +
+
+
+
+
+
+
+
+ +
+
+
+ +
+ + +
+
+
+ + +
+
+
+
+ +
+
+
+
+ +
+
+ +
+
+
+ +
+ +
+
+ +
+
+
+ +
+ + +
+
+
+
+ +
+
+
+ +
+ + + + + + +
\ No newline at end of file diff --git a/Uncharted Worlds/sheet.json b/Uncharted Worlds/sheet.json new file mode 100644 index 0000000000..43092b1ad6 --- /dev/null +++ b/Uncharted Worlds/sheet.json @@ -0,0 +1,8 @@ +{ + "html": "Uncharted Worlds.html", + "css": "Uncharted Worlds.css", + "authors": "Oliver Lind", + "roll20userid": "209164", + "preview": "Uncharted Worlds.png", + "instructions": "# Character Sheet\r## Whole Sheet:\r #TODO: enter all kind of description here." +} \ No newline at end of file