« Utilisateur:VashTheStampede/VashTestCSS.css » : différence entre les versions
Aller à la navigation
Aller à la recherche
(Page créée avec « →CSS placed here will affect users of the VashTestCSS skin : ») |
mAucun résumé des modifications |
||
(3 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 */ | |||
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 à 17: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); }