Difference between revisions of "MediaWiki:Common.css"

From database24
Jump to navigation Jump to search
(Created page with '→‎CSS placed here will be applied to all skins: h1,h2,h3,h4,h5,h6 { } h1,h3,h5 { color: #990066; } h2,h4,h6 { color: #999999; }')
(No difference)

Revision as of 06:42, 30 January 2010

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

h1,h2,h3,h4,h5,h6 {
}

h1,h3,h5 {
  color: #990066;
}

h2,h4,h6 {
  color: #999999;
}