diff --git a/tpl/_head.twig b/tpl/_head.twig index 60ef888..6a8258a 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 0000000..a3b0a59 --- /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)")"; +}