Jump to content

MediaWiki:Common.css: Difference between revisions

From PricePedia, the cost of living encyclopedia
Created page with "CSS placed here will be applied to all skins: hide main page title: body.page-Main_Page h1.firstHeading { display: none; }"
Tags: Mobile edit Mobile web edit
 
No edit summary
 
Line 3: Line 3:
/* hide main page title */
/* hide main page title */
body.page-Main_Page h1.firstHeading { display: none; }
body.page-Main_Page h1.firstHeading { display: none; }
/* hide lastmodified date from homepage */
body.page-Main_Page #footer-info-lastmod {
    display: none;
}

Latest revision as of 08:10, 1 April 2025

/* CSS placed here will be applied to all skins */

/* hide main page title */
body.page-Main_Page h1.firstHeading { display: none; }

/* hide lastmodified date from homepage */
body.page-Main_Page #footer-info-lastmod {
    display: none;
}