Difference between revisions of "MediaWiki:Common.css"

From Australis Ultima 30k
Jump to: navigation, search
m
m
Line 2: Line 2:
 
a {
 
a {
 
text-decoration: none;
 
text-decoration: none;
color: #B4C7E6;
+
color: #D1F0FF;
 
background: none;
 
background: none;
 
}
 
}

Revision as of 02:21, 20 August 2014

/* CSS placed here will be applied to all skins */
a {
	text-decoration: none;
	color: #D1F0FF;
	background: none;
}
a:visited {
	color: #0b0080;
}
a:active {
	color: #faa700;
}
a:hover, a:focus {
	text-decoration: underline;
}