Шаблон:ІнфобоксПерсонаж/styles.css: відмінності між версіями
Матеріал зі «Світу Льоду й Полум’я» — українська вікі
Більше дій
Немає опису редагування |
Немає опису редагування |
||
| Рядок 1: | Рядок 1: | ||
.charbox { | .charbox { | ||
width: 340px; | width: 340px; | ||
float: right; | float: right; | ||
margin-left: 20px; | margin-left: 20px; | ||
| Рядок 6: | Рядок 6: | ||
border-radius: 12px; | border-radius: 12px; | ||
overflow: hidden; | overflow: hidden; | ||
box-shadow: 0 | box-shadow: 0 6px 16px rgba(0,0,0,.3); | ||
color: white; | color: white; | ||
font-size: 14px; | font-size: 14px; | ||
| Рядок 14: | Рядок 14: | ||
.charbox-image { | .charbox-image { | ||
position: relative; | position: relative; | ||
line-height: 0; | line-height: 0; | ||
} | } | ||
/* | /* Ламаємо thumb контейнер */ | ||
.charbox-image | .charbox-image .thumb, | ||
.charbox-image . | .charbox-image .thumbinner { | ||
width: 100% !important; | width: 100% !important; | ||
margin: 0 !important; | |||
padding: 0 !important; | |||
border: 0 !important; | |||
} | } | ||
.charbox-image img { | |||
.charbox-image | width: 100% !important; | ||
height: auto !important; | |||
display: block; | display: block; | ||
} | } | ||
| Рядок 48: | Рядок 37: | ||
bottom: 10px; | bottom: 10px; | ||
right: 10px; | right: 10px; | ||
width: 70px; | width: 70px; | ||
z-index: 3; | z-index: 3; | ||
} | } | ||
| Рядок 57: | Рядок 46: | ||
text-align: center; | text-align: center; | ||
padding: 12px; | padding: 12px; | ||
font-size: 18px; | font-size: 18px; | ||
font-weight: 600; | font-weight: 600; | ||
} | } | ||
Версія за 19:43, 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;
}
/* Ламаємо thumb контейнер */
.charbox-image .thumb,
.charbox-image .thumbinner {
width: 100% !important;
margin: 0 !important;
padding: 0 !important;
border: 0 !important;
}
.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);
}