mirror of
https://github.com/Nighthawk42/roll20-character-sheets.git
synced 2026-09-11 01:22:32 +00:00
translations and variables toggle
This commit is contained in:
File diff suppressed because one or more lines are too long
@@ -1538,14 +1538,14 @@ input.sheet-toggle-spell-level-7:not(:checked) ~ div input.sheet-toggle-spell-sl
|
||||
input.sheet-toggle-spell-level-8:not(:checked) ~ div input.sheet-toggle-spell-slots-all:not(:checked) ~ div .sheet-spell-level-8,
|
||||
input.sheet-toggle-spell-level-9:not(:checked) ~ div input.sheet-toggle-spell-slots-all:not(:checked) ~ div .sheet-spell-level-9,
|
||||
input.sheet-show-concentration:not(:checked) ~ .sheet-show-concentration,
|
||||
input.sheet-show-ritual:not(:checked) ~ .sheet-show-ritual,
|
||||
input.sheet-toggle-spells-ritual:not([value='Yes']) ~ div .sheet-show-ritual,
|
||||
input.sheet-show-materials:not(:checked) ~ .sheet-show-materials,
|
||||
input.sheet-toggle-custom-class:not(:checked) ~ .sheet-custom-class,
|
||||
input.sheet-attack-toggle:not(:checked) ~ div.sheet-attack-toggle,
|
||||
input.sheet-show-uses:not(:checked) ~ .sheet-show-uses,
|
||||
input.sheet-toggle-use-custom-saving-throws:checked ~ div .sheet-default-saving-throw,
|
||||
input.sheet-toggle-use-custom-saving-throws:not(:checked) ~ div .sheet-custom-saving-throw,
|
||||
input.sheet-toggle-hide-ac:checked ~ div .sheet-ac {
|
||||
input.sheet-toggle-use-custom-saving-throws[value='1'] ~ div .sheet-default-saving-throw,
|
||||
input.sheet-toggle-use-custom-saving-throws:not([value='1']) ~ div .sheet-custom-saving-throw,
|
||||
input.sheet-toggle-hide-ac[value='1'] ~ div .sheet-ac {
|
||||
display: none;
|
||||
}
|
||||
|
||||
@@ -1554,19 +1554,19 @@ input.sheet-toggle-spell-filters:checked {
|
||||
& ~ input.sheet-toggle-spells-filter-condense:checked ~ .repcontainer .sheet-condense,
|
||||
& ~ input.sheet-toggle-spells-filter-prepared:checked ~ .repcontainer input.sheet-toggle-spells-prepared:not(:checked) ~ .sheet-spell,
|
||||
& ~ input.sheet-toggle-spells-filter-ritual:checked ~ .repcontainer input.sheet-toggle-spells-ritual:not([value='Yes']) ~ .sheet-spell,
|
||||
& ~ input.sheet-toggle-spells-filter-level[value='0'] ~ .repcontainer input.sheet-toggle-spell-level:not([value='0']) ~ .sheet-spell,
|
||||
& ~ input.sheet-toggle-spells-filter-level[value='1'] ~ .repcontainer input.sheet-toggle-spell-level:not([value='1']) ~ .sheet-spell,
|
||||
& ~ input.sheet-toggle-spells-filter-level[value='2']~ .repcontainer input.sheet-toggle-spell-level:not([value='2']) ~ .sheet-spell,
|
||||
& ~ input.sheet-toggle-spells-filter-level[value='3'] ~ .repcontainer input.sheet-toggle-spell-level:not([value='3']) ~ .sheet-spell,
|
||||
& ~ input.sheet-toggle-spells-filter-level[value='4'] ~ .repcontainer input.sheet-toggle-spell-level:not([value='4']) ~ .sheet-spell,
|
||||
& ~ input.sheet-toggle-spells-filter-level[value='5'] ~ .repcontainer input.sheet-toggle-spell-level:not([value='5']) ~ .sheet-spell,
|
||||
& ~ input.sheet-toggle-spells-filter-level[value='6'] ~ .repcontainer input.sheet-toggle-spell-level:not([value='6']) ~ .sheet-spell,
|
||||
& ~ input.sheet-toggle-spells-filter-level[value='7'] ~ .repcontainer input.sheet-toggle-spell-level:not([value='7']) ~ .sheet-spell,
|
||||
& ~ input.sheet-toggle-spells-filter-level[value='8'] ~ .repcontainer input.sheet-toggle-spell-level:not([value='8']) ~ .sheet-spell,
|
||||
& ~ input.sheet-toggle-spells-filter-level[value='9'] ~ .repcontainer input.sheet-toggle-spell-level:not([value='9']) ~ .sheet-spell,
|
||||
& ~ input.sheet-toggle-spells-filter-casting-time-reaction:checked ~ .repcontainer input.sheet-toggle-casting-time:not([value='1 reaction']) ~ .sheet-spell,
|
||||
& ~ input.sheet-toggle-spells-filter-casting-time-bonus:checked ~ .repcontainer input.sheet-toggle-casting-time:not([value='1 bonus action']) ~ .sheet-spell,
|
||||
& ~ input.sheet-toggle-spells-filter-casting-time-action:checked ~ .repcontainer input.sheet-toggle-casting-time:not([value='1 action']) ~ .sheet-spell,
|
||||
& ~ input.sheet-toggle-spells-filter-level[value='0'] ~ .repcontainer input.sheet-toggle-spell-level:not([value='CANTRIP']) ~ .sheet-spell,
|
||||
& ~ input.sheet-toggle-spells-filter-level[value='1'] ~ .repcontainer input.sheet-toggle-spell-level:not([value='1ST_LEVEL']) ~ .sheet-spell,
|
||||
& ~ input.sheet-toggle-spells-filter-level[value='2']~ .repcontainer input.sheet-toggle-spell-level:not([value='2ND_LEVEL']) ~ .sheet-spell,
|
||||
& ~ input.sheet-toggle-spells-filter-level[value='3'] ~ .repcontainer input.sheet-toggle-spell-level:not([value='3RD_LEVEL']) ~ .sheet-spell,
|
||||
& ~ input.sheet-toggle-spells-filter-level[value='4'] ~ .repcontainer input.sheet-toggle-spell-level:not([value='4TH_LEVEL']) ~ .sheet-spell,
|
||||
& ~ input.sheet-toggle-spells-filter-level[value='5'] ~ .repcontainer input.sheet-toggle-spell-level:not([value='5TH_LEVEL']) ~ .sheet-spell,
|
||||
& ~ input.sheet-toggle-spells-filter-level[value='6'] ~ .repcontainer input.sheet-toggle-spell-level:not([value='6TH_LEVEL']) ~ .sheet-spell,
|
||||
& ~ input.sheet-toggle-spells-filter-level[value='7'] ~ .repcontainer input.sheet-toggle-spell-level:not([value='7TH_LEVEL']) ~ .sheet-spell,
|
||||
& ~ input.sheet-toggle-spells-filter-level[value='8'] ~ .repcontainer input.sheet-toggle-spell-level:not([value='8TH_LEVEL']) ~ .sheet-spell,
|
||||
& ~ input.sheet-toggle-spells-filter-level[value='9'] ~ .repcontainer input.sheet-toggle-spell-level:not([value='9TH_LEVEL']) ~ .sheet-spell,
|
||||
& ~ input.sheet-toggle-spells-filter-casting-time-reaction:checked ~ .repcontainer input.sheet-toggle-casting-time:not([value='1_REACTION']) ~ .sheet-spell,
|
||||
& ~ input.sheet-toggle-spells-filter-casting-time-bonus:checked ~ .repcontainer input.sheet-toggle-casting-time:not([value='1_BONUS_ACTION']) ~ .sheet-spell,
|
||||
& ~ input.sheet-toggle-spells-filter-casting-time-action:checked ~ .repcontainer input.sheet-toggle-casting-time:not([value='1_ACTION']) ~ .sheet-spell,
|
||||
& ~ input.sheet-toggle-spells-filter-concentration:not(:checked) ~ .repcontainer input.sheet-toggle-spells-concentration[value='Yes'] ~ .sheet-spell,
|
||||
& ~ input.sheet-toggle-spells-filter-verbal:not(:checked) ~ .repcontainer input.sheet-toggle-components[value~='V'] ~ .sheet-spell,
|
||||
& ~ input.sheet-toggle-spells-filter-somatic:not(:checked) ~ .repcontainer input.sheet-toggle-components[value~='S'] ~ .sheet-spell,
|
||||
|
||||
Reference in New Issue
Block a user