Difference between revisions of "MediaWiki:Common.css"

From Enviro Wiki
Jump to: navigation, search
(Created page with "CSS placed here will be applied to all skins: body.page-Main_Page.action-view h1.firstHeading, body.page-Main_Page.action-submit h1.firstHeading { display: none; }")
 
(Replaced content with "CSS placed here will be applied to all skins: The following code hides the main page title: body.page-Main_Page.action-view h1.firstHeading, body.page-Main_Page....")
 
(5 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
/* CSS placed here will be applied to all skins */
 
/* CSS placed here will be applied to all skins */
 +
/* The following code hides the main page title */
 
body.page-Main_Page.action-view h1.firstHeading, body.page-Main_Page.action-submit h1.firstHeading { display: none; }
 
body.page-Main_Page.action-view h1.firstHeading, body.page-Main_Page.action-submit h1.firstHeading { display: none; }

Latest revision as of 22:38, 19 October 2015

/* CSS placed here will be applied to all skins */
/* The following code hides the main page title */
body.page-Main_Page.action-view h1.firstHeading, body.page-Main_Page.action-submit h1.firstHeading { display: none; }