Template:ItemInfoBox/styles.css:修订间差异
来自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...") |
无编辑摘要 |
||
第17行: | 第17行: | ||
} | } | ||
.item-infobox .heading { | .item-infobox .heading { | ||
font-size: 1.2em; | 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 em { | .item-infobox em { | ||
font-style: normal; | font-style: normal; | ||
} | } |
2022年7月10日 (日) 16:16的版本
.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 em { font-style: normal; }