Difference between revisions of "MediaWiki:Common.css"

From Nitbar
Jump to navigation Jump to search
(Created page with "→‎CSS placed here will be applied to all skins: .tocnumber { display: none; }")
 
Line 1: Line 1:
 
/* CSS placed here will be applied to all skins */
 
/* CSS placed here will be applied to all skins */
 +
 +
/* suppress auto-numbering in table of contents */
 
.tocnumber { display: none; }
 
.tocnumber { display: none; }
 +
 +
/* styling for 334 pages */
 +
body.rootpage-334 {
 +
  background-color: #cce;
 +
}

Revision as of 11:38, 17 July 2016

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

/* suppress auto-numbering in table of contents */
.tocnumber { display: none; }

/* styling for 334 pages */
body.rootpage-334 {
  background-color: #cce;
}