aboutsummaryrefslogblamecommitdiffhomepage
path: root/app/Resources/static/themes/baggy/css/print.scss
blob: a63f62e9e50b9ef8eed80596902f9724976cc559 (plain) (tree)


















                               
               







                   


                         























                                           
              
               





                
@media print {
  /* ### Layout ### */

  body {
    font-family: Serif;
    background-color: #fff;
  }

  @page {
    margin: 1cm;
  }

  img {
    max-width: 100% !important;
  }

  /* ### Content ### */

  /* Hide useless blocks */
  body > .logo,
  #article_toolbar,
  #links,
  #sort,
  body > footer,
  .top_link,
  div.tools,
  header div,
  .messages,
  .entrie + .results,
  #article .mbm a,
  #article-informations {
    display: none !important;
  }

  article {
    border: none !important;
  }

  /* Add URL after links */
  .vieworiginal a::after {
    content: " (" attr(href) ")";
  }

  /* Add explanation after abbr */
  abbr[title]::after {
    content: " (" attr(title) ")";
  }

  /* Change border on current pager item */
  .pagination span.current {
    border-style: dashed;
  }

  #main {
    width: 100%;
    margin: 0;
    padding: 0;
  }

  #article {
    width: 100%;
  }
}