Difference between revisions of "MediaWiki:Common.css"

From GMOD
Jump to: navigation, search
m (Added guideline class)
m
Line 10: Line 10:
 
/* Used in Site Guidelines page to highlight guidelines */
 
/* Used in Site Guidelines page to highlight guidelines */
 
.guideline {
 
.guideline {
 +
  background: #ccffcc;  /* light green */
 
   font-weight: bold;
 
   font-weight: bold;
   color: green;
+
   border: 1px solid blue;
 
}
 
}

Revision as of 23:06, 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;
}