How to assign a color to other groups ?
Forum, the general appearance of form. after $ BODY $ paste this:
Code
<script type="text/javascript">
links=document.getElementsByTagName('a');
for(i=0;i<links.length;i++){
if(links[i].className=='uLPost');
if(links[i].className=='threadAuthorLink');
if(links[i].className=='lastPostUserLink' || links[i].className=='threadAuthorLink');
if(links[i].className=='postUser');
if(links[i].className=='forumModer');{
user=links[i].innerHTML;
if(user=='Hermes'){links[i].style.color='red';}
if(user=='boraf'){links[i].style.color='red';}
if(user=='Am0rL0vE'){links[i].style.color='purple';}
}}
</script>
Or you can use that Site :
Colors for Users