User:Aquatikelfik/vector.css

From Wikipedia, the free encyclopedia
Note: After saving, you have to bypass your browser's cache to see the changes. Google Chrome, Firefox, Microsoft Edge and Safari: Hold down the ⇧ Shift key and click the Reload toolbar button. For details and instructions about other browsers, see Wikipedia:Bypass your cache.
/* Affichage des liens vers des redirections */
a.mw-redirect, span.redirect-in-category, div.allpagesredirect {
  border-bottom: dotted 1px green;
  background-color: #e0ffe9;
}
 
/* Affichage des liens vers des pages d'homonymie */
/* http://fr.wikipedia.org/wiki/Aide:Gadget-HomonymiesEnCouleur */
.bkl-link-inner {
  background-color: #ffe9e9;
  border-bottom: dotted 1px red;
  font-style:italic;
}
 
/* Affichage en petit des éditions Wikidata dans la liste de suivi */
.wikibase-edit {
  font-size: 80%;
}