« Utilisateur:VashTheStampede/VashTestCSS.css » : différence entre les versions
Aller à la navigation
Aller à la recherche
mAucun résumé des modifications |
mAucun résumé des modifications |
||
| (2 versions intermédiaires par le même utilisateur non affichées) | |||
| Ligne 1 : | Ligne 1 : | ||
/* CSS placed here will affect users of the VashTestCSS skin */ | /* CSS placed here will affect users of the VashTestCSS skin */ | ||
/* Afficher les liens déjà visités en vert */ | /* Afficher les liens déjà visités en vert */ | ||
a:visited { | a:visited { | ||
color: rgb(0, 255, 0); | |||
} | |||
#p-personal a:visited span { | |||
color: rgb(0, 255, 0); | |||
} | |||
div.vectorTabs a:visited { | |||
color: rgb(0, 255, 0); | |||
} | |||
#mw-panel a:visited { | |||
color: rgb(0, 255, 0); | |||
} | } | ||
Dernière version du 6 octobre 2023 à 16:26
/* CSS placed here will affect users of the VashTestCSS skin */
/* Afficher les liens déjà visités en vert */
a:visited {
color: rgb(0, 255, 0);
}
#p-personal a:visited span {
color: rgb(0, 255, 0);
}
div.vectorTabs a:visited {
color: rgb(0, 255, 0);
}
#mw-panel a:visited {
color: rgb(0, 255, 0);
}