Переключити меню
Toggle preferences menu
Переключити особисте меню
Ви не увійшли до системи
Ваша IP-адреса буде публічно видима, якщо Ви внесете будь-які редагування.

Шаблон:ІнфобоксПерсонаж/styles.css: відмінності між версіями

Матеріал зі «Світу Льоду й Полум’я» — українська вікі
Немає опису редагування
Немає опису редагування
 
(Не показані 3 проміжні версії цього користувача)
Рядок 1: Рядок 1:
.charbox {
.charbox {
   width: 260px; /* було 340 */
   width: 300px;
   float: right;
   float: right;
   margin-left: 18px;
   margin-left: 18px;
Рядок 9: Рядок 9:
   color: white;
   color: white;
   font-size: 13px;
   font-size: 13px;
}
/* Типи інфобоксів */
.charbox-person { background: #1f2d3a; }
.charbox-location { background: #243447; }
.charbox-house { background: #5a1e1e; }
.charbox-event { background: #2f3f2f; }
.charbox-org { background: #2e2642; }
.charbox-artifact { background: #3a2f1e; }
.charbox-battle { background: #3b1f1f; }
/* Мобільна адаптація */
@media (max-width: 768px) {
  .charbox {
    float: none;
    width: 100%;
    max-width: 420px;
    margin: 20px auto;
  }
}
}


Рядок 32: Рядок 51:
}
}


/* Синя зона з ім’ям */
/* Заголовок */
.charbox-title {
.charbox-title {
   background: #2f5f87;
   background: rgba(0,0,0,.35);
   text-align: center;
   text-align: center;
   padding: 8px;
   padding: 8px;
   font-size: 18px; /* залишаємо як є */
   font-size: 18px;
   font-weight: 600;
   font-weight: 600;
}
}

Поточна версія на 21:38, 24 лютого 2026

.charbox {
  width: 300px;
  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-person { background: #1f2d3a; }
.charbox-location { background: #243447; }
.charbox-house { background: #5a1e1e; }
.charbox-event { background: #2f3f2f; }
.charbox-org { background: #2e2642; }
.charbox-artifact { background: #3a2f1e; }
.charbox-battle { background: #3b1f1f; }

/* Мобільна адаптація */
@media (max-width: 768px) {
  .charbox {
    float: none;
    width: 100%;
    max-width: 420px;
    margin: 20px auto;
  }
}

/* Фото */
.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: rgba(0,0,0,.35);
  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);
}