MediaWiki:Timeless.css: различия между версиями
Материал из Румайн-вики
Dedepete (обсуждение | вклад) (Новая страница: «→All CSS here will be loaded for users of the Timeless skin: →Некликабельные надписи в меню: .sidebar-inner [id^="n-sidebar-label-"] a { pointer-events: none; border-radius: 0; color: var(--navbox-category-color) !important; } .sidebar-inner [id^="n-sidebar-leftlabel-"] a { pointer-events: none; border-radius: 0; color: var(--navbox-category-color) !important; } /* Коллапсировать всё о...») |
Dedepete (обсуждение | вклад) Нет описания правки |
||
Строка 2: | Строка 2: | ||
/* Некликабельные надписи в меню */ | /* Некликабельные надписи в меню */ | ||
.sidebar-inner [id^="n-sidebar-label-"] a | .sidebar-inner [id^="n-sidebar-label-"] a, | ||
.sidebar-inner [id^="n-sidebar-leftlabel-"] a { | .sidebar-inner [id^="n-sidebar-leftlabel-"] a { | ||
pointer-events: none; | pointer-events: none; | ||
border-radius: 0; | border-radius: 0; | ||
color: var(-- | color: var( --color-base--subtle ) !important; | ||
} | } | ||
Строка 19: | Строка 14: | ||
} | } | ||
/* | /* ...и в псевдо-after задать нужный контент */ | ||
.sidebar-inner [id="n-/"] a:before { | .sidebar-inner [id="n-/"] a:before { | ||
content: "Главная"; | content: "Главная"; |
Текущая версия от 12:24, 23 октября 2024
/* All CSS here will be loaded for users of the Timeless skin */
/* Некликабельные надписи в меню */
.sidebar-inner [id^="n-sidebar-label-"] a,
.sidebar-inner [id^="n-sidebar-leftlabel-"] a {
pointer-events: none;
border-radius: 0;
color: var( --color-base--subtle ) !important;
}
/* Коллапсировать всё основное содержимое... */
.sidebar-inner [id^="n-/"] a span {
visibility: collapse;
}
/* ...и в псевдо-after задать нужный контент */
.sidebar-inner [id="n-/"] a:before {
content: "Главная";
}
.sidebar-inner [id="n-/forum"] a:before {
content: "Форум";
}