From b1de7e809efabcd91c35636d6fdb55b80da7497c Mon Sep 17 00:00:00 2001 From: Mark Date: Sun, 5 Apr 2015 10:39:22 +0200 Subject: [PATCH] add custom classes --- D&D_5e_Shaped/D&D_5e.css | 7 +++ D&D_5e_Shaped/D&D_5e.html | 100 ++++++++++++++++++++++++++------------ D&D_5e_Shaped/ReadMe.md | 16 +++--- 3 files changed, 86 insertions(+), 37 deletions(-) diff --git a/D&D_5e_Shaped/D&D_5e.css b/D&D_5e_Shaped/D&D_5e.css index 8e9cb2f68d..ca2dc17a08 100644 --- a/D&D_5e_Shaped/D&D_5e.css +++ b/D&D_5e_Shaped/D&D_5e.css @@ -1354,6 +1354,13 @@ button, input, select, textarea, line-height: 100%; } +.sheet-small-label input { + padding: 0; + margin-bottom: 0 !important; + font-size: 81%; + line-height: 100%; +} + .sheet-last-updated, .sheet-rolltemplate-5eDefault .sheet-last-updated { font-size: 85%!important; diff --git a/D&D_5e_Shaped/D&D_5e.html b/D&D_5e_Shaped/D&D_5e.html index 937b8be272..8f2d75d55c 100644 --- a/D&D_5e_Shaped/D&D_5e.html +++ b/D&D_5e_Shaped/D&D_5e.html @@ -1,7 +1,7 @@
- Sheet version: 4th Apr 2015 + Sheet version: 5th Apr 2015
@@ -1808,43 +1808,81 @@

Class Levels and Resources Y

-
-
+
+
Class Levels
-
Barbarian
-
-
Bard
-
-
Cleric
-
-
Druid
-
+
+ +
Barbarian
+
+
+ +
Bard
+
+
+ +
Cleric
+
+
+ +
Druid
+
+
+ +
Fighter
+
+
+ +
Monk
+
+
+ +
Paladin
+
+
+ +
Ranger
+
-
-
Fighter
-
-
Monk
-
-
Paladin
-
-
Ranger
-
-
-
-
Rogue
-
-
Sorcerer
-
-
Warlock
-
-
Wizard
-
+
+
+ +
Rogue
+
+
+ +
Sorcerer
+
+
+ +
Warlock
+
+
+ +
Wizard
+
+
+ +
+
+
+ +
+
+
+ +
+
+
+ +
+
-
+
Class Resources
diff --git a/D&D_5e_Shaped/ReadMe.md b/D&D_5e_Shaped/ReadMe.md index 75eb108bef..01c030476f 100644 --- a/D&D_5e_Shaped/ReadMe.md +++ b/D&D_5e_Shaped/ReadMe.md @@ -4,20 +4,24 @@ This is a character sheet for use on Roll20.net with the latest (5th) edition of ### TODO +* Turn Lair Actions into actual attacks +* Split Traits to repeatable +* Redo weapons based on NPC attacks. +* Consider alternative sheet layout of skills under the stats * -Set Proficiency for monsters (See MM 8)- Added April 4th, 2015 * -Add Passive Perception to the header info- Added April 4th, 2015 * -Split out senses to multiple fields- Added April 4th, 2015 * -Add Action type to NPC attacks (Reaction, lair, etc)- Added April 4th, 2015 -* Health inputs should show 3 digits -* Turn Lair Actions into actual attacks -* Add Custom Class Support -* Split Traits to repeatable -* Redo weapons based on NPC attacks. -* Consider alternative sheet layout of skills under the stats +* -Health inputs should show 3 digits- Fixed April 5th, 2015 +* -Add Custom Class Support- Added April 5th, 2015 ### Changelog +**5th April 2015** + +* Added Custom Classes + **4th April 2015** * Quick attacks' range bug fixed