MediaWiki: Common.css: відмінності між версіями
Матеріал з apidocs
Створена сторінка: →* Розміщений тут 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; } |
Немає опису редагування Мітка: Скасовано |
||
Рядок 8: | Рядок 8: | ||
#searchform { | #searchform { | ||
display: none !important; | display: none !important; | ||
} | |||
/* Move right sidebar to left */ | |||
.toc-container { | |||
float: left !important; | |||
} | |||
.content-container { | |||
margin-left: 15em !important; | |||
margin-right: 0 !important; | |||
} | } |
Версія за 07:05, 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;
}
/* Move right sidebar to left */
.toc-container {
float: left !important;
}
.content-container {
margin-left: 15em !important;
margin-right: 0 !important;
}