Difference between revisions of "MediaWiki:Common.css"

From Australis Ultima 30k
Jump to: navigation, search
m
m
Line 6: Line 6:
 
}
 
}
 
a:visited {
 
a:visited {
color: #0b0080;
+
color: #CFCFCF;
 
}
 
}
 
a:active {
 
a:active {
color: #faa700;
+
color: #E6E6E6;
 
}
 
}
 
a:hover, a:focus {
 
a:hover, a:focus {
 
text-decoration: underline;
 
text-decoration: underline;
 
}
 
}

Revision as of 02:24, 20 August 2014

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