MediaWiki:Minerva.css: Difference between revisions

wiki.TerraBase.info
Jump to navigation Jump to search
mNo edit summary
mNo edit summary
Line 11: Line 11:


.mw-footer, .minerva-footer {
.mw-footer, .minerva-footer {
background-color:purple;
}
body {
background-color:purple;
background-color:purple;
}
}

Revision as of 16:20, 15 May 2022

/* All CSS here will be loaded for users of the MinervaNeue skin */

/* For "disabling" (nothing was found to work in the LocalSettings.php file) the Last Modified section of the Footer */

.last-modified-bar { display:none !important; }
.post-content .last-modified-bar__content { display:none !important; }

#footer-info-lastmod {
	background-color:pink;
}

.mw-footer, .minerva-footer {
	background-color:purple;
}

body {
	background-color:purple;
}