Переключити меню
Toggle preferences menu
Переключити особисте меню
Ви не увійшли до системи
Ваша IP-адреса буде публічно видима, якщо Ви внесете будь-які редагування.
Немає опису редагування
Мітка: Скасовано
Немає опису редагування
 
(Не показано 9 проміжних версій цього користувача)
Рядок 42: Рядок 42:
}
}


/* НОВИНИ: прибрати рамки/inline-розміри і розтягнути thumb на всю картку */
.news-grid{
.page-Новини .mw-gallery {
display:grid;
  display: grid !important;
grid-template-columns:repeat(auto-fill,260px);
  grid-template-columns: repeat(auto-fill, minmax(260px, 260px));
gap:20px;
  gap: 20px;
  justify-content: start;
}
}


.page-Новини .mw-gallery .gallerybox {
.news-img{
  width: 260px !important;
width:100%;
height:160px;
object-fit:cover;
border-radius:10px;
}
}


.page-Новини .mw-gallery .gallerybox .thumb,
.news-title{
.page-Новини .mw-gallery .gallerybox .thumbinner {
font-weight:600;
  width: 100% !important;     /* перебиває inline width */
margin-top:8px;
  max-width: 100% !important;
  border: 0 !important;
  background: transparent !important;
  padding: 0 !important;
}
}


.page-Новини .mw-gallery .gallerybox .thumb img,
.news-date{
.page-Новини .mw-gallery .gallerybox img.thumbimage {
font-size:12px;
  width: 100% !important;
opacity:.7;
  height: 160px !important;
margin-top:4px;
  object-fit: cover;
}
  border-radius: 12px;
 
  display: block;
/* приховати службові категорії DPL */
a[href="/wiki/Категорія:Pages_using_DynamicPageList4"],
a[href="/wiki/Категорія:Pages_using_DynamicPageList4_Intersection_parser_tag"] {
display:none !important;
}
 
/* прибрати категорії з головної */
.page-Головна_сторінка .catlinks {
display:none !important;
}
 
/* прибрати категорії зі сторінки новин */
.page-Новини .catlinks {
display:none !important;
}
}

Поточна версія на 16:50, 5 березня 2026

/* Прибрати блок "Остання зміна" */
#footer-info-lastmod {
    display: none !important;
}

/* Прибрати авторські права */
#footer-info-copyright {
    display: none !important;
}

/* Якщо Citizen рендерить все через footer-info */
#footer-info {
    display: none !important;
}

:root {
    --citizen-accent-color: #bfa14a; /* золото */
    --citizen-background-color: #0d0e12;
}

/* Ховаємо текст */
#n-donate a {
    font-size: 0;
    position: relative;
    display: block;
    width: 40px;
    height: 40px;
}

/* Малюємо іконку */
#n-donate a::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 22px;
    height: 22px;
    transform: translate(-50%, -50%);
    background-image: url("https://graprestoliv.com.ua/images/5/53/Free-icon-donate-931171.png");
    background-size: contain;
    background-repeat: no-repeat;
}

.news-grid{
display:grid;
grid-template-columns:repeat(auto-fill,260px);
gap:20px;
}

.news-img{
width:100%;
height:160px;
object-fit:cover;
border-radius:10px;
}

.news-title{
font-weight:600;
margin-top:8px;
}

.news-date{
font-size:12px;
opacity:.7;
margin-top:4px;
}

/* приховати службові категорії DPL */
a[href="/wiki/Категорія:Pages_using_DynamicPageList4"],
a[href="/wiki/Категорія:Pages_using_DynamicPageList4_Intersection_parser_tag"] {
display:none !important;
}

/* прибрати категорії з головної */
.page-Головна_сторінка .catlinks {
display:none !important;
}

/* прибрати категорії зі сторінки новин */
.page-Новини .catlinks {
display:none !important;
}