Difference between revisions of "MediaWiki:Common.css"

From Rebel Alliance Wiki
Jump to: navigation, search
m
m
 
(8 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
/* CSS placed here will be applied to all skins */
 
/* CSS placed here will be applied to all skins */
+
 
body.page-Portal:Military h1.firstHeading,
 
 
body.page-Main_Page h1.firstHeading,
 
body.page-Main_Page h1.firstHeading,
.firstHeading
+
body.page-Recruitment h1.firstHeading,
  { display:none; }
+
body.ns-3000 h1.firstHeading, /* all pages in the Portal namespace */
 +
body.ns-3008 body.page-Sales h1.firstHeading
 +
{  
 +
    display:none !important;  
 +
}

Latest revision as of 18:51, 14 July 2016

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

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