aboutsummaryrefslogtreecommitdiffhomepage
path: root/themes/courgette/css/print.css
blob: 9aefa779e76bdac3e7e72d84c0ff65edb4aa56ed (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
/* ### 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;
}