MediaWiki:Gadget-fixedWidthToggle.css: Difference between revisions
Jump to navigation
Jump to search
(some of this will probably not work) |
(No difference)
|
Latest revision as of 20:06, 6 November 2025
#pt-fw-disable a,
#pt-fw-enable a {
width: 14px;
height: 14px;
background-size: 14px 14px;
display: block;
margin-bottom: -6px;
opacity: 0.6;
}
#pt-fw-enable a {
background-image: url('/load.php?format=original&image=exitFullscreen&variant=invert&modules=oojs-ui.styles.icons-media&skin=vector');
}
#pt-fw-disable a {
background-image: url('/load.php?format=original&image=fullScreen&variant=invert&modules=oojs-ui.styles.icons-media&skin=vector');
}