Difference between revisions of "MediaWiki:Common.css"

From Future Of Mankind
Line 1: Line 1:
 
/* CSS placed here will be applied to all skins */
 
/* CSS placed here will be applied to all skins */
 
body.page-Main_Page h1#firstHeading { display:none; }
 
body.page-Main_Page h1#firstHeading { display:none; }
 +
div.footeradvert {
 +
  margin-left: auto;
 +
  margin-right: auto;
 +
}
 
div.footeradvert h5 {  
 
div.footeradvert h5 {  
 
   color: rgb(77, 77, 77);
 
   color: rgb(77, 77, 77);

Revision as of 20:32, 24 August 2013

/* CSS placed here will be applied to all skins */
body.page-Main_Page h1#firstHeading { display:none; }
div.footeradvert {
  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;
}