MediaWiki:Common.css: Difference between revisions

(Created page with ".printfooter { display: none; }")
 
No edit summary
Line 1: Line 1:
a {
color: #5a93cc;
text-decoration: none;
}
a:hover {
color: #5a93cc;
text-decoration: underline;
}
a.new {
color: #a63232;
text-decoration: none;
}
a.new:hover {
color: #a63232;
text-decoration: underline;
}
.printfooter {
.printfooter {
display: none;
display: none;
}
}

Revision as of 19:01, 21 October 2023

a {
	color: #5a93cc;
	text-decoration: none;
}

a:hover {
	color: #5a93cc;
	text-decoration: underline;
}

a.new {
	color: #a63232;
	text-decoration: none;
}

a.new:hover {
	color: #a63232;
	text-decoration: underline;
}

.printfooter {
	display: none;
}