[CSS] Ajouter le chapeau du père noël sur l'avatar

Statut
N'est pas ouverte pour d'autres réponses.

Albert Einstein

E = MC²
Premium
Inscription
2 Août 2013
Messages
1 936
Réactions
751
Points
10 316
RGCoins
25
Ajouter le chapeau du père noël sur l'avatar
_______________________________
  • Ajoutez ceci dans le template EXTRA.css:
Code:
.messageUserBlock div.avatarHolder .avatar:after {
content:"";
background: transparent url('@imagePath/xenforo/overlay/santa.png') no-repeat;
display: block;
height: 45px;
right: -19px;
position: absolute;
top: -11px;
width: 60px;
z-index: 99;
-moz-transform: rotate(22deg);
-webkit-transform: rotate(22deg);
-o-transform: rotate(22deg);
-ms-transform: rotate(22deg);
transform: rotate(22deg);
}



6967-8699bbd4551b2340c4b44b70586bac96.jpg
 
Statut
N'est pas ouverte pour d'autres réponses.
Retour
Haut