]> git.immae.eu Git - github/wallabag/wallabag.git/blame - themes/default/css/print.css
[del] remove inthepoche.com config file, website has changed
[github/wallabag/wallabag.git] / themes / default / css / print.css
CommitLineData
4cc3c2ac
NL
1/* ### Layout ### */
2
3body {
4 font-family: Serif;
5 background-color: #fff;
6}
7
8@page {
9 margin: 1cm;
10}
11
12img {
13 max-width: 100% !important;
14}
15
16/* ### Content ### */
17
18/* Hide useless blocks */
19body > header,
20#links,
21#sort,
22body > footer,
23.top_link,
24div.tools,
25header div,
26.messages,
d7aec744
NL
27.entrie + .results,
28#article_toolbar {
4cc3c2ac
NL
29 display: none !important;
30}
31
32article {
33 border: none !important;
34}
35
36/* Add URL after links */
37.vieworiginal a:after {
38 content: " (" attr(href) ")";
39}
40
41/* Add explanation after abbr */
42abbr[title]:after {
43 content: " (" attr(title) ")";
44}
45
46/* Change border on current pager item */
47.pagination span.current {
48 border-style: dashed;
49}