ACP -> Style i Szablony -> Twój_Styl -> shoutbox.css -> Znajdź:
.tablehead { padding:8px 8px 9px; background: #026CB1 url(../../../images/memory/thead.png) repeat-x; border-radius: 4px; font: 16px Arial, sans-serif; color: #FFF; }
.tablehead .right { float: right; margin: 0; padding-top: 1px; font-size: 13px; }
.tablehead a { color: #FFF !important; text-decoration: none; }
Zamień:
.tablehead {
background: #68645f url(/images/memory/maintitle.png);
color: #fff;
padding: 9px 10px 11px;
font-size: 12px;
font-weight: bold;
box-shadow: inset 0 1px 0 #8f8881;
-moz-box-shadow: inset 0 1px 0 #8f8881;
-webkit-box-shadow: inset 0 1px 0 #8f8881;
border: 1px solid #5e5955;
text-shadow: 0 -1px 0 #54514d;
margin-bottom: 5px;
}
.tablehead {
border-left: 0;
border-right: 0;
border-radius: 4px;
border-top: 0;
vertical-align: middle !important;
position: relative;
overflow:auto;
border: 1px solid rgba(255,255,255,0.2);
}
.tablehead .right {
float: right;
margin: 0;
padding-top: 1px;
font-size: 13px;
}
.tablehead a {
color: #FFF !important;
text-decoration: none;
}