diff --git a/Strato Shout/stratoshout.css b/Strato Shout/stratoshout.css index 40ca2091e9..c525e04d63 100644 --- a/Strato Shout/stratoshout.css +++ b/Strato Shout/stratoshout.css @@ -223,6 +223,23 @@ fieldset {margin:0; padding:0; border:none;} .sheet-position-B[value="1"] ~ .sheet-use-Bust[value="1"] ~ div .sheet-st-phrase .sheet-item-in .sheet-phrase-dice button.sheet-B {display:block !important;} .sheet-position-D[value="1"] ~ .sheet-use-Bust[value="1"] ~ div .sheet-st-phrase .sheet-item-in .sheet-phrase-dice button.sheet-D {display:block !important;} +.sheet-item-wrap {overflow:hidden; clear:both; transition:.3s all; -webkit-transition:.3s all;} +.sheet-st-phrase .sheet-phrase-viewbox[value=""] ~ .sheet-item-wrap {height:160px;} +.sheet-st-phrase .sheet-phrase-viewbox[value="1"] ~ .sheet-item-wrap {height:160px;} +.sheet-st-phrase .sheet-phrase-viewbox[value="2"] ~ .sheet-item-wrap {height:160px;} +.sheet-st-phrase .sheet-phrase-viewbox[value="3"] ~ .sheet-item-wrap {height:160px;} +.sheet-st-phrase .sheet-phrase-viewbox[value="4"] ~ .sheet-item-wrap {height:213px;} +.sheet-st-phrase .sheet-phrase-viewbox[value="5"] ~ .sheet-item-wrap {height:266px;} +.sheet-st-phrase .sheet-phrase-viewbox[value="6"] ~ .sheet-item-wrap {height:319px;} +.sheet-st-phrase .sheet-phrase-viewbox[value="7"] ~ .sheet-item-wrap {height:327px;} +.sheet-st-phrase .sheet-phrase-viewbox[value="8"] ~ .sheet-item-wrap {height:425px;} +.sheet-st-phrase .sheet-phrase-viewbox[value="9"] ~ .sheet-item-wrap {height:478px;} +.sheet-st-phrase .sheet-phrase-viewbox[value="10"] ~ .sheet-item-wrap {height:531px;} +.sheet-st-phrase .sheet-phrase-viewbox[value="11"] ~ .sheet-item-wrap {height:584px;} +.sheet-st-phrase .sheet-phrase-viewbox[value="12"] ~ .sheet-item-wrap {height:637px;} +.sheet-st-phrase .sheet-phrase-viewbox[value="13"] ~ .sheet-item-wrap {height:690px;} + + /** Dice + Content Template */ .sheet-rolltemplate-StratoDiceContent {display:block; position:relative; max-width:967px; margin:0 auto;} .sheet-rolltemplate-StratoDiceContent .sheet-stratioDice-wrap {display:block; position:relative; border-bottom:2px solid #000; z-index:0;} diff --git a/Strato Shout/stratoshout.html b/Strato Shout/stratoshout.html index 096a5dc544..073432d8ca 100644 --- a/Strato Shout/stratoshout.html +++ b/Strato Shout/stratoshout.html @@ -1100,96 +1100,220 @@