« MediaWiki:Vector.css » : différence entre les versions

De Wiki Pimpf
Aller à la navigation Aller à la recherche
Aucun résumé des modifications
Retour au fond gris
Ligne 2 : Ligne 2 :
body {
body {
   background: rgb(225,235,242);  
   background: rgb(225,235,242);  
   background-image: url(https://www.forumpimpf.net/wikipimpf/images/Background-image-Pimpf.png);
   background-image: url(Background-image-Pimpf.png);
}
}

Version du 25 mai 2020 à 03:13

/* Le CSS placé ici affectera les utilisateurs de l’habillage Vector. */
body {
  background: rgb(225,235,242); 
  background-image: url(Background-image-Pimpf.png);
}