aboutsummaryrefslogblamecommitdiff
path: root/themes/neonxp/assets/css/main.css
blob: 989086ce7f8dd46f13e9e66efe08fc06b5d97002 (plain) (tree)
1
2
3
4
5
6
7
8







                



                



                     
              
            



                  
   










                     

            






                              

   
.p-summary {
  display: none;
}

.logo {
  height: 64px;
}

.print-footer {
  display: none;
}

figcaption {
  text-align: center;
}

@media print {
  .sidebar {
    display: none;
  }
  article {
    border: 0
  }
  article footer {
    display: none;
  }
  .container>header {
    display: none;
  }
  .container>footer {
    display: none;
  }
  .comments {
    display: none;
  }
  .h-entry {
    width: 100% !important;
  }
  .container {
    width: 100% !important;
  }
  .print-footer {
    display: block !important;
  }
}