Viv
Пароль пришёл...
Ищите во втором окне стиля такой код:
/* CS1.4 */
#pun-title, #pun-title .container, .punbb .modmenu .container {
background
color: #000000;
height : 5px;
}И поменяйте его на:
/* CS1.4 */
#pun-title, #pun-title .container {
color: #000000;
height : 5px;
}
.punbb .modmenu .container {
color: #000000;
}


