Difference between revisions of "MediaWiki:Common.css"

From Enviro Wiki
Jump to: navigation, search
Line 3: Line 3:
 
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 */
+
/* the following code hides the footer text powered by mediawiki */
#f-poweredbyico { display: none; }
+
/* #f-poweredbyico { display: none; } */
 +
 
 +
/* for Vector Skin the code follows  */
 +
#footer-icon-poweredby { display: none; }

Revision as of 22:04, 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; } */

/* for Vector Skin the code follows  */
#footer-icon-poweredby { display: none; }