Difference between revisions of "MediaWiki:Common.css"

From Rebel Alliance Wiki
Jump to: navigation, search
m
m
Line 2: Line 2:
  
 
body.page-Main_Page h1.firstHeading,
 
body.page-Main_Page h1.firstHeading,
body.page-Portal_Military h1.firstHeading  
+
body.ns-3000 h1.firstHeading /* all pages in the Portal namespace */
 
+
{
{ display:none !important; }
+
    display:none !important;  
 +
}

Revision as of 16:04, 14 July 2016

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

body.page-Main_Page h1.firstHeading,
body.ns-3000 h1.firstHeading /* all pages in the Portal namespace */
{ 
    display:none !important; 
}