Jump to: navigation, search

Difference between revisions of "MediaWiki:Common.css"


Line 1: Line 1:
 
/* CSS placed here will be applied to all skins */
 
/* CSS placed here will be applied to all skins */
span.beginnersLink  a {
+
span.mp-beginnersSection a {
 
font-family: inherit;
 
font-family: inherit;
 
font-size: 1em; /* IE doesn't like inherit here */
 
font-size: 1em; /* IE doesn't like inherit here */

Revision as of 13:49, 12 February 2015

/* CSS placed here will be applied to all skins */
span.mp-beginnersSection a {
	font-family: inherit;
	font-size: 1em; /* IE doesn't like inherit here */
	font-weight: bold;
	font-style: italic;
	text-decoration:none; 
	color: #272e65;
}