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

De Wiki Pimpf
Aller à la navigation Aller à la recherche
Aucun résumé des modifications
Aucun résumé des modifications
 
(11 versions intermédiaires par le même utilisateur non affichées)
Ligne 2 : Ligne 2 :
body {
body {
   background: rgb(225,235,242);  
   background: rgb(225,235,242);  
   url(Fichier:Background-image-Pimpf.png);
   background-image: url(https://wikipimpf.fr/images/Background-image-grise.png);
}
/* mouse over link */
a:hover {
  color: #25B9EF;
}
a:visited {
  color: #0067FF;
}
}

Dernière version du 21 août 2025 à 18:57

/* Le CSS placé ici affectera les utilisateurs de l’habillage Vector. */
body {
  background: rgb(225,235,242); 
  background-image: url(https://wikipimpf.fr/images/Background-image-grise.png);
}
/* mouse over link */
a:hover {
  color: #25B9EF;
}
a:visited {
  color: #0067FF;
}