Oh shit, wrong piece of code.
Let me update it.
--------------- Added [DATE]1247154163[/DATE] at [TIME]1247154163[/TIME] ---------------
Updated, also marked the areas I've changed with red color.
CSS .postbit is simply background-color.
I've gotten it half-way working now, only part missing is the background-color for the post itself, user-area and all those mini buttons (report, etc) are showing correctly.
I got a bit confused at this part:
Code:
<if condition="$show['moderated']">
<td class="alt2" id="td_post_$post[postid]" style="border-$stylevar[right]: $stylevar[cellspacing]px solid $stylevar[tborder_bgcolor]">
<else />
<td class="alt1" id="td_post_$post[postid]" style="border-$stylevar[right]: $stylevar[cellspacing]px solid $stylevar[tborder_bgcolor]">
</if>