diff --git a/PokemonTabletopAdventures_v3/PTA3.css b/PokemonTabletopAdventures_v3/PTA3.css index 8f377fe7df..6b0db10755 100644 --- a/PokemonTabletopAdventures_v3/PTA3.css +++ b/PokemonTabletopAdventures_v3/PTA3.css @@ -1844,6 +1844,24 @@ button[type="roll"].sheet-inline-roller { display: inline-block; } + +.sheet-active_type-transformation:not(:checked) ~ div.sheet-display-when-type-transformed { + display: none; +} +.sheet-active_type-transformation:checked ~ div.sheet-display-when-type-transformed { + display: inline-block; +} +.sheet-active_type-transformation:not(:checked) ~ div.sheet-display-when-type-not-transformed { + display: inline-block; +} +.sheet-active_type-transformation:checked ~ div.sheet-display-when-type-not-transformed { + display: none; +} + +input.sheet-capitalize { + text-transform: capitalize; +} + /* For your PokeGear and other mobile devices */ @media only screen and (max-width: 480px) { .sheet-wrapper { diff --git a/PokemonTabletopAdventures_v3/PTA3.html b/PokemonTabletopAdventures_v3/PTA3.html index 3f20ccfd05..5fc0bc646b 100644 --- a/PokemonTabletopAdventures_v3/PTA3.html +++ b/PokemonTabletopAdventures_v3/PTA3.html @@ -102,52 +102,68 @@ Species - Type - - - - + +
+ Type +
+
+ Type Shift +
+
+ + + + +
+
+ + + + + + +
Nature