| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226 |
- section#monster{
- max-width: 60%;
- display: inline-block;
- vertical-align: top;
- margin: 0.2em;
- position: relative;
- }
- @media screen and (max-width : 990px){
- section#monster{
- width: 90%;
- max-width: 90%;
- margin: 0.2em auto;
- display: block;
- }
- }
- section#monster article#profile div#monster_info{
- display: inline-block;
- vertical-align: top;
- max-width: 10em;
- }
- section#monster article#profile div#monster_info div#monster_details{
- display: block;
- font-size: 70%;
- margin-top: -3em;
- }
- section#monster article#profile div#monster_info div#exp{
- border: 0.3em solid var(--ui-color-border);
- border-radius: 0.5em;
- height: 1em;
- background-color: #00000088;
- position: relative;
- font-size: 100%;
- }
- section#monster article#profile div#monster_info div#exp span#exp_bar{
- height: 1em;
- border-radius: 0.4em;
- display: block;
- background-color: #cc0000;
- }
- section#monster article#profile div#monster_info div#exp span#exp_text{
- display: block;
- text-align: center;
- margin-top: -1.5em;
- font-weight: bold;
- font-size: 0.5em;
- text-shadow: 0 0 0.1em #000000, 0 0 0.1em #000000, 0 0 0.1em #000000, 0 0 0.1em #000000, 0 0 0.1em #000000;
- }
- section#monster article#profile table#stats{
- font-size: 90%;
- vertical-align: top;
- display: inline-block;
- 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 table#skills{
- display: block;
- vertical-align: top;
- margin: 0.2em;
- color: #ffffff;
- text-align: center;
- width: 95%;
- position: relative;
- border-collapse: collapse;
- }
- section#monster article#profile table#skills td{
- vertical-align: top;
- padding: 0.2em 0.5em;
- }
- section#monster article#profile table#skills img.skill_img{
- width: 4em;
- height: 4em;
- border: 0.15em solid var(--ui-color-border);
- border-radius: 0.4em;
- }
- section#monster article#profile table#skills span.skill_level{
- font-size: 100%;
- top: 2.8em;
- display: block;
- width: 3.5em;
- margin: -1.5em auto 0.5em auto;
- text-align: right;
- 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 table#skills span.skill_level.maxed{
- color: #f2c920;
- }
- section#monster article#profile table#skills span.skill_name{
- text-shadow: 0 0 0.2em #000000, 0 0 0.2em #000000, 0 0 0.4em #000000;
- margin: 0 0 0.5em 0;
- display: block;
- font-weight: bold;
- }
- section#monster article#profile table#skills span.skill_description{
- font-size: 80%;
- font-style: italic;
- margin: 0;
- padding: 0;
- display: block;
- line-height: 0.95em;
- }
- section#monster article#profile table#skills span.skill_effects{
- display: block;
- text-align: center;
- }
- section#monster article#profile table#skills 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 table#skills td.skill_up{
- margin: 0.5em auto 0 auto;
- border-collapse: collapse;
- font-size: 70%;
- color: #999999;
- font-style: italic;
- }
- section#monster article#profile table#skills td.skill_up span.level{
- width: 3em;
- display: inline-block;
- }
- section#monster article#profile table#skills td.skill_up span.description{
- font-style: italic;
- min-width: 6em;
- display: inline-block;
- width: 70%;
- }
- section#monster article#profile table#skills td.skill_up span.aquired{
- color: #ffffff;
- font-weight: bold;
- }
- section#monster article#profile table#skill_averages{
- margin: 3em auto 2em auto;
- color: #ffffff;
- font-size: 90%;
- border-top: 0.1em solid #ffffff;
- padding-top: 2em;
- padding-bottom: 0.5em;
- }
- 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#runes{
- max-width: 35%;
- display: inline-block;
- vertical-align: top;
- position: relative;
- }
- @media screen and (max-width : 990px){
- section#runes{
- width: 90%;
- max-width: 90%;
- margin: 0.2em auto;
- display: block;
- }
- }
- section#runes article#rune_averages{
- margin: 2em auto 1em auto;
- text-align: center;
- }
- section#runes article#rune_averages table#table_averages{
- margin: auto;
- font-size: 80%
- }
- section#runes article#rune_averages table#table_averages td.title{
- text-align: right;
- }
- section#runes article#rune_averages table#table_averages td.value{
- text-align: left;
- padding-left: 1em;
- }
|