MediaWiki: Common.css: відмінності між версіями

Матеріал з apidocs
Перейти до: навігація, пошук
Немає опису редагування
Мітка: Скасовано
Немає опису редагування
Мітка: Ручний відкіт
 
(Не показано 9 проміжних версій цього користувача)
Рядок 8: Рядок 8:
#searchform {
#searchform {
     display: none !important;
     display: none !important;
}
/* Vector 2022 / Flexbox swap TOC from right to left */
.vector-main-container {
    display: flex !important;
    flex-direction: row-reverse !important; /* swap left/right columns */
}
/* Optional: adjust margins so text doesn't crash into TOC */
.vector-main-content {
    margin-left: 1em !important;
    margin-right: 0 !important;
}
}

Поточна версія на 08:04, 15 серпня 2025

/** Розміщений тут CSS буде застосовуватися до всіх тем оформлення */
/* Hide search form in the sidebar */
#p-search {
    display: none !important;
}

/* Hide the search box in the Vector skin top-right */
#searchform {
    display: none !important;
}