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