Jump to content

User:ActivelyDisinterested/common.css

From Wikipedia, the free encyclopedia
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.
.mw-parser-output span.cs1-maint {display: inline;} /* display Citation Style 1 maintenance messages */

.mw-parser-output span.cs1-hidden-error {display: inline;} /* display hidden Citation Style 1 error messages */

.harv-error {display: inline !important;} /* display Module:Footnotes errors */

.searchResultImage-thumbnail {display:none !important;} /* hide images from search results */

.mw-tag-other-edits {display:none;}

/* Hide some warnings */
.editpage-head-copywarn {display: none;}
div#editpage-copywarn {display: none;}

/* Fix diff colours to avoid over vivid colours, thanks to Hgzh and Novem Linguae*/
.diff-deletedline {
  border-color: #FFE49C;
}
.diff-addedline {
  border-color: #A3D3FF;
}
.diff-deletedline .diffchange,
.mw-diff-inline-deleted del, .mw-diff-inline-changed del, .mw-diff-inline-moved del {
  background: #FEEEC8;
}
.diff-addedline .diffchange,
.mw-diff-inline-added ins, .mw-diff-inline-changed ins, .mw-diff-inline-moved ins {
  background: #D8ECFF;
}

/* Hide "From Wikipedia, the free encyclopedia" */
#siteSub {
  display: none;
}