MediaWiki:Common.css: Difference between revisions
Appearance
Auto-created: Hide SMW purge button |
Add sitenotice link styling |
||
| Line 13: | Line 13: | ||
#vector-page-tools-dropdown { | #vector-page-tools-dropdown { | ||
display: none !important; | display: none !important; | ||
} | |||
/* Site notice banner — make links visible on dark background */ | |||
#siteNotice a { | |||
color: #90CAF9; | |||
text-decoration: underline; | |||
} | |||
#siteNotice a:hover { | |||
color: #BBDEFB; | |||
} | } | ||
Latest revision as of 10:55, 26 February 2026
/* Hide Semantic MediaWiki purge button */
.smw-purge {
display: none !important;
}
/* Hide SMW entity examiner / vertical bar loader (the ||| icon) */
.smw-indicator-vertical-bar-loader,
.smw-entity-examiner {
display: none !important;
}
/* Hide Vector 2022 page tools dropdown */
#vector-page-tools-dropdown {
display: none !important;
}
/* Site notice banner — make links visible on dark background */
#siteNotice a {
color: #90CAF9;
text-decoration: underline;
}
#siteNotice a:hover {
color: #BBDEFB;
}