Difference between revisions of "MediaWiki:Print.css"

From DFM Wiki
(Make the print footer use x-small text.)
Line 13: Line 13:
 
}
 
}
 
#siteSub {display:None}
 
#siteSub {display:None}
h1, h2, h3, h4, h5, h6 {color:#4680c6;}
 
  
 
h1#firstHeading {
 
h1#firstHeading {

Revision as of 12:14, 26 March 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-corner {
    content: counter(page);
  }
}
#siteSub {display:None}

h1#firstHeading {
    border-bottom: solid;
    margin-top: 1em;
}

.printfooter{
font-size:x-small;
margin-top:2em;
}