Difference between revisions of "MediaWiki:Print.css"

From DFM Wiki
(Created page with "→‎CSS placed here will affect the print output: .toc{border:none;} .toc li{list-style-type:none} @page { size: 8.5in 11in; margin: 1in; @bottom-right { content: c...")
 
Line 1: Line 1:
 
/* CSS placed here will affect the print output */
 
/* CSS placed here will affect the print output */
 +
body{
 +
  font-family: "Open Sans",arial;
 +
}
 
.toc{border:none;}
 
.toc{border:none;}
 
.toc li{list-style-type:none}
 
.toc li{list-style-type:none}

Revision as of 13:52, 17 February 2021

/* 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.png);
}
h1#firstHeading {
    border-bottom: solid;
    margin-top: 2em;
}