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.
/* hide certain warnings/info */
.editpage-head-copywarn, .ext-discussiontools-ui-replyWidget-footer, .mw-special-Listusers .mw-specialpage-summary, .mw-rollback-link .mw-special-Watchlist, #jswarning, #clearprefcache, #twinkle-config-headerbox {
	display: none;
}
/* fade siteSub and xTools */
#siteSub, #xtools {
	color: #54595d;
}
/* (un)recolor links */
#mw-panel a:visited, #p-personal a:visited {
	color: #0645ad;
}
/* divider under p-personal links */
#p-personal {
	background-image: linear-gradient(to right,rgba(200,204,209,0) 0,#c8ccd1 66%,#c8ccd1 100%);
    background-position: right bottom;
    background-repeat: no-repeat;
    background-size: 90% 1px;
}
/* hide user icon */
#pt-userpage a {
	background: none !important;
}
/* utc clock font format*/
#utcdate a {
	font-weight: bold !important;
	font-size: 115% !important;
}
/* remove utc clock right margin */
.skin-vector #utcdate {
	width: inherit;
}
/* image blur lol 
	~ only use on specific pages?
*//*
	a[href^="/wiki/File"] > img {
		filter: blur(1.3ex);
		transition: filter 200ms ease-out;
		overflow: hidden;
	}
	
	a[href^="/wiki/File"] > img:hover {
		filter: inherit;
	}
*/

/* monospace popup diffs */
.popupDiff {
	font-family: "Lucida Console", monospace;
}
/* userhighlighter - color override */
a.userhighlighter_sysop.userhighlighter_sysop {
	background-color: #ff03 !important;
	background-color: rgba(255,255,0,0.275) !important;
}
/* userhighlighter - symbol before links */
.userlink.userhighlighter_sysop::before {
	content: "\2726\a0";
}
/* show cs1 errors */
.mw-parser-output .cs1-hidden-error {
	display: inline;
}
/* show cs1 maint */
.mw-parser-output .cs1-maint {
	display: inline;
}
/* highlight obsolete html, from [[m:User:SMcCandlish/lint.css]] */
tt, center, dir, /*font,*/ menu, xmp, strike {
	color: DarkRed !important;
	background: Pink !important;
}
/* linthint color */
#lintHint-collapsed, #lintHint {
	background-color: #dd04 !important;
}
/* CD TOC formatting */
.cd-pageNav-list:not(:last-child) li, .cd-pageNav-list li:not(:last-child) {
	border-bottom: 1px solid #ddd;
}
/* override for page bottom link */
#cd-pageNav-bottomLink {
	border-bottom: none !important;
}