MediaWiki: Vector.css: Difference between revisions

From DivNull RPG
Jump to: navigation, search
imported>Wordman
No edit summary
imported>Wordman
No edit summary
(3 intermediate revisions by the same user not shown)
Line 5: Line 5:


h3 {
h3 {
color: #444444;
font-size: 140%;
color: #333333;
}
 
h4 {
font-size: 120%;
color: #666666;
}
}

Revision as of 21:50, 4 December 2014

/* CSS placed here will affect users of the Vector skin */
h2 {
font-size: 160%;
}

h3 {
font-size: 140%;
color: #333333;
}

h4 {
font-size: 120%;
color: #666666;
}