Template:ItemInfoBox/styles.css: Difference between revisions
From Ymirheim Wiki
No edit summary |
No edit summary |
||
Line 36: | Line 36: | ||
.item-infobox .heading.grade-6 { | .item-infobox .heading.grade-6 { | ||
color: #ffa304; | color: #ffa304; | ||
} | |||
.item-infobox .item-type { | |||
text-align: right; | |||
} | } | ||
.item-infobox em { | .item-infobox em { | ||
font-style: normal; | font-style: normal; | ||
} | } |
Revision as of 16:24, 10 July 2022
.item-infobox {
float: right;
position: relative;
width: 300px;
background: rgba(0, 0, 0, 0.8);
font-size: 0.923em;
border: 1px solid #FFF;
border-radius: 5px;
box-shadow: 0 0 5px black;
margin: 0 0 1em 1em;
padding: 5px;
color: #FFF;
}
.item-infobox img {
float: left;
margin: 0 5px 0 0;
}
.item-infobox .heading {
font-size: 1.2em;
}
.item-infobox .heading.grade-1 {
color: #9d9d9d;
}
.item-infobox .heading.grade-2 {
color: #ffffff;
}
.item-infobox .heading.grade-3 {
color: #80ff00;
}
.item-infobox .heading.grade-4 {
color: #3f96ff;
}
.item-infobox .heading.grade-5 {
color: #984bff;
}
.item-infobox .heading.grade-6 {
color: #ffa304;
}
.item-infobox .item-type {
text-align: right;
}
.item-infobox em {
font-style: normal;
}