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.
/* Hiding admin buttons related to blocking users and (un)deletion, (un)protecting pages (except files) */
#ca-unprotect,
#ca-protect,
.mw-usertoollinks-block,
#t-blockip,
.mw-contributions-link-block,
body:not(.ns-6):not(.ns-7) #ca-delete {
	display: none;
}

/* (lokale) Dateien in Kategorien farbig markieren */
 .ns-14 #bodyContent img[src*=".jpg"], .ns-14 #bodyContent img[src*=".JPG"] { border: 1px dotted #FF0000; }
 .ns-14 #bodyContent img[src*=".gif"], .ns-14 #bodyContent img[src*=".GIF"] { border: 1px dotted #FFFF00; }
 .ns-14 #bodyContent img[src*=".png"], .ns-14 #bodyContent img[src*=".PNG"] { border: 1px dotted #0000FF; }
 .ns-14 #bodyContent img[src*=".svg"], .ns-14 #bodyContent img[src*=".SVG"] { border: 1px dotted #00FF00; }

/* MediaWiki:Editpage-head-copy-warn ausblenden */
.editpage-head-copywarn { display:none; }

/* MediaWiki:Wikimedia-copyrightwarning ausblenden */
#editpage-copywarn { display:none; }