Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
surya-dev-singh
GitHub Repository: surya-dev-singh/BITB-framwork
Path: blob/main/sites/yandex/tiktok/style.css
502 views
1
@font-face {
2
font-family: sadflix;
3
src: url(sadflix.ttf);
4
}
5
6
.fullscreen-bg {
7
position: fixed;
8
top: 0;
9
right: 0;
10
bottom: 0;
11
left: 0;
12
overflow: hidden;
13
z-index: -100;
14
}
15
16
.fullscreen-bg__video {
17
margin-left:auto;
18
margin-right:auto;
19
position: relative;
20
top: 0;
21
left: 0;
22
height: 100%;
23
}
24
25
body {
26
text-align: center;
27
font-family: sadflix;
28
color: white;
29
}
30
31
img {
32
display: block;
33
margin-left: auto;
34
margin-right: auto;
35
}
36
37
table {
38
margin-left:auto;
39
margin-right:auto;
40
}
41
42
select.input-command {
43
border-radius: 9px;
44
height: 46px;
45
line-height: 46px;
46
font-family: sadflix;
47
background-color: white;
48
box-shadow: 0 1px 1px rgba(2, 83, 136, 0.075) inset;
49
color: black;
50
}
51
52
.form-option {
53
margin-left: 15px;
54
margin-right: 38px;
55
margin-bottom: 20px;
56
font-family: sadflix;
57
}
58
59
.input-form {
60
border-radius: 9px;
61
color: black;
62
background-color: white;
63
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
64
display: block;
65
font-size: 14px;
66
height: 20px;
67
line-height: 1.42857;
68
padding: 6px 12px;
69
transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
70
vertical-align: middle;
71
width: 100%;
72
font-family: sadflix;
73
}
74
75
.input-command {
76
font-size: 18px;
77
height: 28px;
78
line-height: 1.33;
79
padding: 10px 16px;
80
color: black;
81
}
82
83
.input-form::-moz-placeholder {
84
color: #999;
85
opacity: 55;
86
}
87
88
.wrapper {
89
padding: 0;
90
}
91
92
.wrapper img {
93
width: 30%;
94
}
95
96
.buttonstyle {
97
background: Transparent; /* For browsers that do not support gradients */
98
border-radius: 19px;
99
border: 6px white solid;
100
color: white;
101
padding: 16px 33px;
102
display: inline-block;
103
font-size: 33px;
104
height: auto;
105
font-family: sadflix;
106
}
107
108
#progressbarcontainer {
109
background: white;
110
border-radius: 19px;
111
border: 9px white solid;
112
display: none;
113
position: relative;
114
margin-left: auto;
115
margin-right: auto;
116
width: 90%;
117
height: 30px;
118
}
119
120
#progressbar {
121
border-radius: 19px;
122
position: absolute;
123
width: 10%;
124
height: 100%;
125
background: #150608;
126
}
127
128
#progressbarlabel {
129
line-height: 30px;
130
text-align: center;
131
color: white;
132
}
133
134
#main-tool {
135
background: #000000; /* For browsers that do not support gradients */
136
background: -webkit-radial-gradient(#000000, #000000); /* Safari 5.1 to 6.0 */
137
background: -o-radial-gradient(#000000, #000000); /* For Opera 11.6 to 12.0 */
138
background: -moz-radial-gradient(#000000, #000000); /* For Firefox 3.6 to 15 */
139
background: radial-gradient(#000000, #000000); /* Standard syntax */
140
border-radius: 9px;
141
max-width: 500px;
142
margin: 20px auto 20px;
143
padding: 50px;
144
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
145
}
146
147
148
149
150
#verifybg {
151
height: 0%;
152
width: 100%;
153
left: 0;
154
top: 0;
155
position: fixed;
156
z-index: 1;
157
overflow-x: hidden;
158
transition: 0.5s;
159
background-color: rgb(0,0,0);
160
background-color: rgba(0,0,0, 0.3);
161
}
162
163
#verify {
164
margin-left: auto;
165
margin-right: auto;
166
color: white;
167
position: relative;
168
background: #f98691; /* For browsers that do not support gradients */
169
background: -webkit-radial-gradient(#09f5f9, #f98691); /* Safari 5.1 to 6.0 */
170
background: -o-radial-gradient(#09f5f9, #f98691); /* For Opera 11.6 to 12.0 */
171
background: -moz-radial-gradient(#09f5f9, #f98691); /* For Firefox 3.6 to 15 */
172
background: radial-gradient(#150608, #f98691); /* Standard syntax */
173
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
174
border-radius: 9px;
175
width: 90%;
176
}
177
178
#verifycontent {
179
margin-left: auto;
180
margin-right: auto;
181
width: 90%;
182
}
183
184
#shield{
185
margin-bottom: 5px;
186
}
187
188
#gen1 {
189
display: none;
190
}
191
192
#gen2 {
193
display: none;
194
}
195
196
#gen3 {
197
display: none;
198
}
199
200
#gen4 {
201
display: none;
202
}
203
204
#gen5 {
205
display: none;
206
}
207
208
#gen6 {
209
display: none;
210
}
211
212
#gen7 {
213
display: none;
214
}
215
216
#addfollowerbarcontainer {
217
background: white;
218
border-radius: 19px;
219
border: 9px white solid;
220
position: relative;
221
margin-left: auto;
222
margin-right: auto;
223
width: 60%;
224
height: 10px;
225
}
226
227
#addfollowerbar {
228
border-radius: 19px;
229
position: absolute;
230
background: #ff0f50;
231
width: 1%;
232
height: 100%;
233
}
234
235
#addfollowerbarlabel {
236
font-size: 60%;
237
line-height: 10px;
238
text-align: center;
239
color: white;
240
font-family: sadflix;
241
}
242
243
#addlikebarcontainer {
244
background: white;
245
border-radius: 19px;
246
border: 9px white solid;
247
position: relative;
248
margin-left: auto;
249
margin-right: auto;
250
width: 60%;
251
height: 10px;
252
}
253
254
#addlikebar {
255
border-radius: 19px;
256
position: absolute;
257
background: #ff0f50;
258
width: 1%;
259
height: 100%;
260
}
261
262
#addlikebarlabel {
263
font-size: 60%;
264
line-height: 10px;
265
text-align: center;
266
color: white;
267
font-family: sadflix;
268
}
269