« MediaWiki:Common.css » : différence entre les versions
De Mouvement Arbre-Évolution
Aucun résumé des modifications |
Aucun résumé des modifications |
||
Ligne 20 : | Ligne 20 : | ||
width:14px; | width:14px; | ||
} | } | ||
/** TEST **/ | /** TEST **/ | ||
Ligne 30 : | Ligne 26 : | ||
width:120px; | width:120px; | ||
background-size: contain; | background-size: contain; | ||
background-repeat:no-repeat; | background-repeat:no-repeat; | ||
background-color:rgba(255,255,255,1); | background-color:rgba(255,255,255,1); | ||
Ligne 37 : | Ligne 32 : | ||
.essence.baumier { | .essence.baumier { | ||
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'); | ||
} | } |
Version du 28 mai 2024 à 08:35
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');
}