MediaWiki:Print.css

Revision as of 20:07, 29 October 2019 by Rengstorf (talk | contribs) (Created page with "Das folgende CSS wird in der Druckausgabe geladen.: #page-header, #userbar, #p-logo, .subpages, #toctitle, #toc { display: none !important; } @media print { .kopfze...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Note: After saving, you may have to bypass your browser's cache to see the changes.

  • Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
  • Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
  • Internet Explorer: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Opera: Go to Menu → Settings (Opera → Preferences on a Mac) and then to Privacy & security → Clear browsing data → Cached images and files.
/* Das folgende CSS wird in der Druckausgabe geladen. */

#page-header, 
#userbar,
#p-logo,
.subpages,
#toctitle,
#toc {
    display: none !important;
}
@media print {
.kopfzeile,
.printfooter,
.f-list{
    display: none!important;
}
#siteSub,
#contentSub,
#footer
 {
        display: none!important;
}
}
@page { size: landscape!important; 
}

/* @media screen {
#firstHeading {
    text-align: right!important; 
    border-bottom: 3px dashed #00f!important; 
    color: #008!important; 
    background-color: inherit!important; 
  }
}
 	
@media print {
#firstHeading {
    color: #000!important; 
    background-color: #fff!important; 
  }
}*/
@media screen {
  * {
    font-family: verdana,arial,sans-serif!important; 
  }
} 

@ media print{
  * {
    font-family: "times new roman",times,serif!important; 
    text-align: justify!important; 
  }
}