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

Матеріал з apidocs
Перейти до: навігація, пошук
Немає опису редагування
Мітка: Скасовано
Немає опису редагування
Мітка: Ручний відкіт
 
Рядок 8: Рядок 8:
#searchform {
#searchform {
     display: none !important;
     display: none !important;
}
#toc {
    float: right;
    position: fixed;
    top: 150px;
    right: 2em;
    width: 20em;
    margin: 0 0 1em 1em;
}
#mw-content-text {
    padding-right: 22em; /* Adjust this to make sure your content doesn't go under the TOC */
}
}

Поточна версія на 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;
}