inherit
134992
0
May 26, 2012 2:38:57 GMT -8
SubDevo
Creator of LSD...
3,861
December 2008
subdevo
|
Post by SubDevo on Jan 29, 2011 22:54:25 GMT -8
Match Subject Link Color to Sent Color in PMs by SubDevoTested in IE, FF, Opera, Safari and Chrome. This code affects your list of PM's in your inbox and outbox. It changes the color of the "Subject" link to the color of the link of the person who sent it to you (or you got one from). In other words... each line in your pm list will have the same color. This just makes it easier to see PM's from staff or certain member groups that have their own color. Enjoy!!! SubDevo Location: Global Footer<script type="text/javascript"> /* Match Subject Link Color to Sent Color in PMs by SubDevo */ /* Global Footer - Please leave this header intact. Do not repost. */ /* interoceandesigns.com or lsdp.proboards.com */
if(document.pmForm){ var n=document.pmForm.parentNode.getElementsByTagName("a"),a,b,x=-1; while(n[++x]){ a=n[x+1]; b=a.firstChild; if(/=viewprof/i.test(a.href)){ if(b.nodeName=="FONT"){n[x].style.color=b.color;} else{n[x].className=a.className;} x++; }}} </script>
|
|