forked from nealrs/twittersearchreport
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpdf.css
52 lines (42 loc) · 698 Bytes
/
pdf.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
body{
margin: 1.5em auto;
font-family: "Helvetica Neue", sans-serif;
color: #575553;
max-width: 1000px;
padding: 0 1em;
}
h1 {
font-size: 24px;
line-height: 30px;
color: #003e54;
font-weight: bold;
margin: 0 0 0.8em 0;
}
.tweet {
padding: 1em;
border-bottom: 1px solid #f0f0f0;
}
.devpost-tweet {
background-color: #f0f0f0;
}
p {
font-size: 14px;
line-height: 22px;
margin: 0 0 0.3em 0;
}
p:last-of-type {
margin: 0;
}
span.divider-dot {
margin: 0 0.3em;
color: #999794;
}
.handle {
font-weight: bold;
}
.fa-retweet {
color: #999794;
}
a { color: #2d9eb2; text-decoration: none; }
a:active, a:hover { color: #207180; }
img { border-radius:4px; }