La verdad es que así sin ver el foro online para verle el código fuente, tampoco sabría decirte como solucionarlo. Pero tiene que ser cosa del CSS.
Si adjunto todo el código fuente serviría de algo?

Edit:
Estuve revisando el CSS que corresponde al área afectada y es una clase la que se usa la cual es "smalltext" la revisé y el color es #000 por lo que debería de aparecer en negro...


[spoiler=global.css]
Código PHP:
body {
    
background#efefef;
    
color#000;
    
font-familyVerdanaArialSans-Serif;
    
font-size13px;
    
line-height1.4;
        
margin0 20px 20px;
}

a:link {
    
color#47571e;
    
text-decorationnone;
}

a:visited {
    
color#47571e;
    
text-decorationnone;
}

a:hovera:active {
    
color#000;
    
text-decorationunderline;
}

#container {
    
width95%;
    
background#fff;
    
border1px solid #dedede;
    
color#000000;
    
margin20px auto 0;
    
padding20px;
    
text-alignleft/* IE 5 fix */
        
-moz-border-radius10px;
        -
webkit-border-radius10px;
        
border-radius10px;
}

#content {
    /* FIX: Make internet explorer wrap correctly */
    
widthauto !important;

}

.
menu {
        
backgroundurl(images/novus-clover/toplinks/toplinks_bg.giftop left repeat-x;
        
margin-20px;
        
padding6px 0 5px;
        
border-bottom1px solid #dedede;
        
font-size11px;
    
overflowhidden;
}

.
menu li {
    
displayinline;
    
padding-left15px;
}

.
menu img {
    
padding-right5px;
    
vertical-aligntop;
}

.
menu ul {
    list-
stylenone;
    
margin0;
    
color#000000;
    
text-alignleft;
    
padding4px;
}

.
menu ul a:link {
    
color#888;
    
text-decorationnone;
}

.
menu ul a:visited {
    
color#888;
    
text-decorationnone;
}

.
menu ul a:hover, .menu ul a:active {
    
color#000;
    
text-decorationnone;
}


#panel {
    
background#333;
    
color#fff;
    
font-size11px;
    
padding12px 20px;
        
margin-20px;
        
overflowhidden;
}

#panel .remember_me input {
    
vertical-alignmiddle;
    
margin-top: -1px;
}

.
avatar {
    
height20px;
    
vertical-alignmiddle;
    
margin0 10px 0 0;
}

.
username {
    
font-size14px;
    
font-weightbold;
    
vertical-alignmiddle;
}

a.logout {
        
color#fff;
        
backgroundurl(images/novus-clover/logout-left.pngtop left no-repeat;
        
padding5px 0 5px 6px;
        
text-transformuppercase;
        
margin0 0 0 10px;
        
vertical-alignmiddle;
}

a.logout span {
        
backgroundurl(images/novus-clover/logout-right.pngtop right no-repeat;
        
padding5px 8px 5px 0;
}

.
cplinks {
        
floatright;
        
white-spacenowrap;
}
        
.
cplinks li {
    
displayinline;
}

.
cplinks li a {
    
padding-left15px;
}

.
cplinks img {
    
padding-right5px;
    
vertical-aligntop;
}

.
cplinks ul {
    list-
stylenone;
    
margin0;
    
color#fff;
    
text-alignright;
    
padding4px;
}

.
cplinks ul a:link {
    
color#efefef;
    
text-decorationnone;
}

.
cplinks ul a:visited {
    
color#efefef;
    
text-decorationnone;
}

.
cplinks ul a:hover, .cplinks ul a:active {
    
color#fff;
    
text-decorationnone;
}

.
login input[type='text'], .login input[type='password'] {
        
background#fff url(images/novus-clover/login_gradient.png) top left repeat-x;
        
border1px solid #fff;
    
outlinenone;
        
padding3px 3px 3px 72px;
}

.
login input[type='password'] {
    
padding3px 7px 3px 68px;    
}

.
login input[type='text']:focus, .login input[type='password']:focus {
        
background#eef1e4 url(images/novus-clover/login_gradient.png) top left repeat-x;
    
outlinenone;
}

.
lblusername, .lblpassword {
        
positionrelative;
        
left74px;
        
color#aaa;
        
margin-left: -72px;
        
displayinline-block;
}

.
lblpassword {
        
margin-left: -55px;
        
left70px;
}

.
loginbutton {
        
color#fff;
        
backgroundurl(images/novus-clover/logout-left.pngtop left no-repeat;
        
padding6px 0 6px 6px;
        
margin0 0 0 10px;
        
height23px;
        
cursorpointer;
}

.
loginbutton input {
        
backgroundurl(images/novus-clover/logout-right.pngtop right no-repeat;
        
padding0 8px 2px 0;
        
height23px;
        
margin0 0 0 3px;
        
color#fff;        
        
vertical-alignmiddle;
        
border0;
        
font-size11px;
        
font-familyVerdanaArialsans-serif;
        
height23px;
        
text-transformuppercase;
        
margin: -5px 0 0 0;
        
cursorpointer;
}

a.register {
        
color#fff;
        
backgroundurl(images/novus-clover/logout-left.pngtop left no-repeat;
        
padding4px 0 5px 6px;
        
text-transformuppercase;
        
margin: -24px 0 0 10px;
        
floatright;
}

a.register span {
        
backgroundurl(images/novus-clover/logout-right.pngtop right no-repeat;
        
padding5px 8px 5px 0;
        
vertical-alignmiddle;
}

.
loginbutton:hovera.register:hovera.logout:hover {
        
text-decorationnone;
}

.
logo {
        
background#a9d049 url(images/novus-clover/logo_gradient.png) bottom left repeat-x;
        
min-height100px;
        
margin: -20px -20px 0;
        -
moz-border-radius10px 10px 0 0;
        -
webkit-border-radius10px 10px 0 0;
        
border-radius10px 10px 0 0;
}

.
logo img {
        
margin20px 0 0 20px;
}

#posts table {
        
-moz-border-radius5px;
        -
webkit-border-radius5px;
        
border-radius5px;
}

#posts table:first-of-type {
        
-moz-border-radius0 0 5px 5px;
        -
webkit-border-radius0 0 5px 5px;
        
border-radius0 0 5px 5px;
}

#posts table:last-of-type {
        
-moz-border-radius5px 5px 0 0;
        -
webkit-border-radius5px 5px 0 0;
        
border-radius5px 5px 0 0;
}

table {
    
color#000000;
    
font-familyVerdanaArialSans-Serif;
    
font-size13px;
}

.
tborder, .tborder5 {
    
background#ccc;
    
width100%;
    
marginauto auto;
        -
moz-border-radius5px;
        -
webkit-border-radius5px;
        
border-radius5px;
}

.
tborder2 {
    
background#ccc;
    
width100%;
    
marginauto auto;
}

.
tborder3 {
    
background#ccc;
    
width100%;
    
marginauto auto;
        -
moz-border-radius5px 5px 0 0;
        -
webkit-border-radius5px 5px 0 0;
        
border-radius5px 5px 0 0;
}

.
tborder4 {
    
background#ccc;
    
width100%;
    
marginauto auto;
        -
moz-border-radius0 0 5px 5px;
        -
webkit-border-radius0 0 5px 5px;
        
border-radius0 0 5px 5px;
}

.
tborder tbody tr:last-child td:first-child {
        -
moz-border-radius-bottomleft5px;
        -
webkit-border-bottom-left-radius5px;
        
border-bottom-left-radius5px;
}

.
tborder tbody tr:last-child td:last-child {
        -
moz-border-radius-bottomright5px;
        -
webkit-border-bottom-right-radius5px;
        
border-bottom-right-radius5px;
}

#posts .tborder tbody tr:first-child td:last-child {
        
-moz-border-radius-topright5px;
        -
webkit-border-top-right-radius5px;
        
border-top-right-radius5px;
}

#posts .tborder tbody tr:first-child td:first-child {
        
-moz-border-radius-topleft5px;
        -
webkit-border-top-left-radius5px;
        
border-top-left-radius5px;
}

#posts .tborder:last-child tbody tr:last-child td:first-child {
        
-moz-border-radius-bottomleft0;
        -
webkit-border-bottom-left-radius0;
        
border-bottom-left-radius0;
}

#posts .tborder:last-child tbody tr:last-child td:last-child {
        
-moz-border-radius-bottomright0;
        -
webkit-border-bottom-right-radius0;
        
border-bottom-right-radius0;
}

#posts .tborder:first-child tbody tr:first-child td:first-child {
        
-moz-border-radius-topleft0;
        -
webkit-border-top-left-radius0;
        
border-top-left-radius0;
}

#posts .tborder:first-child tbody tr:first-child td:last-child {
        
-moz-border-radius-topright0;
        -
webkit-border-top-right-radius0;
        
border-top-right-radius0;
}

.
tborder5 tbody:last-child tr:last-child td:last-child {
        -
moz-border-radius-bottomleft5px;
        -
moz-border-radius-bottomright5px;
        -
webkit-border-bottom-left-radius5px;
        -
webkit-border-bottom-right-radius5px;
        
border-bottom-left-radius5px;
        
border-bottom-right-radius5px;
}

.
rounded-top tbody tr:first-child td:first-child {
        -
moz-border-radius5px;
        -
webkit-border-radius5px;
        
border-radius5px;
}

.
rounded-bottom tbody tr:nth-child(5td:first-child {
        -
moz-border-radius-bottomleft5px;
        -
webkit-border-bottom-left-radius5px;
        
border-bottom-left-radius5px;
}

.
rounded-bottom tbody tr:last-child td:first-child {
        -
moz-border-radius-bottomleft0;
        -
webkit-border-bottom-left-radius0;
        
border-bottom-left-radius0;
}

.
rounded-bottom-2 tbody tr:last-child td:first-child {
        -
moz-border-radius-bottomright0;
        -
webkit-border-bottom-right-radius0;
        
border-bottom-right-radius0;
}

.
rounded-bottom-2 tbody tr:nth-child(3td:last-child {
        -
moz-border-radius-bottomright5px;
        -
webkit-border-bottom-right-radius5px;
        
border-bottom-right-radius5px;
}

.
rounded {
    -
moz-border-radius5px;
        -
webkit-border-radius5px;
        
border-radius5px;
}

.
thead {
    
background#a9d049 url(images/novus-clover/thead_gradient.png) bottom left repeat-x;
    
color#ffffff;
        
-moz-border-radius5px 5px 0 0;
        -
webkit-border-radius5px 5px 0 0;
        
border-radius5px 5px 0 0;
}

.
thead a:link {
    
color#ffffff;
    
text-decorationnone;
}

.
thead a:visited {
    
color#ffffff;
    
text-decorationnone;
}

.
thead a:hover, .thead a:active {
    
color#ffffff;
    
text-decorationunderline;
}

.
thead-rounded .thead {
        -
moz-border-radius0;
        -
webkit-border-radius0;
        
border-radius0;
}

.
thead-rounded .thead:first-child {
        -
moz-border-radius-topleft5px;
        -
webkit-border-top-left-radius5px;
        
border-top-left-radius5px;
}

.
thead-rounded .thead:last-child {
        -
moz-border-radius-topright5px;
        -
webkit-border-top-right-radius5px;
        
border-top-right-radius5px;
}

.
thead2 {
    
background#a9d049 url(images/novus-clover/thead_gradient.png) bottom left repeat-x;
    
color#ffffff;
}

.
thead2 a:link {
    
color#ffffff;
    
text-decorationnone;
}

.
thead2 a:visited {
    
color#ffffff;
    
text-decorationnone;
}

.
thead2 a:hover, .thead a:active {
    
color#ffffff;
    
text-decorationunderline;
}


.
tcat {
    
background#333;
    
color#fff;
    
font-size12px;
}

.
tcat a:link {
    
color#fff;
}

.
tcat a:visited {
    
color#fff;
}

.
tcat a:hover, .tcat a:active {
    
color#fff;
}


.
tcat2 {
    
background#333;
    
color#fff;
    
font-size12px;
        -
moz-border-radius5px 5px 0 0;
        -
webkit-border-radius5px 5px 0 0;
        
border-radius5px 5px 0 0;
}

.
tcat2 a:link {
    
color#fff;
}

.
tcat2 a:visited {
    
color#fff;
}

.
tcat2 a:hover, .tcat a:active {
    
color#fff;
}


.
trow1 {
        
color#000;
    
background#f5f5f5;
}

.
trow2 {
    
background#EFEFEF;
}

.
trow_shaded {
    
background#ffdde0;
}

.
trow_selected td {
    
background#eef1e4;
}

.
trow_selected .tcat, .trow_selected .tcat a {
    
color#000;
}

.
trow_sep {
    
background#e5e5e5;
    
color#000;
    
font-size12px;
    
font-weightbold;
}

.
tfoot {
    
background#a9d049 url(images/novus-clover/thead_gradient.png) bottom left repeat-x;
    
color#ffffff;
        
-moz-border-radius0 0 5px 5px;
        -
webkit-border-radius0 0 5px 5px;
        
border-radius0 0 5px 5px;
}

.
tfoot a:link {
    
color#ffffff;
    
text-decorationnone;
}

.
tfoot a:visited {
    
color#ffffff;
    
text-decorationnone;
}

.
tfoot a:hover, .tfoot a:active {
    
color#ffffff;
    
text-decorationunderline;
}

.
tfoot2 {
    
background#a9d049 url(images/novus-clover/thead_gradient.png) bottom left repeat-x;
        
color#ffffff;
}

.
tfoot2:first-child {
    
color#ffffff;
        
-moz-border-radius0 0 0 5px;
        -
webkit-border-radius0 0 0 5px;
        
border-radius0 0 0 5px;
}

.
tfoot2:last-child {
        
color#ffffff;
        
-moz-border-radius0 0 5px 0;
        -
webkit-border-radius0 0 5px 0;
        
border-radius0 0 5px 0;
}

.
tfoot3 {
    
background#a9d049 url(images/novus-clover/thead_gradient.png) bottom left repeat-x;
        
color#ffffff;
}

.
post_buttons {
        -
moz-border-radius0 0 5px 5px;
        -
webkit-border-radius0 0 5px 5px;
        
border-radius0 0 5px 5px;
}

.
last-table {
        -
moz-border-radius-bottomleft!important;
        -
moz-border-radius-bottomright!important;
        -
webkit-border-bottom-left-radius!important;
        -
webkit-border-bottom-right-radius!important;
        
border-bottom-left-radius!important;
        
border-bottom-right-radius!important;
}

.
first-table {
        -
moz-border-radius-topleft!important;
        -
moz-border-radius-topright!important;
        -
webkit-border-top-left-radius!important;
        -
webkit-border-top-right-radius!important;
        
border-top-left-radius!important;
        
border-top-right-radius!important;
}

.
last-table .post_buttons {
        -
moz-border-radius0;
        -
webkit-border-radius0;
        
border-radius0;
}


.
bottommenu {
    
color#fff;
        
padding0 0 20px;
        
border-bottom1px solid #666;
}

.
bottommenu a {
        
color#fff;
        
margin0 15px 0 0;
}

#lang_select {
        
margin: -4px 0 0 0;
}

.
navigation {
        
background#333;
    
color#fff;
    
font-size13px;
    
font-weightbold;
        
margin-20px;
        
padding8px 20px;
}

.
navigation a:link {
    
color#dedede;
    
text-decorationnone;
}

.
navigation a:visited {
    
color#dedede;
    
text-decorationnone;
}

.
navigation a:hover, .navigation a:active {
    
color#efefef;
    
text-decorationnone;
}

.
navigation .active {
    
color#fff;
    
font-size13px;
    
font-weightbold;
}

.
smalltext {
        
color#000000;
    
font-size11px;
}

.
largetext {
        
color#000;
    
font-size16px;
    
font-weightbold;
}

input.textbox {
    
background#ffffff;
    
color#000000;
    
border1px solid #ccc;
    
padding3px;
    -
moz-border-radius3px;
    -
webkit-border-radius3px;
    
border-radius3px;
}

textarea {
    
background#ffffff;
    
color#000000;
    
border1px solid #ccc;
    
padding3px;
    
font-familyVerdanaArialSans-Serif;
    
line-height1.4;
    
font-size13px;
    -
moz-border-radius3px;
    -
webkit-border-radius3px;
    
border-radius3px;
}

select {
    
background#ffffff;
    
border1px solid #ccc;
    
padding3px;
    -
moz-border-radius3px;
    -
webkit-border-radius3px;
    
border-radius3px;
}

.
editor {
    
background#f1f1f1;
    
border1px solid #ccc;
}

.
editor_control_bar {
    
background#fff;
    
border1px solid #ccc;
}

.
autocomplete {
    
background#fff;
    
border1px solid #000;
    
colorblack;
}

.
autocomplete_selected {
    
background#eef1e4;
    
color#000;
}

.
popup_menu {
    
background#ccc;
    
border1px solid #000;
}

.
popup_menu .popup_item {
    
background#fff;
    
color#000;
}

.
popup_menu .popup_item:hover {
    
background#eef1e4;
    
color#000;
}

.
trow_reputation_positive {
    
background#ccffcc;
}

.
trow_reputation_negative {
    
background#ffcccc;
}

.
reputation_positive {
    
colorgreen;
}

.
reputation_neutral {
    
color#444;
}

.
reputation_negative {
    
colorred;
}

.
invalid_field {
    
border1px solid #f30;
    
color#f30;
    
-moz-border-radius3px;
    -
webkit-border-radius3px;
    
border-radius3px;
    
padding3px;
}

.
valid_field {
    
border1px solid #0c0;
    
-moz-border-radius3px;
    -
webkit-border-radius3px;
    
border-radius3px;
    
padding3px;
}

.
validation_error {
    
backgroundurl(images/invalid.gifno-repeat center left;
    
color#f30;
    
margin5px 0;
    
padding5px;
    
font-weightbold;
    
font-size11px;
    
padding-left22px;
}

.
validation_success {
    
backgroundurl(images/valid.gifno-repeat center left;
    
color#00b200;
    
margin5px 0;
    
padding5px;
    
font-weightbold;
    
font-size11px;
    
padding-left22px;
}

.
validation_loading {
    
backgroundurl(images/spinner.gifno-repeat center left;
    
color#555;
    
margin5px 0;
    
padding5px;
    
font-weightbold;
    
font-size11px;
    
padding-left22px;
}

/* Additional CSS (Master) */
img {
    
bordernone;
}

.
clear {
    
clearboth;
}

.
hidden {
    
displaynone;
    
floatnone;
    
width1%;
}

.
hiddenrow {
    
displaynone;
}

.
selectall {
    
background-color#eef1e4;
    
font-weightbold;
    
text-aligncenter;
}

.
float_left {
    
floatleft;
}

.
float_right {
    
floatright;
}

.
no-bottom-radius {
    -
moz-border-radius5px 5px 0 0 !important;
    -
webkit-border-radius5px 5px 0 0 !important;
    
border-radius5px 5px 0 0 !important;
}

.
no-radius {
    -
moz-border-radius!important;
        -
webkit-border-radius!important;
        
border-radius!important;
}

.
links {
    
margin: -20px 20px 0 0;
    
floatright;
}

.
links a {
    
padding-left15px;
    
color#888;
}

.
links a:hover, .links a:active {
    
color#000;
        
text-decorationnone;
}

.
expcolimage {
    
floatright;
    
widthauto;
    
vertical-alignmiddle;
    
margin-top3px;
}

img.attachment {
    
border1px solid #E9E5D7;
    
padding2px;
}

hr {
    
background-color#000000;
    
color#000000;
    
height1px;
    
border0px;
}

#copyright {
    
font11px VerdanaArialSans-Serif;
    
margin0;
    
padding20px 0 0;
}

#copyright a {
        
color#ccc;
}

#debug {
    
floatright;
    
text-alignright;
    
margin-top0;
}

blockquote {
    
border1px solid #ccc;
    
margin0;
    
background#fff;
    
padding4px;
}

blockquote cite {
    
font-weightbold;
    
border-bottom1px solid #ccc;
    
font-stylenormal;
    
displayblock;
    
margin4px 0;
}

blockquote cite span {
    
floatright;
    
font-weightnormal;
}

blockquote cite span.highlight {
    
floatnone;
    
font-weightbold;
    
padding-bottom0;
}

.
codeblock {
    
background#fff;
    
border1px solid #ccc;
    
padding4px;
}

.
codeblock .title {
    
border-bottom1px solid #ccc;
    
font-weightbold;
    
margin4px 0;
}

.
codeblock code {
    
overflowauto;
    
heightauto;
    
max-height200px;
    
displayblock;
    
font-familyMonacoConsolasCouriermonospace;
    
font-size13px;
}

.
subforumicon {
    
border0;
    
vertical-alignmiddle;
}

.
separator {
    
margin5px;
    
padding0;
    
height0px;
    
font-size1px;
    list-
style-typenone;
}

form {
    
margin0;
    
padding0;
}

.
popup_menu .popup_item_container {
    
margin1px;
    
text-alignleft;
}

.
popup_menu .popup_item {
    
displayblock;
    
padding3px;
    
text-decorationnone;
    
white-spacenowrap;
}

.
popup_menu a.popup_item:hover {
    
text-decorationnone;
}

.
autocomplete {
    
text-alignleft;
}

.
subject_new {
    
font-weightbold;
}

.
highlight {
    
background#FFFFCC;
    
padding-top3px;
    
padding-bottom3px;
}

.
pm_alert {
    
background#FFF6BF;
    
border1px solid #FFD324;
    
text-aligncenter;
    
padding7px 20px;
    
margin15px auto;
    
font-size11px;
    
width95%;
}

.
red_alert {
    
background#FBE3E4;
    
border1px solid #A5161A;
    
color#A5161A;
    
text-aligncenter;
    
padding7px 20px;
    
margin15px auto;
    
font-size11px;
    
width95%;
}

.
high_warning {
    
color#CC0000;
}

.
moderate_warning {
    
color#F3611B;
}

.
low_warning {
    
color#AE5700;
}

div.error {
    
padding5px 10px;
    
border-top2px solid #FFD324;
    
border-bottom2px solid #FFD324;
    
background#FFF6BF;
    
font-size12px;
}

div.error p {
    
margin0;
    
color#000;
    
font-weightnormal;
}

div.error p em {
    
font-stylenormal;
    
font-weightbold;
    
padding-left24px;
    
displayblock;
    
color#C00;
    
backgroundurl(images/error.gifno-repeat 0;
}

div.error.ul {
    
margin-left24px;
}

.
online {
    
color#15A018;
}

.
offline {
    
color#C7C7C7;
}

.
pagination {
    
font-size11px;
    
padding-top10px;
    
margin-bottom5px;
}

.
tfoot .pagination, .tcat .pagination {
    
padding-top0;
}
.
pagination .pages {
    
font-weightbold;
}

.
pagination .pagination_current, .pagination a {
    
padding5px 9px;
    
margin-bottom3px;
        -
moz-border-radius5px;
        -
webkit-border-radius5px;
        
border-radius5px;
}

.
pagination a {
        
background#efefef;
        
border1px solid #dedede;
        
color#777;
}

.
pagination .pagination_current {
    
background#a9d049 url(images/novus-clover/thead_gradient.png) bottom left repeat-x;
    
border1px solid #96b941;
    
font-weightbold;
    
color#fff;
}

.
pagination a:hover {
    
background#f8f8f8;
    
text-decorationnone;
}

.
pagination a:active {
        
color#96b941;
        
text-decorationnone;
}

.
thread_legend, .thread_legend dd {
    
margin0;
    
padding0;
}

.
thread_legend dd {
    
padding-bottom4px;
    
margin-right15px;
}

.
thread_legend img {
    
margin-right4px;
    
vertical-alignbottom;
}

.
forum_legend, .forum_legend dt, .forum_legend dd {
    
margin0;
    
padding0;
}

.
forum_legend dd {
    
floatleft;
    
margin-right10px;
}

.
forum_legend dt {
    
margin-right10px;
    
floatleft;
}

.
success_message {
    
color#00b200;
    
font-weightbold;
    
font-size10px;
    
margin-bottom10px;
}

.
error_message {
    
color#C00;
    
font-weightbold;
    
font-size10px;
    
margin-bottom10px;
}

.
post_body {
    
padding5px;
}

.
post_content {
    
padding5px 10px;
}

.
quick_jump {
    
backgroundurl(images/jump.gifno-repeat 0;
    
width13px;
    
height13px;
    
padding-left13px/* amount of padding needed for image to fully show */
    
vertical-alignmiddle;
    
bordernone;
}

.
repbox {
    
font-size:16px;
    
font-weightbold;
    
padding:5px 7px 5px 7px;
}

.
_neutral {
    
background-color:#FAFAFA;
    
color#999999;
    
border:1px solid #CCCCCC;
}

.
_minus {
    
background-color#FDD2D1;
    
color#CB0200;
    
border:1px solid #980201;
}

.
_plus {
    
background-color:#E8FCDC;
    
color#008800;
    
border:1px solid #008800;
}

.
pagination_breadcrumb {
    
background-color#f5f5f5;
    
border1px solid #fff;
    
outline1px solid #ccc;
    
padding5px;
    
margin-top5px;
    
font-weightnormal;
}

.
pagination_breadcrumb_link {
    
vertical-alignmiddle;
    
cursorpointer;
    
displaynone;
}
        
#footer {
        
background#333;
        
width95%;
        
margin20px auto;
        
padding20px;
        -
moz-border-radius10px;
        -
webkit-border-radius10px;
        
border-radius10px;
        
color#fff;
        
overflowhidden;
}

.
stats-img {
        
vertical-alignmiddle;
        
padding-right10px;
}

.
powered_by {
    
margin0 0 7px;
}

.
userinfo {
    
floatleft;
    
padding2px 0;
}

.
no-display {
    
displaynone;

[/spoiler]
Última modificación: 24 Oct, 2011, 7:52 pm por josraso.
.smalltext no deberia de tener color:; en primer lugar.

Por favor deja el contenido de tu postbit_classic y postbit
{SIGNATURE_IMAGE}
Aquí están:

[spoiler=Postbit]
Código PHP:
{$ignore_bit}
<
a name="pid{$post['pid']}id="pid{$post['pid']}"></a>
<
table border="0" cellspacing="{$theme['borderwidth']}cellpadding="{$theme['tablespace']}class="tborder2" style="{$post_extra_style} {$post_visibility}id="post_{$post['pid']}">
    <
tbody>
        <
tr>
            <
td class="tcat2">
                <
div class="float_left smalltext">
                    {
$post['postdate']}, {$post['posttime']} <span id="edited_by_{$post['pid']}">{$post['editedmsg']}</span>
                </
div>
                {
$post['posturl']}
            </
td>
        </
tr>

        <
tr>
            <
td class="trow1 {$unapproved_shade}">
                <
table cellspacing="0" cellpadding="0" border="0" style="width: 100%;">
                    <
tr>
                        <
td class="post_avatar" width="1" style="{$post['avatar_padding']}">
                            {
$post['useravatar']}
                        </
td>
                        <
td class="post_author">
                            <
strong><span class="largetext">{$post['profilelink']}</span></strong> {$post['onlinestatus']}<br />
                            <
span class="smalltext">
                                {
$post['usertitle']}<br />
                                {
$post['userstars']}
                                {
$post['groupimage']}
                            </
span>
                        </
td>
                        <
td class="smalltext post_author_info" width="165">
                            {
$post['user_details']}
                        </
td>
                    </
tr>
                </
table>
            </
td>
        </
tr>

        <
tr>
            <
td class="trow2 post_content {$unapproved_shade}">
                <
span class="smalltext"><strong>{$post['icon']}{$post['subject']} {$post['subject_extra']}</strong></span>

                <
div class="post_body" id="pid_{$post['pid']}">
                    {
$post['message']}
                </
div>
                {
$post['attachments']}
                {
$post['signature']}

                <
div class="post_meta" id="post_meta_{$post['pid']}">
                {
$post['iplogged']}
                </
div>
            </
td>
        </
tr>

        <
tr>
            <
td class="trow1 post_buttons {$unapproved_shade}">
                <
div class="author_buttons float_left">
                    {
$post['button_email']}{$post['button_pm']}{$post['button_www']}{$post['button_find']}{$post['button_rep']}
                </
div>
                <
div class="post_management_buttons float_right">{$post['button_edit']}{$post['button_quickdelete']}{$post['button_quote']}{$post['button_multiquote']}{$post['button_report']}{$post['button_warn']}{$post['button_reply_pm']}{$post['button_replyall_pm']}{$post['button_forward_pm']}{$post['button_delete_pm']}
                </
div>
            </
td>
        </
tr>
    </
tbody>
</
table
[/spoiler]

[spoiler=Postbit_classic]
Código PHP:
{$ignore_bit}
<
table border="0" cellspacing="{$theme['borderwidth']}cellpadding="{$theme['tablespace']}class="tborder" style="{$post_extra_style} {$post_visibility}id="post_{$post['pid']}">
    <
tr>
        <
td class="{$altbg}width="15%" valign="top" style="white-space: nowrap; text-align: center;"><a name="pid{$post['pid']}id="pid{$post['pid']}"></a>
        <
strong><span class="largetext">{$post['profilelink']}</span></strong> {$post['onlinestatus']}<br />
        <
span class="smalltext">
            {
$post['usertitle']}<br />
            {
$post['userstars']}
            {
$post['groupimage']}
            {
$post['useravatar']}<br />
            {
$post['user_details']}
        </
span>
    </
td>
    <
td class="{$altbg}valign="top">
        <
table width="100%">
            <
tr><td>{$post['posturl']}<span class="smalltext"><strong>{$post['icon']}{$post['subject']} {$post['subject_extra']}</strong></span>
            <
br />
            <
div id="pid_{$post['pid']}class="post_body">
                {
$post['message']}
            </
div>
            {
$post['attachments']}
            {
$post['signature']}
            <
div style="text-align: right; vertical-align: bottom;" id="post_meta_{$post['pid']}">
                <
div id="edited_by_{$post['pid']}">{$post['editedmsg']}</div>
                {
$post['iplogged']}
            </
div>
        </
td></tr>
    </
table>
</
td>
</
tr>
<
tr>
    <
td class="{$altbg}style="white-space: nowrap; text-align: center; vertical-align: middle;"><span class="smalltext">{$post['postdate']} {$post['posttime']}</span></td>
    <
td class="{$altbg}style="vertical-align: middle;">
        <
table width="100%" border="0" cellpadding="0" cellspacing="0">
            <
tr valign="bottom">
                <
td align="left" ><span class="smalltext">{$post['button_email']}{$post['button_pm']}{$post['button_www']}{$post['button_find']}{$post['button_rep']}</span></td>
                <
td align="right">{$post['button_edit']}{$post['button_quickdelete']}{$post['button_quote']}{$post['button_multiquote']}{$post['button_report']}{$post['button_warn']}{$post['button_reply_pm']}{$post['button_replyall_pm']}{$post['button_forward_pm']}{$post['button_delete_pm']}</td>
            </
tr>
        </
table>
    </
td>
</
tr>
</
table
[/spoiler]
Intenta cambiar esto:
Código PHP:
.trow1 {
        
color#000;
    
background#f5f5f5;
}

.
trow2 {
    
background#EFEFEF;


Por esto:
Código PHP:
.trow1 {
        
color#000;
    
background#f5f5f5;
}

.
trow2 {
        
color#000;
    
background#EFEFEF;

En tu global.css
{SIGNATURE_IMAGE}
(25 Oct, 2011, 8:58 pm)JustU escribió: Intenta cambiar esto:
Código PHP:
.trow1 {
        
color#000;
    
background#f5f5f5;
}

.
trow2 {
    
background#EFEFEF;


Por esto:
Código PHP:
.trow1 {
        
color#000;
    
background#f5f5f5;
}

.
trow2 {
        
color#000;
    
background#EFEFEF;

En tu global.css

Eso solo cambia el color de la font .-.
Prueba a ponerle un ancho fijo Tongue
Ya lo solucione, Gracias! Pronto vendré con otras dudas ya que estoy modificando el tema, jaja.