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.
/* Turn the "Save page" button green if I'm logged in */
INPUT#wpSave {
    background-color:#88ff88;
}

/*
 * Hide rollback from all pages, see [[WP:Village pump (technical)/Archive 55#This week's software updates]]
 * Can be enabled with JavaScript such as [[User:Flatscan/rollbackToggle.js]]
 */
.mw-rollback-link { display:none; }

/* Hide certain items in the editing interface */
span.mw-summary { display: none; }
#minoredit_helplink { display: none; }

/* Yellow-green background */
.diffchange {
    border: none;
    background-color: #DCF0A0;
    color: #EE0000;
}

/* Override list bullets in [[MediaWiki:Monobook.css]] */
li.mw-changeslist-line-watched,
li.mw-history-line-updated {
    list-style-image: url("data:image/gif;base64,R0lGODlhBQANAIABAAD/AP///yH5BAEKAAEALAAAAAAFAA0AAAIKjI+pu+APo4SpAAA7");
}