From ddf83c29fb4dd4bc00bce4d4c5543d5fc6ab7274 Mon Sep 17 00:00:00 2001 From: Adam Talbot Date: Sat, 18 Feb 2023 16:13:35 -0500 Subject: [PATCH] Display type on main page --- PokemonTabletopAdventures_v3/PTA3.css | 18 ++++ PokemonTabletopAdventures_v3/PTA3.html | 122 +++++++++++++++---------- 2 files changed, 92 insertions(+), 48 deletions(-) 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