Difference between revisions of "MediaWiki:Common.css"

From Personal Science Wiki
Jump to navigation Jump to search
(Created page with "→‎CSS placed here will be applied to all skins: #p-tb h3 { display: none; }")
 
Line 1: Line 1:
 
/* CSS placed here will be applied to all skins */
 
/* CSS placed here will be applied to all skins */
  
 +
/**/
 
#p-tb h3 { display: none; }
 
#p-tb h3 { display: none; }
 +
 +
/* Hides the title of the home page */
 +
body.page-Main_Page.action-view h1.firstHeading, body.page-Main_Page.action-submit h1.firstHeading { display: none; }

Revision as of 16:31, 11 November 2021

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

/**/
#p-tb h3 { display: none; }

/* Hides the title of the home page */
body.page-Main_Page.action-view h1.firstHeading, body.page-Main_Page.action-submit h1.firstHeading { display: none; }