« MediaWiki:Vector.css » : différence entre les versions
Aller à la navigation
Aller à la recherche
Essai couleur des liens |
mAucun résumé des modifications |
||
| Ligne 6 : | Ligne 6 : | ||
} | } | ||
a:link { | a:link { | ||
color: # | color: #028eda; | ||
} | } | ||
/* visited link */ | /* visited link */ | ||
a:visited { | a:visited { | ||
color: # | color: #8710aE; | ||
} | } | ||
/* mouse over link */ | /* mouse over link */ | ||
a:hover { | a:hover { | ||
color: # | color: #25B9EF; | ||
} | } | ||
Version du 25 mai 2020 à 08:35
/* Le CSS placé ici affectera les utilisateurs de l’habillage Vector. */
body {
background: rgb(225,235,242);
background-image: url(https://www.forumpimpf.net/wikipimpf/images/Background-image-grise.png);
/* unvisited link */
}
a:link {
color: #028eda;
}
/* visited link */
a:visited {
color: #8710aE;
}
/* mouse over link */
a:hover {
color: #25B9EF;
}
/* selected link */
a:active {
color: blue;
}