| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205 |
- section#filters{
- width: 80%;
- text-align:center;
- margin: 1em auto 2em auto;
- border: 0.1em solid #000000;
- border-radius: 0.5em;
- background-color: #aa8866;
- }
- section#filters div.filter{
- vertical-align: top;
- margin: 0.7em;
- display: inline-block;
- text-align: center;
- }
- section#filters div.filter span{
- color: #ffffff;
- }
- section#filters div.filter input{
- margin-top: 0.5em;
- }
- section#filters div.filter_stars input{
- width: 3em;
- }
- section#filters div.filter select#filter_type{
- height: 26em;
- overflow: hidden;
- }
- section#filters div#filter_apply{
- text-align: center;
- margin: 2em auto 1em auto;
- }
- section#list{
- display: block;
- width: 98%;
- margin: auto;
- text-align: center;
- }
- @media screen and (max-width : 990px){
- section#list{
- width: 100%;
- }
- }
- section#list article{
- 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;
- text-align: center;
- }
- section#list article h4{
- margin: -0.5em -0.5em 1em -0.5em;
- border-bottom: 0.2em solid #f2c920;
- background-color: #000000bb;
- color: #ffffff;
- }
- section#list article h4 img, span{
- display: inline-block;
- vertical-align: middle;
- }
- section#list article h4 span{
- font-size: 130%;
- font-weight: bold;
- }
- section#list article h4 img{
- height: 2em;
- }
- section#list article h4 img.group_image_1{
- transform: rotate(0deg);
- }
- section#list article h4 img.group_image_2{
- transform: rotate(57deg);
- }
- section#list article h4 img.group_image_3{
- transform: rotate(123deg);
- }
- section#list article h4 img.group_image_4{
- transform: rotate(180deg);
- }
- section#list article h4 img.group_image_5{
- transform: rotate(237deg);
- }
- section#list article h4 img.group_image_6{
- transform: rotate(303deg);
- }
- section#list article table.rune{
- border-collapse: collapse;
- display: inline-block;
- vertical-align: top;
- font-size: 80%;
- position: relative;
- border-radius: 1em;
- margin: 0.5em;
- }
- section#list article table.rune{
- font-size: 70%;
- }
- section#list article table.rune td.icon div.assigned{
- max-width: 3em;
- max-height: 3em;
- position: absolute;
- left: 0.5em;
- bottom: 0.85em;
- }
- section#list article table.rune td.icon div.assigned img.monster_image{
- width: 3em;
- height: 3em;
- border-style: solid;
- border-width: 0.2em;
- border-radius: 15%;
- }
- section#list article table.rune td.icon{
- border-bottom: 0.2em solid #777777;
- border-left: 0.2em solid #777777;
- border-top: 0.2em solid #777777;
- background-color: #ffffff44;
- }
- section#list article table.rune td.stats{
- color: #ffffff;
- border-bottom: 0.2em solid #777777;
- border-top: 0.2em solid #777777;
- background-color: #ffffff44;
- }
- section#list article table.rune td.stats table{
- color: #ffffff;
- font-size: 80%;
- }
- section#list article table.rune td.stats table tr.main_stat{
- font-weight: bold;
- font-size: 110%;
- }
- section#list article table.rune td.stats table tr.innate_stat{
- font-style: italic;
- }
- section#list article table.rune td.stats table td.stat{
- text-align: right;
- }
- section#list article table.rune td.stats table td.value{
- text-align: left;
- padding-left: 1em;
- }
- section#list article table.rune td.stats table td.craft{
- color: #ff7700;
- }
- section#list article table.rune td.details{
- color: #ffffff;
- padding-left: 0.5em;
- border-bottom: 0.2em solid #777777;
- border-right: 0.2em solid #777777;
- border-top: 0.2em solid #777777;
- background-color: #ffffff44;
- }
- section#list article table.rune td.details table.table_details{
- font-size: 80%;
- }
- section#list article table.rune td.details table.table_details td.title{
- text-align: right;
- }
- section#list article table.rune td.details table.table_details td.value{
- text-align: left;
- padding-left: 1em;
- }
- section#list article table.rune 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#list article table.rune td.details table.table_details span.quality.quality_normal{
- background-color: #cccccc;
- }
- section#list article table.rune td.details table.table_details span.quality.quality_magic{
- background-color: #55ff55;
- }
- section#list article table.rune td.details table.table_details span.quality.quality_rare{
- background-color: #15c6e1;
- }
- section#list article table.rune td.details table.table_details span.quality.quality_hero{
- background-color: #ad7fa8;
- }
- section#list article table.rune td.details table.table_details span.quality.quality_legend{
- background-color: #f57900;
- }
|