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.
//kleur groen voor visited links... thanks to Erik Baas
//a:visited { color:#00ff00 ; }
#content a:visited { color:#00c040 ; }

//redirects in andere kleur
.mw-redirect         { color:orange;     }
.mw-redirect:visited { color:darkorange; }
a.stub { text-decoration: none; color:limegreen; }


//weg met die kleurplaten van handtekeningen! BLEGH!
//.handtekening_lang { display:none !important; }
.handtekening_lang {display:none;}

li.interwiki-de, li.interwiki-en, li.interwiki-fr, li.interwiki-nl { 
             font-weight: bold; 
}

/* Volglijst: commentaar kleiner */
.page-Speciaal_Volglijst .comment { 
 font-size: 85%; 
 color: gray;
}


//
/* Kleuren voor links: normaal en bezocht */
a:link { color: #002bb8; } /* normal unvisited links */
a:link:visited { color: #5a3696; } /* visited links */
/* a:link:active { color: #FF0000; }  active links */
a:link.new { color: #cc2200; } /* new links */
a:link.new:visited { color: #A55858; }
a:link.interwiki { color: #3366BB; } /* interwiki links */
a:link.interwiki:visited { color: #3366BB; }
a:link.external { color: #3366BB; } /* external links */
a:link.external:visited { color: #3366BB; } 
a:link.stub { color: LimeGreen; }
a.stub:visited { color: DarkGreen; }
a.mw-redirect { color: #FF8C00; } /* oud: orange */
a.mw-redirect:visited { color: #FF4400; } /* oud: FF8C00 */
 
/* Links in menu */
div#mw-panel div.portal div.body ul li a { color: #002bb8 }
a:active { color: #faa700 }
a:visited, div#mw-panel div.portal div.body ul li a:visited { color: #5a3696 }



/* Bijdragen gebruiker overzichtelijker: */
.page-Speciaal_Bijdragen .comment {
font-style:normal;
font-size:90%;
color:grey;
}
.page-Speciaal_Bijdragen strong { 
font-weight:normal;
font-size:80%;
}


/* "Logboeken" overzichtelijker: */
.page-Speciaal_Log .comment {
 color:grey;
 font-size:90%;
 font-style:normal;
}
/* Links op idem minder opvallend: */
.page-Speciaal_Log .comment :link { color:grey; }


/* Lijst "Nieuwe artikelen" overzichtelijker: */
li.not-patrolled {
 background-color:rgb(254,255,206);
}
ol.special li span.comment {
 display:block;
 margin-left:25em;
 font-style:normal;
 font-size:smaller; 
 font-weight:normal;
 background-color:rgb(248,252,255);
 color:grey;
}
/* Links op idem minder opvallend: */
ol.special li span.comment :link { color:grey; }

/* Kleur van redirects op "Volglijst bewerken" */
.watchlistredir :link {color:green; font-style:italic;}
.watchlistredir a:visited {color:#004000; font-style:italic;}

/* == Links naar andere wikimediaprojecten ==
Code om interwikilinks naar andere Wikimediaprojecten een andere kleur (donkergroen) te geven, zodat ze duidelijk anders worden dan de gewone interne links. */
/* van http://nl.wikipedia.org/wiki/Overleg_gebruiker:JePe#Volglijst */
.extiw { color: #084704 !important;
}

/* Kleur en opmaak van wijzigingen */
.diffchange {
  background:#CBA;
  color:#000;
  padding-left:3px;
  padding-right:3px;
}