MediaWiki:Common.css: Difference between revisions
From /gwik/
Goblinmoder (talk | contribs) No edit summary |
Goblinmoder (talk | contribs) No edit summary Tag: Reverted |
||
Line 2: | Line 2: | ||
#mw-site-navigation {flex: 0 0 10em;} | #mw-site-navigation {flex: 0 0 10em;} | ||
#mw-related-navigation {flex: 0 0 6em;} | #mw-related-navigation {flex: 0 0 6em;} | ||
a:hover { | |||
position: relative; | |||
} | |||
a:hover:after { | |||
content: url("https://preview.redd.it/gordon-holding-weed-v0-77di3klq648b1.gif?width=927&auto=webp&s=0284a7c267b5cefdceb7ea39e6733eb809655f3d"); | |||
display: block; | |||
position: absolute; | |||
left: 123px; | |||
top: 56px; | |||
} |
Revision as of 23:12, 11 February 2025
/* 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 {
content: url("https://preview.redd.it/gordon-holding-weed-v0-77di3klq648b1.gif?width=927&auto=webp&s=0284a7c267b5cefdceb7ea39e6733eb809655f3d");
display: block;
position: absolute;
left: 123px;
top: 56px;
}