MediaWiki: Vector.css: Difference between revisions

From DivNull RPG
Jump to: navigation, search
imported>Wordman
No edit summary
imported>Wordman
No edit summary
 
(11 intermediate revisions by the same user not shown)
Line 1: Line 1:
/* CSS placed here will affect users of the Vector skin */
/* CSS placed here will affect users of the Vector skin */


h2 {
div#content h2 {
font-size: 160%;
font-size: 160%;
}
}


h3 {
div#content h3 {
font-size: 140%;
font-size: 1.35em;
color: #333333;
color: #333;
}
}


h4 {
div#content h4 {
font-size: 130%;
font-size: 1.2em;
color: #555;
}
 
div#content h5 {
font-variant: small-caps;
font-variant: small-caps;
color: #333333;
color: #777777;
}
}

Latest revision as of 20:11, 19 December 2014

/* CSS placed here will affect users of the Vector skin */

div#content h2 {
font-size: 160%;
}

div#content h3 {
font-size: 1.35em;
color: #333;
}

div#content h4 {
font-size: 1.2em;
color: #555;
}

div#content h5 {
font-variant: small-caps;
color: #777777;
}