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.
/* background and tabs a light grey */
/*
#content, #content table
#p-cactions ul li a { background: #f5f5f5; }
*/

/* stop background from scrolling */
/*
body { background-attachment: fixed; }
*/

/* larger diff font */
/*
td.diff-addedline, td.diff-deletedline, td.diff-context { font-size: 95% };
*/

/* Highlight clicked reference in blue to help navigation */
/*
ol.references > li:target {
 background-color: #DEF;
}
sup.reference:target { 
  background-color: #DEF;
}
*/

/* If inline link to full citation, turn blue when link clicked */
/*
cite:target { 
  background-color: #DEF;
}
*/

/* Makes redirects appear in italics in categories and on [[Special:Allpages]] */
/*
.redirect-in-category, .allpagesredirect {
    font-style: italic;
}
*/

/* AD, BC */
/*
.Use_Default_Date_Convention { display: none; }
.Use_AD_and_BC { display: inline; }
.Use_BCE_and_CE { display: none; }
*/

/* Change the external link icon to an Adobe icon anywhere the PDFlink class */
/* is used (notably Template:PDFlink). This works in IE, unlike the above. */
/*
span.PDFlink a {
    background: url(http://upload.wikimedia.org/wikipedia/commons/thumb/2/23/Icons-mini-file_acrobat.gif/15px-Icons-mini-file_acrobat.gif) center right no-repeat !important;
    padding-right: 17px !important;
}
span.geolink a {
    background: url(http://upload.wikimedia.org/wikipedia/en/a/a7/Monobook-globe.png) center right no-repeat !important;
    padding-right: 11px !important;
}
*/

/* Coloured watchlist numbers */
/*
.mw-plusminus-pos {
  color: #006400;
}
*/