Difference between revisions of "MediaWiki:Common.css"

From Future Of Mankind
Line 1: Line 1:
/* CSS placed here will be applied to all skins */
+
body.page-Main_Page.action-view h1.firstHeading, body.page-Main_Page.action-submit h1.firstHeading { display: none; }
body.page-Main_Page h1#firstHeading { display:none; }
 
div.footeradvert {
 
  width: 728px;
 
  margin-left: auto;
 
  margin-right: auto;
 
}
 
div.footeradvert h5 {  
 
  color: rgb(77, 77, 77);
 
  text-decoration: none  
 
  font-family: sans-serif;
 
  font-size: 12.8px;
 
  font-weight: normal;
 
}
 

Revision as of 22:16, 8 February 2018

body.page-Main_Page.action-view h1.firstHeading, body.page-Main_Page.action-submit h1.firstHeading { display: none; }