Difference between revisions of "MediaWiki:Common.css"

From Enviro Wiki
Jump to: navigation, search
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; }

Revision as of 22:02, 1 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; }

/*the following code hides the footer text powered by mediawiki */
#f-poweredbyico { display: none; }