Сделать название темы и ее описание посредине
Код:
<style> #pun-main .category .container table .hasicon .alt1 .tcl .intd .tclcon, #pun-main .category .container table .hasicon .alt2 .tcl .intd .tclcon {text-align: center} </style>
Иконки тем и есть новые сообщения
Код:
<style>Div.icon { background-image: url(http://img210.imageshack.us/img210/1153/onterrall6.gif); background-repeat: no-repeat; } Tr.inew Div.icon { background-image: url(http://img210.imageshack.us/img210/4800/offterracy4.gif); background-repeat: no-repeat; }</style>
Фон форума
Код:
<style> HTML, BODY {background-image: url(http://re.foto.radikal.ru/0709/47/22eea14069b5.jpg)} </style>
Логотип
Код:
<style> #pun-title .title-logo {background-image: url(ССЫЛКА на картинку)}</style>
Ссылки при наведении становяться заданого цвета
Код:
<style> .punbb a:hover {color: ЦВЕТ} </style>
Цвет линии , отделяющий подпись
Код:
<style> #pun #pun-viewtopic #pun-main .topic .container .post-body .post-box .post-content .post-sig dt {background-color: red} </style>
Делает по центру абсолютно всё на главной
Код:
<style> HTML, BODY , #pun, #pun #pun-index #pun-main .category .container table thead tr .tcl, #pun-main .category .container table .hasicon .alt1 .tcl .intd .tclcon, #pun-main .category .container table .hasicon .alt2 .tcl .intd .tclcon {text-align: center} </style>
Размер текста и шрифт
Код:
<style> HTML, BODY {font-family:ШРИФТ ;font-size: Размер } </style>