diff --git a/TalismanRPG/001.jpg b/TalismanRPG/001.jpg new file mode 100644 index 0000000000..9b7a108577 Binary files /dev/null and b/TalismanRPG/001.jpg differ diff --git a/TalismanRPG/README.md b/TalismanRPG/README.md new file mode 100644 index 0000000000..00daa9293d --- /dev/null +++ b/TalismanRPG/README.md @@ -0,0 +1,3 @@ +# talismanRoll20 +Talisman roll20 rpg sheet +Using https://github.com/Roll20/roll20-character-sheets/tree/master/kitchensink as a starter I have tried (badly)to create a roll 20 character sheet for Talisman the rpg. diff --git a/TalismanRPG/TalismanChar.css b/TalismanRPG/TalismanChar.css new file mode 100644 index 0000000000..85b10b548f --- /dev/null +++ b/TalismanRPG/TalismanChar.css @@ -0,0 +1,77 @@ +/* Set the min-width so that when the window is resized the look will stay consistant */ + +.charsheet { + background-color: #D0F0F4; + width: 900px; +} + +/* Universal styling applied to all elements of these types */ + +h2 { + font-size: 2em; + margin-bottom: 10px; + text-align: center; +} + +label { + display: inline-block; + align: left; + width: 130px; +} + +input { + display: inline-block; + align: left; + width: 110px; +} + +img { + max-height: 100px; +} + +textarea { + resize: both; +} + + + +/* Targetted styling that only effects elements with these classes */ +input.sheet-short { + width: 17%; +} + +select.sheet-dtype { + vertical-align: top; + width: 60px; +} + +select.sheet-Atype { + vertical-align: top; + width: 40px; +} + +span.sheet-dee { + font-size: 1.4em; + font-weight: bold; + left: -36%; + padding-right: 4px; + position: relative; + top: 3px; +} + + +/* Targetted styling that only effects elements contained within the stated class */ +.sheet-stats h3 { + display: inline-block; + text-align: left; +} + +.sheet-stats h3:first-child { + margin-left: 35%; + margin-right: 15%; +} + +.sheet-stats input { + margin-right: 8%; + width: 17%; +} diff --git a/TalismanRPG/TalismanChar.html b/TalismanRPG/TalismanChar.html new file mode 100644 index 0000000000..0d7b639816 --- /dev/null +++ b/TalismanRPG/TalismanChar.html @@ -0,0 +1,347 @@ +