-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathload.php
100 lines (98 loc) · 1.61 KB
/
load.php
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
<center><div id="loader" class="animation_load">S</div></center>
<style type="text/css">
.animation_load{
color: white;
background: #0d6efd;
font-size: 50px;
width: 70px;
border-radius: 50%;
height: auto;
animation: 0.49s loading infinite;
-webkit-animation:0.49s loading infinite;
}
@keyframes loading{
from{}
to{box-shadow: 0 0 2px 1px rgba(0, 140, 186, 0.5),
0 0 4px 2px rgba(0, 140, 186, 0.5),
0 0 8px 4px rgba(0, 140, 186, 0.5),
0 0 16px 8px rgba(0, 140, 186, 0.5)
;}
}
@-webkit-keyframes loading{
from{}
to{box-shadow: 0 0 2px 1px rgba(0, 140, 186, 0.5),
0 0 4px 2px rgba(0, 140, 186, 0.5),
0 0 8px 4px rgba(0, 140, 186, 0.5),
0 0 16px 8px rgba(0, 140, 186, 0.5)
;}
}
html,body{
width: 100%;
word-wrap: break-word;
}
.skiyen{
margin: 0;
font-size: 35px;
padding: 0;
}
.blue{
color: #0d6efd;
}
.red{
color: red;
}
.yellow{
color: #ffc107;
}
.orange{
color: #fd7e14;
}
.green{
color: #198754;
}
.cyan{
color: #0dcaf0;
}
.tweets{
background: #0d6efd;
width: 100%;
text-align: left;
border-radius: 10px;
padding: 10px;
}
.accounts{
background: #eee;
width: 100%;
text-align: left;
border-radius: 10px;
padding: 10px;
}
.white{
color: white;
}
.tweets_fa{
font-size: 20px;
}
.whole_invite{
width: 90%;
word-wrap: break-word;
}
.invite_img{
width: 100%;
text-align: left;
}
.each_account{
width: 100%;
word-wrap: break-word;
}
.google_meta_img{
width: 100%;
height: auto;
overflow: hidden;
}
@media(max-width: 700px){
.tweet_text,.tweet_text_encourage_account{
font-size: 20px;
}
}
</style>