diff options
author | Nicolas LÅ“uillet <nicolas.loeuillet@gmail.com> | 2013-08-23 08:32:03 -0700 |
---|---|---|
committer | Nicolas LÅ“uillet <nicolas.loeuillet@gmail.com> | 2013-08-23 08:32:03 -0700 |
commit | e93c7c9c460ce71fb10ea1e807eabed9c490fe15 (patch) | |
tree | 38bb5d32099dd28a43cdfd5278a17baf80ddcfce /tpl/css/print.css | |
parent | 64fa45e262d24f75740b0df267bb2fc4cdf83fa2 (diff) | |
parent | 00e4700abb8888344a8765ddb2067c4ed7a5c6b9 (diff) | |
download | wallabag-e93c7c9c460ce71fb10ea1e807eabed9c490fe15.tar.gz wallabag-e93c7c9c460ce71fb10ea1e807eabed9c490fe15.tar.zst wallabag-e93c7c9c460ce71fb10ea1e807eabed9c490fe15.zip |
Merge pull request #160 from nicofrand/dev
Add a print stylesheet
Diffstat (limited to 'tpl/css/print.css')
-rw-r--r-- | tpl/css/print.css | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/tpl/css/print.css b/tpl/css/print.css new file mode 100644 index 00000000..a3b0a599 --- /dev/null +++ b/tpl/css/print.css | |||
@@ -0,0 +1,19 @@ | |||
1 | body > header, | ||
2 | body > footer, | ||
3 | a.top_link, | ||
4 | div.tools, | ||
5 | header div | ||
6 | { | ||
7 | display: none !important; | ||
8 | } | ||
9 | |||
10 | article | ||
11 | { | ||
12 | border: none !important; | ||
13 | } | ||
14 | |||
15 | div.vieworiginal a::after | ||
16 | { | ||
17 | margin-left: 5px; | ||
18 | content: "("attr(href)")"; | ||
19 | } | ||