Forum Url:
http://extr3m3gaming.smfforfree4.comI followed this tutorial to make it like the runescape forums,when admins/mods post the backgrounds sections are different.
Here's my footer:
<script>
if (location.href.match("topic,")){
var postColor = new Array()
postColor[postColor.length] = ["Administrator","FFFF33"]
postColor[postColor.length] = ["Global Moderator","33FF33"]
for(f=0;f<postColor.length;f++){
$($("tbody").contains(postColor[f][0])).each(function(){
$(this).addClass(postColor[f][0]+"Class")
});
document.write("<st"+"yle>."+postColor[f][0]+"Class{background-color: "+postColor[f][1]+";}</st"+"yle>")
};};
</script>
and Header:
<script src="/jquery.js"></script>