« Modèle:Evolution/style.css » : différence entre les versions
De ploums
Autres actions
Aucun résumé des modifications |
Aucun résumé des modifications |
||
| (2 versions intermédiaires par le même utilisateur non affichées) | |||
| Ligne 1 : | Ligne 1 : | ||
.infobox.evolution .infobox-full-data { | .infobox.evolution .infobox-full-data { | ||
text-align: center; | text-align: center; | ||
position: relative; | |||
} | } | ||
.infobox.evolution { | .infobox.evolution { | ||
float: none; | float: none; | ||
margin: 1rem auto; | margin: 1rem auto; | ||
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; | |||
} | } | ||
Dernière version du 4 juillet 2025 à 15:15
.infobox.evolution .infobox-full-data {
text-align: center;
position: relative;
}
.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;
}