/** 
 * Project     : MkDocs Book Binder
 * File        : doc/docs/assets/styles/pdf.css
 * Type        : Stylesheet - CSS
 * Description : This file add more informations to headers and footers on each page
 * Author      : BRT - Briard Thibaud, <thibaud.brrd@eduge.ch>
**/

@page {
  size: A4;
  @top-left {
    font-size: 7pt;
    content: string(title);
  }
  @bottom-left {
    font-size: 6pt;
    content: string(author);
  }
}

@media print {
  article p, article ol, article ul, pre code {
    font-size: 8pt !important;
  }
}