-
Notifications
You must be signed in to change notification settings - Fork 13
/
Copy paththePunisher.css
261 lines (255 loc) · 7.07 KB
/
thePunisher.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
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
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
.hidden {
display: none;
}
/*large peanut dancing in middle*/
keyframes slideDown{
5% {width: 50px;}
10% {width: 100px;}
15% {left: 25%; width: 200px;}
20% {top: 25%; left: 40%; width: 300px;}
30% {width: 400px;}
40% {left: 60%;width: 300px;}
50% {width: 500px;}
55% {left: 45%;width: 350px;}
60% {width: 300px;}
65% {left: 20%;width: 500px;}
70% {width: 400px;}
80% {left: 60%;width: 500px;}
90% {width: 400px;}
100% {top: 25%; left: 40%; width: 300px;}
}
@-webkit-keyframes slideDown {
5% {width: 50px;}
10% {width: 100px;}
15% {left: 25%; width: 200px;}
20% {top: 25%; left: 40%; width: 300px;}
30% {width: 400px;}
40% {left: 60%;width: 300px;}
50% {width: 500px;}
55% {left: 45%;width: 350px;}
60% {width: 300px;}
65% {left: 20%;width: 500px;}
70% {width: 400px;}
80% {left: 60%;width: 500px;}
90% {width: 400px;}
100% {top: 25%; left: 40%; width: 300px;}
}
@-moz-keyframes slideDown {
5% {width: 50px;}
10% {width: 100px;}
15% {left: 25%; width: 200px;}
20% {top: 25%; left: 40%; width: 300px;}
30% {width: 400px;}
40% {left: 60%;width: 300px;}
50% {width: 500px;}
55% {left: 45%;width: 350px;}
60% {width: 300px;}
65% {left: 20%;width: 500px;}
70% {width: 400px;}
80% {left: 60%;width: 500px;}
90% {width: 400px;}
100% {top: 25%; left: 40%; width: 300px;}
}
.peanut {
animation: slideDown 28s 1s infinite alternate;
-webkit-animation: slideDown 28s 1s infinite alternate;
-moz-animation: slideDown 28s 1s infinite alternate;
display: inherit;
position: fixed;
left: 50%;
top: -80px;
}
/*end of large peanut*/
/*top peanuts sliding left to right
keyfreames set the animations and individual calsses
set animation duration and call the keyframes*/
@keyframes slideRight {
30% {top: 10%;}
80% {top: 13%;}
100% {left: 110%; top: 15%;}
}
@-webkit-keyframes slideRight {
30% {top: 10%;}
80% {top: 13%;}
100% {left: 110%; top: 15%;}
}
@-moz-keyframes slideRight {
30% {top: 10%;}
80% {top: 13%;}
100% {left: 110%; top: 15%;}
}
.top-dance {
top: 15%;
position: fixed;
display: inherit;
}
.t1 {
animation: slideRight 20s 0s ease infinite alternate;
-webkit-animation: slideRight 20s 0s ease infinite alternate;
-moz-animation: slideRight 20s 0s ease infinite alternate;
left: -100px;
}
.t2 {
left: -100px;
animation: slideRight 21s 1s ease infinite alternate;
-moz-animation: slideRight 21s 1s ease infinite alternate;
-webkit-animation: slideRight 21s 1s ease infinite alternate;
}
.t3 {
left: -100px;
animation: slideRight 22s 2s ease infinite alternate;
-moz-animation: slideRight 22s 2s ease infinite alternate;
-webkit-animation: slideRight 22s 2s ease infinite alternate;
}
.t4 {
left: -100px;
animation: slideRight 23s 3s ease infinite alternate;
-moz-animation: slideRight 23s 3s ease infinite alternate;
-webkit-animation: slideRight 23s 3s ease infinite alternate;
}
.t5 {
left: -100px;
animation: slideRight 24s 4s ease infinite alternate;
-moz-animation: slideRight 24s 4s ease infinite alternate;
-webkit-animation: slideRight 24s 4s ease infinite alternate;
}
.t6 {
left: -100px;
animation: slideRight 25s 5s ease infinite alternate;
-moz-animation: slideRight 25s 5s ease infinite alternate;
-webkit-animation: slideRight 25s 5s ease infinite alternate;
}
.t7 {
left: -100px;
animation: slideRight 26s 6s ease infinite alternate;
-moz-animation: slideRight 26s 6s ease infinite alternate;
-webkit-animation: slideRight 26s 6s ease infinite alternate;
}
.t8 {
left: -100px;
animation: slideRight 27s 7s ease infinite alternate;
-moz-animation: slideRight 27s 7s ease infinite alternate;
-webkit-animation: slideRight 27s 7s ease infinite alternate;
}
.t9 {
left: -100px;
animation: slideRight 28s 8s ease infinite alternate;
-moz-animation: slideRight 28s 8s ease infinite alternate;
-webkit-animation: slideRight 28s 8s ease infinite alternate;
}
.t10 {
left: -100px;
animation: slideRight 29s 9s ease infinite alternate;
-moz-animation: slideRight 29s 9s ease infinite alternate;
-webkit-animation: slideRight 29s 9s ease infinite alternate;
}
/*end of top peanuts*/
/*bottom peanuts sliding right to left
keyfreames set the animations and individual calsses
set animation duration and call the keyframes*/
@keyframes slideLeft {
30% {top: 65%}
80% {top: 62%;}
100% {left: -10%;}
}
@-webkit-keyframes slideLeft {
30% {top: 65%}
80% {top: 62%;}
100% {left: -10%;}
}
@-moz-keyframes slideLeft {
30% {top: 65%}
80% {top: 62%;}
100% {left: -10%;}
}
.bot-dance {
display: inherit;
top: 60%;
position: fixed;
}
.b1 {
-webkit-animation: slideLeft 20s 0s ease infinite alternate;
animation: slideLeft 20s 0s ease infinite alternate;
-moz-animation: slideLeft 20s 0s ease infinite alternate;
left: 110%;
}
.b2 {
left: 110%;
animation: slideLeft 21s 1s ease infinite alternate;
-moz-animation: slideLeft 21s 1s ease infinite alternate;
-webkit-animation: slideLeft 21s 1s ease infinite alternate;
}
.b3 {
left: 110%;
animation: slideLeft 22s 2s ease infinite alternate;
-moz-animation: slideLeft 22s 2s ease infinite alternate;
-webkit-animation: slideLeft 22s 2s ease infinite alternate;
}
.b4 {
left: 110%;
animation: slideLeft 23s 3s ease infinite alternate;
-moz-animation: slideLeft 23s 3s ease infinite alternate;
-webkit-animation: slideLeft 23s 3s ease infinite alternate;
}
.b5 {
left: 110%;
animation: slideLeft 24s 4s ease infinite alternate;
-moz-animation: slideLeft 24s 4s ease infinite alternate;
-webkit-animation: slideLeft 24s 4s ease infinite alternate;
}
.b6 {
left: 110%;
animation: slideLeft 25s 5s ease infinite alternate;
-moz-animation: slideLeft 25s 5s ease infinite alternate;
-webkit-animation: slideLeft 25s 5s ease infinite alternate;
}
.b7 {
left: 110%;
animation: slideLeft 26s 6s ease infinite alternate;
-moz-animation: slideLeft 26s 6s ease infinite alternate;
-webkit-animation: slideLeft 26s 6s ease infinite alternate;
}
.b8 {
left: 110%;
animation: slideLeft 27s 7s ease infinite alternate;
-moz-animation: slideLeft 27s 7s ease infinite alternate;
-webkit-animation: slideLeft 27s 7s ease infinite alternate;
}
.b9 {
left: 110%;
animation: slideLeft 28s 8s ease infinite alternate;
-moz-animation: slideLeft 28s 8s ease infinite alternate;
-webkit-animation: slideLeft 28s 8s ease infinite alternate;
}
.b10 {
left: 110%;
animation: slideLeft 29s 9s ease infinite alternate;
-moz-animation: slideLeft 29s 9s ease infinite alternate;
-webkit-animation: slideLeft 29s 9s ease infinite alternate;
}
/*fork the repo animation*/
@keyframes fork {
0% {top: -300px; left: 100%}
100% {top: 7%; left: 50%;}
}
@-webkit-keyframes fork {
0% {top: -300px; left: 100%}
100% {top: 7%; left: 50%;}
}
@-moz-keyframes fork {
0% {top: -300px; left: 100%}
100% {top: 7%; left: 50%;}
}
.repo {
position: fixed;
top: 30%;
left: 30%;
display: inherit;
}
.fork {
-webkit-animation: fork 10s 0s ease infinite alternate;
animation: fork 5s 0s ease infinite alternate;
-moz-animation: fork 10s 0s ease infinite alternate;
position: fixed;
display: inherit;
}