Jump to content

MediaWiki:Print.css: Difference between revisions

From Costa Sano KB
No edit summary
No edit summary
 
Line 1: Line 1:
/* CSS placed here will affect the print output */
/* CSS placed here will affect the print output */


/* Force all printed text to black */
@media print {
* {
  html.skin-theme-clientpref-night {
  color: black !important;
    color-scheme: light !important;
   background: transparent !important;
   }
}
}

Latest revision as of 13:51, 11 May 2026

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

@media print {
  html.skin-theme-clientpref-night {
    color-scheme: light !important;
  }
}