diff --git a/HeroSystem6eHeroic/HeroSystem6eHeroic.css b/HeroSystem6eHeroic/HeroSystem6eHeroic.css index 4478663efeb..ff87f79af33 100644 --- a/HeroSystem6eHeroic/HeroSystem6eHeroic.css +++ b/HeroSystem6eHeroic/HeroSystem6eHeroic.css @@ -1409,7 +1409,7 @@ select:focus + .focus { width: 450px; margin: 0px; margin-left: 110px; - margin-bottom: 150px; + margin-bottom: 80px; background-color: #f7f1a0; border: solid 2px #f0c566; border-radius: 3px; @@ -1873,7 +1873,6 @@ select:focus + .focus { .container-checkbox { display: inline-block; position: relative; - /* padding-left: 25px; */ padding-top: 2px; cursor: pointer; font-size: 12px; @@ -1908,7 +1907,7 @@ select:focus + .focus { background-color: #f2cf7f; } -/* On mouse-over, add a grey background color */ +/* On mouse-over, add background color */ .container-checkbox:hover input ~ .checkmark, .container-checkbox-small:hover input ~ .checkmark-small, .container-checkbox-tiny:hover input ~ .checkmark-tiny { @@ -2000,6 +1999,7 @@ select:focus + .focus { .container-checkbox-tiny-light { display: block; position: relative; + cursor: pointer; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; @@ -2011,7 +2011,6 @@ select:focus + .focus { .container-checkbox-small-dark { padding-left: 20px; padding-top: 0px; - cursor: pointer; max-height: 15px; max-width: 15px; } @@ -2022,7 +2021,6 @@ select:focus + .focus { margin: 0px; max-height: 11px; max-width: 11px; - cursor: pointer; } /* Create a custom checkbox */ @@ -2032,8 +2030,8 @@ select:focus + .focus { .checkmark-tiny, .checkmark-tiny-light { position: absolute; - top: 0; - left: 0; + top: 0px; + left: 0px; } .checkmark-small, @@ -2131,6 +2129,11 @@ select:focus + .focus { margin-top: -5px; } +.subitem-tab-gear-flex-container-shield-heading .container-checkbox-tiny { + top: 0px; + left: 0px; +} + .subitem-tab-gear-flex-container-weapon-row .container-checkbox-small { padding-left: 10px; padding-right: 6px; @@ -2156,6 +2159,7 @@ select:focus + .focus { padding-right: 0px; } + /* --------------------------------------------------- */ /* Custom Checkboxes used for turn segment indicators */ /* Modification of custom checkbox above */ @@ -2521,6 +2525,198 @@ select:focus + .focus { display: block; } + +/* Custom checkboxes or xbox for deletion actions. */ + +.container-xbox, +.container-xbox-tiny { + display: inline-block; + position: relative; + cursor: pointer; + -webkit-user-select: none; + -moz-user-select: none; + -ms-user-select: none; + user-select: none; + max-height: 1px; + max-width: 1px; +} + +.container-xbox input, +.container-xbox-tiny input { + position: absolute; + opacity: 0; + cursor: pointer; + height: 0px; + width: 0px; +} + +/* Create a custom checkbox */ +.container-xbox .checkmark { + position: absolute; + top: 0px; + left: 0px; + height: 20px; + width: 20px; + background-color: #f2cf7f; +} + +.container-xbox-tiny .checkmark { + position: absolute; + margin: 0px; + padding: 0px; + left: 0px; + height: 11px; + width: 11px; + background-color: white; +} + +.subitem-tab-gear-flex-container-armor .container-xbox-tiny .checkmark { + top: 0px; +} + +.subitem-tab-gear-flex-container-weapon-row .container-xbox-tiny .checkmark { + top: -1px; +} + +.subitem-tab-gear-flex-container-equipment .container-xbox-tiny .checkmark { + top: 4px; +} + + +/* On mouse-over, add warning background color */ +.container-xbox:hover input ~ .checkmark, +.container-xbox-tiny:hover input ~ .checkmark { + background-color: #fb3422; +} + +/* When the checkbox is checked, add alarming background color */ +.container-xbox input:checked ~ .checkmark, +.container-xbox-tiny input:checked ~ .checkmark { + background-color: #fb3422; +} + +/* Create the checkmark/indicator (hidden when not checked) */ +.container-xbox .checkmark:after, +.container-xbox-tiny .checkmark:after { + content: ""; + position: absolute; + display: none; +} + +/* Show the checkmark when checked */ +.container-xbox input:checked ~ .checkmark:after, +.container-xbox-tiny input:checked ~ .checkmark:after { + display: block; +} + +/* Style the checkmark cross indicator */ +.container-xbox .checkmark:after { + left: 2px; + top: 2px; + width: 16px; + height: 16px; + border: transparent; + background: linear-gradient( + to bottom, + transparent 35%, + white 35%, + white 65%, + transparent 65% + ), linear-gradient( + to right, + transparent 35%, + white 35%, + white 65%, + transparent 65% + ); + -webkit-transform: rotate(45deg); + -ms-transform: rotate(45deg); + transform: rotate(45deg); +} + +.container-xbox-tiny .checkmark:after { + left: 1px; + top: 1px; + width: 9px; + height: 9px; + border: transparent; + background: linear-gradient( + to bottom, + transparent 35%, + white 35%, + white 65%, + transparent 65% + ), linear-gradient( + to right, + transparent 35%, + white 35%, + white 65%, + transparent 65% + ); + -webkit-transform: rotate(45deg); + -ms-transform: rotate(45deg); + transform: rotate(45deg); +} + +/* Dummy xbox for heading indicator */ + +.tiny-xbox-dummy-container, +.tiny-xbox-empty-container { + left: 0px; + max-height: 11px; + min-height: 11px; + max-width: 1px; + min-width: 1px; + display: inline-block; + position: relative; +} + +.tiny-xbox-dummy-container { + background-color: #fb3422; +} + +.subitem-tab-gear-flex-container-armor-heading .tiny-xbox-dummy-container { + top: 6px; +} + +.subitem-tab-gear-flex-container-shield-checks .tiny-xbox-dummy-container { + top: 5px; +} + +.subitem-tab-gear-flex-container-weapon-heading .tiny-xbox-dummy-container { + top: 6px; +} + +.subitem-tab-gear-flex-container-equipment-heading .tiny-xbox-dummy-container { + top: 3px; +} + +.tiny-xbox-dummy { + position: absolute; + margin: 0px; + padding: 0px; + top: 0px; + left: 0px; + height: 11px; + width: 11px; + background: linear-gradient( + to bottom, + transparent 35%, + white 35%, + white 65%, + transparent 65% + ), linear-gradient( + to right, + transparent 35%, + white 35%, + white 65%, + transparent 65% + ); + -webkit-transform: rotate(45deg); + -ms-transform: rotate(45deg); + transform: rotate(45deg); +} + /* --------------------------------------------------- */ /* Talents, Perks, and Complications */ /* --------------------------------------------------- */ @@ -4384,7 +4580,8 @@ select:focus + .focus { margin-bottom: 2px; } -.item-tab-gear-flex-container-encumbrance input[type=number]{ +.item-tab-gear-flex-container-encumbrance input[type=number], +.item-tab-gear-flex-container-encumbrance input[readonly] { text-align: center; max-width: 65px; background-color: #F0E442; @@ -4408,8 +4605,6 @@ select:focus + .focus { margin-left: 0px; } -/* Experimental */ - .subitem-tab-gear-flex-container-cv-status { display:flex; flex-direction: column; @@ -4453,19 +4648,11 @@ select:focus + .focus { font-size: 13px; font-weight: bold; padding: 0px; - /* background-color: #F0E442; - border: solid 1px #ebb232; */ - /* background: #c6d2f6; - border: solid 1px #8da5ed; */ - /* background-color: #d2e9ff; - border: solid 2px #78bcff; */ background-color: #d2e9ff; border: solid 2px #8da5ed; color: black; } -/* Experimental */ - .subitem-tab-gear-plus-minus-enclosure { display: flex; flex-direction: row; @@ -4569,7 +4756,7 @@ select:focus + .focus { padding-left: 3px; } -.subitem-tab-gear-flex-container-armor-heading h1:nth-child(2) { +.subitem-tab-gear-flex-container-armor-heading h1:nth-child(3) { min-width: 44px; text-align: left; padding-left: 3px; @@ -4584,34 +4771,34 @@ select:focus + .focus { margin-right: 44px; } -.subitem-tab-gear-flex-container-armor-heading h1:nth-child(4), .subitem-tab-gear-flex-container-armor-heading h1:nth-child(5), .subitem-tab-gear-flex-container-armor-heading h1:nth-child(6), -.subitem-tab-gear-flex-container-armor-heading h1:nth-child(7) { +.subitem-tab-gear-flex-container-armor-heading h1:nth-child(7), +.subitem-tab-gear-flex-container-armor-heading h1:nth-child(8) { min-width: 34px; text-align: center; } -.subitem-tab-gear-flex-container-armor-heading h1:nth-child(8) { +.subitem-tab-gear-flex-container-armor-heading h1:nth-child(9) { min-width: 44px; text-align: left; } -.subitem-tab-gear-flex-container-armor-heading h1:nth-child(9) { +.subitem-tab-gear-flex-container-armor-heading h1:nth-child(10) { min-width: 34px; text-align: left; } -.subitem-tab-gear-flex-container-armor-heading h1:nth-child(10) { +.subitem-tab-gear-flex-container-armor-heading h1:nth-child(11) { min-width: 32px; } -.subitem-tab-gear-flex-container-armor-heading h1:nth-child(11) { +.subitem-tab-gear-flex-container-armor-heading h1:nth-child(12) { text-align: center; min-width: 98px; } -.subitem-tab-gear-flex-container-armor-heading h1:nth-child(12) { +.subitem-tab-gear-flex-container-armor-heading h1:nth-child(13) { text-align: center; min-width: 46px; } @@ -4641,25 +4828,25 @@ select:focus + .focus { margin-left: 0px; } -.subitem-tab-gear-flex-container-armor-row input[type=text]:nth-child(3), -.subitem-tab-gear-flex-container-armor-row input[type=text]:nth-child(11) { +.subitem-tab-gear-flex-container-armor-row input[type=text]:nth-child(4), +.subitem-tab-gear-flex-container-armor-row input[type=text]:nth-child(12) { padding-left: 2px; padding-right: 1px; margin-right: 0px; } -.subitem-tab-gear-flex-container-armor-row input[type=text]:nth-child(3) { +.subitem-tab-gear-flex-container-armor-row input[type=text]:nth-child(4) { text-align: left; max-width: 120px; margin-right: 2px; } -.subitem-tab-gear-flex-container-armor-row input[type=text]:nth-child(11) { +.subitem-tab-gear-flex-container-armor-row input[type=text]:nth-child(12) { text-align: center; max-width: 100px; } -.subitem-tab-gear-flex-container-armor-row input[type=number]:nth-child(12) { +.subitem-tab-gear-flex-container-armor-row input[type=number]:nth-child(13) { text-align: right; min-width: 48px; } @@ -4686,6 +4873,7 @@ select:focus + .focus { justify-content: space-between; align-items: center; min-height: 38px; + max-height: 38px; margin-bottom: 3px; margin-top: 2px; } @@ -4729,10 +4917,26 @@ select:focus + .focus { width: 660px; } -.subitem-tab-gear-flex-container-shield-heading:nth-child(1) { +.subitem-tab-gear-flex-container-shield-checks { + min-width: 14px; + min-height: 36px; + max-height: 36px; + padding: 0px; + display: flex; + flex-direction: column; + justify-content: space-between; + align-items: flex-start; + margin-left: 2px; +} + +.subitem-tab-gear-flex-container-shield-heading:nth-child(3) { align-items: start; } +.subitem-tab-gear-flex-container-shield-heading:nth-child(3) h1 { + padding-left: 0px; +} + .subitem-tab-gear-flex-container-weapon-heading, .subitem-tab-gear-flex-container-weapon-row { display: flex; @@ -4751,7 +4955,7 @@ select:focus + .focus { justify-content: space-between; } -.subitem-tab-gear-flex-container-weapon-heading h1:nth-child(2) { +.subitem-tab-gear-flex-container-weapon-heading h1:nth-child(3) { min-width: 61px; max-width: 61px; text-align: left; @@ -4767,52 +4971,52 @@ select:focus + .focus { margin-right: 25px; } -.subitem-tab-gear-flex-container-weapon-heading h1:not(:nth-child(2)) { +.subitem-tab-gear-flex-container-weapon-heading h1:not(:nth-child(3)) { text-align: center; } -.subitem-tab-gear-flex-container-weapon-heading h1:nth-child(4) { +.subitem-tab-gear-flex-container-weapon-heading h1:nth-child(5) { min-width: 67px; } -.subitem-tab-gear-flex-container-weapon-heading h1:nth-child(5) { +.subitem-tab-gear-flex-container-weapon-heading h1:nth-child(6) { min-width: 42px; } -.subitem-tab-gear-flex-container-weapon-heading h1:nth-child(6) { +.subitem-tab-gear-flex-container-weapon-heading h1:nth-child(7) { min-width: 36px; } -.subitem-tab-gear-flex-container-weapon-heading h1:nth-child(7) { +.subitem-tab-gear-flex-container-weapon-heading h1:nth-child(8) { min-width: 37px; } -.subitem-tab-gear-flex-container-weapon-heading h1:nth-child(8) { +.subitem-tab-gear-flex-container-weapon-heading h1:nth-child(9) { min-width: 41px; } -.subitem-tab-gear-flex-container-weapon-heading h1:nth-child(9) { +.subitem-tab-gear-flex-container-weapon-heading h1:nth-child(10) { min-width: 29px; } -.subitem-tab-gear-flex-container-weapon-heading h1:nth-child(10) { +.subitem-tab-gear-flex-container-weapon-heading h1:nth-child(11) { min-width: 42px; } -.subitem-tab-gear-flex-container-weapon-heading h1:nth-child(11) { +.subitem-tab-gear-flex-container-weapon-heading h1:nth-child(12) { min-width: 48px; } -.subitem-tab-gear-flex-container-weapon-heading h1:nth-child(12) { +.subitem-tab-gear-flex-container-weapon-heading h1:nth-child(13) { min-width: 41px; } -.subitem-tab-gear-flex-container-weapon-heading h1:nth-child(13) { +.subitem-tab-gear-flex-container-weapon-heading h1:nth-child(14) { min-width: 33px; text-align: left; } -.subitem-tab-gear-flex-container-weapon-heading h1:nth-child(14) { +.subitem-tab-gear-flex-container-weapon-heading h1:nth-child(15) { min-width: 40px; } @@ -4853,8 +5057,20 @@ select:focus + .focus { outline: none; } -.subitem-tab-gear-flex-container-shield .subitem-tab-gear-flex-container-shield-heading:nth-child(1) input[type=text], -.subitem-tab-gear-flex-container-weapon-row input[type=text]:nth-child(3) { +.subitem-tab-gear-flex-container-weapon-row .weapon-mover-plus-minus-enclosure:nth-child(1) { + margin-right: 1px; +} + +.subitem-tab-gear-flex-container-weapon-row .container-checkbox-tiny:nth-child(2) { + margin-right: 1px; +} + +.subitem-tab-gear-flex-container-weapon-row .container-xbox-tiny:nth-child(3) { + margin-right: 8px; +} + +.subitem-tab-gear-flex-container-shield .subitem-tab-gear-flex-container-shield-heading:nth-child(3) input[type=text], +.subitem-tab-gear-flex-container-weapon-row input[type=text]:nth-child(4) { text-align: left; padding-left: 0px; padding-right: 2px; @@ -4869,32 +5085,32 @@ select:focus + .focus { } .subitem-tab-gear-flex-container-shield-heading input[type=number], -.subitem-tab-gear-flex-container-weapon-row input[type=number]:nth-child(5), -.subitem-tab-gear-flex-container-weapon-row input[type=number]:nth-child(7), +.subitem-tab-gear-flex-container-weapon-row input[type=number]:nth-child(6), .subitem-tab-gear-flex-container-weapon-row input[type=number]:nth-child(8), -.subitem-tab-gear-flex-container-weapon-row input[type=number]:nth-child(11) { +.subitem-tab-gear-flex-container-weapon-row input[type=number]:nth-child(9), +.subitem-tab-gear-flex-container-weapon-row input[type=number]:nth-child(12) { text-align: right; padding-left: 3px; max-width: 38px; padding-right: 0px; } -.subitem-tab-gear-flex-container-weapon-row input[type=number]:nth-child(5), -.subitem-tab-gear-flex-container-weapon-row input[type=number]:nth-child(7), -.subitem-tab-gear-flex-container-weapon-row input[type=number]:nth-child(11) { +.subitem-tab-gear-flex-container-weapon-row input[type=number]:nth-child(6), +.subitem-tab-gear-flex-container-weapon-row input[type=number]:nth-child(8), +.subitem-tab-gear-flex-container-weapon-row input[type=number]:nth-child(12) { margin-right: 3px; margin-left: 3px; } -.subitem-tab-gear-flex-container-weapon-row input[type=number]:nth-child(8) { +.subitem-tab-gear-flex-container-weapon-row input[type=number]:nth-child(9) { margin: 0px; } -.subitem-tab-gear-flex-container-shield-heading:nth-child(11) input[type=number], -.subitem-tab-gear-flex-container-weapon-row input[type=number]:nth-child(10), -.subitem-tab-gear-flex-container-weapon-row input[type=number]:nth-child(12), +.subitem-tab-gear-flex-container-shield-heading:nth-child(13) input[type=number], +.subitem-tab-gear-flex-container-weapon-row input[type=number]:nth-child(11), .subitem-tab-gear-flex-container-weapon-row input[type=number]:nth-child(13), -.subitem-tab-gear-flex-container-weapon-row input[type=number]:nth-child(14) { +.subitem-tab-gear-flex-container-weapon-row input[type=number]:nth-child(14), +.subitem-tab-gear-flex-container-weapon-row input[type=number]:nth-child(15) { text-align: right; padding-left: 3px; max-width: 46px; @@ -4903,8 +5119,8 @@ select:focus + .focus { margin-left: 0px; } -.subitem-tab-gear-flex-container-shield .subitem-tab-gear-flex-container-shield-heading:nth-child(8) input[readonly], -.subitem-tab-gear-flex-container-weapon-row input[readonly]:nth-child(9) { +.subitem-tab-gear-flex-container-shield .subitem-tab-gear-flex-container-shield-heading:nth-child(10) input[readonly], +.subitem-tab-gear-flex-container-weapon-row input[readonly]:nth-child(10) { background-color: inherit; text-align: center; padding-left: 0px; @@ -4916,7 +5132,7 @@ select:focus + .focus { margin-bottom: 2px; } -.subitem-tab-gear-flex-container-weapon-row input[readonly]:nth-child(9) { +.subitem-tab-gear-flex-container-weapon-row input[readonly]:nth-child(10) { padding-left: 7px; } @@ -5441,22 +5657,75 @@ select:focus + .focus { /* Show or hide armor carried checkmarks */ .subitem-tab-gear-flex-container-armor-row .container-checkbox-tiny, -.subitem-tab-gear-flex-container-armor-row .armor-mover-plus-minus-enclosure { +.subitem-tab-gear-flex-container-armor-row .armor-mover-plus-minus-enclosure, +.subitem-tab-gear-flex-container-armor-row .container-xbox-tiny, +.subitem-tab-gear-flex-container-armor-heading .tiny-xbox-dummy-container { display: none; } -.armor-checks[value="true"] ~ div.subitem-tab-gear-flex-container-armor-row .container-checkbox-tiny { +.subitem-tab-gear-flex-container-armor-heading .container-checkbox-tiny { + display: block; + position: relative; +} + +.armor-checks[value="carry"] ~ div.subitem-tab-gear-flex-container-armor-row .container-checkbox-tiny { display: block; position: relative; } -.armor-checks[value="false"] ~ div.subitem-tab-gear-flex-container-armor-row .armor-mover-plus-minus-enclosure { +.armor-checks[value="move"] ~ div.subitem-tab-gear-flex-container-armor-row .armor-mover-plus-minus-enclosure { + display: block; + position: relative; +} + +.armor-checks[value="delete"] ~ div.subitem-tab-gear-flex-container-armor-row .container-xbox-tiny, +.armor-checks[value="delete"] ~ div.subitem-tab-gear-flex-container-armor-heading .tiny-xbox-dummy-container { + display: block; + position: relative; +} + +.armor-checks[value="delete"] ~ div.subitem-tab-gear-flex-container-armor-heading .container-checkbox-tiny { + display: none; +} + +.armor-checks[value="delete"] ~ div.subitem-tab-gear-flex-container-armor-heading .set-AtoB-button button { + background-color: #d0d0d0; + color: white; + cursor: default; + + :hover { + color: white; + background-color: #d0d0d0; + } + + :focus { + color: white; + background-color: #d0d0d0; + } +} + +/* Show or hide shield ready or delete checkmarks */ + +.subitem-tab-gear-flex-container-shield-checks .tiny-xbox-dummy-container, +.subitem-tab-gear-flex-container-shield-checks .tiny-xbox-empty-container, +.subitem-tab-gear-flex-container-shield-checks .container-checkbox-tiny, +.subitem-tab-gear-flex-container-shield-checks .container-xbox-tiny { + display: none; +} + +.shield-checks[value="carry"] ~ div.subitem-tab-gear-flex-container-shield-checks .tiny-xbox-empty-container, +.shield-checks[value="carry"] ~ div.subitem-tab-gear-flex-container-shield-checks .container-checkbox-tiny { display: block; position: relative; } +.shield-checks[value="delete"] ~ div.subitem-tab-gear-flex-container-shield-checks .tiny-xbox-dummy-container, +.shield-checks[value="delete"] ~ div.subitem-tab-gear-flex-container-shield-checks .container-xbox-tiny { + display: block; + position: relative; +} -/* Show or hide weapons readied checkmarks */ +/* Show or hide weapons readied or deletion checkmarks */ .subitem-tab-gear-flex-container-weapon-heading .container-checkbox-tiny { max-width: 10px; @@ -5464,40 +5733,90 @@ select:focus + .focus { } .subitem-tab-gear-flex-container-weapon-row .container-checkbox-tiny:nth-child(2), -.subitem-tab-gear-flex-container-weapon-row .weapon-mover-plus-minus-enclosure { +.subitem-tab-gear-flex-container-weapon-row .weapon-mover-plus-minus-enclosure, +.subitem-tab-gear-flex-container-weapon-row .container-xbox-tiny, +.subitem-tab-gear-flex-container-weapon-heading .tiny-xbox-dummy-container { display: none; } -.weapon-checks[value="true"] ~ div.subitem-tab-gear-flex-container-weapon-row .container-checkbox-tiny:nth-child(2) { +.subitem-tab-gear-flex-container-weapon-heading .container-checkbox-tiny { + display: block; + position: relative; +} + +.weapon-checks[value="carry"] ~ div.subitem-tab-gear-flex-container-weapon-row .container-checkbox-tiny:nth-child(2) { display: block; position: relative; max-width: 11px; padding-bottom: 4px; } -.weapon-checks[value="false"] ~ div.subitem-tab-gear-flex-container-weapon-row .weapon-mover-plus-minus-enclosure { +.weapon-checks[value="move"] ~ div.subitem-tab-gear-flex-container-weapon-row .weapon-mover-plus-minus-enclosure { + display: block; + position: relative; +} + +.weapon-checks[value="delete"] ~ div.subitem-tab-gear-flex-container-weapon-row .container-xbox-tiny, +.weapon-checks[value="delete"] ~ div.subitem-tab-gear-flex-container-weapon-heading .tiny-xbox-dummy-container { display: block; position: relative; } +.weapon-checks[value="delete"] ~ div.subitem-tab-gear-flex-container-weapon-heading .container-checkbox-tiny { + display: none; +} + +.weapon-checks[value="delete"] ~ div.subitem-tab-gear-flex-container-weapon-heading .set-AtoB-button button { + background-color: #d0d0d0; + color: white; + cursor: default; + + :hover { + color: white; + background-color: #d0d0d0; + } + + :focus { + color: white; + background-color: #d0d0d0; + } +} + /* Show or hide equipment carried checkmarks */ .subitem-tab-gear-flex-container-equipment .container-checkbox-tiny-light, -.subitem-tab-gear-flex-container-equipment .gear-mover-plus-minus-enclosure { +.subitem-tab-gear-flex-container-equipment .gear-mover-plus-minus-enclosure, +.subitem-tab-gear-flex-container-equipment .container-xbox-tiny, +.subitem-tab-gear-flex-container-equipment-heading .tiny-xbox-dummy-container { display: none; } -.equipment-checks[value="true"] ~ div.subitem-tab-gear-flex-container-equipment .container-checkbox-tiny-light { +.subitem-tab-gear-flex-container-equipment-heading .container-checkbox-tiny-light { + display: block; + position: relative; +} + +.equipment-checks[value="carry"] ~ div.subitem-tab-gear-flex-container-equipment .container-checkbox-tiny-light { + display: block; + position: relative; +} + +.equipment-checks[value="move"] ~ div.subitem-tab-gear-flex-container-equipment .gear-mover-plus-minus-enclosure { display: block; position: relative; } -.equipment-checks[value="false"] ~ div.subitem-tab-gear-flex-container-equipment .gear-mover-plus-minus-enclosure { +.equipment-checks[value="delete"] ~ div.subitem-tab-gear-flex-container-equipment .container-xbox-tiny, +.equipment-checks[value="delete"] ~ div.subitem-tab-gear-flex-container-equipment-heading .tiny-xbox-dummy-container { display: block; position: relative; } +.equipment-checks[value="delete"] ~ div.subitem-tab-gear-flex-container-equipment-heading .container-checkbox-tiny-light { + display: none; +} + /* ----------------------------------------------------------- */ /* Item: Attacks and Maneuvers or treasures text box slideshow */ /* ----------------------------------------------------------- */ @@ -5923,7 +6242,6 @@ select:focus + .focus { height: 30px; padding-bottom: 5px; background-color: #8fc8ff; - /* background-color: yellowgreen; */ } .item-martial-maneuver-button-line { @@ -5937,14 +6255,6 @@ select:focus + .focus { background-color: #8fc8ff; } -/* .item-maneuver-button-line { - display: flex; - flex-direction: row; - justify-content: center; - width: 260px; - height: 22px; -} */ - .item-maneuver-line-flex { display: flex; flex-direction: row; @@ -5961,18 +6271,6 @@ select:focus + .focus { margin-left: 3px; } -/* .item-maneuver-block-source { - height: 16px; - background-color: #8fc8ff; - padding: 4px; -} - -.item-maneuver-block-source p { - line-height: normal; - text-align: right; - color: #d2e9ff; -} */ - /* Maneuver type-specific variables */ .item-maneuver-block-stats-attack01, diff --git a/HeroSystem6eHeroic/HeroSystem6eHeroic.html b/HeroSystem6eHeroic/HeroSystem6eHeroic.html index 3242fa0b77a..7e6bd62325a 100644 --- a/HeroSystem6eHeroic/HeroSystem6eHeroic.html +++ b/HeroSystem6eHeroic/HeroSystem6eHeroic.html @@ -467,20 +467,21 @@