-
Notifications
You must be signed in to change notification settings - Fork 0
/
kungfupanda4.html
274 lines (238 loc) · 5.55 KB
/
kungfupanda4.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
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
262
263
264
265
266
267
268
269
270
271
272
273
274
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Kung Fu Panda 4 | Cine BuzZ</title>
<link rel="icon" type="image/x-icon" href="https://i.ibb.co/b3DsJSh/cinebuzz.png">
<script src="https://siam.serv00.net/playerjss.js" type="text/javascript"></script>
</head>
<body>
<!-- partial:index.partial.html -->
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Cine BuzZ</title>
<!-- CSS -->
<!-- FOR SEARCH ICON Font Awesome -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<!-- NAV -->
<nav>
<a class="logo" href="/"><span class="mark">Cine</span>BuzZ</a>
</nav>
<!-- MOVIES LIST -->
<ul class="movie_list_ul" id="movieUl">
<li class="movie_list_item">
<div id="player"></div>
<script>
var player = new Playerjs({id:"player", file:"https://cinebazz.simovies.workers.dev/0:/Kung.Fu.Panda.4._2024_Bengali.Dubbed.720P.mp4"});
</script>
<div class="movie_info">
<h3>Kung Fu Panda 4</h3>
<span class="green">Bangla-Dubb</span>
</div>
</li>
<li>
<!-- HTML !--> <a href="https://cinebazz.simovies.workers.dev/0:/Kung.Fu.Panda.4._2024_Bengali.Dubbed.720P.mp4">
<button class="button-47" role="button">
<span class="text">Download</span>
</button> </a>
<style>
/* CSS */
.button-47 {
padding: 19px 16px;
padding left:30px;
padding right:30px;
border: 0; width: 100%;
font-size: 16px;
transition: all 150ms ease-in-out;
border-radius: 8px;
box-shadow: rgba(255, 255, 255, 0.2) 0px 1px 0px 0px inset, rgba(0, 0, 0, 0.07) 0 1px 1px, rgba(0, 0, 0, 0.07) 0 2px 2px, rgba(0, 0, 0, 0.07) 0 4px 4px;
font-weight: 600;
color: #fff;
background: radial-gradient(15.81% 12.5% at 52.44% 6.82%, rgba(55, 48, 163, 0.2) 0%, rgba(55, 48, 163, 0.00) 100%), radial-gradient(50% 26.14% at 50% 11.36%, rgba(129, 140, 248, 0.55) 0%, rgba(129, 140, 248, 0.00) 100%), #4F46E5;
box-shadow: rgba(41, 35, 119, 0.9) 0px 0px 0px 1px, rgba(255, 255, 255, 0.7) 0 0 3px 0 inset, 0 1px 2px 0 rgba(0, 0, 0, .5);
}
.button-47:hover {
filter: brightness(1.1)
}
.button-47:active {
filter: brightness(.98);
}</style>
</li>
</ul>
</div>
<!-- FOOTER -->
<footer>
<p class="copyright-text">© 2024 CineBuzZ <br> Some Rights Reserved. <br>Made with <span class="mark1">LOVE</span></p>
<p class="copyright-text"> </p>
</footer>
<!-- JS -->
<style>
@import url("https://fonts.googleapis.com/css2?family=Yusei+Magic&display=swap");
*,
*::before,
*::after {
box-sizing: border-box;
margin: 0;
padding: 0;
}
body {
width: 100%;
font-family: "Yusei Magic", sans-serif;
background-color: #f8f8f8;
}
/* ScrollBar */
body::-webkit-scrollbar {
width: 8px;
}
body::-webkit-scrollbar-track {
box-shadow: none;
background-color: #f8f8f8;
}
body::-webkit-scrollbar-thumb {
background-color: #0d6efd;
outline: 0px solid transparent;
border-radius: 5px;
}
img {
width: 100%;
}
h3 {
font-size: 18px;
letter-spacing: 0.5px;
color: rgba(0, 0, 0, 0.87);
text-transform: uppercase;
}
p {
font-size: 16px;
letter-spacing: 0.5px;
color: rgba(0, 0, 0, 0.87);
}
.mark {
color: #0d6efd;
}
.mark1 {
color: red;
}
/* NAV */
nav {
position: relative;
width: 100%;
display: flex;
align-items: center;
flex-direction: column;
padding: 15px 0px 0px;
}
.logo {
display: block;
font-size: 48px;
font-weight: 700;
letter-spacing: 6px;
margin-bottom: 40px;
text-transform: uppercase;
color: rgba(0, 0, 0, 0.87);
text-decoration: none;
}
form {
position: relative;
}
.search_input {
width: 550px;
padding: 15px 58px 15px 20px;
font-size: 16px;
font-weight: 700;
letter-spacing: 0.3px;
background: #fff;
color: rgba(0, 0, 0, 0.77);
border-radius: 30px;
border: 0px;
box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
}
::-webkit-input-placeholder {
text-transform: uppercase;
}
::-moz-placeholder {
text-transform: uppercase;
}
.search_input:focus {
border: 0;
outline: 0;
}
.search_icon {
position: absolute;
top: 10px;
right: 24px;
}
.search_icon img {
width: 20px;
}
/* Movies List */
.movie_list_ul {
display: grid;
grid-template-columns: repeat(, 1fr);
grid-column-gap: 48px;
grid-row-gap: 48px;
padding: 5px 5px;
list-style: none;
}
.movie_list_item {
position: relative;
background: #fff;
border-radius: 6px;
overflow: hidden;
box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
}
.movie_info {
display: flex;
align-items: center;
justify-content: space-between;
padding: 15px 15px;
}
.movie_info span {
font-size: 14px;
font-weight: 700;
border-radius: 6px;
padding: 5px;
}
.movie_info span.green {
color: rgba(144, 238, 144);
background: rgba(144, 238, 144, 0.2);
}
.movie_info span.orange {
color: rgba(255, 165, 0);
background: rgba(255, 165, 0, 0.2);
}
.movie_info span.red {
color: rgba(255, 0, 0);
background: rgba(255, 0, 0, 0.2);
}
.overview {
position: absolute;
top: 0;
left: 0;
bottom: 0;
width: 100%;
max-height: 100%;
padding: 15px 30px;
background-color: #fff;
text-align: center;
transform: translateY(101%);
transition: transform 0.3s ease-in;
}
.movie_list_item:hover .overview {
transform: translateY(0%);
}
.overview h3 {
margin-bottom: 15px;
color: #0d6efd;
}
footer {
width: 100%;
padding: 50px 0px;
text-align: center;
}
footer p {
font-size: 18px;
}
</style>
</body>
</html>