MediaWiki:Common.css
From /gwik/
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.
/* CSS placed here will be applied to all skins */
#mw-site-navigation {flex: 0 0 10em;}
#mw-related-navigation {flex: 0 0 6em;}
a:hover {
position: relative;
}
a:hover:after {
border: 0.5rem solid red;
content: url("https://preview.redd.it/gordon-holding-weed-v0-77di3klq648b1.gif?width=927&auto=webp&s=0284a7c267b5cefdceb7ea39e6733eb809655f3d");
display: block;
position: absolute;
left: 93px;
top: 50px;
width: 200px;
height: 200px;
}