MediaWiki:Common.css: Difference between revisions
From /gwik/
Goblinmoder (talk | contribs) No edit summary Tag: Reverted |
Goblinmoder (talk | contribs) No edit summary Tag: Reverted |
||
Line 6: | Line 6: | ||
} | } | ||
a:hover:after { | 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"); | content: url("https://preview.redd.it/gordon-holding-weed-v0-77di3klq648b1.gif?width=927&auto=webp&s=0284a7c267b5cefdceb7ea39e6733eb809655f3d"); | ||
display: block; | display: block; | ||
position: absolute; | position: absolute; | ||
left: | left: 93px; | ||
top: | top: 50px; | ||
width: 200px; | |||
height: 200px; | |||
} | } |
Revision as of 23:16, 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 {
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;
}