« MediaWiki:Common.css » : différence entre les versions
De Mouvement Arbre-Évolution
Aucun résumé des modifications |
Aucun résumé des modifications |
||
Ligne 17 : | Ligne 17 : | ||
/** TEST **/ | /** TEST **/ | ||
.essence { | .essence { | ||
height: | height:120px; | ||
width: | width:120px; | ||
background-size: contain; | background-size: contain; | ||
background-color:white; | background-color:white; | ||
background-repeat:no-repeat; | background-repeat:no-repeat; | ||
} | |||
.essence.baumier { | |||
background-image: url('https://labo.laferme.wiki/mouvement/images/6/6b/GR05_Abies_bal_silhouette.gif'); | |||
} | |||
} | } |
Version du 24 mai 2024 à 13:11
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:120px;
width:120px;
background-size: contain;
background-color:white;
background-repeat:no-repeat;
}
.essence.baumier {
background-image: url('https://labo.laferme.wiki/mouvement/images/6/6b/GR05_Abies_bal_silhouette.gif');
}
}