Template:ItemInfoBox/styles.css: Difference between revisions
From Ymirheim Wiki
(Created page with ".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-sha...") |
No edit summary |
||
(4 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
.item-infobox img { | .item-infobox img { | ||
float: left; | float: left; | ||
Line 17: | Line 5: | ||
} | } | ||
.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 { | |||
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 { | .item-infobox em { | ||
font-style: normal; | font-style: normal; | ||
} | } |
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; }