CSS Code for showing Plurkers Nicks in a Diff color for the ones whom you've not visited their profile page
/* make the links 'blue'/#0174DF for persons profiles you have not visited */
a:link { color: #0174DF; }
/* make the org plurker name red */
.highlight_owner .name{text-decoration:none; color: #C00;}
Add those lines in your Plurk CSS code
thx to @skraggy for the "org plurker name" color
1 comment:
Thanks Nethead, you're a legend!
Post a Comment