Template:ItemInfoBox/styles.css: Difference between revisions
From Ymirheim Wiki
m (Protected "Template:ItemInfoBox/styles.css" ([Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite))) |
No edit summary |
||
(One intermediate revision by the same user not shown) | |||
Line 1: | Line 1: | ||
.item-infobox img { | .item-infobox img { | ||
float: left; | float: left; | ||
Line 18: | Line 6: | ||
.item-infobox .heading { | .item-infobox .heading { | ||
font-size: 1.2em; | font-size: 1.2em; | ||
text-align: left; | |||
font-weight: normal; | |||
} | } | ||
.item-infobox .heading.grade-1 { | .item-infobox .heading.grade-1 { |
Latest revision as of 08:42, 9 July 2024
.item-infobox img {
float: left;
margin: 0 5px 0 0;
}
.item-infobox .heading {
font-size: 1.2em;
text-align: left;
font-weight: normal;
}
.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;
}