« Modèle:Stats Guard/style.css » : différence entre les versions
De Wiki Lylat
Aller à la navigationAller à la recherche
Aucun résumé des modifications |
Aucun résumé des modifications Balise : Révoqué |
||
| Ligne 7 : | Ligne 7 : | ||
{ | { | ||
background-color:#6ADC6F; | background-color:#6ADC6F; | ||
width: | width: 25px; | ||
height: | height: 9px; | ||
border-radius: 2px; | border-radius: 2px; | ||
box-shadow: 0 0 3px #7fff7f, 0 0 8px #7fff7f, 0 0 14px #7fff7f, inset 0 0 0 3px #9dff9d, inset 0 0 0 6px #52b852; | box-shadow: 0 0 3px #7fff7f, 0 0 8px #7fff7f, 0 0 14px #7fff7f, inset 0 0 0 3px #9dff9d, inset 0 0 0 6px #52b852; | ||
| Ligne 16 : | Ligne 16 : | ||
{ | { | ||
background-color:#D9C858; | background-color:#D9C858; | ||
width: | width: 25px; | ||
height: | height: 9px; | ||
border-radius: 2px; | border-radius: 2px; | ||
box-shadow: 0 0 3px #f8e05a, 0 0 8px #f8e05a, 0 0 14px #f8e05a, inset 0 0 0 3px #fff08a, inset 0 0 0 6px #c6b84a; | box-shadow: 0 0 3px #f8e05a, 0 0 8px #f8e05a, 0 0 14px #f8e05a, inset 0 0 0 3px #fff08a, inset 0 0 0 6px #c6b84a; | ||
| Ligne 25 : | Ligne 25 : | ||
{ | { | ||
background-color:#DB7D60; | background-color:#DB7D60; | ||
width: | width: 25px; | ||
height: | height: 9px; | ||
border-radius: 2px; | border-radius: 2px; | ||
box-shadow: 0 0 3px #f28d6a, 0 0 8px #f28d6a, 0 0 14px #f28d6a, inset 0 0 0 3px #ffb097, inset 0 0 0 6px #c67458; | box-shadow: 0 0 3px #f28d6a, 0 0 8px #f28d6a, 0 0 14px #f28d6a, inset 0 0 0 3px #ffb097, inset 0 0 0 6px #c67458; | ||
} | } | ||
Version du 2 juin 2026 à 00:49
.stats-vide
{
display: none;
}
.stats-vert
{
background-color:#6ADC6F;
width: 25px;
height: 9px;
border-radius: 2px;
box-shadow: 0 0 3px #7fff7f, 0 0 8px #7fff7f, 0 0 14px #7fff7f, inset 0 0 0 3px #9dff9d, inset 0 0 0 6px #52b852;
}
.stats-jaune
{
background-color:#D9C858;
width: 25px;
height: 9px;
border-radius: 2px;
box-shadow: 0 0 3px #f8e05a, 0 0 8px #f8e05a, 0 0 14px #f8e05a, inset 0 0 0 3px #fff08a, inset 0 0 0 6px #c6b84a;
}
.stats-rouge
{
background-color:#DB7D60;
width: 25px;
height: 9px;
border-radius: 2px;
box-shadow: 0 0 3px #f28d6a, 0 0 8px #f28d6a, 0 0 14px #f28d6a, inset 0 0 0 3px #ffb097, inset 0 0 0 6px #c67458;
}