ACP > Style i szablony > twój styl > global.css > tryb zaawansowany:
Kod:
.trow_reputation_positive {
background: #121212;
}
.trow_reputation_neutral {
background: #121212;
}
.trow_reputation_negative {
background: #121212;
}
.reputation_positive {
color: green;
}
.reputation_neutral {
color: #444;
}
.reputation_negative {
color: red;
}
.trow - tło
Powinno to być to
Ale pewności nie mam
Pozdrawiam!
to też znalazłem, wiem jak tło zmienić, ale czcionki nie wiem co dopisać :x,
Spróbuj dopisać, tam gdzie masz te "color":
Kod:
font-family: czcionka;
Pozdrawiam!
Nie działa, albo coś źle robię, fragment kodu.
Kod:
}
.trow_reputation_positive {
background: #ccffcc;
}
.trow_reputation_negative {
background: #ffcccc;
}
.reputation_positive {
color: green;
}
.reputation_neutral {
color: #444;
}
.reputation_negative {
color: red;
}
font-family: czcionka;
nigdzie nie dopisałeś np musi być
font-family: tahoma;
mordeczko wiem, że nie dopisałem dałem czysty kod
Co mi da, że dopiszą inna czcionkę jak ja chcę zmienić jej kolor a nie wygląd
A zobacz sobie:
Kod:
.trow_reputation_positive {
background: #121212;
color: green;
}
.trow_reputation_neutral {
background: #121212;
color: #444444;
}
.trow_reputation_negative {
background: #121212;
color: red;
}
.reputation_positive {
color: green;
}
.reputation_neutral {
color: #444444;
}
.reputation_negative {
color: red;
}
Ja w jednym stylu tak musiałem zrobić
okej trochę inaczej teraz wygląda, ale może być, tło jest takie jak forum tylko czcionka nadaje kolor reputacji