MediaWiki:Gadget-topIcons.css

From RuneRealm Wiki

This is an old revision of this page, as edited by Alex (talk | contribs) at 12:19, 20 October 2024. The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

Jump to navigation Jump to search

After saving, you may need to bypass your browser's cache to see the changes. For further information, see Wikipedia:Bypass your cache.

  • In most Windows and Linux browsers: Hold down Ctrl and press F5.
  • In Safari: Hold down ⇧ Shift and click the Reload button.
  • In Chrome and Firefox for Mac: Hold down both ⌘ Cmd+⇧ Shift and press R.
.gadget-external-icon {
	width: 44px;
}

.gadget-external-icon:hover {
	filter: brightness(1.1);
}

.gadget-external-icon a {
	width: 100%;
}

#gadget-external-discord {
	background: #5865f2 url('/images/rss/discord-mark-white.svg') no-repeat center;
	background-size: 32px;
}

#gadget-external-rsw {
	background: #357ca7 url('/images/rss/RSW_top_icon.svg') no-repeat center;
	background-size: 32px;
}

#gadget-external-classicrsw {
	background: #60905d url('/images/rss/RSCW_top_icon.svg') no-repeat center;
	background-size: 28px;
}

#gadget-external-meta {
	background: #e3e3e3 url('/images/rss/Weird_Gloop_top_icon.svg') no-repeat center;
	background-size: 29px;
}

#gadget-external-wikipedia {
	background: #fff url('/images/rss/Wikipedia_top_icon.svg') no-repeat center;
	background-size: 30px;
}

.wgl-theme-dark #gadget-external-wikipedia,
.wgl-theme-browntown #gadget-external-wikipedia {
	filter: invert(.9);
}