Note: After saving, you have to bypass your browser's cache to see the changes. Internet Explorer: press Ctrl-F5, Mozilla: hold down Shift while clicking Reload (or press Ctrl-Shift-R), Opera/Konqueror: press F5, Safari: hold down Shift + Alt while clicking Reload, Chrome: hold down Shift while clicking Reload.
/* Special:Contributions
 * Don't show the text "(top)" */
.mw-contributions-current .mw-uctop { display:none; }
/* Clearly show the most recent edit */
.mw-contributions-current .mw-changeslist-date { font-weight:bold; }

/* Catlinks appear in a vertical list
 * HotCat controls (+/-/Up/Down; Tick/Cross/OK/Cancel) are realigned to the left, always
 */
#catlinks ul {
	list-style:initial;
	display:block;
	position:relative;
	padding:0;
	padding-left:7rem;
}
#catlinks li {
	display:block;
	margin:0;
	padding:0 !important;
	border:none;
}
#catlinks li::first-child {
	margin:0;
	padding:0 !important;
}
#catlinks ul {
	position:relative;
}
.hotcatlink {
	position:absolute;
	left:0px;
}
.hotcatinput {
	display: block;
	margin-left:-7rem;
}
.hotcatinput input[type='button'],
.hotcatinput img {
	float:left;
}
.hotcatinput input[type='text'] {
	width:24rem;
}
#mw-hidden-catlinks {
	margin-top:1.25rem;
}

/* Hide the media handler for video(?)/audio files */
#mw-category-media .mediaContainer {
	display:none;
}