X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=themes%2Fcourgette%2Fcss%2Fprint.css;fp=themes%2Fcourgette%2Fcss%2Fprint.css;h=0000000000000000000000000000000000000000;hb=b9c026ce32abed7295d2775640edc0ef89017723;hp=9aefa779e76bdac3e7e72d84c0ff65edb4aa56ed;hpb=485d57972ee3c3219652454ff6d7d82a3602bd34;p=github%2Fwallabag%2Fwallabag.git diff --git a/themes/courgette/css/print.css b/themes/courgette/css/print.css deleted file mode 100755 index 9aefa779..00000000 --- a/themes/courgette/css/print.css +++ /dev/null @@ -1,48 +0,0 @@ -/* ### Layout ### */ - -body { - font-family: Serif; - background-color: #fff; -} - -@page { - margin: 1cm; -} - -img { - max-width: 100% !important; -} - -/* ### Content ### */ - -/* Hide useless blocks */ -body > header, -#links, -#sort, -body > footer, -.top_link, -div.tools, -header div, -.messages, -.entrie + .results { - display: none !important; -} - -article { - border: none !important; -} - -/* Add URL after links */ -.vieworiginal a:after { - content: " (" attr(href) ")"; -} - -/* Add explanation after abbr */ -abbr[title]:after { - content: " (" attr(title) ")"; -} - -/* Change border on current pager item */ -.pagination span.current { - border-style: dashed; -}