diff --git a/tpl/_head.twig b/tpl/_head.twig
index 60ef88839..6a8258a2d 100644
--- a/tpl/_head.twig
+++ b/tpl/_head.twig
@@ -6,6 +6,7 @@
+
\ No newline at end of file
diff --git a/tpl/css/print.css b/tpl/css/print.css
new file mode 100644
index 000000000..a3b0a599b
--- /dev/null
+++ b/tpl/css/print.css
@@ -0,0 +1,19 @@
+body > header,
+body > footer,
+a.top_link,
+div.tools,
+header div
+{
+ display: none !important;
+}
+
+article
+{
+ border: none !important;
+}
+
+div.vieworiginal a::after
+{
+ margin-left: 5px;
+ content: "("attr(href)")";
+}