战斗员图鉴/个/小:修订间差异
来自卡厄思梦境WIKI
小无编辑摘要 标签:手工回退 |
无编辑摘要 |
||
| 第1行: | 第1行: | ||
<div class="avatar-frame" style="margin: 2px;">[[File:face_character_{{{1|}}}.png|link=]]<div class="avatar-name">{{{2|}}}</div></div> | <div class="avatar-frame" style="margin: 2px;">[[File:face_character_{{{1|}}}.png|link=]]<div class="avatar-name">{{{2|}}}</div></div> | ||
{{#css: | |||
.avatar-frame { | |||
position: relative; | |||
display: inline-block; | |||
vertical-align: top; | |||
border: 3px solid #ccc; | |||
border-radius: 5px; | |||
overflow: hidden; | |||
box-shadow: 0 2px 5px rgba(0,0,0,0.1); | |||
background: #f5f5f5; | |||
} | |||
.avatar-frame img { | |||
display: block; | |||
width: 100px; | |||
height: 100px; | |||
object-fit: cover; | |||
} | |||
.avatar-name { | |||
position: absolute; | |||
left: 0; | |||
bottom: 0; | |||
padding: 2px 8px; | |||
color: white; | |||
font-size: 12px; | |||
font-weight: bold; | |||
text-shadow: 0 0 2px black, 0 0 2px black; | |||
white-space: nowrap; | |||
max-width: 100%; | |||
overflow: hidden; | |||
text-overflow: ellipsis; | |||
border-top-right-radius: 3px; | |||
} | |||
}} | |||