Modèle:Joueur/styles.css
De Nefald
Autres actions
.joueur-banniere {
display: inline-flex;
align-items: center;
background: #1a1a2e;
border: 2px solid #4a4a6a;
border-radius: 6px;
padding: 4px 10px 4px 4px;
gap: 8px;
box-sizing: border-box;
vertical-align: middle;
font-family: sans-serif;
text-decoration: none;
}
.joueur-avatar {
image-rendering: pixelated;
border-radius: 3px;
flex-shrink: 0;
}
.joueur-infos {
display: flex;
flex-direction: column;
justify-content: center;
gap: 2px;
}
.joueur-nom {
font-weight: bold;
color: #ffffff;
line-height: 1.3;
}
.joueur-nom a {
color: #ffffff;
text-decoration: none;
}
.joueur-nom a:hover {
color: #a0c4ff;
text-decoration: underline;
}
.joueur-grade {
color: #ffd700;
line-height: 1.2;
}
.joueur-grade a {
color: #ffd700;
text-decoration: none;
}
.joueur-grade a:hover {
color: #ffe566;
text-decoration: underline;
}
.joueur-texte {
color: #aaaaaa;
line-height: 1.2;
}