Difference between revisions of "MediaWiki:Common.css"
From Discordia
Line 11: | Line 11: | ||
#printfooter { display: none; } |
#printfooter { display: none; } |
||
+ | |||
+ | .tinyimage { |
||
+ | image-rendering: -moz-crisp-edges; |
||
+ | image-rendering: pixelated; |
||
+ | -ms-interpolation-mode: nearest-neighbor; |
||
+ | } |
Revision as of 22:20, 23 March 2020
/*CSS placed here will be applied to all skins*/
#footer { display: none; }
#footer-info { display: none; }
#footer-places { display: none; }
#footer-icon { display: none; }
#printfooter { display: none; }
.tinyimage {
image-rendering: -moz-crisp-edges;
image-rendering: pixelated;
-ms-interpolation-mode: nearest-neighbor;
}