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.
/* <pre><nowiki> */

#bodyContent a.extiw[href *="imdb.com/"],
#bodyContent a.external[href *="imdb.com/"] {
    background: url(https://upload.wikimedia.org/wikipedia/en/5/53/IMDb_external.png) center right no-repeat;
    padding-right: 13px;
}

/* Remove the copyright warnings on the edit page */
#editpage-copywarn, #editpage-copywarn2, #editpage-copywarn3  {
    display: none;
}

#p-Wikiquote_links, #p-Wikiquote_news {
    display: none;
}

/* For use in User:DStoykov/Helper */
table.dstoykov-navbox pre { margin: 0; font-size: 115%;}

/* For use in my custom toolbar */
#mycustomtoolbar a {
	color: black;
	text-decoration: none;
        float: left;
        display : table-cell;
	text-align: center;
	background-image: url('https://upload.wikimedia.org/wikipedia/commons/e/ec/Button_base.png');
	background-repeat: repeat;
	font-weight: bold;
	font-size: 1.1em;
	height: 22px;
	width: 23px;
}

DIV.articleFeedback-pane {
    display: none;
}

/* </nowiki></pre> */