| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384 |
- section.filters table{
- border-collapse: collapse;
- }
- section.filters table td select#filter_grind_stat, select#filter_gem_stat_from, select#filter_gem_stat_to{
- height: 16em;
- }
- section.filters td.filter_title{
- font-weight: bold;
- border-right: 0.2em solid #ffffff;
- text-align: center;
- vertical-align: bottom;
- padding-bottom: 0.5em;
- }
- section.filters td.filter_title span{
- display: block;
- width: 0.8em;
- word-break: break-all;
- margin-top: 0em;
- line-height: 90%;
- text-align: left;
- }
- section.filters td.filter_separator{
- border-top: 0.2em solid #ffffff;
- }
- section.filters select#filter_slot{
- height: 10em;
- }
- section.content article{
- text-align: left;
- }
- @media screen and (max-width : 990px){
- section.content article{
- width: 95%;
- max-width: 95%;
- margin: 0.2em auto;
- display: block;
- }
- }
- section.content article div.monster{
- display: block;
- width: 8em;
- }
- @media screen and (max-width : 990px){
- section.content article div.monster{
- display: block;
- max-width: 100%;
- width: initial;
- }
- }
- section.content article div.monster_runes{
- display:inline-block;
- vertical-align: top;
- width: 100%;
- }
- @media screen and (max-width : 990px){
- section.content article div.monster_runes{
- display: block;
- max-width: 100%;
- }
- }
- section.content article div.monster_runes > table.rune{
- font-size: 80%;
- max-width: 50%;
- vertical-align: top;
- margin: 0 -0.5em 0.5em 0.5em;
- }
- section.content article div.monster_runes div.craft{
- display: inline-block;
- vertical-align: top;
- max-width: 45%;
- min-width: 35%;
- padding: 1em;
- margin: 0 0 1em 0;
- font-size: 80%;
- background: linear-gradient(47deg, rgba(255,255,255,0.3) 0%, rgba(255,255,255,0.1) 50%, rgba(255,255,255,0) 70%);
- }
|