« Modèle:Evolution/style.css » : différence entre les versions
De ploums
Autres actions
Aucun résumé des modifications |
Aucun résumé des modifications |
||
| Ligne 2 : | Ligne 2 : | ||
text-align: center; | text-align: center; | ||
} | } | ||
.infobox.evolution { | .infobox.evolution { | ||
float: none; | float: none; | ||
| Ligne 7 : | Ligne 9 : | ||
max-width: 350px; | max-width: 350px; | ||
} | } | ||
.infobox.evolution.right { | .infobox.evolution.right { | ||
float: right; | float: right; | ||
margin: 1rem; | margin: 1rem; | ||
} | |||
.infobox.evolution .infobox-full-data figure { | |||
pointer-events: none; | |||
} | |||
.infobox.evolution .infobox-full-data figure+a { | |||
position: absolute; | |||
top: 0; | |||
left: 0; | |||
right: 0; | |||
bottom: 0; | |||
align-content: flex-end; | |||
} | } | ||
Version du 4 juillet 2025 à 15:15
.infobox.evolution .infobox-full-data {
text-align: center;
}
.infobox.evolution {
float: none;
margin: 1rem auto;
max-width: 350px;
}
.infobox.evolution.right {
float: right;
margin: 1rem;
}
.infobox.evolution .infobox-full-data figure {
pointer-events: none;
}
.infobox.evolution .infobox-full-data figure+a {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
align-content: flex-end;
}