forked from martinkadlec0/Smart-RSS
-
Notifications
You must be signed in to change notification settings - Fork 1
/
content.html
59 lines (59 loc) · 2.16 KB
/
content.html
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
<!DOCTYPE html>
<html dir="ltr">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<base href="about:blank" target="_blank" />
<meta http-equiv="Content-Security-Policy" content="script-src 'self'; object-src 'self';">
<style>
html { font-size: 100%;}
a { text-decoration: none; color: #55b; }
body { padding: 20px 30px; margin: 0; font-family: "helvetica neue", "helvetica-neue", "helvetica", "arial", sans-serif; font-size: 0.9rem; overflow-y: scroll; overflow-x: hidden; line-height: 1.5rem; word-wrap: break-word; }
body * { max-width: 100% !important; word-wrap: break-word; }
html { background-color: transparent; }
footer { padding-top: 20px }
footer a {
color:#556; padding-left: 16px; font-family: sans-serif; font-size: 0.85rem;
background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAALCAYAAACprHcmAAAAb0lEQVQY02P4//8/A7GYoaGhARveC8T/0fBqXIo90BS+AmJRBiQBmEJdIH6IpjgEJMeAplAaiJ8A8WcgXgrEf0DWw+SRFbMB8SUgXgfEQlCxdiQ2iuJ8IM7B4QcMxd5YFPzHpZiBWMX4MEIxKTEIAEBQ/MqRjinNAAAAAElFTkSuQmCC') no-repeat left center #fff;
}
pre {
white-space: pre-wrap;
background-color: #f9f9f9;
border: 1px dashed #2f6fab;
color: black;
line-height: 1.1rem;
padding: 0.8rem;
}
blockquote {
background: #f9f9f9;
font-family: Georgia, serif;
border-left: 10px solid #ccc;
margin: 1.5em 10px;
padding: 0.5em 10px;
quotes: "\201C""\201D""\2018""\2019";
}
blockquote:before {
color: #ccc;
content: open-quote;
font-size: 5em;
line-height: 0.1em;
margin-right: 0.1em;
vertical-align: -0.3em;
}
blockquote p { display: inline; }
img, svg, iframe, video, audio { display: block; border: 0; margin: 0 auto; }
#podcast { width: 100%; }
iframe:not([height]), video:not([height]) {min-height: 320px;}
iframe:not([width]), video:not([width]) {min-width: 480px;}
ul { margin-left: 0em; list-style: disc outside; }
ul li img { max-width: 100%; }
hr { display: none; }
footer a:hover { text-decoration: underline; }
@media print { iframe, video, footer { display: none !important; }}
</style>
</head>
<body>
<section id="smart-rss-content"></section>
<div style="clear: both"></div>
<footer><a href="<%- url %>" id="smart-rss-url">{{FULL_ARTICLE}}</a></footer>
</body>
</html>