MediaWiki: Common.css: відмінності між версіями
Матеріал з apidocs
Немає опису редагування Мітка: Скасовано |
Немає опису редагування Мітка: Скасовано |
||
Рядок 10: | Рядок 10: | ||
} | } | ||
#toc { | |||
# | float: right; | ||
position: | position: fixed; | ||
top: 150px; | |||
right: 2em; | |||
width: | 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 */ | |||
} | } |
Версія за 07:59, 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;
}
#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 */
}