User:AstonishingTunesAdmirer/common.css

Source: Wikipedia, the free encyclopedia.
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.
/* Display links to disambiguation pages in orange, ignoring templates above lead */
:not(.hatnote) > .mw-disambig {color: #ff8921 !important;}
img {image-rendering: high-quality;}
.mw-parser-output span.cs1-maint {display: inline;} /* display Citation Style 1 maintenance messages */
.mw-parser-output span.cs1-hidden-error {display: inline;} /* display hidden Citation Style 1 error messages */
#xtools_result > span > a > img {display: none;}
.editpage-head-copywarn {display: none;}

/* Old diff colors */
.diff-addedline .diffchange-inline {
    background: #d8ecff !important
}
.diff-side-added {
    border-color: #a3d3ff !important
}
.diff-deletedline .diffchange-inline {
    background: #feeec8 !important
}
.diff-side-deleted {
    border-color: #ffe49c !important
}

/* Remove border from character insert */
#editpage-specialchars a{
	background-color: #f9f9f9 !important;
	border: none !important;
}