mirror of
https://github.com/Nighthawk42/roll20-character-sheets.git
synced 2026-08-30 03:40:32 +00:00
[Black Powder and Brimstone] New Feature
Compendium support
This commit is contained in:
@@ -56,6 +56,16 @@ input[type="checkbox"] {
|
||||
z-index: 1;
|
||||
margin-top: 6px;
|
||||
}
|
||||
/* Compendium support */
|
||||
.sheet-block-a,
|
||||
.charsheet .sheet-block-switch:checked ~ .sheet-block-b {
|
||||
display: block;
|
||||
}
|
||||
|
||||
.charsheet .sheet-block-b,
|
||||
.charsheet .sheet-block-switch:checked ~ .sheet-block-a {
|
||||
display: none;
|
||||
}
|
||||
|
||||
/* Styles common to fake dot and checkbox */
|
||||
input[type="radio"] + span::before,
|
||||
@@ -271,7 +281,7 @@ input[type="checkbox"].sheet-toggle-show:not(:checked) ~ div.sheet-body {
|
||||
display: inline-block;
|
||||
text-align: left;
|
||||
padding: 0px 4px 1px 6px;
|
||||
border: 2px solid LightGray;
|
||||
border: 2px solid Transparent;
|
||||
}
|
||||
.charsheet button[type=roll].sheet-profileInput::before {
|
||||
margin: 0;
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
@@ -67,6 +67,11 @@
|
||||
"feats-c":"Feats",
|
||||
"featExpansion-c":"Feat Expansion",
|
||||
"devil'sLuck-c":"Devil's Luck",
|
||||
"luck-c":"Luck",
|
||||
"luck:-c":"Luck:",
|
||||
"morale-c":"Morale",
|
||||
"moraleDefn":"Steadfastness in adversity",
|
||||
"WillNEVERFlee!":"They will NEVER Flee!",
|
||||
"lowerDR":"Lower the DR on a roll by 2 before the roll",
|
||||
"activateDarkPower":"Activate a Dark Power",
|
||||
"dealMaximumDamage-c":"Deal Maximum Damage",
|
||||
@@ -253,19 +258,6 @@
|
||||
"misfireSuppression-c":"Misfire Suppression",
|
||||
"isGM?-c":"isGM?",
|
||||
"isThisSheetForTheGameMaster?":"Is This Sheet for the Game Master?",
|
||||
"":"",
|
||||
"":"",
|
||||
"":"",
|
||||
"":"",
|
||||
"":"",
|
||||
"":"",
|
||||
"":"",
|
||||
"":"",
|
||||
"":"",
|
||||
"":"",
|
||||
"":"",
|
||||
"":"",
|
||||
|
||||
"":"",
|
||||
|
||||
"":""
|
||||
}
|
||||
Reference in New Issue
Block a user