{"id":4923,"date":"2018-11-17T00:05:19","date_gmt":"2018-11-16T23:05:19","guid":{"rendered":"https:\/\/monodes.com\/predaelli\/?p=4923"},"modified":"2018-11-17T00:06:28","modified_gmt":"2018-11-16T23:06:28","slug":"css-the-perfect-print-stylesheet-the-jotform-blog","status":"publish","type":"post","link":"https:\/\/monodes.com\/predaelli\/2018\/11\/17\/css-the-perfect-print-stylesheet-the-jotform-blog\/","title":{"rendered":"CSS: The Perfect Print Stylesheet | The JotForm Blog"},"content":{"rendered":"<p>Here&#8217;s something I shall add to my themes, expecially &#8220;bollettino&#8221; and &#8220;qualita&#8221;:<\/p>\n<h1 style=\"text-align: center;\"><a href=\"https:\/\/www.jotform.com\/blog\/css-perfect-print-stylesheet-98272\/\"><img data-recalc-dims=\"1\" decoding=\"async\" class=\"size-full aligncenter\" src=\"https:\/\/i0.wp.com\/monodes.com\/predaelli\/wp-content\/uploads\/sites\/4\/2018\/11\/a4-print-1.jpg?w=910&#038;ssl=1\" alt=\"\" \/><\/a><em><a href=\"https:\/\/www.jotform.com\/blog\/css-perfect-print-stylesheet-98272\/\">CSS: The Perfect Print Stylesheet | The JotForm Blog<\/a><\/em><\/h1>\n<p><!--more--><!--nextpage--><\/p>\n<blockquote>\n<div class=\"container\">\n<h1 class=\"title\">CSS: The Perfect Print Stylesheet<\/h1>\n<div class=\"featured\">\n<div class=\"featured-info no-date\">\n<div class=\"image\"><a title=\"Andreas Hecht\" href=\"https:\/\/www.jotform.com\/blog\/author\/andreas-hecht\/\"> <img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/secure.gravatar.com\/avatar\/487450c20600a62a136fa01bbf314403?s=96&amp;d=mm&amp;r=g\" alt=\"Andreas Hecht\" width=\"96\" height=\"96\" \/> <\/a><\/div>\n<div class=\"name\">by <a title=\"Andreas Hecht\" href=\"https:\/\/www.jotform.com\/blog\/author\/andreas-hecht\/\"> Andreas Hecht <\/a><\/div>\n<\/div>\n<\/div>\n<\/div>\n<article id=\"post-30417\" class=\"post-30417 post type-post status-publish format-standard has-post-thumbnail hentry category-latest-articles category-tech tag-design tag-html-css\">\n<div class=\"container\">\n<div class=\"section-articleshare js-sidefixedmenu\">\n<ul class=\"articleshare\">\n<li class=\"twitter\"><\/li>\n<\/ul>\n<\/div>\n<\/div>\n<\/article>\n<ul>\n<li class=\"twitter\"><\/li>\n<li class=\"facebook\"><\/li>\n<li class=\"facebook\"><\/li>\n<li class=\"linkedin\"><\/li>\n<li class=\"reddit\"><\/li>\n<li class=\"reddit\"><\/li>\n<li class=\"getpocket\"><\/li>\n<\/ul>\n<div class=\"container\"><\/div>\n<div class=\"article-serie-section-content container\">\n<p class=\"opener\"><span class=\"upper-letter e\">E<\/span>ven today, there are still many people that want to print out the entire internet. This can have many reasons. Maybe a team seeks to discuss an article\u2019s content in a meeting. Or maybe somebody wants to read your article somewhere where they don\u2019t have an internet connection. To satisfy these people, each website requires a CSS file for printing.<\/p>\n<p><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" class=\"lazy alignnone size-full wp-image-82396 lazy-loaded\" src=\"https:\/\/i0.wp.com\/www.noupe.com\/wp-content\/uploads\/2014\/06\/a4-print.jpg?resize=600%2C409&#038;ssl=1\" sizes=\"auto, (max-width: 600px) 100vw, 600px\" srcset=\"https:\/\/www.noupe.com\/wp-content\/uploads\/2014\/06\/a4-print.jpg 600w, https:\/\/www.noupe.com\/wp-content\/uploads\/2014\/06\/a4-print-300x205.jpg 300w\" alt=\"a4-print\" width=\"600\" height=\"409\" data-lazy-type=\"image\" data-lazy-src=\"https:\/\/i0.wp.com\/www.noupe.com\/wp-content\/uploads\/2014\/06\/a4-print.jpg?ssl=1\" data-lazy-srcset=\"https:\/\/www.noupe.com\/wp-content\/uploads\/2014\/06\/a4-print.jpg 600w, https:\/\/www.noupe.com\/wp-content\/uploads\/2014\/06\/a4-print-300x205.jpg 300w\" data-lazy-sizes=\"(max-width: 600px) 100vw, 600px\" \/><\/p>\n<p>Even today, many people print plenty of articles to read them offline. If you don\u2019t want to lose readers, you should provide options for these visitors. However, there are two hazards on the way to printing.<\/p>\n<p>First: today, there are barely any WordPress themes that come with a print stylesheet. The theme developers don\u2019t put an effort in that, even though, for me, developing a print CSS is common courtesy. Second: as no print stylesheet is available, the ultimate consumer that uses the theme doesn\u2019t have access to a print button.<\/p>\n<p>Thus, in this article, I\u2019ll show you how to create a print CSS, how it should be integrated into the theme, and how to create a print button.<\/p>\n<h2>Creating the Optimal Print Stylesheet<\/h2>\n<p>First, create an empty CSS file with a pure text or HTML editor. Name it <strong>print.css<\/strong>. Then copy and paste the following into the file:<\/p>\n<pre lang=\"javascript\">\/**\n * Print stylesheet for yourwebsite.com\n* @version         1.0\n* @lastmodified    16.06.2016\n*\/\n\n@media print {\n   Your notes\n}<\/pre>\n<p>All CSS settings go between the opening and the closing bracket.<\/p>\n<h3>1 \u2013 Defining Side Borders and Font Sizes<\/h3>\n<p>First, we need to define the distances between the side edges, to receive an optimal result.<\/p>\n<pre lang=\"javascript\">\/* Setting content width, unsetting floats and margins *\/\n\/* Attention: the classes and IDs vary from theme to theme. Thus, set own classes here *\/\n#content,#page {\nwidth: 100%; \nmargin: 0; \nfloat: none;\n}\n\n\/** Setting margins *\/       \n@page { margin: 2cm }\n\n\/* Or: *\/\n@page :left {\nmargin: 1cm;\n}\n\n@page :right {\nmargin: 1cm;\n}\n\n\/* The first page of a print can be manipulated as well *\/\n@page :first {\n  margin: 1cm 2cm;\n}<\/pre>\n<p>I recommend using the above settings, and defining margins to 2 cm. After that\u2019s done, the font size settings can be chosen. Here, you should keep in mind that the printer requires different units for the font size than the monitor. Thus, you need to convert pixels, em, and rem into points.<\/p>\n<ul>\n<li>Pixels =&gt; Points<\/li>\n<li>6px =&gt; 5pt<\/li>\n<li>7px =&gt; 5pt<\/li>\n<li>8px =&gt; 6pt<\/li>\n<li>9px =&gt; 7pt<\/li>\n<li>10px =&gt; 8pt<\/li>\n<li>11px =&gt; 8pt<\/li>\n<li>12px =&gt; 9pt<\/li>\n<li>13px =&gt; 10pt<\/li>\n<li>14px =&gt; 11pt<\/li>\n<li>15px =&gt; 11pt<\/li>\n<li>16px =&gt; 12pt<\/li>\n<li>17px =&gt; 13pt<\/li>\n<li>18px =&gt; 14pt<\/li>\n<li>19px =&gt; 14pt<\/li>\n<li>20px =&gt; 15pt<\/li>\n<li>21px =&gt; 16pt<\/li>\n<li>22px =&gt; 17pt<\/li>\n<li>23px =&gt; 17pt<\/li>\n<li>24px =&gt; 18pt<\/li>\n<\/ul>\n<p>A font size of 12pt has proven to be best. Now, you have the choice which font you would like to use for the print. On paper, fonts with serifs, like Georgia, are well readable.<\/p>\n<pre lang=\"javascript\">\/* Set font to 16px\/13pt, set background to white and font to black.*\/\n\/* This saves ink *\/\nbody {\nfont: 13pt Georgia, \"Times New Roman\", Times, serif;\nline-height: 1.3;\nbackground: #fff !important;\ncolor: #000;\n}\n\nh1 {\nfont-size: 24pt;\n}\n\nh2, h3, h4 {\nfont-size: 14pt;\nmargin-top: 25px;\n}<\/pre>\n<h3>2 \u2013 Using Pagebreaks \u2013\u00a0Defining Pagebreaks<\/h3>\n<p>The three CSS attributes\u00a0<strong>page-break-before<\/strong>,\u00a0<strong>page-break-after<\/strong>, and\u00a0<strong>page-break-inside<\/strong> allow you to decide exactly where a print page will be broken. Among other things, this will prevent images from being broken into two pieces.<\/p>\n<ul>\n<li><strong>page-break-before <\/strong>determines if and how a pagebreak is set before this element.<\/li>\n<li><strong>page-break-after <\/strong>takes care of breaks behind an element.<\/li>\n<li><strong>page-break-inside <\/strong>can cause a break within an element, like images or graphics, for instance.<\/li>\n<\/ul>\n<pre lang=\"javascript\">\/* The following settings are possible: *\/\npage-break-after  : auto | always | avoid | left | right\npage-break-before : auto | always | avoid | left | right\npage-break-inside : auto | avoid<\/pre>\n<p>Auto is the print element\u2019s standard, <strong>always<\/strong> places a break every time, <strong>avoid<\/strong> prohibits the break, and <strong>left<\/strong>, and <strong>right<\/strong> are meant for continuation pages that are formatted left or right, accordingly. If applied properly, these rules would look as follows:<\/p>\n<pre lang=\"javascript\">\/* Defining all page breaks *\/\na {\n    page-break-inside:avoid\n}\nblockquote {\n    page-break-inside: avoid;\n}\nh1, h2, h3, h4, h5, h6 { page-break-after:avoid; \n     page-break-inside:avoid }\nimg { page-break-inside:avoid; \n     page-break-after:avoid; }\ntable, pre { page-break-inside:avoid }\nul, ol, dl  { page-break-before:avoid }<\/pre>\n<h3>3 \u2013 The Handling of Links<\/h3>\n<p>Links should be highlighted so that they get noticed. As links can not be clicked on a piece of paper, we need to visualize the link targets. This is done with the following notes:<\/p>\n<pre lang=\"javascript\">\/* Displaying link color and link behaviour *\/\na:link, a:visited, a {\nbackground: transparent;\ncolor: #520;\nfont-weight: bold;\ntext-decoration: underline;\ntext-align: left;\n}\n\na {\n    page-break-inside:avoid\n}\n\na[href^=http]:after {\n      content:\" &lt; \" attr(href) \"&gt; \";\n}\n\n$a:after &gt; img {\n   content: \"\";\n}\n\narticle a[href^=\"#\"]:after {\n   content: \"\";\n}\n\na:not(:local-link):after {\n   content:\" &lt; \" attr(href) \"&gt; \";\n}<\/pre>\n<h3>4 \u2013 Hiding Videos and Other iframes<\/h3>\n<p>Displaying videos on a printed piece of paper doesn\u2019t make sense. However, when setting the iframes on display: none, ugly gaps remain. The following code allows you to remove the gaps and hide iframes, as well as videos entirely.<\/p>\n<pre lang=\"javascript\">\/**\n * Making intergated videos disappear, and removing the iframes' whitespace to zero. \n *\/\n.entry iframe, ins {\n    display: none;\n    width: 0 !important;\n    height: 0 !important;\n    overflow: hidden !important;\n    line-height: 0pt !important;\n    white-space: nowrap;\n}\n.embed-youtube, .embed-responsive {\n  position: absolute;\n  height: 0;\n  overflow: hidden;\n}<\/pre>\n<h3>5 \u2013 Hiding Unnecessary Elements<\/h3>\n<p>Many areas of a website can\u2019t be printed. For one, they don\u2019t provide any relevant information, and for another, printing these areas is a waste of ink or toner. Thus, we will hide all areas that are not relevant.<\/p>\n<p>For you, this means that you can dive into your website\u2019s source code to find the areas that you don\u2019t want to be printed. It makes sense to hide the following things:<\/p>\n<p>The header, the navigations, the pagination, the sidebar, the tags, and the categories, the comments, the share buttons, and other elements.<\/p>\n<pre lang=\"javascript\">\/* Hiding unnecessary elements for the print *\/\n\n#header-widgets, nav, aside.mashsb-container, \n.sidebar, .mashshare-top, .mashshare-bottom, \n.content-ads, .make-comment, .author-bio, \n.heading, .related-posts, #decomments-form-add-comment, \n#breadcrumbs, #footer, .post-byline, .meta-single, \n.site-title img, .post-tags, .readability \n{\ndisplay: none;\n}<\/pre>\n<h3>6 \u2013 Adding Messages Before and After Printing<\/h3>\n<p>Sometimes, it can be very useful to be able to add messages before and after the actual print content. This type of message allows you to thank your reader for printing your article. Or you can display a copyright message. Once again, it is important to find the proper CSS class of your content area.<\/p>\n<pre lang=\"javascript\">\/* Adding custom messages before and after the content *\/\n.entry:after {\ncontent: \"\\ All Rights Reserved. (c) 2014 - 2016 \";\ncolor: #999 !important;\nfont-size: 1em;\npadding-top: 30px;\n}\n#header:before {\ncontent: \"\\ Thank you for printing our article. We hope that some of our other articles can catch your eye as well.\";\ncolor: #777 !important;\nfont-size: 1em;\npadding-top: 30px;\ntext-align: center !important;    \n}<\/pre>\n<h3>The Complete Print Stylesheet<\/h3>\n<div class=\"oembed-gist\">\n<div id=\"gist37045062\" class=\"gist\">\n<div class=\"gist-file\">\n<div class=\"gist-data\">\n<div class=\"js-gist-file-update-container js-task-list-container file-box\">\n<div id=\"file-print-css\" class=\"file\">\n<div class=\"blob-wrapper data type-css \"><\/div>\n<\/div>\n<\/div>\n<\/div>\n<\/div>\n<\/div>\n<\/div>\n<\/div>\n<table class=\"highlight tab-size js-file-line-container\" data-tab-size=\"8\">\n<tbody>\n<tr>\n<td id=\"file-print-css-LC1\" class=\"blob-code blob-code-inner js-file-line\"><span class=\"pl-c\">\/**<\/span><\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<table class=\"highlight tab-size js-file-line-container\" data-tab-size=\"8\">\n<tbody>\n<tr>\n<td id=\"file-print-css-LC2\" class=\"blob-code blob-code-inner js-file-line\"><span class=\"pl-c\"> * Print Stylesheet fuer Deinewebsite.de<\/span><\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<table class=\"highlight tab-size js-file-line-container\" data-tab-size=\"8\">\n<tbody>\n<tr>\n<td id=\"file-print-css-LC3\" class=\"blob-code blob-code-inner js-file-line\"><span class=\"pl-c\">* @version 1.0<\/span><\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<table class=\"highlight tab-size js-file-line-container\" data-tab-size=\"8\">\n<tbody>\n<tr>\n<td id=\"file-print-css-LC4\" class=\"blob-code blob-code-inner js-file-line\"><span class=\"pl-c\">* @lastmodified 16.06.2016<\/span><\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<table class=\"highlight tab-size js-file-line-container\" data-tab-size=\"8\">\n<tbody>\n<tr>\n<td id=\"file-print-css-LC5\" class=\"blob-code blob-code-inner js-file-line\"><span class=\"pl-c\">*\/<\/span><\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<table class=\"highlight tab-size js-file-line-container\" data-tab-size=\"8\">\n<tbody>\n<tr>\n<td id=\"file-print-css-LC6\" class=\"blob-code blob-code-inner js-file-line\"><\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<table class=\"highlight tab-size js-file-line-container\" data-tab-size=\"8\">\n<tbody>\n<tr>\n<td id=\"file-print-css-LC7\" class=\"blob-code blob-code-inner js-file-line\"><span class=\"pl-k\">@media<\/span> <span class=\"pl-c1\">print<\/span> {<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<table class=\"highlight tab-size js-file-line-container\" data-tab-size=\"8\">\n<tbody>\n<tr>\n<td id=\"file-print-css-LC8\" class=\"blob-code blob-code-inner js-file-line\"><\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<table class=\"highlight tab-size js-file-line-container\" data-tab-size=\"8\">\n<tbody>\n<tr>\n<td id=\"file-print-css-LC9\" class=\"blob-code blob-code-inner js-file-line\"><span class=\"pl-c\">\/* Inhaltsbreite setzen, Floats und Margins aufheben *\/<\/span><\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<table class=\"highlight tab-size js-file-line-container\" data-tab-size=\"8\">\n<tbody>\n<tr>\n<td id=\"file-print-css-LC10\" class=\"blob-code blob-code-inner js-file-line\"><span class=\"pl-c\">\/* Achtung: Die Klassen und IDs variieren von Theme zu Theme. Hier also eigene Klassen setzen *\/<\/span><\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<table class=\"highlight tab-size js-file-line-container\" data-tab-size=\"8\">\n<tbody>\n<tr>\n<td id=\"file-print-css-LC11\" class=\"blob-code blob-code-inner js-file-line\"><span class=\"pl-e\">#content<\/span>, <span class=\"pl-e\">#page<\/span> {<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<table class=\"highlight tab-size js-file-line-container\" data-tab-size=\"8\">\n<tbody>\n<tr>\n<td id=\"file-print-css-LC12\" class=\"blob-code blob-code-inner js-file-line\"><span class=\"pl-c1\">width<\/span>: <span class=\"pl-c1\">100<span class=\"pl-k\">%<\/span><\/span>;<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<table class=\"highlight tab-size js-file-line-container\" data-tab-size=\"8\">\n<tbody>\n<tr>\n<td id=\"file-print-css-LC13\" class=\"blob-code blob-code-inner js-file-line\"><span class=\"pl-c1\">margin<\/span>: <span class=\"pl-c1\">0<\/span>;<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<table class=\"highlight tab-size js-file-line-container\" data-tab-size=\"8\">\n<tbody>\n<tr>\n<td id=\"file-print-css-LC14\" class=\"blob-code blob-code-inner js-file-line\"><span class=\"pl-c1\">float<\/span>: <span class=\"pl-c1\">none<\/span>;<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<table class=\"highlight tab-size js-file-line-container\" data-tab-size=\"8\">\n<tbody>\n<tr>\n<td id=\"file-print-css-LC15\" class=\"blob-code blob-code-inner js-file-line\">}<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<table class=\"highlight tab-size js-file-line-container\" data-tab-size=\"8\">\n<tbody>\n<tr>\n<td id=\"file-print-css-LC16\" class=\"blob-code blob-code-inner js-file-line\"><\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<table class=\"highlight tab-size js-file-line-container\" data-tab-size=\"8\">\n<tbody>\n<tr>\n<td id=\"file-print-css-LC17\" class=\"blob-code blob-code-inner js-file-line\"><span class=\"pl-c\">\/** Seitenr\u00e4nder einstellen *\/<\/span><\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<table class=\"highlight tab-size js-file-line-container\" data-tab-size=\"8\">\n<tbody>\n<tr>\n<td id=\"file-print-css-LC18\" class=\"blob-code blob-code-inner js-file-line\"><span class=\"pl-k\">@page<\/span> { <span class=\"pl-c1\">margin<\/span>: <span class=\"pl-c1\">2<span class=\"pl-k\">cm<\/span><\/span> }<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<table class=\"highlight tab-size js-file-line-container\" data-tab-size=\"8\">\n<tbody>\n<tr>\n<td id=\"file-print-css-LC19\" class=\"blob-code blob-code-inner js-file-line\"><\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<table class=\"highlight tab-size js-file-line-container\" data-tab-size=\"8\">\n<tbody>\n<tr>\n<td id=\"file-print-css-LC20\" class=\"blob-code blob-code-inner js-file-line\"><span class=\"pl-c\">\/* Font auf 16px\/13pt setzen, Background auf Wei\u00df und Schrift auf Schwarz setzen.*\/<\/span><\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<table class=\"highlight tab-size js-file-line-container\" data-tab-size=\"8\">\n<tbody>\n<tr>\n<td id=\"file-print-css-LC21\" class=\"blob-code blob-code-inner js-file-line\"><span class=\"pl-c\">\/* Das spart Tinte *\/<\/span><\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<table class=\"highlight tab-size js-file-line-container\" data-tab-size=\"8\">\n<tbody>\n<tr>\n<td id=\"file-print-css-LC22\" class=\"blob-code blob-code-inner js-file-line\"><span class=\"pl-ent\">body<\/span> {<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<table class=\"highlight tab-size js-file-line-container\" data-tab-size=\"8\">\n<tbody>\n<tr>\n<td id=\"file-print-css-LC23\" class=\"blob-code blob-code-inner js-file-line\"><span class=\"pl-c1\">font<\/span>: <span class=\"pl-c1\">13<span class=\"pl-k\">pt<\/span><\/span> <span class=\"pl-c1\">Georgia<\/span>, <span class=\"pl-s\"><span class=\"pl-pds\">&#8220;<\/span>Times New Roman<span class=\"pl-pds\">&#8220;<\/span><\/span>, <span class=\"pl-c1\">Times<\/span>, <span class=\"pl-c1\">serif<\/span>;<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<table class=\"highlight tab-size js-file-line-container\" data-tab-size=\"8\">\n<tbody>\n<tr>\n<td id=\"file-print-css-LC24\" class=\"blob-code blob-code-inner js-file-line\"><span class=\"pl-c1\">line-height<\/span>: <span class=\"pl-c1\">1.3<\/span>;<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<table class=\"highlight tab-size js-file-line-container\" data-tab-size=\"8\">\n<tbody>\n<tr>\n<td id=\"file-print-css-LC25\" class=\"blob-code blob-code-inner js-file-line\"><span class=\"pl-c1\">background<\/span>: <span class=\"pl-c1\"><a rel=\"tag\" class=\"hashtag u-tag u-category\" href=\"https:\/\/monodes.com\/predaelli\/tag\/fff\/\">#fff<\/a><\/span> <span class=\"pl-k\">!important<\/span>;<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<table class=\"highlight tab-size js-file-line-container\" data-tab-size=\"8\">\n<tbody>\n<tr>\n<td id=\"file-print-css-LC26\" class=\"blob-code blob-code-inner js-file-line\"><span class=\"pl-c1\">color<\/span>: <span class=\"pl-c1\">#000<\/span>;<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<table class=\"highlight tab-size js-file-line-container\" data-tab-size=\"8\">\n<tbody>\n<tr>\n<td id=\"file-print-css-LC27\" class=\"blob-code blob-code-inner js-file-line\">}<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<table class=\"highlight tab-size js-file-line-container\" data-tab-size=\"8\">\n<tbody>\n<tr>\n<td id=\"file-print-css-LC28\" class=\"blob-code blob-code-inner js-file-line\"><\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<table class=\"highlight tab-size js-file-line-container\" data-tab-size=\"8\">\n<tbody>\n<tr>\n<td id=\"file-print-css-LC29\" class=\"blob-code blob-code-inner js-file-line\"><span class=\"pl-ent\">h1<\/span> {<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<table class=\"highlight tab-size js-file-line-container\" data-tab-size=\"8\">\n<tbody>\n<tr>\n<td id=\"file-print-css-LC30\" class=\"blob-code blob-code-inner js-file-line\"><span class=\"pl-c1\">font-size<\/span>: <span class=\"pl-c1\">24<span class=\"pl-k\">pt<\/span><\/span>;<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<table class=\"highlight tab-size js-file-line-container\" data-tab-size=\"8\">\n<tbody>\n<tr>\n<td id=\"file-print-css-LC31\" class=\"blob-code blob-code-inner js-file-line\">}<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<table class=\"highlight tab-size js-file-line-container\" data-tab-size=\"8\">\n<tbody>\n<tr>\n<td id=\"file-print-css-LC32\" class=\"blob-code blob-code-inner js-file-line\"><\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<table class=\"highlight tab-size js-file-line-container\" data-tab-size=\"8\">\n<tbody>\n<tr>\n<td id=\"file-print-css-LC33\" class=\"blob-code blob-code-inner js-file-line\"><span class=\"pl-ent\">h2<\/span>, <span class=\"pl-ent\">h3<\/span>, <span class=\"pl-ent\">h4<\/span> {<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<table class=\"highlight tab-size js-file-line-container\" data-tab-size=\"8\">\n<tbody>\n<tr>\n<td id=\"file-print-css-LC34\" class=\"blob-code blob-code-inner js-file-line\"><span class=\"pl-c1\">font-size<\/span>: <span class=\"pl-c1\">14<span class=\"pl-k\">pt<\/span><\/span>;<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<table class=\"highlight tab-size js-file-line-container\" data-tab-size=\"8\">\n<tbody>\n<tr>\n<td id=\"file-print-css-LC35\" class=\"blob-code blob-code-inner js-file-line\"><span class=\"pl-c1\">margin-top<\/span>: <span class=\"pl-c1\">25<span class=\"pl-k\">px<\/span><\/span>;<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<table class=\"highlight tab-size js-file-line-container\" data-tab-size=\"8\">\n<tbody>\n<tr>\n<td id=\"file-print-css-LC36\" class=\"blob-code blob-code-inner js-file-line\">}<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<table class=\"highlight tab-size js-file-line-container\" data-tab-size=\"8\">\n<tbody>\n<tr>\n<td id=\"file-print-css-LC37\" class=\"blob-code blob-code-inner js-file-line\"><\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<table class=\"highlight tab-size js-file-line-container\" data-tab-size=\"8\">\n<tbody>\n<tr>\n<td id=\"file-print-css-LC38\" class=\"blob-code blob-code-inner js-file-line\"><span class=\"pl-c\">\/* Alle Seitenumbr\u00fcche definieren *\/<\/span><\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<table class=\"highlight tab-size js-file-line-container\" data-tab-size=\"8\">\n<tbody>\n<tr>\n<td id=\"file-print-css-LC39\" class=\"blob-code blob-code-inner js-file-line\"><span class=\"pl-ent\">a<\/span> {<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<table class=\"highlight tab-size js-file-line-container\" data-tab-size=\"8\">\n<tbody>\n<tr>\n<td id=\"file-print-css-LC40\" class=\"blob-code blob-code-inner js-file-line\"><span class=\"pl-c1\">page-break-inside<\/span>:<span class=\"pl-c1\">avoid<\/span><\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<table class=\"highlight tab-size js-file-line-container\" data-tab-size=\"8\">\n<tbody>\n<tr>\n<td id=\"file-print-css-LC41\" class=\"blob-code blob-code-inner js-file-line\">}<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<table class=\"highlight tab-size js-file-line-container\" data-tab-size=\"8\">\n<tbody>\n<tr>\n<td id=\"file-print-css-LC42\" class=\"blob-code blob-code-inner js-file-line\"><span class=\"pl-ent\">blockquote<\/span> {<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<table class=\"highlight tab-size js-file-line-container\" data-tab-size=\"8\">\n<tbody>\n<tr>\n<td id=\"file-print-css-LC43\" class=\"blob-code blob-code-inner js-file-line\"><span class=\"pl-c1\">page-break-inside<\/span>: <span class=\"pl-c1\">avoid<\/span>;<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<table class=\"highlight tab-size js-file-line-container\" data-tab-size=\"8\">\n<tbody>\n<tr>\n<td id=\"file-print-css-LC44\" class=\"blob-code blob-code-inner js-file-line\">}<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<table class=\"highlight tab-size js-file-line-container\" data-tab-size=\"8\">\n<tbody>\n<tr>\n<td id=\"file-print-css-LC45\" class=\"blob-code blob-code-inner js-file-line\"><span class=\"pl-ent\">h1<\/span>, <span class=\"pl-ent\">h2<\/span>, <span class=\"pl-ent\">h3<\/span>, <span class=\"pl-ent\">h4<\/span>, <span class=\"pl-ent\">h5<\/span>, <span class=\"pl-ent\">h6<\/span> { <span class=\"pl-c1\">page-break-after<\/span>:<span class=\"pl-c1\">avoid<\/span>;<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<table class=\"highlight tab-size js-file-line-container\" data-tab-size=\"8\">\n<tbody>\n<tr>\n<td id=\"file-print-css-LC46\" class=\"blob-code blob-code-inner js-file-line\"><span class=\"pl-c1\">page-break-inside<\/span>:<span class=\"pl-c1\">avoid<\/span> }<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<table class=\"highlight tab-size js-file-line-container\" data-tab-size=\"8\">\n<tbody>\n<tr>\n<td id=\"file-print-css-LC47\" class=\"blob-code blob-code-inner js-file-line\"><span class=\"pl-ent\">img<\/span> { <span class=\"pl-c1\">page-break-inside<\/span>:<span class=\"pl-c1\">avoid<\/span>;<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<table class=\"highlight tab-size js-file-line-container\" data-tab-size=\"8\">\n<tbody>\n<tr>\n<td id=\"file-print-css-LC48\" class=\"blob-code blob-code-inner js-file-line\"><span class=\"pl-c1\">page-break-after<\/span>:<span class=\"pl-c1\">avoid<\/span>; }<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<table class=\"highlight tab-size js-file-line-container\" data-tab-size=\"8\">\n<tbody>\n<tr>\n<td id=\"file-print-css-LC49\" class=\"blob-code blob-code-inner js-file-line\"><span class=\"pl-ent\">table<\/span>, <span class=\"pl-ent\">pre<\/span> { <span class=\"pl-c1\">page-break-inside<\/span>:<span class=\"pl-c1\">avoid<\/span> }<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<table class=\"highlight tab-size js-file-line-container\" data-tab-size=\"8\">\n<tbody>\n<tr>\n<td id=\"file-print-css-LC50\" class=\"blob-code blob-code-inner js-file-line\"><span class=\"pl-ent\">ul<\/span>, <span class=\"pl-ent\">ol<\/span>, <span class=\"pl-ent\">dl<\/span> { <span class=\"pl-c1\">page-break-before<\/span>:<span class=\"pl-c1\">avoid<\/span> }<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<table class=\"highlight tab-size js-file-line-container\" data-tab-size=\"8\">\n<tbody>\n<tr>\n<td id=\"file-print-css-LC51\" class=\"blob-code blob-code-inner js-file-line\"><\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<table class=\"highlight tab-size js-file-line-container\" data-tab-size=\"8\">\n<tbody>\n<tr>\n<td id=\"file-print-css-LC52\" class=\"blob-code blob-code-inner js-file-line\"><span class=\"pl-c\">\/* Linkfarbe und Linkverhalten darstellen *\/<\/span><\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<table class=\"highlight tab-size js-file-line-container\" data-tab-size=\"8\">\n<tbody>\n<tr>\n<td id=\"file-print-css-LC53\" class=\"blob-code blob-code-inner js-file-line\"><span class=\"pl-ent\">a<\/span><span class=\"pl-e\">:link<\/span>, <span class=\"pl-ent\">a<\/span><span class=\"pl-e\">:visited<\/span>, <span class=\"pl-ent\">a<\/span> {<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<table class=\"highlight tab-size js-file-line-container\" data-tab-size=\"8\">\n<tbody>\n<tr>\n<td id=\"file-print-css-LC54\" class=\"blob-code blob-code-inner js-file-line\"><span class=\"pl-c1\">background<\/span>: <span class=\"pl-c1\">transparent<\/span>;<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<table class=\"highlight tab-size js-file-line-container\" data-tab-size=\"8\">\n<tbody>\n<tr>\n<td id=\"file-print-css-LC55\" class=\"blob-code blob-code-inner js-file-line\"><span class=\"pl-c1\">color<\/span>: <span class=\"pl-c1\">#520<\/span>;<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<table class=\"highlight tab-size js-file-line-container\" data-tab-size=\"8\">\n<tbody>\n<tr>\n<td id=\"file-print-css-LC56\" class=\"blob-code blob-code-inner js-file-line\"><span class=\"pl-c1\">font-weight<\/span>: <span class=\"pl-c1\">bold<\/span>;<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<table class=\"highlight tab-size js-file-line-container\" data-tab-size=\"8\">\n<tbody>\n<tr>\n<td id=\"file-print-css-LC57\" class=\"blob-code blob-code-inner js-file-line\"><span class=\"pl-c1\">text-decoration<\/span>: <span class=\"pl-c1\">underline<\/span>;<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<table class=\"highlight tab-size js-file-line-container\" data-tab-size=\"8\">\n<tbody>\n<tr>\n<td id=\"file-print-css-LC58\" class=\"blob-code blob-code-inner js-file-line\"><span class=\"pl-c1\">text-align<\/span>: <span class=\"pl-c1\">left<\/span>;<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<table class=\"highlight tab-size js-file-line-container\" data-tab-size=\"8\">\n<tbody>\n<tr>\n<td id=\"file-print-css-LC59\" class=\"blob-code blob-code-inner js-file-line\">}<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<table class=\"highlight tab-size js-file-line-container\" data-tab-size=\"8\">\n<tbody>\n<tr>\n<td id=\"file-print-css-LC60\" class=\"blob-code blob-code-inner js-file-line\"><\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<table class=\"highlight tab-size js-file-line-container\" data-tab-size=\"8\">\n<tbody>\n<tr>\n<td id=\"file-print-css-LC61\" class=\"blob-code blob-code-inner js-file-line\"><span class=\"pl-ent\">a<\/span> {<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<table class=\"highlight tab-size js-file-line-container\" data-tab-size=\"8\">\n<tbody>\n<tr>\n<td id=\"file-print-css-LC62\" class=\"blob-code blob-code-inner js-file-line\"><span class=\"pl-c1\">page-break-inside<\/span>:<span class=\"pl-c1\">avoid<\/span><\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<table class=\"highlight tab-size js-file-line-container\" data-tab-size=\"8\">\n<tbody>\n<tr>\n<td id=\"file-print-css-LC63\" class=\"blob-code blob-code-inner js-file-line\">}<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<table class=\"highlight tab-size js-file-line-container\" data-tab-size=\"8\">\n<tbody>\n<tr>\n<td id=\"file-print-css-LC64\" class=\"blob-code blob-code-inner js-file-line\"><\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<table class=\"highlight tab-size js-file-line-container\" data-tab-size=\"8\">\n<tbody>\n<tr>\n<td id=\"file-print-css-LC65\" class=\"blob-code blob-code-inner js-file-line\"><span class=\"pl-ent\">a<\/span>[<span class=\"pl-e\">href<\/span><span class=\"pl-k\">^=<\/span><span class=\"pl-s\">http<\/span>]<span class=\"pl-e\">:after<\/span> {<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<table class=\"highlight tab-size js-file-line-container\" data-tab-size=\"8\">\n<tbody>\n<tr>\n<td id=\"file-print-css-LC66\" class=\"blob-code blob-code-inner js-file-line\"><span class=\"pl-c1\">content<\/span>:<span class=\"pl-s\"><span class=\"pl-pds\">&#8220;<\/span> &lt;<span class=\"pl-pds\">&#8220;<\/span><\/span> <span class=\"pl-c1\">attr<\/span>(<span class=\"pl-v\">href<\/span>) <span class=\"pl-s\"><span class=\"pl-pds\">&#8220;<\/span>&gt; <span class=\"pl-pds\">&#8220;<\/span><\/span>;<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<table class=\"highlight tab-size js-file-line-container\" data-tab-size=\"8\">\n<tbody>\n<tr>\n<td id=\"file-print-css-LC67\" class=\"blob-code blob-code-inner js-file-line\">}<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<table class=\"highlight tab-size js-file-line-container\" data-tab-size=\"8\">\n<tbody>\n<tr>\n<td id=\"file-print-css-LC68\" class=\"blob-code blob-code-inner js-file-line\"><\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<table class=\"highlight tab-size js-file-line-container\" data-tab-size=\"8\">\n<tbody>\n<tr>\n<td id=\"file-print-css-LC69\" class=\"blob-code blob-code-inner js-file-line\">$<span class=\"pl-ent\">a<\/span><span class=\"pl-e\">:after<\/span> <span class=\"pl-k\">&gt;<\/span> <span class=\"pl-ent\">img<\/span> {<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<table class=\"highlight tab-size js-file-line-container\" data-tab-size=\"8\">\n<tbody>\n<tr>\n<td id=\"file-print-css-LC70\" class=\"blob-code blob-code-inner js-file-line\"><span class=\"pl-c1\">content<\/span>: <span class=\"pl-s\"><span class=\"pl-pds\">&#8220;<\/span><span class=\"pl-pds\">&#8220;<\/span><\/span>;<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<table class=\"highlight tab-size js-file-line-container\" data-tab-size=\"8\">\n<tbody>\n<tr>\n<td id=\"file-print-css-LC71\" class=\"blob-code blob-code-inner js-file-line\">}<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<table class=\"highlight tab-size js-file-line-container\" data-tab-size=\"8\">\n<tbody>\n<tr>\n<td id=\"file-print-css-LC72\" class=\"blob-code blob-code-inner js-file-line\"><\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<table class=\"highlight tab-size js-file-line-container\" data-tab-size=\"8\">\n<tbody>\n<tr>\n<td id=\"file-print-css-LC73\" class=\"blob-code blob-code-inner js-file-line\"><span class=\"pl-ent\">article<\/span> <span class=\"pl-ent\">a<\/span>[<span class=\"pl-e\">href<\/span><span class=\"pl-k\">^=<\/span><span class=\"pl-s\"><span class=\"pl-pds\">&#8220;<\/span>#<span class=\"pl-pds\">&#8220;<\/span><\/span>]<span class=\"pl-e\">:after<\/span> {<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<table class=\"highlight tab-size js-file-line-container\" data-tab-size=\"8\">\n<tbody>\n<tr>\n<td id=\"file-print-css-LC74\" class=\"blob-code blob-code-inner js-file-line\"><span class=\"pl-c1\">content<\/span>: <span class=\"pl-s\"><span class=\"pl-pds\">&#8220;<\/span><span class=\"pl-pds\">&#8220;<\/span><\/span>;<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<table class=\"highlight tab-size js-file-line-container\" data-tab-size=\"8\">\n<tbody>\n<tr>\n<td id=\"file-print-css-LC75\" class=\"blob-code blob-code-inner js-file-line\">}<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<table class=\"highlight tab-size js-file-line-container\" data-tab-size=\"8\">\n<tbody>\n<tr>\n<td id=\"file-print-css-LC76\" class=\"blob-code blob-code-inner js-file-line\"><\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<table class=\"highlight tab-size js-file-line-container\" data-tab-size=\"8\">\n<tbody>\n<tr>\n<td id=\"file-print-css-LC77\" class=\"blob-code blob-code-inner js-file-line\"><span class=\"pl-ent\">a<\/span><span class=\"pl-e\">:not<\/span>(:<span class=\"pl-ent\">local-link<\/span>)<span class=\"pl-e\">:after<\/span> {<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<table class=\"highlight tab-size js-file-line-container\" data-tab-size=\"8\">\n<tbody>\n<tr>\n<td id=\"file-print-css-LC78\" class=\"blob-code blob-code-inner js-file-line\"><span class=\"pl-c1\">content<\/span>:<span class=\"pl-s\"><span class=\"pl-pds\">&#8220;<\/span> &lt;<span class=\"pl-pds\">&#8220;<\/span><\/span> <span class=\"pl-c1\">attr<\/span>(<span class=\"pl-v\">href<\/span>) <span class=\"pl-s\"><span class=\"pl-pds\">&#8220;<\/span>&gt; <span class=\"pl-pds\">&#8220;<\/span><\/span>;<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<table class=\"highlight tab-size js-file-line-container\" data-tab-size=\"8\">\n<tbody>\n<tr>\n<td id=\"file-print-css-LC79\" class=\"blob-code blob-code-inner js-file-line\">}<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<table class=\"highlight tab-size js-file-line-container\" data-tab-size=\"8\">\n<tbody>\n<tr>\n<td id=\"file-print-css-LC80\" class=\"blob-code blob-code-inner js-file-line\"><\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<table class=\"highlight tab-size js-file-line-container\" data-tab-size=\"8\">\n<tbody>\n<tr>\n<td id=\"file-print-css-LC81\" class=\"blob-code blob-code-inner js-file-line\"><span class=\"pl-c\">\/**<\/span><\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<table class=\"highlight tab-size js-file-line-container\" data-tab-size=\"8\">\n<tbody>\n<tr>\n<td id=\"file-print-css-LC82\" class=\"blob-code blob-code-inner js-file-line\"><span class=\"pl-c\"> * Eingebundene Videos verschwinden lassen und den Whitespace der iframes auf null reduzieren.<\/span><\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<table class=\"highlight tab-size js-file-line-container\" data-tab-size=\"8\">\n<tbody>\n<tr>\n<td id=\"file-print-css-LC83\" class=\"blob-code blob-code-inner js-file-line\"><span class=\"pl-c\"> *\/<\/span><\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<table class=\"highlight tab-size js-file-line-container\" data-tab-size=\"8\">\n<tbody>\n<tr>\n<td id=\"file-print-css-LC84\" class=\"blob-code blob-code-inner js-file-line\"><span class=\"pl-e\">.entry<\/span> <span class=\"pl-ent\">iframe<\/span>, <span class=\"pl-ent\">ins<\/span> {<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<table class=\"highlight tab-size js-file-line-container\" data-tab-size=\"8\">\n<tbody>\n<tr>\n<td id=\"file-print-css-LC85\" class=\"blob-code blob-code-inner js-file-line\"><span class=\"pl-c1\">display<\/span>: <span class=\"pl-c1\">none<\/span>;<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<table class=\"highlight tab-size js-file-line-container\" data-tab-size=\"8\">\n<tbody>\n<tr>\n<td id=\"file-print-css-LC86\" class=\"blob-code blob-code-inner js-file-line\"><span class=\"pl-c1\">width<\/span>: <span class=\"pl-c1\">0<\/span> <span class=\"pl-k\">!important<\/span>;<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<table class=\"highlight tab-size js-file-line-container\" data-tab-size=\"8\">\n<tbody>\n<tr>\n<td id=\"file-print-css-LC87\" class=\"blob-code blob-code-inner js-file-line\"><span class=\"pl-c1\">height<\/span>: <span class=\"pl-c1\">0<\/span> <span class=\"pl-k\">!important<\/span>;<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<table class=\"highlight tab-size js-file-line-container\" data-tab-size=\"8\">\n<tbody>\n<tr>\n<td id=\"file-print-css-LC88\" class=\"blob-code blob-code-inner js-file-line\"><span class=\"pl-c1\">overflow<\/span>: <span class=\"pl-c1\">hidden<\/span> <span class=\"pl-k\">!important<\/span>;<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<table class=\"highlight tab-size js-file-line-container\" data-tab-size=\"8\">\n<tbody>\n<tr>\n<td id=\"file-print-css-LC89\" class=\"blob-code blob-code-inner js-file-line\"><span class=\"pl-c1\">line-height<\/span>: <span class=\"pl-c1\">0<span class=\"pl-k\">pt<\/span><\/span> <span class=\"pl-k\">!important<\/span>;<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<table class=\"highlight tab-size js-file-line-container\" data-tab-size=\"8\">\n<tbody>\n<tr>\n<td id=\"file-print-css-LC90\" class=\"blob-code blob-code-inner js-file-line\"><span class=\"pl-c1\">white-space<\/span>: <span class=\"pl-c1\">nowrap<\/span>;<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<table class=\"highlight tab-size js-file-line-container\" data-tab-size=\"8\">\n<tbody>\n<tr>\n<td id=\"file-print-css-LC91\" class=\"blob-code blob-code-inner js-file-line\">}<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<table class=\"highlight tab-size js-file-line-container\" data-tab-size=\"8\">\n<tbody>\n<tr>\n<td id=\"file-print-css-LC92\" class=\"blob-code blob-code-inner js-file-line\"><span class=\"pl-e\">.embed-youtube<\/span>, <span class=\"pl-e\">.embed-responsive<\/span> {<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<table class=\"highlight tab-size js-file-line-container\" data-tab-size=\"8\">\n<tbody>\n<tr>\n<td id=\"file-print-css-LC93\" class=\"blob-code blob-code-inner js-file-line\"><span class=\"pl-c1\">position<\/span>: <span class=\"pl-c1\">absolute<\/span>;<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<table class=\"highlight tab-size js-file-line-container\" data-tab-size=\"8\">\n<tbody>\n<tr>\n<td id=\"file-print-css-LC94\" class=\"blob-code blob-code-inner js-file-line\"><span class=\"pl-c1\">height<\/span>: <span class=\"pl-c1\">0<\/span>;<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<table class=\"highlight tab-size js-file-line-container\" data-tab-size=\"8\">\n<tbody>\n<tr>\n<td id=\"file-print-css-LC95\" class=\"blob-code blob-code-inner js-file-line\"><span class=\"pl-c1\">overflow<\/span>: <span class=\"pl-c1\">hidden<\/span>;<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<table class=\"highlight tab-size js-file-line-container\" data-tab-size=\"8\">\n<tbody>\n<tr>\n<td id=\"file-print-css-LC96\" class=\"blob-code blob-code-inner js-file-line\">}<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<table class=\"highlight tab-size js-file-line-container\" data-tab-size=\"8\">\n<tbody>\n<tr>\n<td id=\"file-print-css-LC97\" class=\"blob-code blob-code-inner js-file-line\"><\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<table class=\"highlight tab-size js-file-line-container\" data-tab-size=\"8\">\n<tbody>\n<tr>\n<td id=\"file-print-css-LC98\" class=\"blob-code blob-code-inner js-file-line\"><span class=\"pl-c\">\/* Unn\u00f6tige Elemente ausblenden f\u00fcr den Druck *\/<\/span><\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<table class=\"highlight tab-size js-file-line-container\" data-tab-size=\"8\">\n<tbody>\n<tr>\n<td id=\"file-print-css-LC99\" class=\"blob-code blob-code-inner js-file-line\"><\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<table class=\"highlight tab-size js-file-line-container\" data-tab-size=\"8\">\n<tbody>\n<tr>\n<td id=\"file-print-css-LC100\" class=\"blob-code blob-code-inner js-file-line\"><span class=\"pl-e\">#header-widgets<\/span>, <span class=\"pl-ent\">nav<\/span>, <span class=\"pl-ent\">aside<\/span><span class=\"pl-e\">.mashsb-container<\/span>,<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<table class=\"highlight tab-size js-file-line-container\" data-tab-size=\"8\">\n<tbody>\n<tr>\n<td id=\"file-print-css-LC101\" class=\"blob-code blob-code-inner js-file-line\"><span class=\"pl-e\">.sidebar<\/span>, <span class=\"pl-e\">.mashshare-top<\/span>, <span class=\"pl-e\">.mashshare-bottom<\/span>,<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<table class=\"highlight tab-size js-file-line-container\" data-tab-size=\"8\">\n<tbody>\n<tr>\n<td id=\"file-print-css-LC102\" class=\"blob-code blob-code-inner js-file-line\"><span class=\"pl-e\">.content-ads<\/span>, <span class=\"pl-e\">.make-comment<\/span>, <span class=\"pl-e\">.author-bio<\/span>,<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<table class=\"highlight tab-size js-file-line-container\" data-tab-size=\"8\">\n<tbody>\n<tr>\n<td id=\"file-print-css-LC103\" class=\"blob-code blob-code-inner js-file-line\"><span class=\"pl-e\">.heading<\/span>, <span class=\"pl-e\">.related-posts<\/span>, <span class=\"pl-e\">#decomments-form-add-comment<\/span>,<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<table class=\"highlight tab-size js-file-line-container\" data-tab-size=\"8\">\n<tbody>\n<tr>\n<td id=\"file-print-css-LC104\" class=\"blob-code blob-code-inner js-file-line\"><span class=\"pl-e\">#breadcrumbs<\/span>, <span class=\"pl-e\">#footer<\/span>, <span class=\"pl-e\">.post-byline<\/span>, <span class=\"pl-e\">.meta-single<\/span>,<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<table class=\"highlight tab-size js-file-line-container\" data-tab-size=\"8\">\n<tbody>\n<tr>\n<td id=\"file-print-css-LC105\" class=\"blob-code blob-code-inner js-file-line\"><span class=\"pl-e\">.site-title<\/span> <span class=\"pl-ent\">img<\/span>, <span class=\"pl-e\">.post-tags<\/span>, <span class=\"pl-e\">.readability<\/span><\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<table class=\"highlight tab-size js-file-line-container\" data-tab-size=\"8\">\n<tbody>\n<tr>\n<td id=\"file-print-css-LC106\" class=\"blob-code blob-code-inner js-file-line\">{<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<table class=\"highlight tab-size js-file-line-container\" data-tab-size=\"8\">\n<tbody>\n<tr>\n<td id=\"file-print-css-LC107\" class=\"blob-code blob-code-inner js-file-line\"><span class=\"pl-c1\">display<\/span>: <span class=\"pl-c1\">none<\/span>;<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<table class=\"highlight tab-size js-file-line-container\" data-tab-size=\"8\">\n<tbody>\n<tr>\n<td id=\"file-print-css-LC108\" class=\"blob-code blob-code-inner js-file-line\">}<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<table class=\"highlight tab-size js-file-line-container\" data-tab-size=\"8\">\n<tbody>\n<tr>\n<td id=\"file-print-css-LC109\" class=\"blob-code blob-code-inner js-file-line\"><\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<table class=\"highlight tab-size js-file-line-container\" data-tab-size=\"8\">\n<tbody>\n<tr>\n<td id=\"file-print-css-LC110\" class=\"blob-code blob-code-inner js-file-line\"><span class=\"pl-c\">\/* Benutzerdefinierte Nachrichten vor und nach dem Inhalt einf\u00fcgen *\/<\/span><\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<table class=\"highlight tab-size js-file-line-container\" data-tab-size=\"8\">\n<tbody>\n<tr>\n<td id=\"file-print-css-LC111\" class=\"blob-code blob-code-inner js-file-line\"><span class=\"pl-e\">.entry<\/span><span class=\"pl-e\">:after<\/span> {<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<table class=\"highlight tab-size js-file-line-container\" data-tab-size=\"8\">\n<tbody>\n<tr>\n<td id=\"file-print-css-LC112\" class=\"blob-code blob-code-inner js-file-line\"><span class=\"pl-c1\">content<\/span>: <span class=\"pl-s\"><span class=\"pl-pds\">&#8220;<\/span><span class=\"pl-cce\">\\ <\/span>Alle Rechte vorbehalten. (c) 2014 &#8211; 2016 TechBrain &#8211; techbrain.de<span class=\"pl-pds\">&#8220;<\/span><\/span>;<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<table class=\"highlight tab-size js-file-line-container\" data-tab-size=\"8\">\n<tbody>\n<tr>\n<td id=\"file-print-css-LC113\" class=\"blob-code blob-code-inner js-file-line\"><span class=\"pl-c1\">color<\/span>: <span class=\"pl-c1\">#999<\/span> <span class=\"pl-k\">!important<\/span>;<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<table class=\"highlight tab-size js-file-line-container\" data-tab-size=\"8\">\n<tbody>\n<tr>\n<td id=\"file-print-css-LC114\" class=\"blob-code blob-code-inner js-file-line\"><span class=\"pl-c1\">font-size<\/span>: <span class=\"pl-c1\">1<span class=\"pl-k\">em<\/span><\/span>;<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<table class=\"highlight tab-size js-file-line-container\" data-tab-size=\"8\">\n<tbody>\n<tr>\n<td id=\"file-print-css-LC115\" class=\"blob-code blob-code-inner js-file-line\"><span class=\"pl-c1\">padding-top<\/span>: <span class=\"pl-c1\">30<span class=\"pl-k\">px<\/span><\/span>;<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<table class=\"highlight tab-size js-file-line-container\" data-tab-size=\"8\">\n<tbody>\n<tr>\n<td id=\"file-print-css-LC116\" class=\"blob-code blob-code-inner js-file-line\">}<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<table class=\"highlight tab-size js-file-line-container\" data-tab-size=\"8\">\n<tbody>\n<tr>\n<td id=\"file-print-css-LC117\" class=\"blob-code blob-code-inner js-file-line\"><span class=\"pl-e\">#header<\/span><span class=\"pl-e\">:before<\/span> {<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<table class=\"highlight tab-size js-file-line-container\" data-tab-size=\"8\">\n<tbody>\n<tr>\n<td id=\"file-print-css-LC118\" class=\"blob-code blob-code-inner js-file-line\"><span class=\"pl-c1\">content<\/span>: <span class=\"pl-s\"><span class=\"pl-pds\">&#8220;<\/span><span class=\"pl-cce\">\\ <\/span>Vielen herzlichen Dank f\u00fcr das Ausdrucken unseres Artikels. Wir hoffen, dass auch andere Artikel von uns Ihr Interesse wecken k\u00f6nnen.<span class=\"pl-pds\">&#8220;<\/span><\/span>;<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<table class=\"highlight tab-size js-file-line-container\" data-tab-size=\"8\">\n<tbody>\n<tr>\n<td id=\"file-print-css-LC119\" class=\"blob-code blob-code-inner js-file-line\"><span class=\"pl-c1\">color<\/span>: <span class=\"pl-c1\">#777<\/span> <span class=\"pl-k\">!important<\/span>;<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<table class=\"highlight tab-size js-file-line-container\" data-tab-size=\"8\">\n<tbody>\n<tr>\n<td id=\"file-print-css-LC120\" class=\"blob-code blob-code-inner js-file-line\"><span class=\"pl-c1\">font-size<\/span>: <span class=\"pl-c1\">1<span class=\"pl-k\">em<\/span><\/span>;<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<table class=\"highlight tab-size js-file-line-container\" data-tab-size=\"8\">\n<tbody>\n<tr>\n<td id=\"file-print-css-LC121\" class=\"blob-code blob-code-inner js-file-line\"><span class=\"pl-c1\">padding-top<\/span>: <span class=\"pl-c1\">30<span class=\"pl-k\">px<\/span><\/span>;<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<table class=\"highlight tab-size js-file-line-container\" data-tab-size=\"8\">\n<tbody>\n<tr>\n<td id=\"file-print-css-LC122\" class=\"blob-code blob-code-inner js-file-line\"><span class=\"pl-c1\">text-align<\/span>: <span class=\"pl-c1\">center<\/span> <span class=\"pl-k\">!important<\/span>;<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<table class=\"highlight tab-size js-file-line-container\" data-tab-size=\"8\">\n<tbody>\n<tr>\n<td id=\"file-print-css-LC123\" class=\"blob-code blob-code-inner js-file-line\">}<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<table class=\"highlight tab-size js-file-line-container\" data-tab-size=\"8\">\n<tbody>\n<tr>\n<td id=\"file-print-css-LC124\" class=\"blob-code blob-code-inner js-file-line\"><\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<table class=\"highlight tab-size js-file-line-container\" data-tab-size=\"8\">\n<tbody>\n<tr>\n<td id=\"file-print-css-LC125\" class=\"blob-code blob-code-inner js-file-line\"><span class=\"pl-c\">\/* Wichtige Elemente definieren *\/<\/span><\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<table class=\"highlight tab-size js-file-line-container\" data-tab-size=\"8\">\n<tbody>\n<tr>\n<td id=\"file-print-css-LC126\" class=\"blob-code blob-code-inner js-file-line\"><span class=\"pl-ent\">p<\/span>, <span class=\"pl-ent\">address<\/span>, <span class=\"pl-ent\">li<\/span>, <span class=\"pl-ent\">dt<\/span>, <span class=\"pl-ent\">dd<\/span>, <span class=\"pl-ent\">blockquote<\/span> {<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<table class=\"highlight tab-size js-file-line-container\" data-tab-size=\"8\">\n<tbody>\n<tr>\n<td id=\"file-print-css-LC127\" class=\"blob-code blob-code-inner js-file-line\"><span class=\"pl-c1\">font-size<\/span>: <span class=\"pl-c1\">100<span class=\"pl-k\">%<\/span><\/span><\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<table class=\"highlight tab-size js-file-line-container\" data-tab-size=\"8\">\n<tbody>\n<tr>\n<td id=\"file-print-css-LC128\" class=\"blob-code blob-code-inner js-file-line\">}<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<table class=\"highlight tab-size js-file-line-container\" data-tab-size=\"8\">\n<tbody>\n<tr>\n<td id=\"file-print-css-LC129\" class=\"blob-code blob-code-inner js-file-line\"><\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<table class=\"highlight tab-size js-file-line-container\" data-tab-size=\"8\">\n<tbody>\n<tr>\n<td id=\"file-print-css-LC130\" class=\"blob-code blob-code-inner js-file-line\"><span class=\"pl-c\">\/* Zeichensatz fuer Code Beispiele *\/<\/span><\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<table class=\"highlight tab-size js-file-line-container\" data-tab-size=\"8\">\n<tbody>\n<tr>\n<td id=\"file-print-css-LC131\" class=\"blob-code blob-code-inner js-file-line\"><span class=\"pl-ent\">code<\/span>, <span class=\"pl-ent\">pre<\/span> { <span class=\"pl-c1\">font-family<\/span>: <span class=\"pl-s\"><span class=\"pl-pds\">&#8220;<\/span>Courier New<span class=\"pl-pds\">&#8220;<\/span><\/span>, <span class=\"pl-c1\">Courier<\/span>, mono}<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<table class=\"highlight tab-size js-file-line-container\" data-tab-size=\"8\">\n<tbody>\n<tr>\n<td id=\"file-print-css-LC132\" class=\"blob-code blob-code-inner js-file-line\"><\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<table class=\"highlight tab-size js-file-line-container\" data-tab-size=\"8\">\n<tbody>\n<tr>\n<td id=\"file-print-css-LC133\" class=\"blob-code blob-code-inner js-file-line\"><span class=\"pl-ent\">ul<\/span>, <span class=\"pl-ent\">ol<\/span> {<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<table class=\"highlight tab-size js-file-line-container\" data-tab-size=\"8\">\n<tbody>\n<tr>\n<td id=\"file-print-css-LC134\" class=\"blob-code blob-code-inner js-file-line\"><span class=\"pl-c1\">list-style<\/span>: <span class=\"pl-c1\">square<\/span>; <span class=\"pl-c1\">margin-left<\/span>: <span class=\"pl-c1\">18<span class=\"pl-k\">pt<\/span><\/span>;<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<table class=\"highlight tab-size js-file-line-container\" data-tab-size=\"8\">\n<tbody>\n<tr>\n<td id=\"file-print-css-LC135\" class=\"blob-code blob-code-inner js-file-line\"><span class=\"pl-c1\">margin-bottom<\/span>: <span class=\"pl-c1\">20<span class=\"pl-k\">pt<\/span><\/span>;<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<table class=\"highlight tab-size js-file-line-container\" data-tab-size=\"8\">\n<tbody>\n<tr>\n<td id=\"file-print-css-LC136\" class=\"blob-code blob-code-inner js-file-line\">}<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<table class=\"highlight tab-size js-file-line-container\" data-tab-size=\"8\">\n<tbody>\n<tr>\n<td id=\"file-print-css-LC137\" class=\"blob-code blob-code-inner js-file-line\"><\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<table class=\"highlight tab-size js-file-line-container\" data-tab-size=\"8\">\n<tbody>\n<tr>\n<td id=\"file-print-css-LC138\" class=\"blob-code blob-code-inner js-file-line\"><span class=\"pl-ent\">li<\/span> {<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<table class=\"highlight tab-size js-file-line-container\" data-tab-size=\"8\">\n<tbody>\n<tr>\n<td id=\"file-print-css-LC139\" class=\"blob-code blob-code-inner js-file-line\"><span class=\"pl-c1\">line-height<\/span>: <span class=\"pl-c1\">1.6<span class=\"pl-k\">em<\/span><\/span>;<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<table class=\"highlight tab-size js-file-line-container\" data-tab-size=\"8\">\n<tbody>\n<tr>\n<td id=\"file-print-css-LC140\" class=\"blob-code blob-code-inner js-file-line\">}<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<table class=\"highlight tab-size js-file-line-container\" data-tab-size=\"8\">\n<tbody>\n<tr>\n<td id=\"file-print-css-LC141\" class=\"blob-code blob-code-inner js-file-line\"><\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<div class=\"oembed-gist\">\n<div id=\"gist37045062\" class=\"gist\">\n<div class=\"gist-file\">\n<div class=\"gist-data\">\n<div class=\"js-gist-file-update-container js-task-list-container file-box\">\n<div id=\"file-print-css\" class=\"file\">\n<div class=\"blob-wrapper data type-css \">\n<table class=\"highlight tab-size js-file-line-container\" data-tab-size=\"8\">\n<tbody>\n<tr>\n<td id=\"file-print-css-LC142\" class=\"blob-code blob-code-inner js-file-line\">}<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<\/div>\n<\/div>\n<\/div>\n<\/div>\n<div class=\"gist-meta\"><a href=\"https:\/\/gist.github.com\/anonymous\/45d1b8a34149d8d12b66a99e19afd6c1\/raw\/7652c106948588a822d5fd8a5c90cca139d6920f\/print.css\">view raw<\/a> <a href=\"https:\/\/gist.github.com\/anonymous\/45d1b8a34149d8d12b66a99e19afd6c1#file-print-css\">print.css<\/a> hosted with <img decoding=\"async\" class=\"emoji\" draggable=\"false\" src=\"https:\/\/s.w.org\/images\/core\/emoji\/11\/svg\/2764.svg\" alt=\"\u2764\" \/> by <a href=\"https:\/\/github.com\">GitHub<\/a><\/div>\n<\/div>\n<\/div>\n<\/div>\n<h2>The Right Location: Where does the print.css belong?<\/h2>\n<p>The following functions belong into the theme\u2019s <strong>functions.php<\/strong> or into a custom site plugin.<\/p>\n<p>\u201cInto the header\u201d would be the correct answer. The following function is the right choice when a developed theme is to be added to the official theme index:<\/p>\n<pre lang=\"javascript\">\/* The proper function for the addition of the print.css *\/\n\nfunction drweb_print_styles(){\n    wp_enqueue_style(\n        'drweb-print-style', \n        get_stylesheet_directory_uri() . '\/css\/print.css', \n        array(), \n        '20130821', \n        'print' \/\/ print styles only\n    );\n}\nadd_action( 'wp_enqueue_scripts', 'drweb_print_styles' );<\/pre>\n<p>If you\u00a0don\u2019t want to supply your theme with a print stylesheet, the method described above isn\u2019t necessarily optimal. First, the CSS is loaded on all pages, and not on individual articles only, and second, it blocks the page display, while slowing down your website a bit. Thus:<\/p>\n<p><strong>Every CSS That Is Not Required For the Page Display Belongs Into the Footer!<\/strong><\/p>\n<p>On top of that, it should only be loaded when single.php is accessed with the individual articles. There should barely be anyone that wants to print your landing page.<\/p>\n<p>That\u2019s why we\u2019ll let the stylesheet load in the website\u2019s foot area.<\/p>\n<pre lang=\"javascript\">\/* The code's modified version only adds the print.css to the footer of single articles *\/\nfunction drweb_print_styles(){\n    if( is_single() ) {\n    wp_enqueue_style(\n        'drweb-print-style', \n        get_stylesheet_directory_uri() . '\/css\/print.css', \n        array(), \n        '20130821', \n        'print' \/\/ print styles only\n        );\n    }\n}\nadd_action( 'wp_footer', 'drweb_print_styles' );\n<\/pre>\n<h3>User-Friendliness: Creating a Print Button<\/h3>\n<p>When offering a well-done print stylesheet to your readers, it would be advantageous to also integrate a print button into your theme. The procedure is rather simple, as CSS allows you to design the button the way you want it to be. The code on my website looks like this:<\/p>\n<pre lang=\"javascript\">&lt;?php\nfunction ah_print_button() {\n?&gt;    \n&lt;div class=\"printversion\"&gt;\n&lt;header&gt;&lt;span&gt;Print Version&lt;\/span&gt;&lt;\/header&gt;\n &lt;a class=\"printit\" href=\"javascript:window.print()\"&gt; &lt;img src=\"\/\/pathtoyourgraphic\" width=\"146\" height=\"20\" alt=\"Print Page\"&gt; &lt;\/a&gt; \n&lt;\/div&gt;\n&lt;?php }\n<\/pre>\n<p>In the theme, this button can then be called up wherever you want it to appear with a simple <code class=\"\" data-line=\"\">&lt;?php ah_print_button();?&gt;<\/code><\/p>\n<p><em>(dpe)<\/em><\/p><\/blockquote>\n","protected":false},"excerpt":{"rendered":"<p class=\"excerpt\">Here&#8217;s something I shall add to my themes, expecially &#8220;bollettino&#8221; and &#8220;qualita&#8221;: CSS: The Perfect Print Stylesheet | The JotForm Blog<\/p>\n<p class=\"more-link-p\"><a class=\"more-link\" href=\"https:\/\/monodes.com\/predaelli\/2018\/11\/17\/css-the-perfect-print-stylesheet-the-jotform-blog\/\">Read more &rarr;<\/a><\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"inline_featured_image":false,"jetpack_post_was_ever_published":false,"_jetpack_newsletter_access":"","_jetpack_dont_email_post_to_subs":false,"_jetpack_newsletter_tier_id":0,"_jetpack_memberships_contains_paywalled_content":false,"_jetpack_memberships_contains_paid_content":false,"activitypub_content_warning":"","activitypub_content_visibility":"","activitypub_max_image_attachments":4,"activitypub_interaction_policy_quote":"anyone","activitypub_status":"","footnotes":"","jetpack_publicize_message":"","jetpack_publicize_feature_enabled":true,"jetpack_social_post_already_shared":true,"jetpack_social_options":{"image_generator_settings":{"template":"highway","default_image_id":0,"font":"","enabled":false},"version":2}},"categories":[127,46,61],"tags":[],"class_list":["post-4923","post","type-post","status-publish","format-standard","hentry","category-html","category-web","category-wordpress"],"jetpack_publicize_connections":[],"jetpack_featured_media_url":"","jetpack_sharing_enabled":true,"jetpack_shortlink":"https:\/\/wp.me\/p6daft-1hp","jetpack-related-posts":[{"id":9530,"url":"https:\/\/monodes.com\/predaelli\/2022\/08\/03\/how-to-create-printer-friendly-pages-with-css\/","url_meta":{"origin":4923,"position":0},"title":"How to Create Printer-friendly Pages with CSS","author":"Paolo Redaelli","date":"2022-08-03","format":"link","excerpt":"How to Create Printer-friendly Pages with CSS How to Create Printer-friendly Pages with CSS CSS Craig BucklerJanuary 5, 2020 Share This article was updated in 2020 to reflect latest best practices in CSS print styling. In this article, we review the art of creating printer-friendly web pages with CSS. \u201cWho\u2026","rel":"","context":"In &quot;Web&quot;","block_context":{"text":"Web","link":"https:\/\/monodes.com\/predaelli\/category\/web\/"},"img":{"alt_text":"Firefox print preview mode","src":"https:\/\/i0.wp.com\/uploads.sitepoint.com\/wp-content\/uploads\/2018\/08\/1577925121printer-friendly-css-05-firefox.png?resize=350%2C200&ssl=1","width":350,"height":200,"srcset":"https:\/\/i0.wp.com\/uploads.sitepoint.com\/wp-content\/uploads\/2018\/08\/1577925121printer-friendly-css-05-firefox.png?resize=350%2C200&ssl=1 1x, https:\/\/i0.wp.com\/uploads.sitepoint.com\/wp-content\/uploads\/2018\/08\/1577925121printer-friendly-css-05-firefox.png?resize=525%2C300&ssl=1 1.5x"},"classes":[]},{"id":5369,"url":"https:\/\/monodes.com\/predaelli\/2019\/03\/19\/8-useful-css-tricks-parallax-images-sticky-footers-and-more\/","url_meta":{"origin":4923,"position":1},"title":"8 useful CSS tricks: Parallax images, sticky footers and more","author":"Paolo Redaelli","date":"2019-03-19","format":"link","excerpt":"8 useful CSS tricks: Parallax images, sticky footers and more This article shares some of my most satisfying \u201cah-hah!\u201d moments learning CSS, and I hope it can prompt some \u201cah-hah!\u201d moments for you too. Sticky Footer Zoom-on-Hover Images Instant Night Mode Custom Bullet Points Parallax Images Animation with Cropped Images\u2026","rel":"","context":"In &quot;HTML&quot;","block_context":{"text":"HTML","link":"https:\/\/monodes.com\/predaelli\/category\/html\/"},"img":{"alt_text":"","src":"","width":0,"height":0},"classes":[]},{"id":7139,"url":"https:\/\/monodes.com\/predaelli\/2020\/04\/27\/archiving-a-wordpress-website-with-wget-darcy-norman-dot-net\/","url_meta":{"origin":4923,"position":2},"title":"Archiving a (WordPress) website with wget &#8211; D&#8217;Arcy Norman dot net","author":"Paolo Redaelli","date":"2020-04-27","format":"link","excerpt":"Archiving a (WordPress) website with wget - D'Arcy Norman dot net Make Offline Mirror of a Site using `wget` Archiving a (WordPress) website with wget \u00a0Posted on December 24, 2011 I needed to archive several WordPress sites as part of the process of gathering the raw data for my thesis\u2026","rel":"","context":"In &quot;Web&quot;","block_context":{"text":"Web","link":"https:\/\/monodes.com\/predaelli\/category\/web\/"},"img":{"alt_text":"","src":"","width":0,"height":0},"classes":[]},{"id":10748,"url":"https:\/\/monodes.com\/predaelli\/2023\/08\/30\/my-little-printer-friendly-css\/","url_meta":{"origin":4923,"position":3},"title":"My little printer-friendly CSS","author":"Paolo Redaelli","date":"2023-08-30","format":false,"excerpt":"Here is my little \"Printer friendly CSS\" that I add to each and every page using Simple Custom CSS and JS \/* override styles when printing *\/ @media print { @page { margin: 2cm; @top-center { font-family: sans-serif; font-weight: bold; font-size: 2em; content: counter(page); } } \/* target the first\u2026","rel":"","context":"In &quot;Tricks&quot;","block_context":{"text":"Tricks","link":"https:\/\/monodes.com\/predaelli\/category\/documentations\/tricks\/"},"img":{"alt_text":"","src":"","width":0,"height":0},"classes":[]},{"id":5106,"url":"https:\/\/monodes.com\/predaelli\/2019\/01\/07\/how-to-easily-build-desktop-apps-with-html-css-and-javascript\/","url_meta":{"origin":4923,"position":4},"title":"How to Easily Build Desktop Apps with HTML, CSS and Javascript","author":"Paolo Redaelli","date":"2019-01-07","format":false,"excerpt":"Can HTML, CSS and Javascript really be used to build Desktop Applications? Source: How to Easily Build Desktop Apps with HTML, CSS and Javascript How to Easily Build Desktop Apps with HTML, CSS and Javascript Aditya Sridhar Jan 4 Can HTML, CSS and Javascript really be used to build Desktop\u2026","rel":"","context":"In &quot;Documentations&quot;","block_context":{"text":"Documentations","link":"https:\/\/monodes.com\/predaelli\/category\/documentations\/"},"img":{"alt_text":"","src":"","width":0,"height":0},"classes":[]},{"id":6373,"url":"https:\/\/monodes.com\/predaelli\/2020\/01\/01\/how-to-style-your-gtk-app-with-css-and-haskell-codeburst\/","url_meta":{"origin":4923,"position":5},"title":"How to Style Your GTK App with CSS and Haskell &#8211; codeburst","author":"Paolo Redaelli","date":"2020-01-01","format":"link","excerpt":"For the upcoming release of Gifcurry \u2014 an open-source, video-to-GIF maker \u2014 a completely custom theme was made using CSS and Haskell. The\u2026 Source: How to Style Your GTK App with CSS and Haskell - codeburst How to Style Your GTK App with CSS and Haskell Lettier Jun 28, 2018\u2026","rel":"","context":"In &quot;Senza categoria&quot;","block_context":{"text":"Senza categoria","link":"https:\/\/monodes.com\/predaelli\/category\/senza-categoria\/"},"img":{"alt_text":"Lettier","src":"https:\/\/i0.wp.com\/miro.medium.com\/fit\/c\/48\/48\/1%2ADM2bfIVj3LLgyG3hMirauw.png?resize=350%2C200&ssl=1","width":350,"height":200},"classes":[]}],"jetpack_likes_enabled":true,"_links":{"self":[{"href":"https:\/\/monodes.com\/predaelli\/wp-json\/wp\/v2\/posts\/4923","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/monodes.com\/predaelli\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/monodes.com\/predaelli\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/monodes.com\/predaelli\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/monodes.com\/predaelli\/wp-json\/wp\/v2\/comments?post=4923"}],"version-history":[{"count":0,"href":"https:\/\/monodes.com\/predaelli\/wp-json\/wp\/v2\/posts\/4923\/revisions"}],"wp:attachment":[{"href":"https:\/\/monodes.com\/predaelli\/wp-json\/wp\/v2\/media?parent=4923"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/monodes.com\/predaelli\/wp-json\/wp\/v2\/categories?post=4923"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/monodes.com\/predaelli\/wp-json\/wp\/v2\/tags?post=4923"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}