MediaWiki:Common.css: Difference between revisions
Appearance
No edit summary |
No edit summary |
||
| Line 2: | Line 2: | ||
@import url("https://fonts.googleapis.com/css2?family=Material+Symbols+Rounded:FILL@0..1"); | @import url("https://fonts.googleapis.com/css2?family=Material+Symbols+Rounded:FILL@0..1"); | ||
/* Destacar a página atual no menu lateral - Vector 2022 */ | |||
.vector-main-menu-content .mw-list-item a[href*="/index.php?title="].selected span, | |||
.vector-main-menu-content .mw-list-item.mw-list-item-js-active span, | |||
.vector-main-menu-content .active span { | |||
font-weight: bold !important; | |||
color: #000 !important; | |||
} | |||
/* Seletor específico para quando o link é exatamente a página aberta */ | |||
.vector-main-menu-content .mw-list-item a.mw-selflink span { | |||
font-weight: bold !important; | |||
color: #000 !important; | |||
} | |||