Шаблон:ІнфобоксПерсонаж/styles.css: відмінності між версіями
Матеріал зі «Світу Льоду й Полум’я» — українська вікі
Більше дій
Немає опису редагування |
Немає опису редагування |
||
| Рядок 1: | Рядок 1: | ||
.charbox { | .charbox { | ||
width: | width: 260px; /* було 340 */ | ||
float: right; | float: right; | ||
margin-left: | margin-left: 18px; | ||
background: #0e1b27; | background: #0e1b27; | ||
border-radius: | border-radius: 10px; | ||
overflow: hidden; | overflow: hidden; | ||
box-shadow: 0 | box-shadow: 0 4px 12px rgba(0,0,0,.25); | ||
color: white; | color: white; | ||
font-size: | font-size: 13px; | ||
} | } | ||
/* Фото */ | |||
.charbox-image { | .charbox-image { | ||
position: relative; | position: relative; | ||
| Рядок 22: | Рядок 23: | ||
} | } | ||
/* Герб */ | |||
.charbox-emblem { | .charbox-emblem { | ||
position: absolute; | position: absolute; | ||
bottom: | bottom: 8px; | ||
right: | right: 8px; | ||
width: | width: 55px; | ||
z-index: 3; | z-index: 3; | ||
} | } | ||
/* Синя зона з ім’ям */ | |||
.charbox-title { | .charbox-title { | ||
background: #2f5f87; | background: #2f5f87; | ||
text-align: center; | text-align: center; | ||
padding: | padding: 8px; | ||
font-size: 18px; | font-size: 18px; /* залишаємо як є */ | ||
font-weight: 600; | font-weight: 600; | ||
} | } | ||
/* Контент */ | |||
.charbox-content { | .charbox-content { | ||
padding: | padding: 10px; | ||
} | } | ||
.charbox-content div { | .charbox-content div { | ||
padding: | padding: 5px 0; | ||
border-top: 1px solid rgba(255,255,255,.08); | border-top: 1px solid rgba(255,255,255,.08); | ||
} | } | ||
Версія за 19:51, 24 лютого 2026
.charbox {
width: 260px; /* було 340 */
float: right;
margin-left: 18px;
background: #0e1b27;
border-radius: 10px;
overflow: hidden;
box-shadow: 0 4px 12px rgba(0,0,0,.25);
color: white;
font-size: 13px;
}
/* Фото */
.charbox-image {
position: relative;
line-height: 0;
}
.charbox-image img {
width: 100% !important;
height: auto !important;
display: block;
}
/* Герб */
.charbox-emblem {
position: absolute;
bottom: 8px;
right: 8px;
width: 55px;
z-index: 3;
}
/* Синя зона з ім’ям */
.charbox-title {
background: #2f5f87;
text-align: center;
padding: 8px;
font-size: 18px; /* залишаємо як є */
font-weight: 600;
}
/* Контент */
.charbox-content {
padding: 10px;
}
.charbox-content div {
padding: 5px 0;
border-top: 1px solid rgba(255,255,255,.08);
}