diff --git a/styles/less/dialog/character-creation/selections-container.less b/styles/less/dialog/character-creation/selections-container.less index 5ca2eb0b..fc26a8a0 100644 --- a/styles/less/dialog/character-creation/selections-container.less +++ b/styles/less/dialog/character-creation/selections-container.less @@ -1,18 +1,29 @@ @import '../../utils/colors.less'; -.theme-light .daggerheart.dh-style.dialog.character-creation { - .setup-tabs button { - background-image: url(../assets/parchments/dh-parchment-dark.png); - } +.appTheme({}, { + &.daggerheart.dh-style.dialog.character-creation { + .setup-tabs button { + background-image: url(../assets/parchments/dh-parchment-dark.png); + } - .main-selections-container - .selections-container - .ancestry-preview-info-container - .ancestry-preview-features - .ancestry-preview-feature { - background-image: url(../assets/parchments/dh-parchment-light.png); + nav a .descriptor { + background-image: url(../assets/parchments/dh-parchment-dark.png); + } + + .main-selections-container { + .ancestry-mixed-controller label { + background-image: url(../assets/parchments/dh-parchment-dark.png); + } + + .selections-container + .ancestry-preview-info-container + .ancestry-preview-features + .ancestry-preview-feature { + background-image: url(../assets/parchments/dh-parchment-light.png); + } + } } -} +}); .daggerheart.dh-style.dialog.character-creation { .setup-tabs { diff --git a/templates/characterCreation/tabs/setup.hbs b/templates/characterCreation/tabs/setup.hbs index 2f42cc60..1504898d 100644 --- a/templates/characterCreation/tabs/setup.hbs +++ b/templates/characterCreation/tabs/setup.hbs @@ -10,107 +10,4 @@ {{/each}} - {{!--
-
-
- {{localize "TYPES.Item.ancestry"}} -
-
- {{#> "systems/daggerheart/templates/components/card-preview.hbs" ancestry }} - {{localize "DAGGERHEART.APPLICATIONS.CharacterCreation.selectAncestry"}} - {{/"systems/daggerheart/templates/components/card-preview.hbs"}} -
- -
- {{#> "systems/daggerheart/templates/components/card-preview.hbs" ancestry }} - {{localize "DAGGERHEART.APPLICATIONS.CharacterCreation.selectAncestry"}} - {{/"systems/daggerheart/templates/components/card-preview.hbs"}} -
-
-
- -
- {{localize "TYPES.Item.community"}} -
-
- {{#> "systems/daggerheart/templates/components/card-preview.hbs" community }} - {{localize "DAGGERHEART.APPLICATIONS.CharacterCreation.selectCommunity"}} - {{/"systems/daggerheart/templates/components/card-preview.hbs"}} -
-
-
-
- -
-
- {{localize "TYPES.Item.class"}} -
-
- {{#> "systems/daggerheart/templates/components/card-preview.hbs" class }} - {{localize "DAGGERHEART.APPLICATIONS.CharacterCreation.selectClass"}} - {{/"systems/daggerheart/templates/components/card-preview.hbs"}} -
- -
- {{#> "systems/daggerheart/templates/components/card-preview.hbs" subclass disabled=(not class.img) }} - {{localize "DAGGERHEART.APPLICATIONS.CharacterCreation.selectSubclass"}} - {{/"systems/daggerheart/templates/components/card-preview.hbs"}} -
-
-
- -
- {{localize "DAGGERHEART.APPLICATIONS.CharacterCreation.initialExperiences"}} {{experience.nrSelected}}/{{experience.nrTotal}} -
- {{#each experience.values as |experience id|}} -
- -
{{numberFormat this.value sign=true}}
-
- {{/each}} -
-
-
- - -
- {{localize "DAGGERHEART.APPLICATIONS.CharacterCreation.traitIncreases"}} {{traits.nrSelected}}/{{traits.nrTotal}} -
-
- {{localize "DAGGERHEART.APPLICATIONS.CharacterCreation.suggestedTraits"}} -
- {{#each suggestedTraits}} -
{{this}}
- {{/each}} -
- -
-
- {{#each traits.values}} -
-
{{this.name}}
- -
- {{/each}} -
-
-
- -
- {{localize "TYPES.Item.domainCard"}} -
- {{#each domainCards as |domainCard id|}} -
- {{#> "systems/daggerheart/templates/components/card-preview.hbs" domainCard }} - {{#each @root.class.system.domains }} -
{{localize (concat "DAGGERHEART.GENERAL.Domain." this ".label")}}
- {{/each}} - {{/"systems/daggerheart/templates/components/card-preview.hbs"}} -
- {{/each}} -
-
-
--}} \ No newline at end of file