模板:武器图鉴/立绘:修订间差异
无编辑摘要 |
无编辑摘要 |
||
第1行: | 第1行: | ||
<includeonly><h2> {{#var:武器名称国服}} {{#var:武器名称日服}} 音擎 </h2> | <includeonly><h2> {{#var:武器名称国服}} {{#var:武器名称日服}} 音擎 </h2> | ||
<center> | <center> | ||
<div class="item-container"> | <div class="weapon-item-container"> | ||
[[{{#if: {{{武器立绘|}}} | {{{武器立绘}}} | File:{{#var:武器名称}}.png}}|center|class=item-image|alt=Shark Head Item]] | [[{{#if: {{{武器立绘|}}} | {{{武器立绘}}} | File:{{#var:武器名称}}.png}}|center|class=weapon-item-image|alt=Shark Head Item]] | ||
<div class="item-highlight"></div> | <div class="weapon-item-highlight"></div> | ||
</div> | </div> | ||
</center> | </center> | ||
第9行: | 第9行: | ||
{{#CSS: | {{#CSS: | ||
.item-container { | .weapon-item-container { | ||
width: 156px; | width: 156px; | ||
height: 150px; | height: 150px; | ||
第21行: | 第21行: | ||
} | } | ||
.item-image { | .weapon-item-image { | ||
width: 90%; | width: 90%; | ||
height: auto; | height: auto; | ||
第27行: | 第27行: | ||
} | } | ||
.item-highlight { | .weapon-item-highlight { | ||
position: absolute; | position: absolute; | ||
bottom: 0; | bottom: 0; |