MediaWiki: Vector.css: Difference between revisions

From DivNull RPG
Jump to: navigation, search
imported>Wordman
No edit summary
imported>Wordman
No edit summary
 
(14 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 */


@import url(http://fonts.googleapis.com/css?family=Open+Sans:600italic,700italic,700,600);
div#content h2 {
 
font-size: 160%;
h1 {
font-family: 'Open Sans', sans-serif;
}
}


h2 {
div#content h3 {
font-family: 'Open Sans', sans-serif;
font-size: 1.35em;
font-size: 160%;
color: #333;
}
}


h3 {
div#content h4 {
font-family: 'Open Sans', sans-serif;
font-size: 1.2em;
font-size: 140%;
color: #555;
color: #333333;
}
}


h4 {
div#content h5 {
font-family: 'Open Sans', sans-serif;
font-variant: small-caps;
font-size: 120%;
color: #777777;
font-style: italic;
color: #333333;
}
}

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;
}