diff --git a/cosmere/Stormlight_Archives.css b/cosmere/Stormlight_Archives.css index 5f4422b125..a9fdf0c91d 100644 --- a/cosmere/Stormlight_Archives.css +++ b/cosmere/Stormlight_Archives.css @@ -3254,7 +3254,7 @@ body .ui-dialog .tab-content .charsheet .npc-attribute-headers { body .ui-dialog .tab-content .charsheet .npc-attribute-headers * { color: inherit; } -body .ui-dialog .tab-content .charsheet .npc-traits-section { +body .ui-dialog .tab-content .charsheet .npc-features-section { padding-top: var(--half-gap); } body .ui-dialog .tab-content .charsheet .hide-if-none:not(:has(.score-check:not([value="0"]):not([value=""]))) { @@ -3516,7 +3516,7 @@ body .ui-dialog .tab-content .charsheet .weapon-armor-section, body .ui-dialog . body .ui-dialog .tab-content .charsheet .armor-name, body .ui-dialog .tab-content .charsheet .weapon-name, body .ui-dialog .tab-content .charsheet .npc-action-name, -body .ui-dialog .tab-content .charsheet .trait-name, +body .ui-dialog .tab-content .charsheet .feature-name, body .ui-dialog .tab-content .charsheet .bond-name, body .ui-dialog .tab-content .charsheet .equipment-name, body .ui-dialog .tab-content .charsheet .expertise-name, @@ -3527,7 +3527,7 @@ body .ui-dialog .tab-content .charsheet .armor-view, body .ui-dialog .tab-content .charsheet .armor-edit, body .ui-dialog .tab-content .charsheet .weapon-edit, body .ui-dialog .tab-content .charsheet .npc-action-edit, -body .ui-dialog .tab-content .charsheet .trait-edit, +body .ui-dialog .tab-content .charsheet .feature-edit, body .ui-dialog .tab-content .charsheet .bond-edit, body .ui-dialog .tab-content .charsheet .equipment-edit, body .ui-dialog .tab-content .charsheet .expertise-edit, @@ -3540,14 +3540,14 @@ body .ui-dialog .tab-content .charsheet .weapon-view { body .ui-dialog .tab-content .charsheet .armor-edit .description, body .ui-dialog .tab-content .charsheet .armor-edit .traits, body .ui-dialog .tab-content .charsheet .weapon-edit .description, body .ui-dialog .tab-content .charsheet .npc-action-edit .description, -body .ui-dialog .tab-content .charsheet .trait-edit .description, +body .ui-dialog .tab-content .charsheet .feature-edit .description, body .ui-dialog .tab-content .charsheet .bond-edit .description, body .ui-dialog .tab-content .charsheet .equipment-edit .description, body .ui-dialog .tab-content .charsheet .expertise-edit .description, body .ui-dialog .tab-content .charsheet .talent-edit .description, body .ui-dialog .tab-content .charsheet .weapon-edit .traits, body .ui-dialog .tab-content .charsheet .npc-action-edit .traits, -body .ui-dialog .tab-content .charsheet .trait-edit .traits, +body .ui-dialog .tab-content .charsheet .feature-edit .traits, body .ui-dialog .tab-content .charsheet .bond-edit .traits, body .ui-dialog .tab-content .charsheet .equipment-edit .traits, body .ui-dialog .tab-content .charsheet .expertise-edit .traits, @@ -3557,7 +3557,7 @@ body .ui-dialog .tab-content .charsheet .talent-edit .traits { body .ui-dialog .tab-content .charsheet .armor-edit .description, body .ui-dialog .tab-content .charsheet .weapon-edit .description, body .ui-dialog .tab-content .charsheet .npc-action-edit .description, -body .ui-dialog .tab-content .charsheet .trait-edit .description, +body .ui-dialog .tab-content .charsheet .feature-edit .description, body .ui-dialog .tab-content .charsheet .bond-edit .description, body .ui-dialog .tab-content .charsheet .equipment-edit .description, body .ui-dialog .tab-content .charsheet .expertise-edit .description, @@ -3568,7 +3568,7 @@ body .ui-dialog .tab-content .charsheet .talent-edit .description { body .ui-dialog .tab-content .charsheet .armor-edit .input-label, body .ui-dialog .tab-content .charsheet .weapon-edit .input-label, body .ui-dialog .tab-content .charsheet .npc-action-edit .input-label, -body .ui-dialog .tab-content .charsheet .trait-edit .input-label, +body .ui-dialog .tab-content .charsheet .feature-edit .input-label, body .ui-dialog .tab-content .charsheet .bond-edit .input-label, body .ui-dialog .tab-content .charsheet .equipment-edit .input-label, body .ui-dialog .tab-content .charsheet .expertise-edit .input-label, @@ -3676,6 +3676,9 @@ body .ui-dialog .tab-content .charsheet .tabs--stormlight-archives__container--s body .ui-dialog .tab-content .charsheet .tabs--stormlight-archives__container--settings .setting-option { padding: var(--half-gap); } +body .ui-dialog .tab-content .charsheet .sheet-background { + z-index: -1; +} body .ui-dialog .tab-content .charsheet .logo { height: 35px; align-self: center; diff --git a/cosmere/Stormlight_Archives.html b/cosmere/Stormlight_Archives.html index e2b713e923..f55932f930 100644 --- a/cosmere/Stormlight_Archives.html +++ b/cosmere/Stormlight_Archives.html @@ -129,14 +129,14 @@