zobacz czy w stylach masz reputationlevels.css
jeśli nie to dodajgo z zawartością
.reputationlevels_postbit {
background: url(images/reputationlevels/highlight_faint.png) repeat-x;
background-position: 0 0;
font-weight: bold;
padding: 3px 8px;
display: inline-block;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
border-style: solid;
border-width: 1px;
text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.6);
color: #fff;
-webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset;
-moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset;
box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset;
clear: both;
text-align: center;
font-size:1.1em;
padding: 2px 10px !important;
}
.postbit_negative {
background-color: #D91313;
border-color: #8C1313;
}
.postbit_neutral {
background-color: #C0C0C0;
border-color: #A79D9D;
}
.postbit_positive {
background-color: #95D913;
border-color: #638C13;
}
.reputationlevels_member_profile {
background: url(images/reputationlevels/highlight_faint.png) repeat-x;
background-position: 0 0;
font-weight: bold;
padding: 3px 8px;
display: inline-block;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
border-style: solid;
border-width: 1px;
text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.6);
color: #fff;
-webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset;
-moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset;
box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset;
clear: both;
text-align: center;
font-size:1.1em;
padding: 2px 10px !important;
}
.member_profile_negative {
background-color: #D91313;
border-color: #8C1313;
}
.member_profile_neutral {
background-color: #C0C0C0;
border-color: #A79D9D;
}
.member_profile_positive {
background-color: #95D913;
border-color: #638C13;
}