MediaWiki:Print.css

From www.PSALTIKI.info
Revision as of 03:06, 14 May 2017 by Root (talk | contribs)
Jump to: navigation, search
/* Размещённый здесь CSS будет применяться к версии для печати */



div#footer {
  display: none;
}


.printfooter {
  display: none;
}


body {
    margin: 0;
        padding-top: 5px;
        padding-right: 20px;
        padding-bottom: 20px;
        padding-left: 20px;
}


h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
    page-break-after: avoid;
}