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.
/* Make small changes more visible in a diff. */
.diffchange {padding: 0px 2px 0px 2px; border: 1px dashed red; margin: 0px 1px 0px 0px}

/* Remove rollback from watchlist to avoid accidental click. */
.page-Special_Watchlist .mw-rollback-link {display:none}

/* Not used any more?
    .* Watchlist: titles of pages changed since last visit to page. *.
    strong.mw-watched a {
	font-weight: normal !important;
	border-bottom: 1px dotted #999;
    }
*/

/* Watchlist: titles of pages changed since last visit to page. */
.mw-special-Watchlist .mw-changeslist-line-watched .mw-title {
    font-weight: normal;
    border-bottom: 1px dotted #999;
}
.mw-special-Watchlist #mw-watchlist-resetbutton {
    display: inline;
}

/* History pages: "updated since my last visit". */
span.updatedmarker {
    background-color: Lavender;
    color: black;
}

/* Highlight my signature, per [[WP:SIG]]. */
#bodyContent a[title="User:Johnuniq"] { background-color: #ff7700; color: #ffffff; }

/* Try proposal from RexxS at
   [[MediaWiki talk:Common.css#RfC to regularise spacing between paragraphs on talk pages]]
   to add vertical space between talk page comments.
   If this setting is made site-wide it can be removed from here.
/*
.ns-talk .mw-body-content dd {margin-top:0.4em; margin-bottom:0.4em;}

/* Display short description per [[Template:Short description]] */
.shortdescription { display:block !important; background-color: Lavender; }