forked from Kerrick/readability-js
-
Notifications
You must be signed in to change notification settings - Fork 0
/
readability-print.css
executable file
·88 lines (72 loc) · 1.64 KB
/
readability-print.css
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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
body, #readOverlay {
background-color: white !important;
}
embed, object {
display: none !important;
}
/*#readInner {
width: 100% !important;
}
*/
#readInner.margin-x-narrow {width:100% !important;}
#readInner.margin-narrow {width:91% !important;}
#readInner.margin-medium {width:84% !important;}
#readInner.margin-wide {width:77% !important;}
#readInner.margin-x-wide {width:70% !important;}
#readTools {
display: none !important;
}
#readFooter {
font-size: .85em;
text-align: left !important;
}
#readFooter a {
border-bottom-width: 0 !important;
}
#readability-url {
display: inline !important;
}
#rdb-footer-print {
display: block !important;
font-size: .85em;
text-align: right;
margin-bottom: 1.5em;
}
#rdb-footer-print span {
white-space: ;
}
#rdb-footer-left {
width: auto !important;
display: block !important;
float: none !important;
font-family: "Adobe Caslon Pro", "Hoefler Text", Georgia, Garamond, serif;
}
#rdb-footer-right {
display: none !important;
}
#readFooter #arc90-logo, #readFooter #readability-logo {
background-image: none !important;
text-indent: 0 !important;
width: auto !important;
height: auto !important;
line-height: auto !important;
margin: 0 !important;
text-align: left;
}
#readFooter #readability-logo {
color: #333 !important;
font-variant: small-caps;
}
#footer-twitterLink {
display: none;
}
#readFooter span.version {
display: none;
}
a {
color: #333 !important;
border-bottom: 1px solid #CCC !important;
}
div.footer-right {
display: none;
}