diff --git a/CDMG/cdmg.css b/CDMG/cdmg.css index a4f208c2d0..fdf124fa8c 100644 --- a/CDMG/cdmg.css +++ b/CDMG/cdmg.css @@ -95,6 +95,19 @@ button[type=roll].sheet-stat-roll::before { font-family: 'Bold', Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif; } +/* Used to build out + or - in stat table */ +.sheet-collateral-damage .sheet-stat-content label { + text-align: center; +} +.sheet-collateral-damage .sheet-stat-content label span:before { + content: "+"; + cursor: pointer; +} +.sheet-collateral-damage .sheet-stat-content label input[type=checkbox]:checked + span:before { + content: "-"; + cursor: pointer; +} + /* Used to build the stat dice table */ .sheet-collateral-damage .sheet-stats-dice-header { font-family: 'Bold', Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif; @@ -108,8 +121,7 @@ button[type=roll].sheet-stat-roll::before { } .sheet-collateral-damage td { text-align: center; - border: solid #3f0f12; - border-width: 1px; + border: 1px solid #3f0f12; } /* Used to build out the wound heart toggles */ @@ -118,9 +130,11 @@ button[type=roll].sheet-stat-roll::before { } .sheet-collateral-damage label span:before { content: url("https://raw.githubusercontent.com/patschroed/roll20-character-sheets/master/CDMG/heart.png"); + cursor: pointer; } .sheet-collateral-damage label input[type=checkbox]:checked + span:before { content: url("https://raw.githubusercontent.com/patschroed/roll20-character-sheets/master/CDMG/heart_slash.png"); + cursor: pointer; } .sheet-collateral-damage ul { list-style-type: none; diff --git a/CDMG/cdmg.html b/CDMG/cdmg.html index 5764062209..e142134abc 100644 --- a/CDMG/cdmg.html +++ b/CDMG/cdmg.html @@ -61,14 +61,19 @@
BASE
-
+/-
+
+ +
BONUS
=
- +
TOTAL
@@ -88,14 +93,19 @@
BASE
-
+/-
+
+ +
BONUS
=
- +
TOTAL
@@ -114,14 +124,19 @@
BASE
-
+/-
+
+ +
BONUS
=
- +
TOTAL
@@ -229,20 +244,25 @@