@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? */
* img,
* img,
* img
{
    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 , .ve-ui-diffElement  > caption, .ve-ui-diffElement   > figcaption {
    background-color: rgba(0,175,137,0.05) !important;
}
.ve-ui-diffElement ins {
    background-color: rgba(0,175,137,0.5) !important;
}

.ve-ui-diffElement , .ve-ui-diffElement  > caption, .ve-ui-diffElement  > figcaption {
    background-color:rgba(209,29,19,0.05) !important;
}
.ve-ui-diffElement del {
    background-color:rgba(209,29,19,0.25) !important;
}

.ve-ui-diffElement :not() {
    opacity: 1.0;
}
.ve-ui-diffElement .ve-ui-diffElement-attributeChange {
    color: black;
}