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.
/*Make colours of Schnark's diff (nearly) conform with new standard*/
.schnark-diff-container ins.enhanced-diff-ins {
 color: black;
 background-color: #a3d3ff;
}
.schnark-diff-container del.enhanced-diff-del {
 color: black;
 background-color: #ffe49c;
}

/*Similar change for moved text in Schnark's diff*/
.schnark-diff-container ins.enhanced-diff-moved-ins {
 color: black;
 background-color: #e1ebf5;
}
.schnark-diff-container del.enhanced-diff-moved-del {
 color: black;
 background-color: #f2ead7;
}

/*Hide delete/undelete tickboxes and button on page history*/
.mw-history-revisiondelete-button{ display: none; }
input[name^="ids"][type="checkbox"] {display: none ; }

/*Hide delete/undelete links on user contributions pages*/
.mw-revdelundel-link {display: none;}