Шаблон:ІнфобоксПерсонаж/styles.css
Матеріал зі «Світу Льоду й Полум’я» — українська вікі
Більше дій
.charbox {
width: 340px;
float: right;
margin-left: 20px;
background: #0e1b27;
border-radius: 12px;
overflow: hidden;
box-shadow: 0 6px 16px rgba(0,0,0,.3);
color: white;
font-size: 14px;
}
.charbox-image {
position: relative;
line-height: 0;
}
.charbox-image img {
width: 100% !important;
height: auto !important;
display: block;
}
.charbox-emblem {
position: absolute;
bottom: 10px;
right: 10px;
width: 70px;
z-index: 3;
}
.charbox-title {
background: #2f5f87;
text-align: center;
padding: 12px;
font-size: 18px;
font-weight: 600;
}
.charbox-content {
padding: 14px;
}
.charbox-content div {
padding: 6px 0;
border-top: 1px solid rgba(255,255,255,.08);
}