« 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 17 : Ligne 17 :
/** TEST **/
/** TEST **/
.essence {
.essence {
   height:48px;
   height:148px;
   width:48px;
   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-color:white;
   background-color:white;
   object-fit:contain;
   object-fit:contain;
}
}

Version du 24 mai 2024 à 13:58

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-color:white;
  object-fit:contain;
}