MediaWiki:Gadget-topIcons.css

From RuneRealm Wiki

This is an old revision of this page, as edited by Alex (talk | contribs) at 22:57, 11 October 2024 (Created page with ".gadget-external-icon { width: 44px; } .gadget-external-icon:hover { filter: brightness(1.1); } .gadget-external-icon a { width: 100%; } #gadget-external-rsw { background: #357ca7 url('filepath://RSW_top_icon.svg') no-repeat center; background-size: 32px; } #gadget-external-classicrsw { background: #60905d url('filepath://RSCW_top_icon.svg') no-repeat center; background-size: 28px; } #gadget-external-meta { background: #e3e3e3 url('filepath://Weird_Gloop_top..."). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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-rsw {
	background: #357ca7 url('filepath://RSW_top_icon.svg') no-repeat center;
	background-size: 32px;
}

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

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

#gadget-external-wikipedia {
	background: #fff url('filepath://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);
}