From a65972d34188d14dca10193950732d506d931e8c Mon Sep 17 00:00:00 2001 From: Kelly Rauchenberger Date: Mon, 25 Sep 2017 00:05:38 -0400 Subject: Added met location data MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Note that the met location for Pokémon from Orre is completely incorrect. --- app/assets/stylesheets/pokeviewer/pokemon.css.scss | 50 +++++++++++++++++++--- 1 file changed, 43 insertions(+), 7 deletions(-) (limited to 'app/assets') diff --git a/app/assets/stylesheets/pokeviewer/pokemon.css.scss b/app/assets/stylesheets/pokeviewer/pokemon.css.scss index 332cb18..83fac45 100644 --- a/app/assets/stylesheets/pokeviewer/pokemon.css.scss +++ b/app/assets/stylesheets/pokeviewer/pokemon.css.scss @@ -141,6 +141,9 @@ font-family: 'Power Green'; display: flex; margin: 1em; + border: 1px solid #777; + border-radius: 5px; + background-color: #fafafa; .male { color: blue; @@ -155,16 +158,49 @@ white-space: pre; } - .pokemon-ivs { - margin: 0 1em; + .pd-details { + color: white; + font-size: bold; + padding: .25em .5em; + } + + .pd-contents { + p { + margin: .25em; + } + } + + .pokemon-basics { + margin: .5em; + } + + .pokemon-memo { + border-left: 1px solid #aaa; + background-color: #e7e8ff; + + .pd-details { + background-color: #2068e0; + } + } - th { - text-align: center; - padding-right: .5em; + .pokemon-stats { + border-left: 1px solid #aaa; + + .pd-details { + background-color: #d078f8; } - td { - text-align: right; + table { + margin: 0 1em; + + th { + text-align: center; + padding-right: .5em; + } + + td { + text-align: right; + } } } } -- cgit 1.4.1