Шаблон:ІнфобоксПерсонаж/styles.css: відмінності між версіями
Матеріал зі «Світу Льоду й Полум’я» — українська вікі
Більше дій
Немає опису редагування |
Немає опису редагування |
||
| Рядок 11: | Рядок 11: | ||
} | } | ||
.charbox-image { | .charbox-image { | ||
position: relative; | position: relative; | ||
line-height: 0; | line-height: 0; | ||
} | } | ||
| Рядок 32: | Рядок 22: | ||
} | } | ||
.charbox-emblem { | .charbox-emblem { | ||
position: absolute; | position: absolute; | ||
| Рядок 41: | Рядок 30: | ||
} | } | ||
.charbox-title { | .charbox-title { | ||
background: #2f5f87; | background: #2f5f87; | ||
| Рядок 50: | Рядок 38: | ||
} | } | ||
.charbox-content { | .charbox-content { | ||
padding: 14px; | padding: 14px; | ||
Версія за 19:46, 24 лютого 2026
.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);
}