Difference between revisions of "MediaWiki:Common.css"

From Enviro Wiki
Jump to: navigation, search
(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....")
 
(3 intermediate revisions by the same user not shown)
Line 2: Line 2:
 
/* The following code hides the main page title */
 
/* 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; }
 
/*the following code hides the footer text powered by mediawiki */
 
#f-poweredbyico { 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; }