« MediaWiki:Common.css » : différence entre les versions
De Mouvement Arbre-Évolution
Aucun résumé des modifications |
Aucun résumé des modifications |
||
Ligne 14 : | Ligne 14 : | ||
width:100%; | width:100%; | ||
} | } | ||
/** Marqueurs sur carte **/ | |||
.leaflet-marker-icon { | |||
height:32px; | |||
width:14px; | |||
} | |||
/** TEST **/ | /** TEST **/ |
Version du 27 mai 2024 à 12:23
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%;
}
/** Marqueurs sur carte **/
.leaflet-marker-icon {
height:32px;
width:14px;
}
/** TEST **/
.essence {
height:120px;
width:120px;
background-size: contain;
background-color:white;
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');
}
}