diff options
author | Thomas Citharel <tcit@tcit.fr> | 2014-11-24 22:56:10 +0100 |
---|---|---|
committer | Thomas Citharel <tcit@tcit.fr> | 2014-11-24 22:56:10 +0100 |
commit | b9c026ce32abed7295d2775640edc0ef89017723 (patch) | |
tree | 3492511dde4bb1b3ad5e95ef918a68d5f5418d64 /themes/courgette/css/print.css | |
parent | 485d57972ee3c3219652454ff6d7d82a3602bd34 (diff) | |
parent | 85c5a1ff8d919d3d36a8125c9bbd0d9220025729 (diff) | |
download | wallabag-b9c026ce32abed7295d2775640edc0ef89017723.tar.gz wallabag-b9c026ce32abed7295d2775640edc0ef89017723.tar.zst wallabag-b9c026ce32abed7295d2775640edc0ef89017723.zip |
Merge branch 'remove-courgette' into dev
Conflicts:
themes/courgette/_view.twig
Diffstat (limited to 'themes/courgette/css/print.css')
-rwxr-xr-x | themes/courgette/css/print.css | 48 |
1 files changed, 0 insertions, 48 deletions
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 @@ | |||
1 | /* ### Layout ### */ | ||
2 | |||
3 | body { | ||
4 | font-family: Serif; | ||
5 | background-color: #fff; | ||
6 | } | ||
7 | |||
8 | @page { | ||
9 | margin: 1cm; | ||
10 | } | ||
11 | |||
12 | img { | ||
13 | max-width: 100% !important; | ||
14 | } | ||
15 | |||
16 | /* ### Content ### */ | ||
17 | |||
18 | /* Hide useless blocks */ | ||
19 | body > header, | ||
20 | #links, | ||
21 | #sort, | ||
22 | body > footer, | ||
23 | .top_link, | ||
24 | div.tools, | ||
25 | header div, | ||
26 | .messages, | ||
27 | .entrie + .results { | ||
28 | display: none !important; | ||
29 | } | ||
30 | |||
31 | article { | ||
32 | border: none !important; | ||
33 | } | ||
34 | |||
35 | /* Add URL after links */ | ||
36 | .vieworiginal a:after { | ||
37 | content: " (" attr(href) ")"; | ||
38 | } | ||
39 | |||
40 | /* Add explanation after abbr */ | ||
41 | abbr[title]:after { | ||
42 | content: " (" attr(title) ")"; | ||
43 | } | ||
44 | |||
45 | /* Change border on current pager item */ | ||
46 | .pagination span.current { | ||
47 | border-style: dashed; | ||
48 | } | ||