MediaWiki:Print.css

From DFM Wiki
Revision as of 14:06, 17 February 2021 by EricThrift (talk | contribs) (Use png logo)

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 / Edge: 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.
/* CSS placed here will affect the print output */
body{
  font-family: "Open Sans",arial;
}
.toc{border:none;}
.toc li{list-style-type:none}
@page {
  size: 8.5in 11in;
  margin: 1in;
  @bottom-right {
    content: counter(page);
  }
}
#siteSub, .printfooter{display:None}
h1, h2, h3, h4, h5, h6 {color:#4680c6;}
p{line-height:1.4}
.mw-body::before {
    content: url(https://driedfishmatters.org/DFM-logo-square_400px-no-outline.png);
}
h1#firstHeading {
    border-bottom: solid;
    margin-top: 2em;
}