Difference between revisions of "MediaWiki:Common.css"

From GMOD
Jump to: navigation, search
m
m
Line 13: Line 13:
 
   font-weight: bold;
 
   font-weight: bold;
 
   border: 1px solid blue;
 
   border: 1px solid blue;
  margin: 0.5em;
 
 
   padding: 0.5em;
 
   padding: 0.5em;
 
}
 
}

Revision as of 23:13, 14 December 2007

/** CSS placed here will be applied to all skins */
 
/* Don't display Main Page on main page.  Code from the MediaWiki Manual FAQ. */
 
body.page-Main_Page h1.firstHeading { 
  display:none; 
}
 
 
/* Used in Site Guidelines page to highlight guidelines */
.guideline {
  background: #ccffcc;  /* light green */
  font-weight: bold;
  border: 1px solid blue;
  padding: 0.5em;
}