-
Notifications
You must be signed in to change notification settings - Fork 2
/
twitter.css
67 lines (55 loc) · 1.76 KB
/
twitter.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
.root.timeline.twitter-timeline {
background-color: #333;
}
li.tweet {
margin: 0;
padding: 6px 6px 6px 47px;
}
a.expand {
display: none;
}
div.footer { display: none }
div.stream, div.root.timeline { width: auto !important; }
.timeline-Widget { max-width: 100% !important; }
.timeline-viewport { width: auto !important; overflow-y: hidden !important; height: 420px !important; }
.timeline { max-width: 100% !important; }
.timeline-tweet { padding: 4px; position: relative; font-size: 110%; }
.timeline-tweet-brand { display: none; }
.timeline-tweet-actions { display: none; }
.timeline-tweet-metadata { position: absolute; top:0; width: 100%; }
.timeline-tweet-timestamp { position: relative; top: 8px; float: right; padding-right: 10px; font-size: 100%; }
div.stream {overflow-y: hidden !important; }
img.avatar { width: 40px !important; height: 40px !important; left: -47px !important;}
html, body, .SandboxRoot, h1, h2, h3, blockquote, p, ol, ul, li, iframe, button {
font: normal normal normal 1.0em sans-serif !important;
}
.e-entry-title, .p-name {
font-size: 1.0em !important;
line-height: 1.2em !important;
}
iframe[id^='twitter-widget-'] {
width: 100% !important; max-width: 100% !important;
}
time { color: #5f9fbc !important; }
.thm-dark .customisable,
.thm-dark .customisable:link,
.thm-dark .customisable:visited,
.thm-dark .customisable:hover,
.thm-dark .customisable:focus,
.thm-dark .customisable:active,
.thm-dark .customisable-highlight:hover,
.thm-dark .customisable-highlight:focus,
.thm-dark a:hover .customisable-highlight,
.thm-dark a:focus .customisable-highlight {
color: #5f9fbc;
}
.customisable-border {
/*border-right: 0px;*/
border: 0px;
}
.p-nickname {
color: #5f9fbc;
}
.p-name {
font-size: 1.1em !important;
}