MediaWiki:Vector.css

From Standard Language
Revision as of 22:15, 6 April 2010 by Svip (talk | contribs) (Created page with 'CSS placed here will affect users of the Vector skin: #firstHeading { font-family: times; font-size: 175%; } h2 { font-family: times; } h2:first-letter { font-size...')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
/* CSS placed here will affect users of the Vector skin */
#firstHeading {
  font-family: times;
  font-size: 175%;
}

h2 {
  font-family: times;
}

h2:first-letter {
  font-size: 125%;
  color: #a00 !important;
}