MediaWiki:Gadget-topIcons.css
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);
}