diff --git a/DnD_5e/DnD_5e.css b/DnD_5e/DnD_5e.css index 25c2d7ea85..43fec656ee 100644 --- a/DnD_5e/DnD_5e.css +++ b/DnD_5e/DnD_5e.css @@ -74,6 +74,46 @@ /* END Tab Settings */ +/* Inspiration button Settings */ + +.charsheet input.sheet-inspiration { + width: 80%; + height: 20px; + cursor: pointer; + z-index: 1; + margin-top: 5px; + margin-bottom: 5px; +} + +.charsheet input.sheet-inspiration::before { + content: "No"; + text-align: center; + display: inline-block; + width: 100%; + height: 100%; + font-size: 13px; + + background: #8c6075; + color: white; + font-weight: bold; + border-radius: 4px; +} + +.charsheet input.sheet-inspiration:checked::before{ + background: #879a6a; + color: white; + border-radius: 4px; + content: "Yes" +} + +.charsheet .sheet-inspiration-label { + text-align: center; + font-weight: bold; + font-style: italic; +} + +/* END Inspiration button Settings */ + /* Class checkbox Settings */ .charsheet div[class^="sheet-class-section"] { visibility: hidden; diff --git a/DnD_5e/DnD_5e.html b/DnD_5e/DnD_5e.html index cedef9afe8..f1e10de58c 100644 --- a/DnD_5e/DnD_5e.html +++ b/DnD_5e/DnD_5e.html @@ -155,7 +155,7 @@ -

Level and Experience d

+

Level, Experience and Inspiration d


Overall Level

Prof Bonus
@@ -166,6 +166,11 @@

XP for next level
+
+
Inspiration?
+
+
+

Hit Dice E

Classes