|
|
@@ -1,37 +1,23 @@
|
|
|
/* Main reports page. */
|
|
|
-body#body_reports section{
|
|
|
- width: 90%;
|
|
|
- margin: auto;
|
|
|
- padding: 0;
|
|
|
- text-align: center;
|
|
|
-}
|
|
|
-
|
|
|
-body#body_reports section article.report{
|
|
|
+body#body_reports section.report{
|
|
|
width: 40%;
|
|
|
display: inline-block;
|
|
|
+ vertical-align: top;
|
|
|
margin: 0.5em;
|
|
|
- border-radius: 15%;
|
|
|
- background: #351e0b;
|
|
|
- border: 0.2em solid #f2c920;
|
|
|
- border-radius: 0.5em;
|
|
|
- padding: 0.5em;
|
|
|
- text-align: left;
|
|
|
}
|
|
|
-@media screen and (max-width : 990px){
|
|
|
- body#body_reports section article.report{
|
|
|
- width: 90%;
|
|
|
- display: block;
|
|
|
- }
|
|
|
+
|
|
|
+body#body_reports section.report article{
|
|
|
+ text-align: left;
|
|
|
}
|
|
|
|
|
|
-body#body_reports section article.report h3{
|
|
|
+body#body_reports section.report article h3{
|
|
|
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;
|
|
|
}
|
|
|
|
|
|
-body#body_reports section article.report img{
|
|
|
+body#body_reports section.report article img{
|
|
|
float: right;
|
|
|
height: 5em;
|
|
|
width: 5em;
|
|
|
@@ -41,11 +27,11 @@ body#body_reports section article.report img{
|
|
|
border: 0.2em solid #777777;
|
|
|
}
|
|
|
|
|
|
-body#body_reports section article.report p{
|
|
|
+body#body_reports section.report article p{
|
|
|
color: #ffffff;
|
|
|
}
|
|
|
|
|
|
-body#body_reports section article.report div.report_filters{
|
|
|
+body#body_reports section.report article div.report_filters{
|
|
|
width: 80%;
|
|
|
text-align:center;
|
|
|
margin: 1em auto 2em auto;
|
|
|
@@ -53,223 +39,100 @@ body#body_reports section article.report div.report_filters{
|
|
|
border-radius: 0.5em;
|
|
|
background-color: #aa8866;
|
|
|
}
|
|
|
-body#body_reports section article.report div.report_filters div.filter{
|
|
|
+body#body_reports section.report article div.report_filters div.filter{
|
|
|
vertical-align: top;
|
|
|
margin: 0.7em;
|
|
|
display: inline-block;
|
|
|
text-align: center;
|
|
|
}
|
|
|
-body#body_reports section article.report div.report_filters div.filter span{
|
|
|
+body#body_reports section.report article div.report_filters div.filter span{
|
|
|
color: #ffffff;
|
|
|
}
|
|
|
-body#body_reports section article.report div.report_filters div.filter input{
|
|
|
+body#body_reports section.report article div.report_filters div.filter input{
|
|
|
margin-top: 0.5em;
|
|
|
}
|
|
|
-body#body_reports section article.report div.report_filters div#filter_stars input{
|
|
|
+body#body_reports section.report article div.report_filters div#filter_stars input{
|
|
|
width: 3em;
|
|
|
}
|
|
|
-body#body_reports section article.report div.report_filters div#filter_apply{
|
|
|
+body#body_reports section.report article div.report_filters div#filter_apply{
|
|
|
text-align: center;
|
|
|
margin: 2em auto 1em auto;
|
|
|
}
|
|
|
|
|
|
-
|
|
|
-/* Skillup report page. */
|
|
|
-body#body_report_skillup section#filters{
|
|
|
- width: 80%;
|
|
|
- text-align:center;
|
|
|
- margin: 1em auto 2em auto;
|
|
|
- border: 0.1em solid #000000;
|
|
|
- border-radius: 0.5em;
|
|
|
- background-color: #aa8866;
|
|
|
-}
|
|
|
-body#body_report_skillup section#filters div.filter{
|
|
|
- vertical-align: top;
|
|
|
- margin: 0.7em;
|
|
|
+body#body_report_skillup section.content{
|
|
|
display: inline-block;
|
|
|
- text-align: center;
|
|
|
-}
|
|
|
-body#body_report_skillup section#filters div.filter span{
|
|
|
- color: #ffffff;
|
|
|
-}
|
|
|
-body#body_report_skillup section#filters div.filter input{
|
|
|
- margin-top: 0.5em;
|
|
|
-}
|
|
|
-body#body_report_skillup section#filters div#filter_stars input{
|
|
|
- width: 3em;
|
|
|
-}
|
|
|
-body#body_report_skillup section#filters div#filter_apply{
|
|
|
- text-align: center;
|
|
|
- margin: 2em auto 1em auto;
|
|
|
-}
|
|
|
-
|
|
|
-body#body_report_skillup section#list{
|
|
|
- display: block;
|
|
|
- width: 80%;
|
|
|
- margin: auto;
|
|
|
- text-align: center;
|
|
|
-}
|
|
|
-
|
|
|
-body#body_report_skillup section#list div.monster{
|
|
|
- display: block;
|
|
|
- margin: 0.5em;
|
|
|
- position: relative;
|
|
|
- border-radius: 15%;
|
|
|
- background: #351e0b;
|
|
|
- border: 0.2em solid #f2c920;
|
|
|
- border-radius: 0.5em;
|
|
|
- padding: 0.5em;
|
|
|
+ min-width: 75%;
|
|
|
+ margin: 2em auto 0 auto;
|
|
|
text-align: left;
|
|
|
-}
|
|
|
-@media screen and (max-width : 990px){
|
|
|
- body#body_report_skillup section#list div.monster{
|
|
|
- margin: 0.1em;
|
|
|
- }
|
|
|
+ width: auto;
|
|
|
}
|
|
|
|
|
|
-body#body_report_skillup section#list div.monster div.profile{
|
|
|
- width: 35%;
|
|
|
+body#body_report_skillup section.content div.monster div.profile{
|
|
|
+ text-align: center;
|
|
|
display: inline-block;
|
|
|
vertical-align: top;
|
|
|
}
|
|
|
@media screen and (max-width : 990px){
|
|
|
- body#body_report_skillup section#list div.monster div.profile{
|
|
|
+ body#body_report_skillup section.content div.monster div.profile{
|
|
|
text-align: center;
|
|
|
width: 30%;
|
|
|
}
|
|
|
}
|
|
|
|
|
|
-body#body_report_skillup section#list div.monster div.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;
|
|
|
-}
|
|
|
-@media screen and (max-width : 990px){
|
|
|
- body#body_report_skillup section#list div.monster div.profile img#monster_image{
|
|
|
- display: block;
|
|
|
- width: 5em;
|
|
|
- height: 5em;
|
|
|
- margin: 0.5em auto 0.1em auto;
|
|
|
- }
|
|
|
-}
|
|
|
-body#body_report_skillup section#list div.monster div.profile div#details{
|
|
|
- display: inline-block;
|
|
|
- vertical-align: top;
|
|
|
- text-align: center;
|
|
|
-}
|
|
|
-@media screen and (max-width : 990px){
|
|
|
- body#body_report_skillup section#list div.monster div.profile div#details{
|
|
|
- }
|
|
|
-}
|
|
|
-body#body_report_skillup section#list div.monster div.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;
|
|
|
-}
|
|
|
-@media screen and (max-width : 990px){
|
|
|
- body#body_report_skillup section#list div.monster div.profile div#details h1{
|
|
|
- font-size: 140%;
|
|
|
- margin: -0.5em 0 0 0;
|
|
|
- }
|
|
|
-}
|
|
|
-body#body_report_skillup section#list div.monster div.profile div#details span.stars{
|
|
|
- display: block;
|
|
|
-}
|
|
|
-@media screen and (max-width : 990px){
|
|
|
- body#body_report_skillup section#list div.monster div.profile div#details span.stars{
|
|
|
- display: inline-block;
|
|
|
- vertical-align: bottom;
|
|
|
- /*top: -7.1em;
|
|
|
- position: relative;
|
|
|
- left: -0.3em;*/
|
|
|
- }
|
|
|
-}
|
|
|
-body#body_report_skillup section#list div.monster div.profile div#details span.stars img.star{
|
|
|
- width: 1.5em;
|
|
|
- height: 1.5em;
|
|
|
- filter: drop-shadow(0 0 0.05em #ffffff);
|
|
|
- margin: -0.1em;
|
|
|
-}
|
|
|
-@media screen and (max-width : 990px){
|
|
|
- body#body_report_skillup section#list div.monster div.profile div#details span.stars img.star{
|
|
|
- width: 1em;
|
|
|
- height: 1em;
|
|
|
- margin: -0.1em -0.6em -0.1em -0.1em;
|
|
|
- filter: drop-shadow(0 0 0.01em #000000) drop-shadow(0 0 0.01em #000000) drop-shadow(0 0 0.01em #000000) drop-shadow(0 0 0.02em #000000)
|
|
|
- }
|
|
|
-}
|
|
|
-body#body_report_skillup section#list div.monster div.profile div#details span.level{
|
|
|
- color: #ffffff;
|
|
|
- display: block;
|
|
|
- text-shadow: 0 0 0.2em #000000, 0 0 0.2em #000000;
|
|
|
-}
|
|
|
-@media screen and (max-width : 990px){
|
|
|
- body#body_report_skillup section#list div.monster div.profile div#details span.level{
|
|
|
- font-size: 70%;
|
|
|
- display: inline-block;
|
|
|
- vertical-align: bottom;
|
|
|
- padding-left: 1em;
|
|
|
- /*margin: 0;
|
|
|
- top: -7.1em;
|
|
|
- position: relative;*/
|
|
|
- }
|
|
|
-}
|
|
|
-
|
|
|
-body#body_report_skillup section#list div.monster div.skills{
|
|
|
+body#body_report_skillup section.content div.monster div.skills{
|
|
|
text-align: center;
|
|
|
display: inline-block;
|
|
|
- width: 30%;
|
|
|
+ width: 60%;
|
|
|
}
|
|
|
@media screen and (max-width : 990px){
|
|
|
- body#body_report_skillup section#list div.monster div.skills{
|
|
|
+ body#body_report_skillup section.content div.monster div.skills{
|
|
|
width: 65%;
|
|
|
}
|
|
|
}
|
|
|
|
|
|
-body#body_report_skillup section#list div.monster div.skills div.skill{
|
|
|
+body#body_report_skillup section.content div.monster div.skills div.skill{
|
|
|
display: inline-block;
|
|
|
vertical-align: top;
|
|
|
- max-width: 22%;
|
|
|
+ width: 22%;
|
|
|
margin: 0.5em;
|
|
|
color: #ffffff;
|
|
|
text-align: center;
|
|
|
+ position: relative;
|
|
|
}
|
|
|
@media screen and (max-width : 990px){
|
|
|
- body#body_report_skillup section#list div.monster div.skills div.skill{
|
|
|
+ body#body_report_skillup section.content div.monster div.skills div.skill{
|
|
|
font-size: 80%;
|
|
|
}
|
|
|
}
|
|
|
|
|
|
-body#body_report_skillup section#list div.monster div.skills div.skill img{
|
|
|
+body#body_report_skillup section.content div.monster div.skills div.skill img{
|
|
|
width: 3em;
|
|
|
height: 3em;
|
|
|
border: 0.1em solid #f2c920;
|
|
|
border-radius: 0.5em;
|
|
|
+ margin: auto;
|
|
|
+ display: block;
|
|
|
}
|
|
|
-body#body_report_skillup section#list div.monster div.skills div.skill span.skill_level{
|
|
|
+body#body_report_skillup section.content div.monster div.skills div.skill span.skill_level{
|
|
|
font-size: 110%;
|
|
|
position: relative;
|
|
|
- top: -2em;
|
|
|
+ top: -1.5em;
|
|
|
right: -0.5em;
|
|
|
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;
|
|
|
}
|
|
|
|
|
|
-body#body_report_skillup section#list div.monster div.skills div.skill span.skill_level.maxed{
|
|
|
+body#body_report_skillup section.content div.monster div.skills div.skill span.skill_level.maxed{
|
|
|
color: #f2c920;
|
|
|
}
|
|
|
|
|
|
-body#body_report_skillup section#list div.monster div.skills div.skill span.skill_name{
|
|
|
+body#body_report_skillup section.content div.monster 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.2em;
|
|
|
+ top: 3.2em;
|
|
|
+ display: block;
|
|
|
+ margin-top: -1.3em;
|
|
|
}
|
|
|
|
|
|
-body#body_report_skillup section#list div.monster table#skill_averages{
|
|
|
+body#body_report_skillup section.content div.monster table#skill_averages{
|
|
|
margin: auto auto auto 2em;
|
|
|
color: #ffffff;
|
|
|
display: inline-block;
|
|
|
@@ -277,7 +140,7 @@ body#body_report_skillup section#list div.monster table#skill_averages{
|
|
|
max-width: 30%;
|
|
|
}
|
|
|
@media screen and (max-width : 990px){
|
|
|
- body#body_report_skillup section#list div.monster table#skill_averages{
|
|
|
+ body#body_report_skillup section.content div.monster table#skill_averages{
|
|
|
display: block;
|
|
|
margin: auto;
|
|
|
font-size: 80%;
|
|
|
@@ -285,99 +148,45 @@ body#body_report_skillup section#list div.monster table#skill_averages{
|
|
|
|
|
|
}
|
|
|
|
|
|
-body#body_report_skillup section#list div.monster table#skill_averages td.title{
|
|
|
+body#body_report_skillup section.content div.monster table#skill_averages td.title{
|
|
|
text-align: right;
|
|
|
}
|
|
|
-body#body_report_skillup section#list div.monstertable#skill_averages td.value{
|
|
|
+body#body_report_skillup section.content div.monstertable#skill_averages td.value{
|
|
|
text-align: left;
|
|
|
padding-left: 1em;
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
-/* Rune upgrades reportpage */
|
|
|
-body#body_report_runeupgrade section#list{
|
|
|
- display: block;
|
|
|
- width: 98%;
|
|
|
- margin: auto;
|
|
|
- text-align: center;
|
|
|
-}
|
|
|
-@media screen and (max-width : 990px){
|
|
|
- body#body_report_runeupgrade section#list{
|
|
|
- width: 100%;
|
|
|
- }
|
|
|
-}
|
|
|
-
|
|
|
-body#body_report_runeupgrade section#list article{
|
|
|
- display: block;
|
|
|
- vertical-align: top;
|
|
|
- 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;
|
|
|
+body#body_report_runeupgrade section.content article{
|
|
|
+ text-align: left;
|
|
|
}
|
|
|
|
|
|
@media screen and (max-width : 990px){
|
|
|
- body#body_report_runeupgrade section#list article{
|
|
|
+ body#body_report_runeupgrade section.content article{
|
|
|
width: 95%;
|
|
|
max-width: 95%;
|
|
|
margin: 0.2em auto;
|
|
|
display: block;
|
|
|
}
|
|
|
}
|
|
|
-body#body_report_runeupgrade section#list article div.monster img#monster_image{
|
|
|
- max-width: 12em;
|
|
|
- max-height: 12em;
|
|
|
- border-style: solid;
|
|
|
- border-width: 0.3em;
|
|
|
- border-radius: 15%;
|
|
|
- display: inline-block;
|
|
|
+
|
|
|
+body#body_report_runeupgrade section.content article div.monster{
|
|
|
+ display:inline-block;
|
|
|
vertical-align: top;
|
|
|
- margin: 0 1.5em 1.5em 1.5em;
|
|
|
+ width: 10em;
|
|
|
+ max-width: 15%;
|
|
|
}
|
|
|
-body#body_report_runeupgrade section#list article div.monster div#details{
|
|
|
- display: inline-block;
|
|
|
+
|
|
|
+body#body_report_runeupgrade section.content article div.monster_runes{
|
|
|
+ display:inline-block;
|
|
|
vertical-align: top;
|
|
|
- text-align: center;
|
|
|
-}
|
|
|
-body#body_report_runeupgrade section#list article div.monster 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;
|
|
|
-}
|
|
|
-body#body_report_runeupgrade section#list article div.monster div#details span.stars{
|
|
|
- display: block;
|
|
|
-}
|
|
|
-body#body_report_runeupgrade section#list article div.monster div#details span.stars img.star{
|
|
|
- width: 1.5em;
|
|
|
- height: 1.5em;
|
|
|
- filter: drop-shadow(0 0 0.05em #ffffff);
|
|
|
- margin: -0.1em;
|
|
|
-}
|
|
|
-body#body_report_runeupgrade section#list article div.monster div#details span.level{
|
|
|
- color: #ffffff;
|
|
|
- display: block;
|
|
|
- text-shadow: 0 0 0.2em #000000, 0 0 0.2em #000000;
|
|
|
-}
|
|
|
-body#body_report_runeupgrade section#list article div.monster 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;
|
|
|
+ max-width: 80%;
|
|
|
}
|
|
|
|
|
|
-
|
|
|
-body#body_report_runeupgrade section#list article table.rune{
|
|
|
- /*max-width: 45%;*/
|
|
|
+body#body_report_runeupgrade section.content article div.monster_runes table.rune{
|
|
|
display: inline-block;
|
|
|
vertical-align: top;
|
|
|
- /*width: 7em;*/
|
|
|
border: 0.2em solid #000000;
|
|
|
margin: 0.5em;
|
|
|
position: relative;
|
|
|
@@ -386,117 +195,120 @@ body#body_report_runeupgrade section#list article table.rune{
|
|
|
border: 0.2em solid #f2c920;
|
|
|
border-radius: 0.5em;
|
|
|
padding: 0em;
|
|
|
- font-size: 70%;
|
|
|
+ font-size: 80%;
|
|
|
}
|
|
|
@media screen and (max-width : 990px){
|
|
|
- body#body_report_runeupgrade section#list article table.rune{
|
|
|
+ body#body_report_runeupgrade section.content article div.monster_runes table.rune{
|
|
|
width: 95%;
|
|
|
max-width: 95%;
|
|
|
}
|
|
|
}
|
|
|
-body#body_report_runeupgrade section#list article table.rune{
|
|
|
+body#body_report_runeupgrade section.content article div.monster_runes table.rune{
|
|
|
border-collapse: collapse;
|
|
|
}
|
|
|
|
|
|
-body#body_report_runeupgrade section#list article table.rune td.stats{
|
|
|
+body#body_report_runeupgrade section.content article div.monster_runes table.rune td.stats{
|
|
|
color: #ffffff;
|
|
|
}
|
|
|
|
|
|
-body#body_report_runeupgrade section#list article table.rune td.stats table{
|
|
|
+body#body_report_runeupgrade section.content article div.monster_runes table.rune td.stats table{
|
|
|
color: #ffffff;
|
|
|
font-size: 80%;
|
|
|
}
|
|
|
|
|
|
-body#body_report_runeupgrade section#list article table.rune td.stats table tr.main_stat{
|
|
|
+body#body_report_runeupgrade section.content article div.monster_runes table.rune td.stats table tr.main_stat{
|
|
|
font-weight: bold;
|
|
|
font-size: 110%;
|
|
|
}
|
|
|
|
|
|
-body#body_report_runeupgrade section#list article table.rune td.stats table tr.innate_stat{
|
|
|
+body#body_report_runeupgrade section.content article div.monster_runes table.rune td.stats table tr.innate_stat{
|
|
|
font-style: italic;
|
|
|
}
|
|
|
|
|
|
-body#body_report_runeupgrade section#list article table.rune td.stats table td.stat{
|
|
|
+body#body_report_runeupgrade section.content article div.monster_runes table.rune td.stats table td.stat{
|
|
|
text-align: right;
|
|
|
}
|
|
|
-body#body_report_runeupgrade section#list article table.rune td.stats table td.value{
|
|
|
+body#body_report_runeupgrade section.content article div.monster_runes table.rune td.stats table td.value{
|
|
|
text-align: left;
|
|
|
padding-left: 1em;
|
|
|
}
|
|
|
|
|
|
-body#body_report_runeupgrade section#list article table.rune td.stats table td.craft{
|
|
|
+body#body_report_runeupgrade section.content article div.monster_runes table.rune td.stats table td.craft{
|
|
|
color: #ff7700;
|
|
|
}
|
|
|
|
|
|
-body#body_report_runeupgrade section#list article table.rune td.details{
|
|
|
+body#body_report_runeupgrade section.content article div.monster_runes table.rune td.details{
|
|
|
color: #ffffff;
|
|
|
padding-left: 0.5em;
|
|
|
}
|
|
|
|
|
|
-body#body_report_runeupgrade section#list article table.rune td.details table.table_details{
|
|
|
+body#body_report_runeupgrade section.content article div.monster_runes table.rune td.details table.table_details{
|
|
|
font-size: 80%;
|
|
|
}
|
|
|
|
|
|
-body#body_report_runeupgrade section#list article table.rune td.details table.table_details td.title{
|
|
|
+body#body_report_runeupgrade section.content article div.monster_runes table.rune td.details table.table_details td.title{
|
|
|
text-align: right;
|
|
|
}
|
|
|
-body#body_report_runeupgrade section#list article table.rune td.details table.table_details td.value{
|
|
|
+body#body_report_runeupgrade section.content article div.monster_runes table.rune td.details table.table_details td.value{
|
|
|
text-align: left;
|
|
|
padding-left: 1em;
|
|
|
}
|
|
|
|
|
|
-body#body_report_runeupgrade section#list article table.rune td.details table.table_details span.quality{
|
|
|
+body#body_report_runeupgrade section.content article div.monster_runes 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;
|
|
|
+ display: block;
|
|
|
+ width: 5em;
|
|
|
}
|
|
|
|
|
|
-body#body_report_runeupgrade section#list article table.rune td.details table.table_details span.quality.quality_normal{
|
|
|
+body#body_report_runeupgrade section.content article div.monster_runes table.rune td.details table.table_details span.quality.quality_normal{
|
|
|
background-color: #cccccc;
|
|
|
}
|
|
|
|
|
|
-body#body_report_runeupgrade section#list article table.rune td.details table.table_details span.quality.quality_magic{
|
|
|
+body#body_report_runeupgrade section.content article div.monster_runes table.rune td.details table.table_details span.quality.quality_magic{
|
|
|
background-color: #55ff55;
|
|
|
}
|
|
|
|
|
|
-body#body_report_runeupgrade section#list article table.rune td.details table.table_details span.quality.quality_rare{
|
|
|
+body#body_report_runeupgrade section.content article div.monster_runes table.rune td.details table.table_details span.quality.quality_rare{
|
|
|
background-color: #15c6e1;
|
|
|
}
|
|
|
|
|
|
-body#body_report_runeupgrade section#list article table.rune td.details table.table_details span.quality.quality_hero{
|
|
|
+body#body_report_runeupgrade section.content article div.monster_runes table.rune td.details table.table_details span.quality.quality_hero{
|
|
|
background-color: #ad7fa8;
|
|
|
}
|
|
|
|
|
|
-body#body_report_runeupgrade section#list article table.rune td.details table.table_details span.quality.quality_legend{
|
|
|
+body#body_report_runeupgrade section.content article div.monster_runes table.rune td.details table.table_details span.quality.quality_legend{
|
|
|
background-color: #f57900;
|
|
|
}
|
|
|
|
|
|
-body#body_report_runeupgrade section#list article table.rune td.details{
|
|
|
+body#body_report_runeupgrade section.content article div.monster_runes table.rune td.details{
|
|
|
color: #ffffff;
|
|
|
padding-left: 0.5em;
|
|
|
}
|
|
|
|
|
|
-body#body_report_runeupgrade section#list article div.alternatives{
|
|
|
+body#body_report_runeupgrade section.content article div.monster_runes div.alternatives{
|
|
|
padding-bottom: 1em;
|
|
|
margin-top: -2em;
|
|
|
margin-left: 2.5em;
|
|
|
+ margin-bottom: 1em;
|
|
|
padding-left: 1em;
|
|
|
padding-bottom: 1em;
|
|
|
border-left: 0.3em solid #ffffff;
|
|
|
border-bottom: 0.3em solid #ffffff;
|
|
|
padding-top: 2em;
|
|
|
border-bottom-left-radius: 1em;
|
|
|
- font-size: 50%;
|
|
|
+ border-bottom-right-radius: 1em;
|
|
|
+ font-size: 70%;
|
|
|
+ background: linear-gradient(47deg, rgba(255,255,255,0.7) 0%, rgba(255,255,255,0) 50%);
|
|
|
}
|
|
|
|
|
|
-body#body_report_runeupgrade section#list article div.alternatives table.alternative{
|
|
|
- /*max-width: 45%;*/
|
|
|
+body#body_report_runeupgrade section.content article div.monster_runes div.alternatives table.alternative{
|
|
|
display: inline-block;
|
|
|
vertical-align: top;
|
|
|
- /*width: 7em;*/
|
|
|
border: 0.2em solid #000000;
|
|
|
margin: 0.5em 2em 0.5em 0.5em;
|
|
|
position: relative;
|
|
|
@@ -505,94 +317,97 @@ body#body_report_runeupgrade section#list article div.alternatives table.alterna
|
|
|
border: 0.2em solid #f2c920;
|
|
|
border-radius: 0.5em;
|
|
|
padding: 0em;
|
|
|
+ max-width: 90%;
|
|
|
}
|
|
|
@media screen and (max-width : 990px){
|
|
|
- body#body_report_runeupgrade section#list article div.alternatives table.alternative{
|
|
|
+ body#body_report_runeupgrade section.content article div.monster_runes div.alternatives table.alternative{
|
|
|
width: 95%;
|
|
|
max-width: 95%;
|
|
|
}
|
|
|
}
|
|
|
-body#body_report_runeupgrade section#list article div.alternatives table.alternative{
|
|
|
+body#body_report_runeupgrade section.content article div.monster_runes div.alternatives table.alternative{
|
|
|
border-collapse: collapse;
|
|
|
}
|
|
|
|
|
|
-body#body_report_runeupgrade section#list article div.alternatives table.alternative td.stats{
|
|
|
+body#body_report_runeupgrade section.content article div.monster_runes div.alternatives table.alternative td.stats{
|
|
|
color: #ffffff;
|
|
|
}
|
|
|
|
|
|
-body#body_report_runeupgrade section#list article div.alternatives table.alternative td.stats table{
|
|
|
+body#body_report_runeupgrade section.content article div.monster_runes div.alternatives table.alternative td.stats table{
|
|
|
color: #ffffff;
|
|
|
font-size: 80%;
|
|
|
}
|
|
|
|
|
|
-body#body_report_runeupgrade section#list article div.alternatives table.alternative td.stats table tr.main_stat{
|
|
|
+body#body_report_runeupgrade section.content article div.monster_runes div.alternatives table.alternative td.stats table tr.main_stat{
|
|
|
font-weight: bold;
|
|
|
font-size: 110%;
|
|
|
}
|
|
|
|
|
|
-body#body_report_runeupgrade section#list article div.alternatives table.alternative td.stats table tr.innate_stat{
|
|
|
+body#body_report_runeupgrade section.content article div.monster_runes div.alternatives table.alternative td.stats table tr.innate_stat{
|
|
|
font-style: italic;
|
|
|
}
|
|
|
|
|
|
-body#body_report_runeupgrade section#list article div.alternatives table.alternative td.stats table td.stat{
|
|
|
+body#body_report_runeupgrade section.content article div.monster_runes div.alternatives table.alternative td.stats table td.stat{
|
|
|
text-align: right;
|
|
|
}
|
|
|
-body#body_report_runeupgrade section#list article div.alternatives table.alternative td.stats table td.value{
|
|
|
+body#body_report_runeupgrade section.content article div.monster_runes div.alternatives table.alternative td.stats table td.value{
|
|
|
text-align: left;
|
|
|
padding-left: 1em;
|
|
|
}
|
|
|
|
|
|
-body#body_report_runeupgrade section#list article div.alternatives table.alternative td.stats table td.craft{
|
|
|
+body#body_report_runeupgrade section.content article div.monster_runes div.alternatives table.alternative td.stats table td.craft{
|
|
|
color: #ff7700;
|
|
|
}
|
|
|
|
|
|
-body#body_report_runeupgrade section#list article div.alternatives table.alternative td.details{
|
|
|
+body#body_report_runeupgrade section.content article div.monster_runes div.alternatives table.alternative td.details{
|
|
|
color: #ffffff;
|
|
|
padding-left: 0.5em;
|
|
|
}
|
|
|
|
|
|
-body#body_report_runeupgrade section#list article div.alternatives table.alternative td.details table.table_details{
|
|
|
+body#body_report_runeupgrade section.content article div.monster_runes div.alternatives table.alternative td.details table.table_details{
|
|
|
font-size: 80%;
|
|
|
}
|
|
|
|
|
|
-body#body_report_runeupgrade section#list article div.alternatives table.alternative td.details table.table_details td.title{
|
|
|
+body#body_report_runeupgrade section.content article div.monster_runes div.alternatives table.alternative td.details table.table_details td.title{
|
|
|
text-align: right;
|
|
|
}
|
|
|
-body#body_report_runeupgrade section#list article div.alternatives table.alternative td.details table.table_details td.value{
|
|
|
+body#body_report_runeupgrade section.content article div.monster_runes div.alternatives table.alternative td.details table.table_details td.value{
|
|
|
text-align: left;
|
|
|
padding-left: 1em;
|
|
|
}
|
|
|
|
|
|
-body#body_report_runeupgrade section#list article div.alternatives table.alternative td.details table.table_details span.quality{
|
|
|
+body#body_report_runeupgrade section.content article div.monster_runes div.alternatives table.alternative 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;
|
|
|
+ display: block;
|
|
|
+ width: 5em;
|
|
|
}
|
|
|
|
|
|
-body#body_report_runeupgrade section#list article div.alternatives table.alternative td.details table.table_details span.quality.quality_normal{
|
|
|
+body#body_report_runeupgrade section.content article div.monster_runes div.alternatives table.alternative td.details table.table_details span.quality.quality_normal{
|
|
|
background-color: #cccccc;
|
|
|
}
|
|
|
|
|
|
-body#body_report_runeupgrade section#list article div.alternatives table.alternative td.details table.table_details span.quality.quality_magic{
|
|
|
+body#body_report_runeupgrade section.content article div.monster_runes div.alternatives table.alternative td.details table.table_details span.quality.quality_magic{
|
|
|
background-color: #55ff55;
|
|
|
}
|
|
|
|
|
|
-body#body_report_runeupgrade section#list article div.alternatives table.alternative td.details table.table_details span.quality.quality_rare{
|
|
|
+body#body_report_runeupgrade section.content article div.monster_runes div.alternatives table.alternative td.details table.table_details span.quality.quality_rare{
|
|
|
background-color: #15c6e1;
|
|
|
}
|
|
|
|
|
|
-body#body_report_runeupgrade section#list article div.alternatives table.alternative td.details table.table_details span.quality.quality_hero{
|
|
|
+body#body_report_runeupgrade section.content article div.monster_runes div.alternatives table.alternative td.details table.table_details span.quality.quality_hero{
|
|
|
background-color: #ad7fa8;
|
|
|
}
|
|
|
|
|
|
-body#body_report_runeupgrade section#list article div.alternatives table.alternative td.details table.table_details span.quality.quality_legend{
|
|
|
+body#body_report_runeupgrade section.content article div.monster_runes div.alternatives table.alternative td.details table.table_details span.quality.quality_legend{
|
|
|
background-color: #f57900;
|
|
|
}
|
|
|
|
|
|
-body#body_report_runeupgrade section#list article div.alternatives table.alternative td.details{
|
|
|
+body#body_report_runeupgrade section.content article div.monster_runes div.alternatives table.alternative td.details{
|
|
|
color: #ffffff;
|
|
|
padding-left: 0.5em;
|
|
|
}
|