Jump to: navigation, search

Difference between revisions of "MediaWiki:Common.css"


Line 5: Line 5:
 
font-weight: bold;
 
font-weight: bold;
 
font-style: italic;
 
font-style: italic;
color: #717b99;
+
color: #272e65;
 
}
 
}

Revision as of 13:44, 12 February 2015

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