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 1: | Line 1: | ||
a { | |||
text-decoration: none; | |||
color: #C1F425; | |||
background: none; | |||
} | |||
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; | |||
} |