section#monster{ display: block; width: 98%; margin: auto; text-align: center; } @media screen and (max-width : 990px){ section#monster{ width: 100%; } } section#monster article#profile{ max-width: 60%; display: inline-block; vertical-align: top; /*width: 7em;*/ border: 0.2em solid #000000; margin: 0.5em; position: relative; border-radius: 1em; background: #351e0b; border: 0.2em solid #f2c920; border-radius: 0.5em; padding: 0.5em; } @media screen and (max-width : 990px){ section#monster article#profile{ width: 95%; max-width: 95%; margin: 0.2em auto; display: block; } } section#monster article#profile img#monster_image{ max-width: 12em; max-height: 12em; border-style: solid; border-width: 0.3em; border-radius: 15%; display: inline-block; vertical-align: top; margin: 0 1.5em 1.5em 1.5em; } section#monster article#profile div#details{ display: inline-block; vertical-align: top; text-align: center; } section#monster article#profile div#details h1{ color: #ffffff; text-shadow: 0 0 0.2em #000000, 0 0 0.2em #000000, 0 0 0.2em #000000, 0 0 0.2em #000000, 0 0 0.2em #000000; font-size: 190%; margin: 0.2em; } section#monster article#profile div#details span.stars{ display: block; } section#monster article#profile div#details span.stars img.star{ width: 1.5em; height: 1.5em; filter: drop-shadow(0 0 0.05em #ffffff); margin: -0.1em; } section#monster article#profile div#details span.level{ color: #ffffff; display: block; text-shadow: 0 0 0.2em #000000, 0 0 0.2em #000000; } section#monster article#profile h4{ color: #ffffff; font-weight: bold; text-shadow: 0 0 0.2em #000000, 0 0 0.2em #000000, 0 0 0.4em #000000; margin: 0.1em; display: block; } section#monster article#profile table#stats{ font-size: 100%; border: 0.1em solid black; color: #ffffff; margin: 2em auto 2em auto; border-collapse: collapse; border-radius: 0.4em; } section#monster article#profile table#stats th{ font-weight: bold; background-color: #00000066; } section#monster article#profile table#stats td{ font-weight: bold; background-color: #ffffff33; } section#monster article#profile table#stats td, th{ padding: 0.2em; border: 0.1em solid #000000; } section#monster article#profile table#stats td.extra{ color: #aaaaff; } section#monster article#profile table#stats td.total{ color: #f2c920; font-weight: bold; } section#monster article#profile div#skills{ text-align: center; } section#monster article#profile div#skills div.skill{ display: inline-block; vertical-align: top; margin: 0.5em; color: #ffffff; text-align: center; max-width: 20%; } section#monster article#profile div#skills div.skill img.skill_img{ width: 5em; height: 5em; border: 0.3em solid #f2c920; border-radius: 0.5em; } section#monster article#profile div#skills div.skill span.skill_level{ font-size: 130%; position: relative; top: -2em; right: -0.8em; text-shadow: 0 0 0.2em #000000, 0 0 0.2em #000000, 0 0 0.4em #000000, 0 0 0.4em #000000, 0 0 0.6em #000000, 0 0 0.6em #000000, 0 0 0.8em #000000, 0 0 0.8em #000000; } section#monster article#profile div#skills div.skill span.skill_level.maxed{ color: #f2c920; } section#monster article#profile div#skills div.skill span.skill_name{ text-shadow: 0 0 0.2em #000000, 0 0 0.2em #000000, 0 0 0.4em #000000; margin-top: -2.5em; display: block; font-weight: bold; } section#monster article#profile div#skills div.skill span.skill_description{ font-size: 90%; font-style: italic; } section#monster article#profile div#skills div.skill span.skill_effects{ display: block; text-align: center; margin-top: 1em; } section#monster article#profile div#skills div.skill span.skill_effects img.effect_img{ width: 1.5em; height: 1.5em; border: 0.1em solid #000000; border-radius: 0.5em; } section#monster article#profile div#skills div.skill table.skill_up{ font-size: 80%; margin-top: 1em; } section#monster article#profile div#skills div.skill table.skill_up td{ color: #888888; } section#monster article#profile div#skills div.skill table.skill_up td.level{ font-style: italic; padding-right: 0.8em; min-width: 3em; } section#monster article#profile div#skills div.skill table.skill_up td.aquired{ color: #ffffff; font-weight: bold; } section#monster article#profile table#skill_averages{ margin: 3em auto 2em auto; color: #ffffff; font-size: 120%; border-top: 0.1em solid #ffffff; border-bottom: 0.1em solid #ffffff; border-radius: 0.3em; padding-top: 2em; padding-bottom: 2em; } section#monster article#profile table#skill_averages td.title{ padding-left: 4em; text-align: right; } section#monster article#profile table#skill_averages td.value{ padding-right: 4em; text-align: left; padding-left: 1em; } section#monster article#runes{ max-width: 45%; display: inline-block; vertical-align: top; /*width: 7em;*/ border: 0.2em solid #000000; margin: 0.5em; position: relative; border-radius: 15%; background: #351e0b; border: 0.2em solid #f2c920; border-radius: 0.5em; padding: 0em; } @media screen and (max-width : 990px){ section#monster article#runes{ width: 95%; max-width: 95%; } } section#monster article#runes table#table_runes{ border-collapse: collapse; } section#monster article#runes table#table_runes td.stats{ color: #ffffff; border-bottom: 0.1em solid #ffffff; } section#monster article#runes table#table_runes td.stats table{ color: #ffffff; font-size: 80%; } section#monster article#runes table#table_runes td.stats table tr.main_stat{ font-weight: bold; font-size: 110%; } section#monster article#runes table#table_runes td.stats table tr.innate_stat{ font-style: italic; } section#monster article#runes table#table_runes td.stats table td.stat{ text-align: right; } section#monster article#runes table#table_runes td.stats table td.value{ text-align: left; padding-left: 1em; } section#monster article#runes table#table_runes td.stats table td.craft{ color: #ff7700; } section#monster article#runes table#table_runes td.details{ color: #ffffff; border-bottom: 0.1em solid #ffffff; padding-left: 0.5em; } section#monster article#runes table#table_runes td.details table.table_details{ font-size: 80%; } section#monster article#runes table#table_runes td.details table.table_details td.title{ text-align: right; } section#monster article#runes table#table_runes td.details table.table_details td.value{ text-align: left; padding-left: 1em; } section#monster article#runes table#table_runes td.details table.table_details span.quality{ border: 0.1em solid #000000; border-radius: 0.2em; font-weight: bold; color: #ffffff; text-shadow: 0 0 0.1em #000000; padding: 0 0.3em; } section#monster article#runes table#table_runes td.details table.table_details span.quality.quality_normal{ background-color: #cccccc; } section#monster article#runes table#table_runes td.details table.table_details span.quality.quality_magic{ background-color: #55ff55; } section#monster article#runes table#table_runes td.details table.table_details span.quality.quality_rare{ background-color: #15c6e1; } section#monster article#runes table#table_runes td.details table.table_details span.quality.quality_hero{ background-color: #ad7fa8; } section#monster article#runes table#table_runes td.details table.table_details span.quality.quality_legend{ background-color: #f57900; } section#monster article#runes table#table_runes td.details{ color: #ffffff; border-bottom: 0.1em solid #ffffff; padding-left: 0.5em; } section#monster article#runes div#rune_averages{ margin: 5em auto 2em auto; text-align: center; } section#monster article#runes div#rune_averages table#table_averages{ margin: auto; color: #ffffff; } section#monster article#runes div#rune_averages table#table_averages td.title{ text-align: right; } section#monster article#runes div#rune_averages table#table_averages td.value{ text-align: left; padding-left: 1em; }