michal1997 napisał(a):i wyskakuje takie coś co może być nie tak ?
Jakie coś? Opisz dokładniej swoj problem! Każdy ma się domyślać o co ci chodzi!?
Z tego co widzę nie ma CSS. Dodaj je, pewnie jest gdzieś w paczce a jak nie to dorób.
@up spokojnie, przecież ewidentnie z treści wynika, że chodzi o załącznik...
A co to problemu, to tak koloruje się <span>, pokaż szablon tego pluginu.
zobacz czy w stylach masz reputationlevels.css
jeśli nie to dodajgo z zawartością
Kod:
.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;
}
Supryk napisał(a):zobacz czy w stylach masz reputationlevels.css
jeśli nie to dodajgo z zawartością
Kod:
.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;
}
Mam reputationlevels.css w stylach
pokaz swój headerinclude i showthread
Już sobie poradziłem.
To wkleiłem do reputationlevels_postbit_positive
Kod:
<br /><br /><span class="reputationlevels_postbit postbit_positive">{$lang->reputationlevels_reputation} {$reputationlevel['reputation']}<br />{$reputationlevel['title']}</span>