1. <!-- замена + и - на картинки -->
<style>
div.post-vote a:first-child {background:url(/uploads/000b/89/6b/244-1.gif); padding-left: 12px; padding-top: 7px;}
div.post-vote a:last-child {background:url(/uploads/000b/89/6b/244-2.gif);padding-right: 16px; padding-top: 7px;}
</style>
2.
<!-- Обрамление категорий на главной -->
<style>.category .intd,
.category .wrp-td {
background-color:#fff; /*Фон*/
box-shadow:inset 0 0 2em rgba(83,129,181,.7); /*Объёмная тень внутри*/
border-radius:23px; /*Скругления*/
border-width:8px 0 9px 0; /*Ширина бордеров сверху- снизу*/
border-style:solid none solid none; /*Цвет бордеров*/
border-color:#E3E562;
padding:12px; /* Отступ от краёв */
}
</style>
<script>
$().pun_aboutReady(function(){$('#pun-index tbody td:not(.tcl)').each(function(){
$(this).html('<div class="wrp-td">'+$(this).html()+'</div>');});});
</script>
3.
<!-- Запятая после нажатия на ник в форме ответа -->
<script type="text/javascript">
function to(username)
{insert('' + username + '' + ', ');}
</script>