-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtemplateReply.html
132 lines (132 loc) · 5.49 KB
/
templateReply.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
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
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
<!DOCTYPE html>
<html>
<body>
<div class="tw-block-parent"
style="
max-width:440px;
background: #fff;
margin: 0 auto;
margin-top: 50px;
border-radius:20px;
padding: 14px;
border: 1px solid #dddddd;
font: 14px/1.4 Roboto, Helvetica, Arial, Tahoma, sans-serif;
font-weight: 300;
color: #292F33;">
<div class="timeline-TweetList-tweet">
<div class="timeline-Tweet">
<div class="timeline-Tweet-brand">
<div class="TweetOriginalAuthor">
<span class="TweetAuthor-avatar">
<div class="Avatar">
<a class="TweetAuthor-link" href="https://twitter.com/twNameReply" target="_blank"><img
style="
border-radius: 100px;
width: 48px;
margin-right: 15px;
float:left;"
src="twImageReply" alt="AvatarImageReply"></a>
</div>
<div class="Avatar">
<a class="TweetAuthor-link" href="https://twitter.com/twitter/statuses/tweetId" target="_blank"><img
style="
width: 30px;
float:right;"
src="https://constata.eu/assets/images/social/twitter-blue.png" alt="TwitterIcon">
</a>
</div>
</span>
<a class="TweetAuthor-link" style="text-decoration:none" href="https://twitter.com/twNameReply" target="_blank">
<span class="TweetAuthor-name"
style="
max-width:100%;
font-size:14px;
font-weight:700;
line-height: 18px;">twUserReply
</span>
</a>
<a class="TweetAuthor-link"
style="text-decoration:none" href="https://twitter.com/twNameReply" target="_blank">
<div class="TweetAuthor-screenName"
style="
max-width:100%;
font-size: 14px;
line-height: 18px;
font-weight: 300;
color: #657786;">@twNameReply
</div>
</a>
</div>
<div class="timeline-Tweet-text"
style="
border-left:2px solid #dddddd;
padding-left:40px;
margin-left:23px;
margin-right:10px;
padding-bottom:10px;">twTextReply
</div>
image_url_reply
<div class="Reply-timeline-Tweet-author">
<div class="TweetAuthor">
<span class="TweetAuthor-avatar">
<div class="Avatar">
<a class="TweetAuthor-link" href="https://twitter.com/tweetName" target="_blank"><img
style="
border-radius: 100px;
width: 48px;
margin-right: 15px;
float:left;"
src="tweetImage" alt="AvatarImage">
</a>
</div>
</span>
<a class="TweetAuthor-link" style="text-decoration:none" href="https://twitter.com/tweetName" target="_blank">
<span class="TweetAuthor-name"
style="
font-size:14px;
font-weight:700;
line-height: 18px;">tweetUser
</span>
</a>
<a class="TweetAuthor-link" style="text-decoration:none" href="https://twitter.com/tweetName" target="_blank">
<div class="TweetAuthor-screenName"
style="
max-width:100%;
font-size: 14px;
line-height: 18px;
font-weight: 300;
color: #657786;">@tweetName
</div>
</a>
</div>
</div>
<div class="timeline-Tweet-text"
style="
margin-top: 20px;
margin-bottom: 12px;
word-wrap: break-word;
font-size: 20px;
line-height: 24px;
font-weight: 300;">tweetText
</div>
<a class="TweetAuthor-link" style="text-decoration:none" href="https://twitter.com/twitter/statuses/tweetId" target="_blank">
<div class="timeline-Tweet-metadata">
<span class="timeline-Tweet-timestamp"
style="
font-size: 15px;
line-height: 18px;
font-weight: 300;
color: #657786;">tweetDate
</span>
</div>
</a>
<ul class="timeline-Tweet-actions"
style="
border-bottom:1px solid #e6ecf0;
text-decoration: none;">
</ul>
</div>
</div>
</div>
</body>
</html>