MediaWiki:Common.css: Difference between revisions
MediaWiki interface page
More actions
Blanked the page Tags: Blanking Manual revert |
No edit summary Tag: Reverted |
||
Line 1: | Line 1: | ||
.move-image { | |||
position: relative; | |||
width: 210px; | |||
height: auto; | |||
} | |||
.move-image .static { | |||
display: block; | |||
} | |||
.move-image .animated { | |||
display: none; | |||
position: absolute; | |||
top: 0; | |||
left: 0; | |||
} | |||
.move-image:hover .static { | |||
display: none; | |||
} | |||
.move-image:hover .animated { | |||
display: block; | |||
} |
Revision as of 18:57, 3 September 2025
.move-image { position: relative; width: 210px; height: auto; } .move-image .static { display: block; } .move-image .animated { display: none; position: absolute; top: 0; left: 0; } .move-image:hover .static { display: none; } .move-image:hover .animated { display: block; }