Difference between revisions of "MediaWiki:Vector.css"

From Standard Language
Jump to: navigation, search
m (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...')
 
m
Line 9: Line 9:
 
}
 
}
  
h2:first-letter {
+
h2 .mw-headline:first-letter {
 
   font-size: 125%;
 
   font-size: 125%;
 
   color: #a00 !important;
 
   color: #a00 !important;
 
}
 
}

Revision as of 23:39, 6 April 2010

/* CSS placed here will affect users of the Vector skin */
#firstHeading {
  font-family: times;
  font-size: 175%;
}

h2 {
  font-family: times;
}

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