User:Weeklyd3/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.
/* display orphan banners */
.ambox-Orphan {
    display: table !important;
}

.mw-parser-output .plainlinks a.external {
  background-image: url(/w/skins/Vector/resources/common/images/external-link-ltr-icon.svg?48e54) !important;
  background-position: center right !important;
  background-repeat: no-repeat !important;
  padding-right: 13px !important;
}
.mw-parser-output a.external::after {
	content: " [external link]";
	color: gray;
}
#wikEdFrame {
	background: white !important;
}
body {
	background-color: #eeeeee;
}
/* From [[Wikipedia_talk:Ultraviolet/2022/February#RedWarn_menu's_unusable_with_Dark_mode]] */
dialog#dialogEngineDialog {
	background-color: black;
}
td.diff-deletedline {
	background-color: pink !important;
}
td.diff-addedline {
	background-color: lime !important;
	color: white !important;
}
.diffchange-inline {
	color: inherit !important;
	font-style: italic;
}
td.diff-addedline .diffchange-inline {
	color: black !important;
}
ol.references li:target, sup.reference:target {
	background-color: lightgray;
}