***
тест #2
Сообщений 1 страница 10 из 10
Поделиться42014-02-23 18:25:19
.punbb .post .post-author {
padding: 12px 3px!important;
background:url(http://s8.uploads.ru/dWNEq.jpg) 0 top no-repeat,url(http://s9.uploads.ru/gDtE7.jpg) 0 bottom no-repeat,url(http://s9.uploads.ru/mR4t5.jpg) 0 0 repeat-y;
}
Поделиться52014-02-27 22:30:10
спойлер
Поделиться92014-08-13 22:06:38
<script>
visit="Твой последний визит"
str = document.getElementById("pun-status").innerHTML
if( (pos=str.indexOf("Ваш последний визит")) != -1 )
document.getElementById("pun-status").innerHTML=str.substring(0,pos)+visit+str.substring(pos+19,str.length-1)
greet="Добро пожаловать домой, "
str = document.getElementById("pun-status").innerHTML
pos = str.indexOf("Привет")
document.getElementById("pun-status").innerHTML=str.substring(0,pos)+greet+str.substring(pos+8,str.length-1)
</script>