Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

MediaWiki:Citizen.css: Difference between revisions

MediaWiki interface page
Created page with "All CSS here will be loaded for users of the Citizen skin: figure[typeof~='mw:File'] > a:first-child:hover:not(.lazy):not(.new) img, figure[typeof~='mw:File/Frameless'] > a:first-child:hover:not(.lazy):not(.new) img, figure[typeof~='mw:File/Thumb'] > a:first-child:hover:not(.lazy):not(.new) img, figure[typeof~='mw:File/Frame'] > a:first-child:hover:not(.lazy):not(.new) img, figure[typeof~='mw:File'] > a:first-child:hover:not(.lazy):not(.new) source, figure[typeof~='..."
 
No edit summary
Line 8: Line 8:
figure[typeof~='mw:File/Thumb'] > a:first-child:hover:not(.lazy):not(.new) source,
figure[typeof~='mw:File/Thumb'] > a:first-child:hover:not(.lazy):not(.new) source,
figure[typeof~='mw:File/Frame'] > a:first-child:hover:not(.lazy):not(.new) source {
figure[typeof~='mw:File/Frame'] > a:first-child:hover:not(.lazy):not(.new) source {
     transform:scale(0.4)
     transform:scale(1.1)
   }
   }

Revision as of 23:41, 7 May 2025

/* All CSS here will be loaded for users of the Citizen skin */
figure[typeof~='mw:File'] > a:first-child:hover:not(.lazy):not(.new) img,
figure[typeof~='mw:File/Frameless'] > a:first-child:hover:not(.lazy):not(.new) img,
figure[typeof~='mw:File/Thumb'] > a:first-child:hover:not(.lazy):not(.new) img,
figure[typeof~='mw:File/Frame'] > a:first-child:hover:not(.lazy):not(.new) img,
figure[typeof~='mw:File'] > a:first-child:hover:not(.lazy):not(.new) source,
figure[typeof~='mw:File/Frameless'] > a:first-child:hover:not(.lazy):not(.new) source,
figure[typeof~='mw:File/Thumb'] > a:first-child:hover:not(.lazy):not(.new) source,
figure[typeof~='mw:File/Frame'] > a:first-child:hover:not(.lazy):not(.new) source {
    transform:scale(1.1)
  }