Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
malwaredllc
GitHub Repository: malwaredllc/byob
Path: blob/master/web-gui/buildyourownbotnet/assets/js/icheck/skins/minimal/_all.css
1294 views
1
/* iCheck plugin Minimal skin
2
----------------------------------- */
3
.icheckbox_minimal,
4
.iradio_minimal {
5
display: inline-block;
6
*display: inline;
7
vertical-align: middle;
8
margin: 0;
9
padding: 0;
10
width: 18px;
11
height: 18px;
12
background: url(minimal.png) no-repeat;
13
border: none;
14
cursor: pointer;
15
}
16
17
.icheckbox_minimal {
18
background-position: 0 0;
19
}
20
.icheckbox_minimal.hover {
21
background-position: -20px 0;
22
}
23
.icheckbox_minimal.checked {
24
background-position: -40px 0;
25
}
26
.icheckbox_minimal.disabled {
27
background-position: -60px 0;
28
cursor: default;
29
}
30
.icheckbox_minimal.checked.disabled {
31
background-position: -80px 0;
32
}
33
34
.iradio_minimal {
35
background-position: -100px 0;
36
}
37
.iradio_minimal.hover {
38
background-position: -120px 0;
39
}
40
.iradio_minimal.checked {
41
background-position: -140px 0;
42
}
43
.iradio_minimal.disabled {
44
background-position: -160px 0;
45
cursor: default;
46
}
47
.iradio_minimal.checked.disabled {
48
background-position: -180px 0;
49
}
50
51
/* Retina support */
52
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
53
only screen and (-moz-min-device-pixel-ratio: 1.5),
54
only screen and (-o-min-device-pixel-ratio: 3/2),
55
only screen and (min-device-pixel-ratio: 1.5) {
56
.icheckbox_minimal,
57
.iradio_minimal {
58
background-image: url([email protected]);
59
-webkit-background-size: 200px 20px;
60
background-size: 200px 20px;
61
}
62
}
63
64
/* red */
65
.icheckbox_minimal-red,
66
.iradio_minimal-red {
67
display: inline-block;
68
*display: inline;
69
vertical-align: middle;
70
margin: 0;
71
padding: 0;
72
width: 18px;
73
height: 18px;
74
background: url(red.png) no-repeat;
75
border: none;
76
cursor: pointer;
77
}
78
79
.icheckbox_minimal-red {
80
background-position: 0 0;
81
}
82
.icheckbox_minimal-red.hover {
83
background-position: -20px 0;
84
}
85
.icheckbox_minimal-red.checked {
86
background-position: -40px 0;
87
}
88
.icheckbox_minimal-red.disabled {
89
background-position: -60px 0;
90
cursor: default;
91
}
92
.icheckbox_minimal-red.checked.disabled {
93
background-position: -80px 0;
94
}
95
96
.iradio_minimal-red {
97
background-position: -100px 0;
98
}
99
.iradio_minimal-red.hover {
100
background-position: -120px 0;
101
}
102
.iradio_minimal-red.checked {
103
background-position: -140px 0;
104
}
105
.iradio_minimal-red.disabled {
106
background-position: -160px 0;
107
cursor: default;
108
}
109
.iradio_minimal-red.checked.disabled {
110
background-position: -180px 0;
111
}
112
113
/* Retina support */
114
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
115
only screen and (-moz-min-device-pixel-ratio: 1.5),
116
only screen and (-o-min-device-pixel-ratio: 1.5),
117
only screen and (min-device-pixel-ratio: 1.5) {
118
.icheckbox_minimal-red,
119
.iradio_minimal-red {
120
background-image: url([email protected]);
121
-webkit-background-size: 200px 20px;
122
background-size: 200px 20px;
123
}
124
}
125
126
/* green */
127
.icheckbox_minimal-green,
128
.iradio_minimal-green {
129
display: inline-block;
130
*display: inline;
131
vertical-align: middle;
132
margin: 0;
133
padding: 0;
134
width: 18px;
135
height: 18px;
136
background: url(green.png) no-repeat;
137
border: none;
138
cursor: pointer;
139
}
140
141
.icheckbox_minimal-green {
142
background-position: 0 0;
143
}
144
.icheckbox_minimal-green.hover {
145
background-position: -20px 0;
146
}
147
.icheckbox_minimal-green.checked {
148
background-position: -40px 0;
149
}
150
.icheckbox_minimal-green.disabled {
151
background-position: -60px 0;
152
cursor: default;
153
}
154
.icheckbox_minimal-green.checked.disabled {
155
background-position: -80px 0;
156
}
157
158
.iradio_minimal-green {
159
background-position: -100px 0;
160
}
161
.iradio_minimal-green.hover {
162
background-position: -120px 0;
163
}
164
.iradio_minimal-green.checked {
165
background-position: -140px 0;
166
}
167
.iradio_minimal-green.disabled {
168
background-position: -160px 0;
169
cursor: default;
170
}
171
.iradio_minimal-green.checked.disabled {
172
background-position: -180px 0;
173
}
174
175
/* Retina support */
176
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
177
only screen and (-moz-min-device-pixel-ratio: 1.5),
178
only screen and (-o-min-device-pixel-ratio: 1.5),
179
only screen and (min-device-pixel-ratio: 1.5) {
180
.icheckbox_minimal-green,
181
.iradio_minimal-green {
182
background-image: url([email protected]);
183
-webkit-background-size: 200px 20px;
184
background-size: 200px 20px;
185
}
186
}
187
188
/* blue */
189
.icheckbox_minimal-blue,
190
.iradio_minimal-blue {
191
display: inline-block;
192
*display: inline;
193
vertical-align: middle;
194
margin: 0;
195
padding: 0;
196
width: 18px;
197
height: 18px;
198
background: url(blue.png) no-repeat;
199
border: none;
200
cursor: pointer;
201
}
202
203
.icheckbox_minimal-blue {
204
background-position: 0 0;
205
}
206
.icheckbox_minimal-blue.hover {
207
background-position: -20px 0;
208
}
209
.icheckbox_minimal-blue.checked {
210
background-position: -40px 0;
211
}
212
.icheckbox_minimal-blue.disabled {
213
background-position: -60px 0;
214
cursor: default;
215
}
216
.icheckbox_minimal-blue.checked.disabled {
217
background-position: -80px 0;
218
}
219
220
.iradio_minimal-blue {
221
background-position: -100px 0;
222
}
223
.iradio_minimal-blue.hover {
224
background-position: -120px 0;
225
}
226
.iradio_minimal-blue.checked {
227
background-position: -140px 0;
228
}
229
.iradio_minimal-blue.disabled {
230
background-position: -160px 0;
231
cursor: default;
232
}
233
.iradio_minimal-blue.checked.disabled {
234
background-position: -180px 0;
235
}
236
237
/* Retina support */
238
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
239
only screen and (-moz-min-device-pixel-ratio: 1.5),
240
only screen and (-o-min-device-pixel-ratio: 3/2),
241
only screen and (min-device-pixel-ratio: 1.5) {
242
.icheckbox_minimal-blue,
243
.iradio_minimal-blue {
244
background-image: url([email protected]);
245
-webkit-background-size: 200px 20px;
246
background-size: 200px 20px;
247
}
248
}
249
250
/* aero */
251
.icheckbox_minimal-aero,
252
.iradio_minimal-aero {
253
display: inline-block;
254
*display: inline;
255
vertical-align: middle;
256
margin: 0;
257
padding: 0;
258
width: 18px;
259
height: 18px;
260
background: url(aero.png) no-repeat;
261
border: none;
262
cursor: pointer;
263
}
264
265
.icheckbox_minimal-aero {
266
background-position: 0 0;
267
}
268
.icheckbox_minimal-aero.hover {
269
background-position: -20px 0;
270
}
271
.icheckbox_minimal-aero.checked {
272
background-position: -40px 0;
273
}
274
.icheckbox_minimal-aero.disabled {
275
background-position: -60px 0;
276
cursor: default;
277
}
278
.icheckbox_minimal-aero.checked.disabled {
279
background-position: -80px 0;
280
}
281
282
.iradio_minimal-aero {
283
background-position: -100px 0;
284
}
285
.iradio_minimal-aero.hover {
286
background-position: -120px 0;
287
}
288
.iradio_minimal-aero.checked {
289
background-position: -140px 0;
290
}
291
.iradio_minimal-aero.disabled {
292
background-position: -160px 0;
293
cursor: default;
294
}
295
.iradio_minimal-aero.checked.disabled {
296
background-position: -180px 0;
297
}
298
299
/* Retina support */
300
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
301
only screen and (-moz-min-device-pixel-ratio: 1.5),
302
only screen and (-o-min-device-pixel-ratio: 3/2),
303
only screen and (min-device-pixel-ratio: 1.5) {
304
.icheckbox_minimal-aero,
305
.iradio_minimal-aero {
306
background-image: url([email protected]);
307
-webkit-background-size: 200px 20px;
308
background-size: 200px 20px;
309
}
310
}
311
312
/* grey */
313
.icheckbox_minimal-grey,
314
.iradio_minimal-grey {
315
display: inline-block;
316
*display: inline;
317
vertical-align: middle;
318
margin: 0;
319
padding: 0;
320
width: 18px;
321
height: 18px;
322
background: url(grey.png) no-repeat;
323
border: none;
324
cursor: pointer;
325
}
326
327
.icheckbox_minimal-grey {
328
background-position: 0 0;
329
}
330
.icheckbox_minimal-grey.hover {
331
background-position: -20px 0;
332
}
333
.icheckbox_minimal-grey.checked {
334
background-position: -40px 0;
335
}
336
.icheckbox_minimal-grey.disabled {
337
background-position: -60px 0;
338
cursor: default;
339
}
340
.icheckbox_minimal-grey.checked.disabled {
341
background-position: -80px 0;
342
}
343
344
.iradio_minimal-grey {
345
background-position: -100px 0;
346
}
347
.iradio_minimal-grey.hover {
348
background-position: -120px 0;
349
}
350
.iradio_minimal-grey.checked {
351
background-position: -140px 0;
352
}
353
.iradio_minimal-grey.disabled {
354
background-position: -160px 0;
355
cursor: default;
356
}
357
.iradio_minimal-grey.checked.disabled {
358
background-position: -180px 0;
359
}
360
361
/* Retina support */
362
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
363
only screen and (-moz-min-device-pixel-ratio: 1.5),
364
only screen and (-o-min-device-pixel-ratio: 1.5),
365
only screen and (min-device-pixel-ratio: 1.5) {
366
.icheckbox_minimal-grey,
367
.iradio_minimal-grey {
368
background-image: url([email protected]);
369
-webkit-background-size: 200px 20px;
370
background-size: 200px 20px;
371
}
372
}
373
374
/* orange */
375
.icheckbox_minimal-orange,
376
.iradio_minimal-orange {
377
display: inline-block;
378
*display: inline;
379
vertical-align: middle;
380
margin: 0;
381
padding: 0;
382
width: 18px;
383
height: 18px;
384
background: url(orange.png) no-repeat;
385
border: none;
386
cursor: pointer;
387
}
388
389
.icheckbox_minimal-orange {
390
background-position: 0 0;
391
}
392
.icheckbox_minimal-orange.hover {
393
background-position: -20px 0;
394
}
395
.icheckbox_minimal-orange.checked {
396
background-position: -40px 0;
397
}
398
.icheckbox_minimal-orange.disabled {
399
background-position: -60px 0;
400
cursor: default;
401
}
402
.icheckbox_minimal-orange.checked.disabled {
403
background-position: -80px 0;
404
}
405
406
.iradio_minimal-orange {
407
background-position: -100px 0;
408
}
409
.iradio_minimal-orange.hover {
410
background-position: -120px 0;
411
}
412
.iradio_minimal-orange.checked {
413
background-position: -140px 0;
414
}
415
.iradio_minimal-orange.disabled {
416
background-position: -160px 0;
417
cursor: default;
418
}
419
.iradio_minimal-orange.checked.disabled {
420
background-position: -180px 0;
421
}
422
423
/* Retina support */
424
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
425
only screen and (-moz-min-device-pixel-ratio: 1.5),
426
only screen and (-o-min-device-pixel-ratio: 1.5),
427
only screen and (min-device-pixel-ratio: 1.5) {
428
.icheckbox_minimal-orange,
429
.iradio_minimal-orange {
430
background-image: url([email protected]);
431
-webkit-background-size: 200px 20px;
432
background-size: 200px 20px;
433
}
434
}
435
436
/* yellow */
437
.icheckbox_minimal-yellow,
438
.iradio_minimal-yellow {
439
display: inline-block;
440
*display: inline;
441
vertical-align: middle;
442
margin: 0;
443
padding: 0;
444
width: 18px;
445
height: 18px;
446
background: url(yellow.png) no-repeat;
447
border: none;
448
cursor: pointer;
449
}
450
451
.icheckbox_minimal-yellow {
452
background-position: 0 0;
453
}
454
.icheckbox_minimal-yellow.hover {
455
background-position: -20px 0;
456
}
457
.icheckbox_minimal-yellow.checked {
458
background-position: -40px 0;
459
}
460
.icheckbox_minimal-yellow.disabled {
461
background-position: -60px 0;
462
cursor: default;
463
}
464
.icheckbox_minimal-yellow.checked.disabled {
465
background-position: -80px 0;
466
}
467
468
.iradio_minimal-yellow {
469
background-position: -100px 0;
470
}
471
.iradio_minimal-yellow.hover {
472
background-position: -120px 0;
473
}
474
.iradio_minimal-yellow.checked {
475
background-position: -140px 0;
476
}
477
.iradio_minimal-yellow.disabled {
478
background-position: -160px 0;
479
cursor: default;
480
}
481
.iradio_minimal-yellow.checked.disabled {
482
background-position: -180px 0;
483
}
484
485
/* Retina support */
486
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
487
only screen and (-moz-min-device-pixel-ratio: 1.5),
488
only screen and (-o-min-device-pixel-ratio: 1.5),
489
only screen and (min-device-pixel-ratio: 1.5) {
490
.icheckbox_minimal-yellow,
491
.iradio_minimal-yellow {
492
background-image: url([email protected]);
493
-webkit-background-size: 200px 20px;
494
background-size: 200px 20px;
495
}
496
}
497
498
/* pink */
499
.icheckbox_minimal-pink,
500
.iradio_minimal-pink {
501
display: inline-block;
502
*display: inline;
503
vertical-align: middle;
504
margin: 0;
505
padding: 0;
506
width: 18px;
507
height: 18px;
508
background: url(pink.png) no-repeat;
509
border: none;
510
cursor: pointer;
511
}
512
513
.icheckbox_minimal-pink {
514
background-position: 0 0;
515
}
516
.icheckbox_minimal-pink.hover {
517
background-position: -20px 0;
518
}
519
.icheckbox_minimal-pink.checked {
520
background-position: -40px 0;
521
}
522
.icheckbox_minimal-pink.disabled {
523
background-position: -60px 0;
524
cursor: default;
525
}
526
.icheckbox_minimal-pink.checked.disabled {
527
background-position: -80px 0;
528
}
529
530
.iradio_minimal-pink {
531
background-position: -100px 0;
532
}
533
.iradio_minimal-pink.hover {
534
background-position: -120px 0;
535
}
536
.iradio_minimal-pink.checked {
537
background-position: -140px 0;
538
}
539
.iradio_minimal-pink.disabled {
540
background-position: -160px 0;
541
cursor: default;
542
}
543
.iradio_minimal-pink.checked.disabled {
544
background-position: -180px 0;
545
}
546
547
/* Retina support */
548
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
549
only screen and (-moz-min-device-pixel-ratio: 1.5),
550
only screen and (-o-min-device-pixel-ratio: 1.5),
551
only screen and (min-device-pixel-ratio: 1.5) {
552
.icheckbox_minimal-pink,
553
.iradio_minimal-pink {
554
background-image: url([email protected]);
555
-webkit-background-size: 200px 20px;
556
background-size: 200px 20px;
557
}
558
}
559
560
/* purple */
561
.icheckbox_minimal-purple,
562
.iradio_minimal-purple {
563
display: inline-block;
564
*display: inline;
565
vertical-align: middle;
566
margin: 0;
567
padding: 0;
568
width: 18px;
569
height: 18px;
570
background: url(purple.png) no-repeat;
571
border: none;
572
cursor: pointer;
573
}
574
575
.icheckbox_minimal-purple {
576
background-position: 0 0;
577
}
578
.icheckbox_minimal-purple.hover {
579
background-position: -20px 0;
580
}
581
.icheckbox_minimal-purple.checked {
582
background-position: -40px 0;
583
}
584
.icheckbox_minimal-purple.disabled {
585
background-position: -60px 0;
586
cursor: default;
587
}
588
.icheckbox_minimal-purple.checked.disabled {
589
background-position: -80px 0;
590
}
591
592
.iradio_minimal-purple {
593
background-position: -100px 0;
594
}
595
.iradio_minimal-purple.hover {
596
background-position: -120px 0;
597
}
598
.iradio_minimal-purple.checked {
599
background-position: -140px 0;
600
}
601
.iradio_minimal-purple.disabled {
602
background-position: -160px 0;
603
cursor: default;
604
}
605
.iradio_minimal-purple.checked.disabled {
606
background-position: -180px 0;
607
}
608
609
/* Retina support */
610
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
611
only screen and (-moz-min-device-pixel-ratio: 1.5),
612
only screen and (-o-min-device-pixel-ratio: 1.5),
613
only screen and (min-device-pixel-ratio: 1.5) {
614
.icheckbox_minimal-purple,
615
.iradio_minimal-purple {
616
background-image: url([email protected]);
617
-webkit-background-size: 200px 20px;
618
background-size: 200px 20px;
619
}
620
}
621