MediaWiki: Vector.css: Difference between revisions
From DivNull RPG
imported>Wordman No edit summary |
imported>Wordman No edit summary |
||
| Line 1: | Line 1: | ||
/* CSS placed here will affect users of the Vector skin */ | /* CSS placed here will affect users of the Vector skin */ | ||
div#content h2 { | |||
font-size: 160%; | |||
} | |||
div#content h3 { | |||
font-size: 1.20em; | |||
color: #333333; | |||
} | |||
div#content h4 { | |||
font-size: 130%; | |||
color: #333333; | |||
} | |||
div#content h5 { | |||
font-size: 115%; | |||
font-variant: small-caps; | |||
color: #777777; | |||
} | |||
Revision as of 07:04, 11 December 2014
/* CSS placed here will affect users of the Vector skin */
div#content h2 {
font-size: 160%;
}
div#content h3 {
font-size: 1.20em;
color: #333333;
}
div#content h4 {
font-size: 130%;
color: #333333;
}
div#content h5 {
font-size: 115%;
font-variant: small-caps;
color: #777777;
}