Utilisateur:VashTheStampede/VashTestCSS.css : Différence entre versions

De BWpedia
Sauter à la navigation Sauter à la recherche
 
m
 
(3 révisions 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);
 +
}

Version actuelle datée du 6 octobre 2023 à 15: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);
}