MediaWiki:Common.css

De Mouvement Arbre-Évolution
Aller à :navigation, rechercher

Note : après avoir publié vos modifications, il se peut que vous deviez forcer le rechargement complet du cache de votre navigateur pour voir les changements.

  • Firefox / Safari : maintenez la touche Maj (Shift) en cliquant sur le bouton Actualiser ou appuyez sur Ctrl + F5 ou Ctrl + R (⌘ + R sur un Mac).
  • Google Chrome : appuyez sur Ctrl + Maj + R (⌘ + Shift + R sur un Mac).
  • Internet Explorer / Edge : maintenez la touche Ctrl en cliquant sur le bouton Actualiser ou pressez Ctrl + F5.
  • Opera : appuyez sur Ctrl + F5.
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%;
  padding-top:1rem;
}
/** Marqueurs sur carte **/
.leaflet-marker-icon {
 height:32px;
 width:14px;
}

/** TEST **/
.essence {
  height:120px;
  width:120px;
  background-size: contain;
  background-repeat:no-repeat;
  background-color:rgba(255,255,255,1);
  border-radius:7px;
}
.essence.baumier {
  background-image: url('https://labo.laferme.wiki/mouvement/images/6/6b/GR05_Abies_bal_silhouette.gif');
}