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.
/* Remove "Content that violates any copyrights will be deleted" etc page notice */
.editpage-head-copywarn { display: none;}

/* Remove "Duplicated edit warnings (wikEd) */
#wikEdClonedWarnings { display:none;}

/* Remove "this page has changed since your last visit */
.updatedmarker { display: none;}
span.updatedmarker { display: none;}

/* make unread watchlist items bold */
.mw-special-Watchlist .mw-changeslist-line-watched .mw-title { font-weight:normal;}

/* watchlist shading */
.mw-special-Watchlist li.mw-changeslist-line-watched { background-color: #d3d3e2;}

/* page history highlighting */
.action-history #pagehistory li.selected { /* Confusing otherwise */ background-color: transparent;}
.action-history li.mw-history-line-updated,
.action-history #pagehistory li.selected.mw-history-line-updated { background-color: #d3d3e2;}

/* remove thanks link */
.action-history .mw-thanks-thank-link {display:none !important}

/* Hide watchlist legend */
.mw-changeslist-legend{ display: none;}

/* diff changes see Wikipedia:Village_pump_(technical)/Archive_181#Thursday_font_change */
.diff-editfont-monospace .diff-addedline,
.diff-editfont-monospace .diff-deletedline,
.diff-editfont-monospace .diff-context {
  font-family: sans-serif;
  font-size: 88%;
}

/* Hide Your edit has been saved */
.postedit { display: none;} /* was deprecated - see common.js but now appears to work again */

/* Hide "watchlist changes are marked with ..." */
#mw-wlheader-showupdated { display: none;}

/* Remove some whitespace */
.mw-rcfilters-ui-changesListWrapperWidget-newChanges {display: none;}

/* Hide filetalk notices */
#filetalk-namespace-editnotice { display: none !important; }

/* Interlanguage links - overwrite font to Arial */
#p-lang .interlanguage-link, .autonym { font-family: inherit; }

/* show all Citation Style 1 error messages */ 
.citation-comment {display: inline !important;}

/* hide sandbox link 
#pt-sandbox {display: none;} */

/* Show watchlist "Mark all pages visited" button */
#mw-watchlist-resetbutton,
.updatedmarker {display: inline;}

/* Fix IP Info button from messing with line heights */
.ext-ipinfo-button {height: 1em;}

/* Auto expand what links here box */
.mw-special-Whatlinkshere .oo-ui-fieldsetLayout-group.mw-collapsible-content {
	display: block !important;
	margin-top: 2em;
}

/* Vector 2022: fix size of short description text and other text in ContentSub that should be semantically smaller (see phab:T346062) */
.sdh-showdescrip {
    font-size: 85%;
}

.ext-discussiontools-init-pageframe-latestcomment {
    font-size: 85%;
}

.mw-indicator #coordinates {
    font-size: 85%;
}

.mw-redirectedfrom {
    font-size: 85%;
}

.mw-message-box{
    font-size: 85%;
}