Difference between revisions of "MediaWiki:Common.css"
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; }') |
|||
Line 2: | Line 2: | ||
h1,h2,h3,h4,h5,h6 { | h1,h2,h3,h4,h5,h6 { | ||
+ | font-weight: normal; | ||
} | } | ||
Revision as of 06:43, 30 January 2010
/* CSS placed here will be applied to all skins */
h1,h2,h3,h4,h5,h6 {
font-weight: normal;
}
h1,h3,h5 {
color: #990066;
}
h2,h4,h6 {
color: #999999;
}