Закрыто/есть новые сообщения/Нет новых сообщений
<!--Иконка переадресации-->
<style type="text/css">
TR.iredirect Div.icon {
background-image : url(адрес картинки);
background-repeat: no-repeat;
padding-left : 100px;
}
.punbb table TR.iredirect Div.icon {float: left; display; none; border-style: none none none none; height: 32px; width: 32px;}
</style>
<!--Иконка новые сообщения-->
<style type="text/css">
TR.inew Div.icon {
background-image : url(адрс картинки);
background-repeat: no-repeat;
padding-left : 100px;
}
.punbb table TR.inew Div.icon {float: left; display; none; border-style: none none none none; height: 100px; width: 0px;}
</style>
<!--Иконка нет новых сообщений-->
<style type="text/css">
Div.icon {
background-image : url(адрес картинки);
background-repeat: no-repeat;
padding-left : 100px;
}
.punbb table Div.icon {float: left; display; none; border-style: none none none none; height: 100px; width: 0px;}
</style>
<!--Иконка закрыто-->
<style type="text/css">
TR.iclosed Div.icon {
background-image : url(http://s51.radikal.ru/i133/0907/ac/aa99bdba2c20.gif);
background-repeat: no-repeat;
padding-left : 100px;
}
.punbb table TR.iclosed Div.icon {float: left; display; none; border-style: none none none none; height: 100px; width: 30px;}
</style>


