User:Hedger z Castleton/global.css

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)
  • Internet Explorer / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Opera: Press Ctrl-F5.
/* modification of https://www.mediawiki.org/wiki/MediaWiki:Gadget-whoisactive.css */
.mw-whoisactivegadget-span {
	margin: 0.5em;
	padding-left: 1em;
	padding-right: 1em;
	padding-top: 0.15em;
	padding-bottom: 0.15em;
	border-radius: 1em;
}

.mw-whoisactivegadget-recent {
	color: #14866D;
	border: 1px solid #DDDDDD;
}

.mw-whoisactivegadget-thisyear {
	color: #FFE4B5;
	border: 1px solid #DDDDDD;
}

.mw-whoisactivegadget-overayear {
	color: #8B0000;
	border: 1px solid #DDDDDD;
}

.mw-whoisactivegadget-filter-recent {
	filter: invert(38%) sepia(99%) saturate(328%) hue-rotate(117deg) brightness(91%) contrast(99%);
}

.mw-whoisactivegadget-filter-thisyear {
	filter: invert(47%) sepia(61%) saturate(4688%) hue-rotate(24deg) brightness(88%) contrast(101%);
}

.mw-whoisactivegadget-filter-overayear {
	filter: invert(13%) sepia(75%) saturate(3621%) hue-rotate(350deg) brightness(112%) contrast(86%);
}