User:Weeklyd3/global.css

From Meta, a Wikimedia project coordination wiki

Note: After publishing, you may have to bypass your browser's cache to see the changes.

  • Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
  • Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
  • Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5.
#simpleSearch {
	width: 320px;
}

#bodyContent a.extiw::after {
  content: " [interwiki link]";
  color: gray;
}
.mw-parser-output .plainlinks a.external::after {
  content: " [plainlinks]";
  color: gray;
}
[class="oo-ui-window-body"] > [tabindex="0"] {
	transform: perspective(300px) rotateX(20deg);
	filter: inherit;
}
/* Copied from the dark mode rule on enwiki */
html, html img, html video, html ogvjs, html svg, html iframe, html .mw-no-invert, html td .diffchange, html .mwe-math-element, html .wvui-typeahead-suggestion__thumbnail, html .skin-minerva .mw-notification-visible .mw-notification-content, html .cx-slitem__image, html .mw-mmv-overlay, html .mw-mmv-pre-image, html .mw-kartographer-map, html .mw-kartographer-mapDialog-map, html .ext-related-articles-card-list .ext-related-articles-card-thumb {
	filter: hue-rotate(180deg) invert(1);
}
A.image.nonfree-media > IMG { outline:6px double #ff0000 !important; }
.sysop-show {
	display: inline !important;
}
.sysop-show::before {
	content: '\00a0sysop show: \00a0';
	color: gray;
}
.sysop-show::after {
	content: "\00a0 end of sysop show\00a0";
	color: gray;
}
thead {
	position: -webkit-sticky;
	position: sticky;
	top: 0;
	z-index: 99999;
}
.oo-ui-buttonElement-framed > .oo-ui-buttonElement-button, .oo-ui-buttonElement-framed.oo-ui-flaggedElement-progressive > .oo-ui-buttonElement-button {
	background-image: none;
}
.oo-ui-widget {
	background-image: none;
}
.anchor::after {
	content: " [anchor:\00a0#" attr(id) "]";
	color: gray;
}
:target {
	animation: target-animation 3s;
}
@keyframes target-animation {
	0%   { background-color: gold; }
	100% { background-color: unset; }
}
A.disambiguation {
  background-color: yellow !important;
}
html a.new, html .vector-menu-tabs li.new a, html .vectorTabs li.new a {
	color: #d33 !important;
}