Skip to content

Commit

Permalink
[FEATURE] add print styles
Browse files Browse the repository at this point in the history
  • Loading branch information
dmh committed May 13, 2016
1 parent 6221199 commit e3aa74a
Showing 1 changed file with 69 additions and 0 deletions.
69 changes: 69 additions & 0 deletions dev/styles/main/print.less
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,75 @@
// =========================================================

@media print {
.header-middle__logo {
a,
a:visited {
text-decoration: none;
}

a[href]:after {
content: "";
}
}
.icons{
display: none;
}
.header-top-wrp{
display: none;
}
.header-middle .tx-solr {
display: none;
}
.header-middle .social-icons {
display: none;
}
.main-navigation{
display: none;
}
.img-slider {
margin: 0;
padding: 0;
height: auto;
}
.img-slider__caption {
position: relative;
width: 100%;
padding: 0;
}
.img-text-link img{
width: 240px;
}
.quote {
border: none;
border: 1px solid #999;
padding: 20px;
padding-left: 0;
padding-top: 0;
}
.quote p:before {
display: none;
}
.logo-carousel{
display: none;
}
.footer__map{
display: none;
}
.footer__subscribe {
display: none;
}
.tx-pxa-newsletter-subscription {
display: none;
}
.footer .social-icons {
display: none;
}
.sub-navigation {
display: none;
}
.tabbable a{
display: none;
}

}

Expand Down

0 comments on commit e3aa74a

Please sign in to comment.