Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
RishiRecon
GitHub Repository: RishiRecon/exploits
Path: blob/main/misc/fake-virus/style.css
27424 views
1
html,
2
body,
3
div,
4
span,
5
applet,
6
object,
7
iframe,
8
h1,
9
h2,
10
h3,
11
h4,
12
h5,
13
h6,
14
p,
15
blockquote,
16
pre,
17
a,
18
abbr,
19
acronym,
20
address,
21
big,
22
cite,
23
code,
24
del,
25
dfn,
26
em,
27
img,
28
ins,
29
kbd,
30
q,
31
s,
32
samp,
33
small,
34
strike,
35
strong,
36
sub,
37
sup,
38
tt,
39
var,
40
b,
41
u,
42
i,
43
center,
44
dl,
45
dt,
46
dd,
47
ol,
48
ul,
49
li,
50
fieldset,
51
form,
52
label,
53
legend,
54
table,
55
caption,
56
tbody,
57
tfoot,
58
thead,
59
tr,
60
th,
61
td,
62
article,
63
aside,
64
canvas,
65
details,
66
embed,
67
figure,
68
figcaption,
69
footer,
70
header,
71
hgroup,
72
menu,
73
nav,
74
output,
75
ruby,
76
section,
77
summary,
78
time,
79
mark,
80
audio,
81
video {
82
margin: 0;
83
padding: 0;
84
border: 0;
85
font-size: 100%;
86
font: inherit;
87
vertical-align: baseline;
88
}
89
article,
90
aside,
91
details,
92
figcaption,
93
figure,
94
footer,
95
header,
96
hgroup,
97
menu,
98
nav,
99
section {
100
display: block;
101
}
102
body {
103
line-height: 1;
104
font-family: "Arial Black", Gadget, sans-serif;
105
background-color: #9f2c1a;
106
overflow: hidden;
107
}
108
ol,
109
ul {
110
list-style: decimal;
111
margin-left: 30px;
112
}
113
blockquote,
114
q {
115
quotes: none;
116
}
117
.qc-cmp2-persistent-link {
118
padding: 2px 5px;
119
text-decoration: none;
120
background: #000;
121
color: #fff !important;
122
font-weight: normal !important;
123
opacity: 0.5;
124
left: 0;
125
font-size: 13px;
126
right: auto;
127
}
128
.qc-cmp2-persistent-link:hover {
129
opacity: 0.9;
130
}
131
blockquote:before,
132
blockquote:after,
133
q:before,
134
q:after {
135
content: "";
136
content: none;
137
}
138
table {
139
border-collapse: collapse;
140
border-spacing: 0;
141
}
142
strong {
143
font-weight: bold;
144
}
145
.clearboth {
146
clear: both;
147
}
148
.logo-container {
149
text-align: center !important;
150
}
151
img.bg {
152
min-height: 100%;
153
min-width: 1024px;
154
width: 100%;
155
height: auto;
156
position: fixed;
157
top: 0;
158
left: 0;
159
}
160
@media screen and (max-width: 1024px) {
161
img.bg {
162
left: 50%;
163
margin-left: -512px;
164
}
165
}
166
p {
167
margin-bottom: 15px;
168
}
169
h1,
170
h2,
171
h3,
172
h4 {
173
color: #ffd82d;
174
margin: 10px 0 10px;
175
font-weight: bold;
176
font-size: 20px;
177
line-height: 25px;
178
}
179
h1 {
180
font-size: 30px;
181
line-height: 33px;
182
margin: 0px 0 10px;
183
color: #fff;
184
}
185
.content {
186
position: fixed;
187
max-width: 2000px;
188
top: 15%;
189
left: 15%;
190
min-height: 200px;
191
right: 15%;
192
background-color: white;
193
border: 2px groove #fff;
194
background: #702a1f;
195
background: -moz-linear-gradient(top, #702a1f 0%, #9f2c1a 100%);
196
background: -webkit-linear-gradient(top, #702a1f 0%, #9f2c1a 100%);
197
background: linear-gradient(to bottom, #702a1f 0%, #9f2c1a 100%);
198
}
199
.headline {
200
background: #1c6ea4;
201
background: -moz-linear-gradient(top, #1c6ea4 0%, #2285c7 50%, #1c6ea4 100%);
202
background: -webkit-linear-gradient(top, #1c6ea4 0%, #2285c7 50%, #1c6ea4 100%);
203
background: linear-gradient(to bottom, #1c6ea4 0%, #2285c7 50%, #1c6ea4 100%);
204
font-family: Impact, Charcoal, sans-serif;
205
padding: 8px;
206
color: #fff;
207
font-size: 18px;
208
letter-spacing: 2px;
209
border-bottom: 2px groove #fff;
210
}
211
.sidebar {
212
float: left;
213
width: 30%;
214
padding: 10px 2%;
215
text-align: center;
216
}
217
.maincont em {
218
text-decoration: underline;
219
}
220
.maincont {
221
float: right;
222
width: 60%;
223
padding: 20px 3% 10px;
224
}
225
.description {
226
color: #000;
227
background: url(scroll.png) no-repeat bottom center #eee;
228
padding: 20px 3%;
229
font-family: Arial, Helvetica, sans-serif;
230
line-height: 20px;
231
font-size: 15px;
232
max-height: 400px;
233
overflow-y: scroll;
234
}
235
.payment {
236
color: #fff;
237
font-family: Arial, Helvetica, sans-serif;
238
padding: 20px 0 10px;
239
overflow: hidden;
240
}
241
.steps strong {
242
display: inline-block;
243
margin: 0 5px;
244
color: #ffd82d;
245
font-weight: bold;
246
}
247
.description h1,
248
.description h2,
249
.description h3,
250
.description h4 {
251
color: #000;
252
}
253
.lock {
254
margin: 20px 0;
255
}
256
.freeCsillag {
257
text-align: center;
258
clear: both;
259
}
260
#inputmezo {
261
display: inline-block;
262
background: #dddddd;
263
background: -moz-linear-gradient(top, #dddddd 0%, #ffffff 50%, #dddddd 100%);
264
background: -webkit-linear-gradient(top, #dddddd 0%, #ffffff 50%, #dddddd 100%);
265
background: linear-gradient(to bottom, #dddddd 0%, #ffffff 50%, #dddddd 100%);
266
width: 100px;
267
padding: 2px;
268
text-align: left;
269
cursor: text;
270
}
271
#inputmezo img {
272
width: 17px;
273
height: 17px;
274
}
275
.steps {
276
margin-bottom: 10px;
277
}
278
#timer {
279
color: #fff;
280
font-family: "Courier New", Courier, monospace;
281
font-size: 50px;
282
margin: 25px 10px 30px;
283
display: block;
284
}
285
#decrypt {
286
color: rgb(0, 0, 0);
287
font-size: 14px;
288
line-height: 14px;
289
padding: 5px 15px;
290
cursor: pointer;
291
border-radius: 11px;
292
font-family: "Arial Black", Gadget, sans-serif;
293
font-weight: bold;
294
text-decoration: none;
295
font-style: normal;
296
text-transform: none;
297
box-shadow: #bbb -3px -2px 3px 5px inset;
298
display: inline-block;
299
background: #fff;
300
}
301
#decrypt:hover {
302
background: #dddddd;
303
}
304
#decrypt:active {
305
background: #e1e3e2;
306
}
307
.methods {
308
text-align: center;
309
display: inline-block;
310
vertical-align: top;
311
}
312
.input {
313
margin-bottom: 10px;
314
display: inline-block;
315
padding-right: 40px;
316
vertical-align: top;
317
}
318
.methods img {
319
height: 40px;
320
}
321
#support {
322
position: fixed;
323
bottom: 0;
324
right: 30px;
325
cursor: pointer;
326
}
327
#support span {
328
display: block;
329
font-size: 14px;
330
color: #ddd;
331
line-height: 17px;
332
font-weight: normal;
333
font-family: Arial, Helvetica, sans-serif;
334
font-weight: bold;
335
margin-right: 20px;
336
}
337
#support img {
338
display: block;
339
float: right;
340
margin: 10px 0 0;
341
}
342
li {
343
border-bottom: 1px solid #999;
344
padding: 5px 0;
345
}
346
@media (max-width: 1550px) {
347
.description {
348
max-height: 280px;
349
}
350
.sidebar h3 {
351
font-size: 17px;
352
line-height: 22px;
353
}
354
#timer {
355
font-size: 45px;
356
margin: 5px 10px 20px;
357
}
358
.content {
359
max-width: 100%;
360
top: 10%;
361
left: 10%;
362
right: 10%;
363
}
364
.sidebar {
365
width: 28%;
366
}
367
.maincont {
368
width: 62%;
369
}
370
}
371
@media (max-width: 1200px) {
372
.content {
373
max-width: 100%;
374
top: 5%;
375
left: 5%;
376
right: 5%;
377
}
378
.lock {
379
margin: 20px 0;
380
width: 100px;
381
}
382
.description {
383
max-height: 250px;
384
}
385
#support {
386
display: none;
387
}
388
}
389
@media (max-width: 900px) {
390
img.bg,
391
.headline {
392
display: none;
393
}
394
.content {
395
width: 100%;
396
top: 0;
397
left: 0;
398
right: 0;
399
border: none;
400
position: relative;
401
}
402
body {
403
overflow-y: auto;
404
overflow-x: hidden;
405
}
406
}
407
@media (max-width: 700px) {
408
.sidebar {
409
width: 100%;
410
float: none;
411
padding: 0;
412
}
413
.steps {
414
display: none;
415
}
416
.maincont {
417
width: 90%;
418
float: none;
419
padding: 10px 5%;
420
}
421
.description {
422
max-height: none;
423
overflow: hidden;
424
}
425
h1 {
426
text-align: center;
427
}
428
#inputmezo {
429
width: 100px;
430
}
431
.sale {
432
display: none;
433
}
434
.description {
435
background-image: none;
436
}
437
} /* Print styles-------------------------------------------------------------------------------*/
438
@media print {
439
color: #000;
440
}
441