« MediaWiki:Vector.css » : différence entre les versions
Aller à la navigation
Aller à la recherche
mAucun résumé des modifications |
Aucun résumé des modifications |
||
| (2 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); | ||
background-image: url(https:// | background-image: url(https://wikipimpf.fr/images/Background-image-grise.png); | ||
} | } | ||
/* mouse over link */ | /* mouse over link */ | ||
a:hover { | a:hover { | ||
color: #25B9EF; | 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;
}