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.
/* Reduce space around category links, allow word wrapping - see [[:de:Wikipedia:Fragen zur Wikipedia#MW118: Kategorienanzeige]] */
#catlinks li {
        display: inline;
        border-left: none;
        padding: 0;
}
#catlinks li:first-child { padding-left: 0; }
#catlinks li:before { content: " | "; }
#catlinks li:first-child:before { content: ""; }

strong.mw-watched { font-weight: normal !important; }

#mw-watchlist-resetbutton { display: none; }

.watchlistredir { font-style: italic; }

#centralNotice { display: none; }

.afd-help-box { display: none !important; }

/* Highlighting certain elements in watchlist */
.mw-changeslist-line-inner a.mw-changeslist-title[href*="/Wikipedia:Featured_article_candidates/"], a.mw-changeslist-title[href*="/GA"], a.mw-changeslist-title[href*="/Template:Did_you_know_nominations/"], a.mw-changeslist-title[href*="/Wikipedia:Requests_for_adminship/"], a.mw-changeslist-title[href*="/Wikipedia:Requests_for_bureaucratship/"] {
  background-color: yellow;
}

.mw-changeslist-line-inner a.mw-changeslist-title[href*="/Wikipedia_talk:"] {
  background-color: orange;
}

.mw-changeslist-line-inner a.mw-changeslist-title[href*="/Wikipedia_talk:Arbitration"], a.mw-changeslist-title[href*="/Wikipedia:Arbitration"] {
  background-color: lightgreen;
}

.mw-changeslist-line-inner a.mw-changeslist-title[href*="/Wikipedia:Administrators'_noticeboard"] {
	background-color: #E9967A;
}

/* Remove annoying shadow from sigs */
a.userlink > span, a.selflink > span {
	text-shadow: none !important;
	box-shadow: none !important;
	
}