« MediaWiki:Common.css » : différence entre les versions

De Mouvement Arbre-Évolution
Aller à :navigation, rechercher
Aucun résumé des modifications
Aucun résumé des modifications
Ligne 20 : Ligne 20 :
   width:148px;
   width:148px;
   background-image: url('https://labo.laferme.wiki/mouvement/images/6/6b/GR05_Abies_bal_silhouette.gif');
   background-image: url('https://labo.laferme.wiki/mouvement/images/6/6b/GR05_Abies_bal_silhouette.gif');
   background-size: contain;
   background-size: cover;
   background-color:white;
   background-color:white;
}
}

Version du 24 mai 2024 à 14:05

h1#firstHeading {
  display:none;
}
body {
  background-color: rgba(224, 224, 214,1);
  font-family: "Helvetica Neue",Helvetica;
}
.vignette {
  object-fit:contain !important;
  height:320px;
  width:100%;
}
.logoBailleur {
  width:100%;
}

/** TEST **/
.essence {
  height:148px;
  width:148px;
  background-image: url('https://labo.laferme.wiki/mouvement/images/6/6b/GR05_Abies_bal_silhouette.gif');
  background-size: cover;
  background-color:white;
}