Created
December 23, 2016 13:45
-
-
Save sz-alpar/aa243574d9833acdfac33289eb9830bb to your computer and use it in GitHub Desktop.
nosalty.hu disable images and recommendations for printing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* { | |
background-color: transparent; | |
} | |
.print-only { | |
display: none; | |
} | |
@media print { | |
html,body { | |
height: auto; | |
} | |
body.top-level { | |
min-height: 99%; | |
} | |
.spklw-hi2daoo22wdhd7vi,.node-type-recept .node-inner .recept-alkategoria-ajanlo { | |
display: none; | |
} | |
} | |
#wrapper { | |
padding-bottom: 0 !important; | |
} | |
.sidebar,#navigation,#header-region,#search-theme-form,#footer,.breadcrumb,.tabs,.feed-icon,.links,#block-nosalty-kereso,.ns-ad,#header,.node-inner .article-buttons,.node-type-recept .node-inner .article-meta,.node-type-recept .node-inner .top-3nap-ajanlo-blokk,.post-comment,.ajanlo-box,#comments-recept,#page-footer,.recept-statisztika,.recept-szakacs,.recept-story,.user-options,.dont-print,#article-share-button,#sliding-popup.sliding-popup-bottom,.discourse-topics,iframe[name=google_conversion_frame],.recept-receptverseny.receptverseny-benevez { | |
display: none !important; | |
} | |
#page { | |
width: 100%; | |
} | |
#content,#content #content-inner,.content,.title { | |
margin: 20px 0 0 0; | |
width: auto; | |
} | |
a:hover,a:active,a:link,a:visited { | |
color: black; | |
} | |
#tab-recept { | |
width: 990px; | |
} | |
.column-container { | |
margin-bottom: 0; | |
} | |
.column-container .column.grid-one { | |
width: 48%; | |
} | |
.print-image { | |
display: none; | |
text-align: center; | |
} | |
.print-image .image-caption { | |
text-align: center; | |
font-weight: bold; | |
} | |
.recept-elokeszites-block { | |
font-weight: bold; | |
padding-bottom: 10px; | |
border-bottom: 1px solid black; | |
} | |
.user-options-social,.user-options { | |
display: none; | |
} | |
.ajanlo-box { | |
display: none; | |
} | |
.spklw-widget { | |
display: none; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment