diff --git a/EZD6/ezd6.css b/EZD6/ezd6.css new file mode 100644 index 0000000000..14c104ed9e --- /dev/null +++ b/EZD6/ezd6.css @@ -0,0 +1,88 @@ +.sheet-container { + padding: 75px; +} + +.charsheet table { + width:90%; + border:0px solid; +} +.charsheet body{ + font-family: Corsiva; +} + +.sheet-background::after{ + content: ""; + top: 0; + left: 0; + bottom: 0; + right: 0; + position: absolute; + z-index: -1; +} + +.sheet-hider:not(:checked) + span + div { + display: none; +} + +/* DivTable.com */ + .sheet-divTable{ + display: table; +} + .sheet-divTableRow { + display: table-row; +} + .sheet-divTableHeading { + display: table-header-group; +} + .sheet-divTableCell, .sheet-divTableHead, .sheet-LdivTableCell { + display: table-cell; + /*border: 1px solid red; + */ +} + .sheet-divTableHeading { + display: table-header-group; +} + .sheet-divTableFoot { + display: table-footer-group; +} + .sheet-divTableBody { + display: table-row-group; +} + .sheet-divTableCell { + text-align:center; + white-space: nowrap; + overflow: hidden; +} + + + .sheet-LdivTableCell { + display: inline-block; + text-align:left; + + /* BLUE TABLE */ + .sheet-blueTable { + width: 50%; + text-align: center; +} + .sheet-divTable.sheet-blueTable .sheet-divTableCell, .sheet-divTable.sheet-blueTable .sheet-divTableHead { +} + .sheet-divTable.sheet-blueTable .sheet-divTableBody .sheet-divTableCell { +} + .sheet-divTable.sheet-blueTable .sheet-divTableHeading { +} + .sheet-divTable.sheet-blueTable .sheet-divTableHeading .sheet-divTableHead { + font-weight: bold; + text-align: center; +} + .sheet-blueTable .sheet-tableFootStyle { +} + +.sheet-tinytext { + width: 5em; + font-size: small; + border-left: 0px solid; + border-bottom: 2px solid; + border-right: 0px; + border-top: 0px; + border-color: black; +} diff --git a/EZD6/ezd6.html b/EZD6/ezd6.html new file mode 100644 index 0000000000..e186e3c361 --- /dev/null +++ b/EZD6/ezd6.html @@ -0,0 +1,174 @@ +
+
+ +
+

EZD6


+ +
+

Quick Rolls


+
+
+ +
+
+
+
+ +
+
+
+
+ +
+
+
+
+
+
+ +
+
+
+
+ +
+
+
+
+ +
+
+
+
+
+
+
+

Hero Name

+
+ +
+
+

Inclinations and Aspects

+
+
+ +
+
+
+

Hero Path

+
+ +
+
+

Hero Path Features

+
+
+ +
+
+
+

Species

+
+ +
+
+

Species Features

+
+
+ +
+
+
+
+
+

Strikes

+
+ + +
+
+
+
+

Armor(Roll = or Greater)

+
+ +
+
+
+
+

Karma(L) and Hero Die(R)

+
+ + +
+
+
+
+

Equipment


+
+
+
+ +
+
+
+
+
+
+
+ +
+
+
+
+
+
+
+
+
+

Wealth

+
+ +
+
+

Magick and Miracles

+
+ +
+
+ +
+
+
+
+ +
+
+
+
+ +
+
+
+
+
+
\ No newline at end of file diff --git a/EZD6/ezd6sheet.json b/EZD6/ezd6sheet.json new file mode 100644 index 0000000000..7c5e8859c3 --- /dev/null +++ b/EZD6/ezd6sheet.json @@ -0,0 +1,7 @@ +{ + "html": "ezd6.html", + "css": "ezd6.css", + "authors": "Rodney Nedlose", + "instructions": "A sheet for use with DM Scotty's EZD6 rpg.", + "legacy": true +} \ No newline at end of file