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.
a.stub:link {color: #ff6600;}
a.stub:active {color: #ff6600;}
a.stub:visited {color: #cc5500;}
a.stub:hover {color: #ff6600;}
a.mw-redirect { color: #00aa00; }
<!-- for when fundraisers become oppressive #centralNotice{display:none;} -->
textarea#wpTextbox1 {line-height: normal !important;}

/* Hide rollback link from watchlist */
.page-Special_Watchlist .mw-rollback-link {display:none;}

/* inline list of templates */
.templatesUsed ul,
.templatesUsed li {
    font-size: smaller;
    display: inline;
    margin: 0;
    padding: 0;
}
.templatesUsed ul li:before {
    content: "\A0\B7\20"; /* nbsp, centre dot, space */
}
.templatesUsed ul li:first-child:before {
    content: "\A0";
}

/* Recent Changes in bold */
span.updatedmarker {
   background-color: transparent;    color: #006400;
}
.mw-special-Watchlist .mw-changeslist-line-watched .mw-title a {
   font-weight: bold;
}
.mw-special-Watchlist #mw-watchlist-resetbutton {
    display: block;
}