rps цвет изменился во всём форуме, кроме сообщений
А так?
<style> .punbb .section .container,.punbb .post-body,.punbb .post-links,.punbb td.tc2,.punbb td.tc3,.punbb .formal fieldset .post-box,#viewprofile li strong,#viewprofile li div,#setmods dd,.punbb .info-box,.punbb #pun-main .info-box .legend,.punbb .main .container,.punbb .post .container,.punbb .post h3,#pun-stats h2,.punbb .main h1,.punbb .main h2,#pun-title,#pun-title .container,.punbb .modmenu .container,#pun-navlinks .container,.punbb th,.punbb .post h3 span,#pun-main fieldset legend span,.punbb textarea, .punbb select, .punbb input, #pun, .punbb .quote-box, .punbb .code-box, .punbb a, .punbb a:link, .punbb a:visited, .punbb a:hover, .punbb a:focus, .punbb a:active, #pun-navlinks a, #pun-navlinks a:hover, #pun-navlinks a:focus, #pun-navlinks a:active, .punbb .post-box, .tcl, .tcr{ color: #000000; } </style>
P.S. Старые кодвы надо убирать.
А как иконки меньше сделать?
В Фотошопе уменьшайте изображения.
И в коде ставьте нужный размер:
<style type="text/css">
.punbb div.icon {
float: left;
display: block;
border-style: none none none none;
height: 150px;
width: 150px;
}
Div.icon {
background-image : url(http://s004.radikal.ru/i205/1004/cb/7479401d450c.gif);
background-repeat: no-repeat;
}
TR.inew Div.icon {
background-image : url(http://s46.radikal.ru/i114/1004/fa/343addd5e5f9.gif);
background-repeat: no-repeat;
}
TR.isticky Div.icon {
background-image : url(http://i070.radikal.ru/1004/d7/57b3c7fa59d5.gif);
background-repeat: no-repeat;
}
TR.iclosed Div.icon {
background-image : url(http://s005.radikal.ru/i210/1004/be/4f1447d2947e.gif);
background-repeat: no-repeat;
}
TR.iredirect Div.icon {
background-image : url(http://s46.radikal.ru/i113/1004/33/3e6662781ddb.gif);
background-repeat: no-repeat;
}
</style>
И как "раскрасить" остальную часть форума, которая раскрашена в стандартные цвета?
FAQ по дизайну форума в CSS.
Смотрте там.