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.
@import url('//en.wikipedia.org/w/index.php?title=User:TheresNoTime/smallerDiscussiontools.css&action=raw&ctype=text/css');
@import url('//meta.wikimedia.org/w/index.php?title=User:TheresNoTime/better-diffs-css-testing.css&action=raw&ctype=text/css');

/*
:root {
  --dark-mode-base: #36393f;
}

body {
	background-color: var(--dark-mode-base);
}
*/

.mw-abusefilter-editor {
	width: 100% !important;
}

/* <checkuser> */
/* Set the "~x from all users" to a lovely pink */
#checkuserresults i {
  color: #FF11FF;
}
/* </checkuser> */

/* <shortdesc> */
.shortdescription {
	display:block !important;
}
/* </shortdesc> */

/* Not today codex (with thanks to stw */
/* reset block notice styling */
.mw-contributions-blocked-notice .cdx-message.cdx-message--warning {
	border: 1px solid #bb7070;
	background-color: #ffdbdb;
	padding: 0.25em 0.9em;
}
.mw-contributions-blocked-notice .cdx-message.cdx-message--warning .cdx-message__icon {
	display: none;
}
.ambox-Orphan {
	display: table !important;
}
#mwe-pt-list-warnings {
	display: none !important;
}