MediaWiki:Minerva.css: Difference between revisions
No edit summary |
No edit summary |
||
| Line 17: | Line 17: | ||
body.not-logged-in #p-personal { | body.not-logged-in #p-personal { | ||
display: none; | display: none; | ||
} | |||
/* Hide the Random page link in the hamburger menu */ | |||
.menu ul li a.mw-ui-icon-minerva-die, | |||
.menu ul li a.mw-ui-icon-minerva-random { | |||
display: none !important; | |||
} | |||
/* Hide the 'Nearby' link if it appears */ | |||
.menu ul li a.mw-ui-icon-minerva-mapPin { | |||
display: none !important; | |||
} | } | ||
Revision as of 14:48, 18 December 2025
/* All CSS here will be loaded for users of the MinervaNeue skin */
.skin-minerva .header-container,
.skin-minerva .header-chrome {
background-color: #77d0ff !important; /* Set background to red */
border: none !important; /* Remove any borders */
}
.skin-minerva .mw-footer,
.skin-minerva .minerva-footer {
background-color: #77d0ff !important;
color: white !important; /* Optional: Adjust text color for contrast */
}
/* Hide Login link for anonymous users */
body.not-logged-in #p-personal {
display: none;
}
/* Hide the Random page link in the hamburger menu */
.menu ul li a.mw-ui-icon-minerva-die,
.menu ul li a.mw-ui-icon-minerva-random {
display: none !important;
}
/* Hide the 'Nearby' link if it appears */
.menu ul li a.mw-ui-icon-minerva-mapPin {
display: none !important;
}