MediaWiki:Minerva.css: Difference between revisions
Jump to navigation
Jump to search
Created page with "→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 { display: none; }" |
mNo edit summary Tags: Mobile edit Mobile web edit |
||
Line 7: | Line 7: | ||
#footer-info-lastmod { | #footer-info-lastmod { | ||
display: none; | |||
} | |||
.mw-footer, .minerva-footer { | |||
display: none; | display: none; | ||
} | } |
Revision as of 15:41, 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 {
display: none;
}
.mw-footer, .minerva-footer {
display: none;
}