Basculer le menu
Changer de menu des préférences
Basculer le menu personnel
Non connecté(e)
Votre adresse IP sera visible au public si vous faites des modifications.

« Modèle:Evolution/style.css » : différence entre les versions

De ploums
Aucun résumé des modifications
Aucun résumé des modifications
 
(4 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:not(.right) {
 
 
.infobox.evolution {
   float: none;
   float: none;
   margin: 1rem auto;
   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;
}
}

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;
}