Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.
A Year's in review of the independent DanTDM Wiki Learn More >, Thank you!

MediaWiki:Gadget-fixedWidthToggle.css: Difference between revisions

MediaWiki interface page
Adding support to toggle between full width & fixed width on Desktop
 
fixed toggle icon link
 
Line 10: Line 10:


#pt-fw-enable a {
#pt-fw-enable a {
background-image: url('/mediawiki/images/8/8d/Fixed_width_on.png');
background-image: url('/load.php?format=original&image=exitFullscreen&variant=invert&modules=oojs-ui.styles.icons-media&skin=vector');
}
}


#pt-fw-disable a {
#pt-fw-disable a {
background-image: url('/mediawiki/images/a/a3/Fixed_width_off.png');
background-image: url('/load.php?format=original&image=fullScreen&variant=invert&modules=oojs-ui.styles.icons-media&skin=vector');
}
}