User:Erry/roundedblue.css: Difference between revisions

From the Kingdom Hearts Wiki, the Kingdom Hearts encyclopedia
Jump to navigationJump to search
No edit summary
No edit summary
Line 2: Line 2:
text-decoration: none;
text-decoration: none;
color: #C1F425;
color: #C1F425;
background: none;
background: transparent;
}
}
a:visited {
a:visited {

Revision as of 23:45, 31 December 2011

a {
	text-decoration: none;
	color: #C1F425;
	background: transparent;
}
a:visited {
	color: #6A8507;
}
a:active {
	color: #C1F425;
}
a:hover {
	color: #C1F425;
}
a.stub {
	color: #B4DD10;
}
a.new, #p-personal a.new {
	color: #ba0000;
}
a.new:visited, #p-personal a.new:visited {
	color: #a55858;
}