Commit bde048c46052381131f6a4310e78d8464d582b88
1 parent
225c72fd
Exists in
master
and in
2 other branches
updating theme
Showing
8 changed files
with
21 additions
and
0 deletions
Show diff stats
103 KB
21.4 KB
261 KB
36.6 KB
46.1 KB
12.8 KB
26.1 KB
style.css
@@ -1257,3 +1257,24 @@ div#notice { | @@ -1257,3 +1257,24 @@ div#notice { | ||
1257 | display: none; | 1257 | display: none; |
1258 | } | 1258 | } |
1259 | 1259 | ||
1260 | + | ||
1261 | +/* Gamification Plugin*/ | ||
1262 | + | ||
1263 | +.gamification .badge .image.positive_votes_received { | ||
1264 | + background-image: url(images/badges/queridinhos_america.jpg); | ||
1265 | +} | ||
1266 | +.gamification .badge .image.article_author { | ||
1267 | + background-image: url(images/badges/autor_artigo.jpg); | ||
1268 | +} | ||
1269 | +.gamification .badge .image.comment_received { | ||
1270 | + background-image: url(images/badges/comentarios_recebidos.jpg); | ||
1271 | +} | ||
1272 | +.gamification .badge .image.negative_votes_received { | ||
1273 | + background-image: url(images/badges/inimigo_estado.jpg); | ||
1274 | +} | ||
1275 | +.gamification .badge .image.comment_author { | ||
1276 | + background-image: url(images/badges/comentario_realizado.png); | ||
1277 | +} | ||
1278 | +.gamification .badge .image.friendly { | ||
1279 | + background-image: url(images/badges/amigos.jpg); | ||
1280 | +} |