Difference between revisions of "MediaWiki:Common.css"

From Australis Ultima 30k
Jump to: navigation, search
m (Replaced content with "CSS placed here will be applied to all skins: ")
m
Line 1: Line 1:
 
/* CSS placed here will be applied to all skins */
 
/* CSS placed here will be applied to all skins */
 +
a {
 +
text-decoration: none;
 +
color: #B4C7E6;
 +
background: none;
 +
}
 +
a:visited {
 +
color: #0b0080;
 +
}
 +
a:active {
 +
color: #faa700;
 +
}
 +
a:hover, a:focus {
 +
text-decoration: underline;
 +
}

Revision as of 02:20, 20 August 2014

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