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.
@import url('https://en.wikipedia.org/w/index.php?action=raw&title=User:Anomie/listgap.css&ctype=text/css');

/* Why do people have to be annoying like this? */
*[style*="absolute"] img[src="//upload.wikimedia.org/wikipedia/commons/a/a2/Tireless_Contributor_Barnstar.gif"],
*[style*="absolute"] img[src="//upload.wikimedia.org/wikipedia/commons/6/6c/Bouncywikilogo.gif"],
*[style*="absolute"] img[src="//upload.wikimedia.org/wikipedia/commons/thumb/9/98/New-Bouncywikilogo.gif/160px-New-Bouncywikilogo.gif"]
{
    display:none;
}

/* Damn that's ugly */
.mw-changeslist-legend {
	display: none;
}

/* Don't want this */
#p-personal #pt-sandbox {
	display: none;
}

/* Sigh. Excess whitespace. */
.mw-editsection-bracket, .ext-discussiontools-init-replylink-bracket {
	margin-left: 0 !important;
	margin-right: 0 !important;
}

/* Fix low-contrast color scheme in visual diff */
.ve-ui-diffElement [data-diff-action="insert"], .ve-ui-diffElement [data-diff-action="insert"] > caption, .ve-ui-diffElement  [data-diff-action="insert"] > figcaption {
    background-color: rgba(0,175,137,0.05) !important;
}
.ve-ui-diffElement ins[data-diff-action="insert"] {
    background-color: rgba(0,175,137,0.5) !important;
}

.ve-ui-diffElement [data-diff-action='remove'], .ve-ui-diffElement [data-diff-action='remove'] > caption, .ve-ui-diffElement [data-diff-action='remove'] > figcaption {
    background-color:rgba(209,29,19,0.05) !important;
}
.ve-ui-diffElement del[data-diff-action='remove'] {
    background-color:rgba(209,29,19,0.25) !important;
}

.ve-ui-diffElement [data-diff-action="none"]:not([data-diff-move]) {
    opacity: 1.0;
}
.ve-ui-diffElement .ve-ui-diffElement-attributeChange {
    color: black;
}