diff --git a/roll20/char_sheet.css b/roll20/char_sheet.css index 439d5b0..d9f9fb3 100644 --- a/roll20/char_sheet.css +++ b/roll20/char_sheet.css @@ -98,6 +98,13 @@ div.sheet-attacks-grid { column-gap: 10px; margin-bottom: 5px; } +div.sheet-hitdie-grid { + display: grid; + grid-template-columns: 1fr 50px 80px 50px; + row-gap: 5px; + column-gap: 10px; + margin-bottom: 5px; +} div.sheet-proficiencies-grid { display: grid; grid-template-columns: 1fr 50px 50px; @@ -300,26 +307,38 @@ div.sheet-npc-rsection, div.sheet-npc-lsection { .sheet-spells-grid-daily > input { text-align: center; } +.sheet-total-encumb-display { + text-align: center; + grid-column: 1 / span 2; + margin-bottom: 15px; +} /** Roll Templates **/ .sheet-rolltemplate-acks {} .sheet-rolltemplate-acks div.sheet-acks-container { - border: 2px solid black; + border: 2px solid #333; border-radius: 3px; - margin-bottom: 5px; + margin-right: 5px; + box-shadow: 5px 5px 5px 0px #9B9DA3; } .sheet-rolltemplate-acks div.sheet-acks-header { - background-color: rgba(112, 32, 130, 1); - border-bottom: 1px solid black; - padding: 5px; - - line-height: 1.6em; + background-color: rgb(123, 62, 136); + border-bottom: 1px solid #333; + padding: 4px; + line-height: 1.4em; font-size: 1.2em; font-weight: bold; - color: #FFF; - + color: #F2EBEB; + text-align: center; +} +.sheet-rolltemplate-acks div.sheet-acks-charname { + background-color: rgb(123, 62, 136); + padding-top: 5px; + line-height: 1.0em; + font-size: 0.85em; + color: #F2EBEB; text-align: center; } .sheet-rolltemplate-acks div.sheet-acks-subheader { @@ -329,10 +348,11 @@ div.sheet-npc-rsection, div.sheet-npc-lsection { font-size: 1.1em; } .sheet-rolltemplate-acks div.sheet-acks-row { - /*border-bottom: 1px solid black;*/ padding: 10px; + line-height: 1.0em; + font-size: 0.8em; } -.sheet-rolltemplate-acks div.sheet-acks-row .inlinerollresult { +.sheet-rolltemplate-acks div.sheet-acks-row:not(.sheet-acks-desc) .inlinerollresult { float: right; } .sheet-rolltemplate-acks div.sheet-acks-row .sheet-acks-target-value { @@ -347,8 +367,9 @@ div.sheet-npc-rsection, div.sheet-npc-lsection { .sheet-rolltemplate-acks div.sheet-acks-row:nth-child(even) { background-color: rgba(233, 233, 233, 1); } -.sheet-rolltemplate-acks div.sheet-ask-desc { - font-size: 0.7em; +.sheet-rolltemplate-acks div.sheet-acks-desc { + font-size: 0.8em; + line-height: 1.5em; color: rgb(115, 115, 115); } @@ -364,3 +385,14 @@ textarea.sheet-txtarea { padding: 0; text-align: left; } +input.sheet-hd-checkbox { + -webkit-appearance: none; + -moz-appearance: none; + border: 1px solid #888; + width: 10px; + height: 10px; + overflow: hidden; +} +input.sheet-hd-checkbox:checked { + background-color: #aaa; +} diff --git a/roll20/char_sheet.html b/roll20/char_sheet.html index a6fdcfa..50d9794 100644 --- a/roll20/char_sheet.html +++ b/roll20/char_sheet.html @@ -46,37 +46,37 @@ Str - + Int - + Wis - + Dex - + Con - + Chr - +
@@ -126,27 +126,27 @@ Petrif. & Paral.
-
+
Poison & Death
-
+
Blast & Breath
-
+
Staffs & Wands
-
+
Spells
-
+
@@ -156,7 +156,7 @@ Initiative
-
+
Attack Throw
@@ -173,7 +173,7 @@
-
+
@@ -187,7 +187,7 @@
-
+
@@ -202,7 +202,7 @@
-
+
@@ -213,30 +213,30 @@ Action NameThrow
- +
-
+
- +
-
+
- +
-
+
- +
-
+
-
+
@@ -246,7 +246,18 @@

Equipment & Magic Items

- Item NameEncumb. + +
+ Total Encumbrance: + +
+ + Item NameEncumb.
@@ -315,8 +326,8 @@
-
-
+
+
@@ -343,7 +354,7 @@ Initiative
-
+
@@ -356,7 +367,7 @@
-
+
@@ -375,11 +386,15 @@
-
+
Hit Dice - - -
+ + + + + + +
Hit Points/Max @@ -410,27 +425,27 @@ Petrif. & Paral.
-
+
Poison & Death
-
+
Blast & Breath
-
+
Staffs & Wands
-
+
Spells
-
+
@@ -439,31 +454,109 @@
+ {{#character}} +
{{character}}
+ {{/character}} +
{{name}}
+ {{#subheader}}
{{subheader}}
{{/subheader}} + {{#target}}
Target {{target}}+
{{/target}} + {{#range}}
Range {{range}}
{{/range}} + {{#roll}}
Roll {{roll}}
{{/roll}} + {{#damage}}
Damage {{damage}}
{{/damage}} + {{#desc}}
{{desc}}
{{/desc}} + + {{#allprops() character subheader target range roll damage desc}} +
{{key}} {{value}}
+ {{/allprops() character subheader target range roll damage desc}}
+