MediaWiki:Minerva.css: Difference between revisions

wiki.TerraBase.info
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
 
(6 intermediate revisions by the same user not shown)
Line 1: Line 1:
/* All CSS here will be loaded for users of the MinervaNeue skin */
/* 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 */
/* see Mobile.css ( MediaWiki:Mobile.css ) for Footer modifications to eliminate the Last Edited by...  Footer Section */
 
.last-modified-bar { display:none !important; }
.post-content .last-modified-bar__content { display:none !important; }
 
#footer-info-lastmod {
display: none;
}

Latest revision as of 16:47, 15 May 2022

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

/* see Mobile.css ( MediaWiki:Mobile.css ) for Footer modifications to eliminate the Last Edited by...  Footer Section */