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 */ | ||
h2 { | h2 { | ||
font-size: | font-size: 160%; | ||
} | } | ||
h3 { | h3 { | ||
font-size: | font-size: 140%; | ||
color: #333333; | color: #333333; | ||
} | } | ||
h4 { | h4 { | ||
color: #333333; | |||
} | |||
h5 { | |||
font-variant: small-caps; | font-variant: small-caps; | ||
color: #333333; | color: #333333; | ||
} | } | ||
Revision as of 22:37, 4 December 2014
/* CSS placed here will affect users of the Vector skin */
h2 {
font-size: 160%;
}
h3 {
font-size: 140%;
color: #333333;
}
h4 {
color: #333333;
}
h5 {
font-variant: small-caps;
color: #333333;
}