Difference between revisions of "MediaWiki:Print.css"

From KIproBatt Wiki
(content from https://en.wikiversity.org/wiki/MediaWiki:Print.css)
 
(test @media print)
 
Line 1: Line 1:
 
/* CSS placed here will affect the print output */
 
/* CSS placed here will affect the print output */
/* Show elements meant to be displayed when printed, use fallbacks when needed. */
 
div.expand-print, div.printonly { display: block !important; }
 
span.expand-print, span.printonly { display: inline !important; }
 
table.collapsible tr, div.collapsible > div.body { display: block !important; }
 
table.collapsible tr { display: table-row !important; }
 

Latest revision as of 10:08, 9 March 2021

/* CSS placed here will affect the print output */