flagstrap 0.0.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +7 -0
- data/.gitignore +4 -0
- data/.jshintrc +13 -0
- data/Gemfile +4 -0
- data/Gruntfile.js +67 -0
- data/LICENSE.md +20 -0
- data/README.md +172 -0
- data/Rakefile +6 -0
- data/bin/console +14 -0
- data/bin/setup +8 -0
- data/bower.json +19 -0
- data/demo/index.html +340 -0
- data/dist/css/flags.css +1021 -0
- data/dist/css/flags.png +0 -0
- data/dist/js/jquery.flagstrap.js +458 -0
- data/dist/js/jquery.flagstrap.min.js +9 -0
- data/flagstrap.gemspec +27 -0
- data/flagstrap.jquery.json +39 -0
- data/lib/flagstrap/version.rb +3 -0
- data/lib/flagstrap.rb +6 -0
- data/package.json +13 -0
- data/src/jquery.flagstrap.js +450 -0
- data/vendor/assets/images/flags.png +0 -0
- data/vendor/assets/javascripts/jquery.flagstrap.js +458 -0
- data/vendor/assets/javascripts/jquery.flagstrap.min.js +9 -0
- data/vendor/assets/stylesheets/flags.css +1021 -0
- data/vendor/assets/stylesheets/flags.png +0 -0
- metadata +112 -0
|
@@ -0,0 +1,1021 @@
|
|
|
1
|
+
.flagstrap {
|
|
2
|
+
display: inline-block;
|
|
3
|
+
position: relative;
|
|
4
|
+
width: 100%;
|
|
5
|
+
}
|
|
6
|
+
|
|
7
|
+
.flagstrap-icon {
|
|
8
|
+
display: inline-block;
|
|
9
|
+
width: 16px;
|
|
10
|
+
height: 11px;
|
|
11
|
+
background: url(flags.png) no-repeat
|
|
12
|
+
}
|
|
13
|
+
|
|
14
|
+
.flagstrap-placeholder,
|
|
15
|
+
.flagstrap-placeholder i {
|
|
16
|
+
display: none
|
|
17
|
+
}
|
|
18
|
+
|
|
19
|
+
.flagstrap-icon.flagstrap-ad {
|
|
20
|
+
background-position: -16px 0
|
|
21
|
+
}
|
|
22
|
+
|
|
23
|
+
.flagstrap-icon.flagstrap-ae {
|
|
24
|
+
background-position: -32px 0
|
|
25
|
+
}
|
|
26
|
+
|
|
27
|
+
.flagstrap-icon.flagstrap-af {
|
|
28
|
+
background-position: -48px 0
|
|
29
|
+
}
|
|
30
|
+
|
|
31
|
+
.flagstrap-icon.flagstrap-ag {
|
|
32
|
+
background-position: -64px 0
|
|
33
|
+
}
|
|
34
|
+
|
|
35
|
+
.flagstrap-icon.flagstrap-ai {
|
|
36
|
+
background-position: -80px 0
|
|
37
|
+
}
|
|
38
|
+
|
|
39
|
+
.flagstrap-icon.flagstrap-al {
|
|
40
|
+
background-position: -96px 0
|
|
41
|
+
}
|
|
42
|
+
|
|
43
|
+
.flagstrap-icon.flagstrap-am {
|
|
44
|
+
background-position: -112px 0
|
|
45
|
+
}
|
|
46
|
+
|
|
47
|
+
.flagstrap-icon.flagstrap-an {
|
|
48
|
+
background-position: -128px 0
|
|
49
|
+
}
|
|
50
|
+
|
|
51
|
+
.flagstrap-icon.flagstrap-ao {
|
|
52
|
+
background-position: -144px 0
|
|
53
|
+
}
|
|
54
|
+
|
|
55
|
+
.flagstrap-icon.flagstrap-ar {
|
|
56
|
+
background-position: -160px 0
|
|
57
|
+
}
|
|
58
|
+
|
|
59
|
+
.flagstrap-icon.flagstrap-as {
|
|
60
|
+
background-position: -176px 0
|
|
61
|
+
}
|
|
62
|
+
|
|
63
|
+
.flagstrap-icon.flagstrap-at {
|
|
64
|
+
background-position: -192px 0
|
|
65
|
+
}
|
|
66
|
+
|
|
67
|
+
.flagstrap-icon.flagstrap-au {
|
|
68
|
+
background-position: -208px 0
|
|
69
|
+
}
|
|
70
|
+
|
|
71
|
+
.flagstrap-icon.flagstrap-aw {
|
|
72
|
+
background-position: -224px 0
|
|
73
|
+
}
|
|
74
|
+
|
|
75
|
+
.flagstrap-icon.flagstrap-az {
|
|
76
|
+
background-position: -240px 0
|
|
77
|
+
}
|
|
78
|
+
|
|
79
|
+
.flagstrap-icon.flagstrap-ba {
|
|
80
|
+
background-position: 0 -11px
|
|
81
|
+
}
|
|
82
|
+
|
|
83
|
+
.flagstrap-icon.flagstrap-bb {
|
|
84
|
+
background-position: -16px -11px
|
|
85
|
+
}
|
|
86
|
+
|
|
87
|
+
.flagstrap-icon.flagstrap-bd {
|
|
88
|
+
background-position: -32px -11px
|
|
89
|
+
}
|
|
90
|
+
|
|
91
|
+
.flagstrap-icon.flagstrap-be {
|
|
92
|
+
background-position: -48px -11px
|
|
93
|
+
}
|
|
94
|
+
|
|
95
|
+
.flagstrap-icon.flagstrap-bf {
|
|
96
|
+
background-position: -64px -11px
|
|
97
|
+
}
|
|
98
|
+
|
|
99
|
+
.flagstrap-icon.flagstrap-bg {
|
|
100
|
+
background-position: -80px -11px
|
|
101
|
+
}
|
|
102
|
+
|
|
103
|
+
.flagstrap-icon.flagstrap-bh {
|
|
104
|
+
background-position: -96px -11px
|
|
105
|
+
}
|
|
106
|
+
|
|
107
|
+
.flagstrap-icon.flagstrap-bi {
|
|
108
|
+
background-position: -112px -11px
|
|
109
|
+
}
|
|
110
|
+
|
|
111
|
+
.flagstrap-icon.flagstrap-bj {
|
|
112
|
+
background-position: -128px -11px
|
|
113
|
+
}
|
|
114
|
+
|
|
115
|
+
.flagstrap-icon.flagstrap-bm {
|
|
116
|
+
background-position: -144px -11px
|
|
117
|
+
}
|
|
118
|
+
|
|
119
|
+
.flagstrap-icon.flagstrap-bn {
|
|
120
|
+
background-position: -160px -11px
|
|
121
|
+
}
|
|
122
|
+
|
|
123
|
+
.flagstrap-icon.flagstrap-bo {
|
|
124
|
+
background-position: -176px -11px
|
|
125
|
+
}
|
|
126
|
+
|
|
127
|
+
.flagstrap-icon.flagstrap-br {
|
|
128
|
+
background-position: -192px -11px
|
|
129
|
+
}
|
|
130
|
+
|
|
131
|
+
.flagstrap-icon.flagstrap-bs {
|
|
132
|
+
background-position: -208px -11px
|
|
133
|
+
}
|
|
134
|
+
|
|
135
|
+
.flagstrap-icon.flagstrap-bt {
|
|
136
|
+
background-position: -224px -11px
|
|
137
|
+
}
|
|
138
|
+
|
|
139
|
+
.flagstrap-icon.flagstrap-bv {
|
|
140
|
+
background-position: -240px -11px
|
|
141
|
+
}
|
|
142
|
+
|
|
143
|
+
.flagstrap-icon.flagstrap-bw {
|
|
144
|
+
background-position: 0 -22px
|
|
145
|
+
}
|
|
146
|
+
|
|
147
|
+
.flagstrap-icon.flagstrap-by {
|
|
148
|
+
background-position: -16px -22px
|
|
149
|
+
}
|
|
150
|
+
|
|
151
|
+
.flagstrap-icon.flagstrap-bz {
|
|
152
|
+
background-position: -32px -22px
|
|
153
|
+
}
|
|
154
|
+
|
|
155
|
+
.flagstrap-icon.flagstrap-ca {
|
|
156
|
+
background-position: -48px -22px
|
|
157
|
+
}
|
|
158
|
+
|
|
159
|
+
.flagstrap-icon.flagstrap-catalonia {
|
|
160
|
+
background-position: -64px -22px
|
|
161
|
+
}
|
|
162
|
+
|
|
163
|
+
.flagstrap-icon.flagstrap-cd {
|
|
164
|
+
background-position: -80px -22px
|
|
165
|
+
}
|
|
166
|
+
|
|
167
|
+
.flagstrap-icon.flagstrap-cf {
|
|
168
|
+
background-position: -96px -22px
|
|
169
|
+
}
|
|
170
|
+
|
|
171
|
+
.flagstrap-icon.flagstrap-cg {
|
|
172
|
+
background-position: -112px -22px
|
|
173
|
+
}
|
|
174
|
+
|
|
175
|
+
.flagstrap-icon.flagstrap-ch {
|
|
176
|
+
background-position: -128px -22px
|
|
177
|
+
}
|
|
178
|
+
|
|
179
|
+
.flagstrap-icon.flagstrap-ci {
|
|
180
|
+
background-position: -144px -22px
|
|
181
|
+
}
|
|
182
|
+
|
|
183
|
+
.flagstrap-icon.flagstrap-ck {
|
|
184
|
+
background-position: -160px -22px
|
|
185
|
+
}
|
|
186
|
+
|
|
187
|
+
.flagstrap-icon.flagstrap-cl {
|
|
188
|
+
background-position: -176px -22px
|
|
189
|
+
}
|
|
190
|
+
|
|
191
|
+
.flagstrap-icon.flagstrap-cm {
|
|
192
|
+
background-position: -192px -22px
|
|
193
|
+
}
|
|
194
|
+
|
|
195
|
+
.flagstrap-icon.flagstrap-cn {
|
|
196
|
+
background-position: -208px -22px
|
|
197
|
+
}
|
|
198
|
+
|
|
199
|
+
.flagstrap-icon.flagstrap-co {
|
|
200
|
+
background-position: -224px -22px
|
|
201
|
+
}
|
|
202
|
+
|
|
203
|
+
.flagstrap-icon.flagstrap-cr {
|
|
204
|
+
background-position: -240px -22px
|
|
205
|
+
}
|
|
206
|
+
|
|
207
|
+
.flagstrap-icon.flagstrap-cu {
|
|
208
|
+
background-position: 0 -33px
|
|
209
|
+
}
|
|
210
|
+
|
|
211
|
+
.flagstrap-icon.flagstrap-cv {
|
|
212
|
+
background-position: -16px -33px
|
|
213
|
+
}
|
|
214
|
+
|
|
215
|
+
.flagstrap-icon.flagstrap-cw {
|
|
216
|
+
background-position: -32px -33px
|
|
217
|
+
}
|
|
218
|
+
|
|
219
|
+
.flagstrap-icon.flagstrap-cy {
|
|
220
|
+
background-position: -48px -33px
|
|
221
|
+
}
|
|
222
|
+
|
|
223
|
+
.flagstrap-icon.flagstrap-cz {
|
|
224
|
+
background-position: -64px -33px
|
|
225
|
+
}
|
|
226
|
+
|
|
227
|
+
.flagstrap-icon.flagstrap-de {
|
|
228
|
+
background-position: -80px -33px
|
|
229
|
+
}
|
|
230
|
+
|
|
231
|
+
.flagstrap-icon.flagstrap-dj {
|
|
232
|
+
background-position: -96px -33px
|
|
233
|
+
}
|
|
234
|
+
|
|
235
|
+
.flagstrap-icon.flagstrap-dk {
|
|
236
|
+
background-position: -112px -33px
|
|
237
|
+
}
|
|
238
|
+
|
|
239
|
+
.flagstrap-icon.flagstrap-dm {
|
|
240
|
+
background-position: -128px -33px
|
|
241
|
+
}
|
|
242
|
+
|
|
243
|
+
.flagstrap-icon.flagstrap-do {
|
|
244
|
+
background-position: -144px -33px
|
|
245
|
+
}
|
|
246
|
+
|
|
247
|
+
.flagstrap-icon.flagstrap-dz {
|
|
248
|
+
background-position: -160px -33px
|
|
249
|
+
}
|
|
250
|
+
|
|
251
|
+
.flagstrap-icon.flagstrap-ec {
|
|
252
|
+
background-position: -176px -33px
|
|
253
|
+
}
|
|
254
|
+
|
|
255
|
+
.flagstrap-icon.flagstrap-ee {
|
|
256
|
+
background-position: -192px -33px
|
|
257
|
+
}
|
|
258
|
+
|
|
259
|
+
.flagstrap-icon.flagstrap-eg {
|
|
260
|
+
background-position: -208px -33px
|
|
261
|
+
}
|
|
262
|
+
|
|
263
|
+
.flagstrap-icon.flagstrap-eh {
|
|
264
|
+
background-position: -224px -33px
|
|
265
|
+
}
|
|
266
|
+
|
|
267
|
+
.flagstrap-icon.flagstrap-england {
|
|
268
|
+
background-position: -240px -33px
|
|
269
|
+
}
|
|
270
|
+
|
|
271
|
+
.flagstrap-icon.flagstrap-er {
|
|
272
|
+
background-position: 0 -44px
|
|
273
|
+
}
|
|
274
|
+
|
|
275
|
+
.flagstrap-icon.flagstrap-es {
|
|
276
|
+
background-position: -16px -44px
|
|
277
|
+
}
|
|
278
|
+
|
|
279
|
+
.flagstrap-icon.flagstrap-et {
|
|
280
|
+
background-position: -32px -44px
|
|
281
|
+
}
|
|
282
|
+
|
|
283
|
+
.flagstrap-icon.flagstrap-eu {
|
|
284
|
+
background-position: -48px -44px
|
|
285
|
+
}
|
|
286
|
+
|
|
287
|
+
.flagstrap-icon.flagstrap-fi {
|
|
288
|
+
background-position: -64px -44px
|
|
289
|
+
}
|
|
290
|
+
|
|
291
|
+
.flagstrap-icon.flagstrap-fj {
|
|
292
|
+
background-position: -80px -44px
|
|
293
|
+
}
|
|
294
|
+
|
|
295
|
+
.flagstrap-icon.flagstrap-fk {
|
|
296
|
+
background-position: -96px -44px
|
|
297
|
+
}
|
|
298
|
+
|
|
299
|
+
.flagstrap-icon.flagstrap-fm {
|
|
300
|
+
background-position: -112px -44px
|
|
301
|
+
}
|
|
302
|
+
|
|
303
|
+
.flagstrap-icon.flagstrap-fo {
|
|
304
|
+
background-position: -128px -44px
|
|
305
|
+
}
|
|
306
|
+
|
|
307
|
+
.flagstrap-icon.flagstrap-fr {
|
|
308
|
+
background-position: -144px -44px
|
|
309
|
+
}
|
|
310
|
+
|
|
311
|
+
.flagstrap-icon.flagstrap-ga {
|
|
312
|
+
background-position: -160px -44px
|
|
313
|
+
}
|
|
314
|
+
|
|
315
|
+
.flagstrap-icon.flagstrap-gb {
|
|
316
|
+
background-position: -176px -44px
|
|
317
|
+
}
|
|
318
|
+
|
|
319
|
+
.flagstrap-icon.flagstrap-gd {
|
|
320
|
+
background-position: -192px -44px
|
|
321
|
+
}
|
|
322
|
+
|
|
323
|
+
.flagstrap-icon.flagstrap-ge {
|
|
324
|
+
background-position: -208px -44px
|
|
325
|
+
}
|
|
326
|
+
|
|
327
|
+
.flagstrap-icon.flagstrap-gf {
|
|
328
|
+
background-position: -224px -44px
|
|
329
|
+
}
|
|
330
|
+
|
|
331
|
+
.flagstrap-icon.flagstrap-gg {
|
|
332
|
+
background-position: -240px -44px
|
|
333
|
+
}
|
|
334
|
+
|
|
335
|
+
.flagstrap-icon.flagstrap-gh {
|
|
336
|
+
background-position: 0 -55px
|
|
337
|
+
}
|
|
338
|
+
|
|
339
|
+
.flagstrap-icon.flagstrap-gi {
|
|
340
|
+
background-position: -16px -55px
|
|
341
|
+
}
|
|
342
|
+
|
|
343
|
+
.flagstrap-icon.flagstrap-gl {
|
|
344
|
+
background-position: -32px -55px
|
|
345
|
+
}
|
|
346
|
+
|
|
347
|
+
.flagstrap-icon.flagstrap-gm {
|
|
348
|
+
background-position: -48px -55px
|
|
349
|
+
}
|
|
350
|
+
|
|
351
|
+
.flagstrap-icon.flagstrap-gn {
|
|
352
|
+
background-position: -64px -55px
|
|
353
|
+
}
|
|
354
|
+
|
|
355
|
+
.flagstrap-icon.flagstrap-gp {
|
|
356
|
+
background-position: -80px -55px
|
|
357
|
+
}
|
|
358
|
+
|
|
359
|
+
.flagstrap-icon.flagstrap-gq {
|
|
360
|
+
background-position: -96px -55px
|
|
361
|
+
}
|
|
362
|
+
|
|
363
|
+
.flagstrap-icon.flagstrap-gr {
|
|
364
|
+
background-position: -112px -55px
|
|
365
|
+
}
|
|
366
|
+
|
|
367
|
+
.flagstrap-icon.flagstrap-gs {
|
|
368
|
+
background-position: -128px -55px
|
|
369
|
+
}
|
|
370
|
+
|
|
371
|
+
.flagstrap-icon.flagstrap-gt {
|
|
372
|
+
background-position: -144px -55px
|
|
373
|
+
}
|
|
374
|
+
|
|
375
|
+
.flagstrap-icon.flagstrap-gu {
|
|
376
|
+
background-position: -160px -55px
|
|
377
|
+
}
|
|
378
|
+
|
|
379
|
+
.flagstrap-icon.flagstrap-gw {
|
|
380
|
+
background-position: -176px -55px
|
|
381
|
+
}
|
|
382
|
+
|
|
383
|
+
.flagstrap-icon.flagstrap-gy {
|
|
384
|
+
background-position: -192px -55px
|
|
385
|
+
}
|
|
386
|
+
|
|
387
|
+
.flagstrap-icon.flagstrap-hk {
|
|
388
|
+
background-position: -208px -55px
|
|
389
|
+
}
|
|
390
|
+
|
|
391
|
+
.flagstrap-icon.flagstrap-hm {
|
|
392
|
+
background-position: -224px -55px
|
|
393
|
+
}
|
|
394
|
+
|
|
395
|
+
.flagstrap-icon.flagstrap-hn {
|
|
396
|
+
background-position: -240px -55px
|
|
397
|
+
}
|
|
398
|
+
|
|
399
|
+
.flagstrap-icon.flagstrap-hr {
|
|
400
|
+
background-position: 0 -66px
|
|
401
|
+
}
|
|
402
|
+
|
|
403
|
+
.flagstrap-icon.flagstrap-ht {
|
|
404
|
+
background-position: -16px -66px
|
|
405
|
+
}
|
|
406
|
+
|
|
407
|
+
.flagstrap-icon.flagstrap-hu {
|
|
408
|
+
background-position: -32px -66px
|
|
409
|
+
}
|
|
410
|
+
|
|
411
|
+
.flagstrap-icon.flagstrap-ic {
|
|
412
|
+
background-position: -48px -66px
|
|
413
|
+
}
|
|
414
|
+
|
|
415
|
+
.flagstrap-icon.flagstrap-id {
|
|
416
|
+
background-position: -64px -66px
|
|
417
|
+
}
|
|
418
|
+
|
|
419
|
+
.flagstrap-icon.flagstrap-ie {
|
|
420
|
+
background-position: -80px -66px
|
|
421
|
+
}
|
|
422
|
+
|
|
423
|
+
.flagstrap-icon.flagstrap-il {
|
|
424
|
+
background-position: -96px -66px
|
|
425
|
+
}
|
|
426
|
+
|
|
427
|
+
.flagstrap-icon.flagstrap-im {
|
|
428
|
+
background-position: -112px -66px
|
|
429
|
+
}
|
|
430
|
+
|
|
431
|
+
.flagstrap-icon.flagstrap-in {
|
|
432
|
+
background-position: -128px -66px
|
|
433
|
+
}
|
|
434
|
+
|
|
435
|
+
.flagstrap-icon.flagstrap-io {
|
|
436
|
+
background-position: -144px -66px
|
|
437
|
+
}
|
|
438
|
+
|
|
439
|
+
.flagstrap-icon.flagstrap-iq {
|
|
440
|
+
background-position: -160px -66px
|
|
441
|
+
}
|
|
442
|
+
|
|
443
|
+
.flagstrap-icon.flagstrap-ir {
|
|
444
|
+
background-position: -176px -66px
|
|
445
|
+
}
|
|
446
|
+
|
|
447
|
+
.flagstrap-icon.flagstrap-is {
|
|
448
|
+
background-position: -192px -66px
|
|
449
|
+
}
|
|
450
|
+
|
|
451
|
+
.flagstrap-icon.flagstrap-it {
|
|
452
|
+
background-position: -208px -66px
|
|
453
|
+
}
|
|
454
|
+
|
|
455
|
+
.flagstrap-icon.flagstrap-je {
|
|
456
|
+
background-position: -224px -66px
|
|
457
|
+
}
|
|
458
|
+
|
|
459
|
+
.flagstrap-icon.flagstrap-jm {
|
|
460
|
+
background-position: -240px -66px
|
|
461
|
+
}
|
|
462
|
+
|
|
463
|
+
.flagstrap-icon.flagstrap-jo {
|
|
464
|
+
background-position: 0 -77px
|
|
465
|
+
}
|
|
466
|
+
|
|
467
|
+
.flagstrap-icon.flagstrap-jp {
|
|
468
|
+
background-position: -16px -77px
|
|
469
|
+
}
|
|
470
|
+
|
|
471
|
+
.flagstrap-icon.flagstrap-ke {
|
|
472
|
+
background-position: -32px -77px
|
|
473
|
+
}
|
|
474
|
+
|
|
475
|
+
.flagstrap-icon.flagstrap-kg {
|
|
476
|
+
background-position: -48px -77px
|
|
477
|
+
}
|
|
478
|
+
|
|
479
|
+
.flagstrap-icon.flagstrap-kh {
|
|
480
|
+
background-position: -64px -77px
|
|
481
|
+
}
|
|
482
|
+
|
|
483
|
+
.flagstrap-icon.flagstrap-ki {
|
|
484
|
+
background-position: -80px -77px
|
|
485
|
+
}
|
|
486
|
+
|
|
487
|
+
.flagstrap-icon.flagstrap-km {
|
|
488
|
+
background-position: -96px -77px
|
|
489
|
+
}
|
|
490
|
+
|
|
491
|
+
.flagstrap-icon.flagstrap-kn {
|
|
492
|
+
background-position: -112px -77px
|
|
493
|
+
}
|
|
494
|
+
|
|
495
|
+
.flagstrap-icon.flagstrap-kp {
|
|
496
|
+
background-position: -128px -77px
|
|
497
|
+
}
|
|
498
|
+
|
|
499
|
+
.flagstrap-icon.flagstrap-kr {
|
|
500
|
+
background-position: -144px -77px
|
|
501
|
+
}
|
|
502
|
+
|
|
503
|
+
.flagstrap-icon.flagstrap-kurdistan {
|
|
504
|
+
background-position: -160px -77px
|
|
505
|
+
}
|
|
506
|
+
|
|
507
|
+
.flagstrap-icon.flagstrap-kw {
|
|
508
|
+
background-position: -176px -77px
|
|
509
|
+
}
|
|
510
|
+
|
|
511
|
+
.flagstrap-icon.flagstrap-ky {
|
|
512
|
+
background-position: -192px -77px
|
|
513
|
+
}
|
|
514
|
+
|
|
515
|
+
.flagstrap-icon.flagstrap-kz {
|
|
516
|
+
background-position: -208px -77px
|
|
517
|
+
}
|
|
518
|
+
|
|
519
|
+
.flagstrap-icon.flagstrap-la {
|
|
520
|
+
background-position: -224px -77px
|
|
521
|
+
}
|
|
522
|
+
|
|
523
|
+
.flagstrap-icon.flagstrap-lb {
|
|
524
|
+
background-position: -240px -77px
|
|
525
|
+
}
|
|
526
|
+
|
|
527
|
+
.flagstrap-icon.flagstrap-lc {
|
|
528
|
+
background-position: 0 -88px
|
|
529
|
+
}
|
|
530
|
+
|
|
531
|
+
.flagstrap-icon.flagstrap-li {
|
|
532
|
+
background-position: -16px -88px
|
|
533
|
+
}
|
|
534
|
+
|
|
535
|
+
.flagstrap-icon.flagstrap-lk {
|
|
536
|
+
background-position: -32px -88px
|
|
537
|
+
}
|
|
538
|
+
|
|
539
|
+
.flagstrap-icon.flagstrap-lr {
|
|
540
|
+
background-position: -48px -88px
|
|
541
|
+
}
|
|
542
|
+
|
|
543
|
+
.flagstrap-icon.flagstrap-ls {
|
|
544
|
+
background-position: -64px -88px
|
|
545
|
+
}
|
|
546
|
+
|
|
547
|
+
.flagstrap-icon.flagstrap-lt {
|
|
548
|
+
background-position: -80px -88px
|
|
549
|
+
}
|
|
550
|
+
|
|
551
|
+
.flagstrap-icon.flagstrap-lu {
|
|
552
|
+
background-position: -96px -88px
|
|
553
|
+
}
|
|
554
|
+
|
|
555
|
+
.flagstrap-icon.flagstrap-lv {
|
|
556
|
+
background-position: -112px -88px
|
|
557
|
+
}
|
|
558
|
+
|
|
559
|
+
.flagstrap-icon.flagstrap-ly {
|
|
560
|
+
background-position: -128px -88px
|
|
561
|
+
}
|
|
562
|
+
|
|
563
|
+
.flagstrap-icon.flagstrap-ma {
|
|
564
|
+
background-position: -144px -88px
|
|
565
|
+
}
|
|
566
|
+
|
|
567
|
+
.flagstrap-icon.flagstrap-mc {
|
|
568
|
+
background-position: -160px -88px
|
|
569
|
+
}
|
|
570
|
+
|
|
571
|
+
.flagstrap-icon.flagstrap-md {
|
|
572
|
+
background-position: -176px -88px
|
|
573
|
+
}
|
|
574
|
+
|
|
575
|
+
.flagstrap-icon.flagstrap-me {
|
|
576
|
+
background-position: -192px -88px
|
|
577
|
+
}
|
|
578
|
+
|
|
579
|
+
.flagstrap-icon.flagstrap-mg {
|
|
580
|
+
background-position: -208px -88px
|
|
581
|
+
}
|
|
582
|
+
|
|
583
|
+
.flagstrap-icon.flagstrap-mh {
|
|
584
|
+
background-position: -224px -88px
|
|
585
|
+
}
|
|
586
|
+
|
|
587
|
+
.flagstrap-icon.flagstrap-mk {
|
|
588
|
+
background-position: -240px -88px
|
|
589
|
+
}
|
|
590
|
+
|
|
591
|
+
.flagstrap-icon.flagstrap-ml {
|
|
592
|
+
background-position: 0 -99px
|
|
593
|
+
}
|
|
594
|
+
|
|
595
|
+
.flagstrap-icon.flagstrap-mm {
|
|
596
|
+
background-position: -16px -99px
|
|
597
|
+
}
|
|
598
|
+
|
|
599
|
+
.flagstrap-icon.flagstrap-mn {
|
|
600
|
+
background-position: -32px -99px
|
|
601
|
+
}
|
|
602
|
+
|
|
603
|
+
.flagstrap-icon.flagstrap-mo {
|
|
604
|
+
background-position: -48px -99px
|
|
605
|
+
}
|
|
606
|
+
|
|
607
|
+
.flagstrap-icon.flagstrap-mp {
|
|
608
|
+
background-position: -64px -99px
|
|
609
|
+
}
|
|
610
|
+
|
|
611
|
+
.flagstrap-icon.flagstrap-mq {
|
|
612
|
+
background-position: -80px -99px
|
|
613
|
+
}
|
|
614
|
+
|
|
615
|
+
.flagstrap-icon.flagstrap-mr {
|
|
616
|
+
background-position: -96px -99px
|
|
617
|
+
}
|
|
618
|
+
|
|
619
|
+
.flagstrap-icon.flagstrap-ms {
|
|
620
|
+
background-position: -112px -99px
|
|
621
|
+
}
|
|
622
|
+
|
|
623
|
+
.flagstrap-icon.flagstrap-mt {
|
|
624
|
+
background-position: -128px -99px
|
|
625
|
+
}
|
|
626
|
+
|
|
627
|
+
.flagstrap-icon.flagstrap-mu {
|
|
628
|
+
background-position: -144px -99px
|
|
629
|
+
}
|
|
630
|
+
|
|
631
|
+
.flagstrap-icon.flagstrap-mv {
|
|
632
|
+
background-position: -160px -99px
|
|
633
|
+
}
|
|
634
|
+
|
|
635
|
+
.flagstrap-icon.flagstrap-mw {
|
|
636
|
+
background-position: -176px -99px
|
|
637
|
+
}
|
|
638
|
+
|
|
639
|
+
.flagstrap-icon.flagstrap-mx {
|
|
640
|
+
background-position: -192px -99px
|
|
641
|
+
}
|
|
642
|
+
|
|
643
|
+
.flagstrap-icon.flagstrap-my {
|
|
644
|
+
background-position: -208px -99px
|
|
645
|
+
}
|
|
646
|
+
|
|
647
|
+
.flagstrap-icon.flagstrap-mz {
|
|
648
|
+
background-position: -224px -99px
|
|
649
|
+
}
|
|
650
|
+
|
|
651
|
+
.flagstrap-icon.flagstrap-na {
|
|
652
|
+
background-position: -240px -99px
|
|
653
|
+
}
|
|
654
|
+
|
|
655
|
+
.flagstrap-icon.flagstrap-nc {
|
|
656
|
+
background-position: 0 -110px
|
|
657
|
+
}
|
|
658
|
+
|
|
659
|
+
.flagstrap-icon.flagstrap-ne {
|
|
660
|
+
background-position: -16px -110px
|
|
661
|
+
}
|
|
662
|
+
|
|
663
|
+
.flagstrap-icon.flagstrap-nf {
|
|
664
|
+
background-position: -32px -110px
|
|
665
|
+
}
|
|
666
|
+
|
|
667
|
+
.flagstrap-icon.flagstrap-ng {
|
|
668
|
+
background-position: -48px -110px
|
|
669
|
+
}
|
|
670
|
+
|
|
671
|
+
.flagstrap-icon.flagstrap-ni {
|
|
672
|
+
background-position: -64px -110px
|
|
673
|
+
}
|
|
674
|
+
|
|
675
|
+
.flagstrap-icon.flagstrap-nl {
|
|
676
|
+
background-position: -80px -110px
|
|
677
|
+
}
|
|
678
|
+
|
|
679
|
+
.flagstrap-icon.flagstrap-no {
|
|
680
|
+
background-position: -96px -110px
|
|
681
|
+
}
|
|
682
|
+
|
|
683
|
+
.flagstrap-icon.flagstrap-np {
|
|
684
|
+
background-position: -112px -110px
|
|
685
|
+
}
|
|
686
|
+
|
|
687
|
+
.flagstrap-icon.flagstrap-nr {
|
|
688
|
+
background-position: -128px -110px
|
|
689
|
+
}
|
|
690
|
+
|
|
691
|
+
.flagstrap-icon.flagstrap-nu {
|
|
692
|
+
background-position: -144px -110px
|
|
693
|
+
}
|
|
694
|
+
|
|
695
|
+
.flagstrap-icon.flagstrap-nz {
|
|
696
|
+
background-position: -160px -110px
|
|
697
|
+
}
|
|
698
|
+
|
|
699
|
+
.flagstrap-icon.flagstrap-om {
|
|
700
|
+
background-position: -176px -110px
|
|
701
|
+
}
|
|
702
|
+
|
|
703
|
+
.flagstrap-icon.flagstrap-pa {
|
|
704
|
+
background-position: -192px -110px
|
|
705
|
+
}
|
|
706
|
+
|
|
707
|
+
.flagstrap-icon.flagstrap-pe {
|
|
708
|
+
background-position: -208px -110px
|
|
709
|
+
}
|
|
710
|
+
|
|
711
|
+
.flagstrap-icon.flagstrap-pf {
|
|
712
|
+
background-position: -224px -110px
|
|
713
|
+
}
|
|
714
|
+
|
|
715
|
+
.flagstrap-icon.flagstrap-pg {
|
|
716
|
+
background-position: -240px -110px
|
|
717
|
+
}
|
|
718
|
+
|
|
719
|
+
.flagstrap-icon.flagstrap-ph {
|
|
720
|
+
background-position: 0 -121px
|
|
721
|
+
}
|
|
722
|
+
|
|
723
|
+
.flagstrap-icon.flagstrap-pk {
|
|
724
|
+
background-position: -16px -121px
|
|
725
|
+
}
|
|
726
|
+
|
|
727
|
+
.flagstrap-icon.flagstrap-pl {
|
|
728
|
+
background-position: -32px -121px
|
|
729
|
+
}
|
|
730
|
+
|
|
731
|
+
.flagstrap-icon.flagstrap-pm {
|
|
732
|
+
background-position: -48px -121px
|
|
733
|
+
}
|
|
734
|
+
|
|
735
|
+
.flagstrap-icon.flagstrap-pn {
|
|
736
|
+
background-position: -64px -121px
|
|
737
|
+
}
|
|
738
|
+
|
|
739
|
+
.flagstrap-icon.flagstrap-pr {
|
|
740
|
+
background-position: -80px -121px
|
|
741
|
+
}
|
|
742
|
+
|
|
743
|
+
.flagstrap-icon.flagstrap-ps {
|
|
744
|
+
background-position: -96px -121px
|
|
745
|
+
}
|
|
746
|
+
|
|
747
|
+
.flagstrap-icon.flagstrap-pt {
|
|
748
|
+
background-position: -112px -121px
|
|
749
|
+
}
|
|
750
|
+
|
|
751
|
+
.flagstrap-icon.flagstrap-pw {
|
|
752
|
+
background-position: -128px -121px
|
|
753
|
+
}
|
|
754
|
+
|
|
755
|
+
.flagstrap-icon.flagstrap-py {
|
|
756
|
+
background-position: -144px -121px
|
|
757
|
+
}
|
|
758
|
+
|
|
759
|
+
.flagstrap-icon.flagstrap-qa {
|
|
760
|
+
background-position: -160px -121px
|
|
761
|
+
}
|
|
762
|
+
|
|
763
|
+
.flagstrap-icon.flagstrap-re {
|
|
764
|
+
background-position: -176px -121px
|
|
765
|
+
}
|
|
766
|
+
|
|
767
|
+
.flagstrap-icon.flagstrap-ro {
|
|
768
|
+
background-position: -192px -121px
|
|
769
|
+
}
|
|
770
|
+
|
|
771
|
+
.flagstrap-icon.flagstrap-rs {
|
|
772
|
+
background-position: -208px -121px
|
|
773
|
+
}
|
|
774
|
+
|
|
775
|
+
.flagstrap-icon.flagstrap-ru {
|
|
776
|
+
background-position: -224px -121px
|
|
777
|
+
}
|
|
778
|
+
|
|
779
|
+
.flagstrap-icon.flagstrap-rw {
|
|
780
|
+
background-position: -240px -121px
|
|
781
|
+
}
|
|
782
|
+
|
|
783
|
+
.flagstrap-icon.flagstrap-sa {
|
|
784
|
+
background-position: 0 -132px
|
|
785
|
+
}
|
|
786
|
+
|
|
787
|
+
.flagstrap-icon.flagstrap-sb {
|
|
788
|
+
background-position: -16px -132px
|
|
789
|
+
}
|
|
790
|
+
|
|
791
|
+
.flagstrap-icon.flagstrap-sc {
|
|
792
|
+
background-position: -32px -132px
|
|
793
|
+
}
|
|
794
|
+
|
|
795
|
+
.flagstrap-icon.flagstrap-scotland {
|
|
796
|
+
background-position: -48px -132px
|
|
797
|
+
}
|
|
798
|
+
|
|
799
|
+
.flagstrap-icon.flagstrap-sd {
|
|
800
|
+
background-position: -64px -132px
|
|
801
|
+
}
|
|
802
|
+
|
|
803
|
+
.flagstrap-icon.flagstrap-se {
|
|
804
|
+
background-position: -80px -132px
|
|
805
|
+
}
|
|
806
|
+
|
|
807
|
+
.flagstrap-icon.flagstrap-sg {
|
|
808
|
+
background-position: -96px -132px
|
|
809
|
+
}
|
|
810
|
+
|
|
811
|
+
.flagstrap-icon.flagstrap-sh {
|
|
812
|
+
background-position: -112px -132px
|
|
813
|
+
}
|
|
814
|
+
|
|
815
|
+
.flagstrap-icon.flagstrap-si {
|
|
816
|
+
background-position: -128px -132px
|
|
817
|
+
}
|
|
818
|
+
|
|
819
|
+
.flagstrap-icon.flagstrap-sk {
|
|
820
|
+
background-position: -144px -132px
|
|
821
|
+
}
|
|
822
|
+
|
|
823
|
+
.flagstrap-icon.flagstrap-sl {
|
|
824
|
+
background-position: -160px -132px
|
|
825
|
+
}
|
|
826
|
+
|
|
827
|
+
.flagstrap-icon.flagstrap-sm {
|
|
828
|
+
background-position: -176px -132px
|
|
829
|
+
}
|
|
830
|
+
|
|
831
|
+
.flagstrap-icon.flagstrap-sn {
|
|
832
|
+
background-position: -192px -132px
|
|
833
|
+
}
|
|
834
|
+
|
|
835
|
+
.flagstrap-icon.flagstrap-so {
|
|
836
|
+
background-position: -208px -132px
|
|
837
|
+
}
|
|
838
|
+
|
|
839
|
+
.flagstrap-icon.flagstrap-somaliland {
|
|
840
|
+
background-position: -224px -132px
|
|
841
|
+
}
|
|
842
|
+
|
|
843
|
+
.flagstrap-icon.flagstrap-sr {
|
|
844
|
+
background-position: -240px -132px
|
|
845
|
+
}
|
|
846
|
+
|
|
847
|
+
.flagstrap-icon.flagstrap-ss {
|
|
848
|
+
background-position: 0 -143px
|
|
849
|
+
}
|
|
850
|
+
|
|
851
|
+
.flagstrap-icon.flagstrap-st {
|
|
852
|
+
background-position: -16px -143px
|
|
853
|
+
}
|
|
854
|
+
|
|
855
|
+
.flagstrap-icon.flagstrap-sv {
|
|
856
|
+
background-position: -32px -143px
|
|
857
|
+
}
|
|
858
|
+
|
|
859
|
+
.flagstrap-icon.flagstrap-sx {
|
|
860
|
+
background-position: -48px -143px
|
|
861
|
+
}
|
|
862
|
+
|
|
863
|
+
.flagstrap-icon.flagstrap-sy {
|
|
864
|
+
background-position: -64px -143px
|
|
865
|
+
}
|
|
866
|
+
|
|
867
|
+
.flagstrap-icon.flagstrap-sz {
|
|
868
|
+
background-position: -80px -143px
|
|
869
|
+
}
|
|
870
|
+
|
|
871
|
+
.flagstrap-icon.flagstrap-tc {
|
|
872
|
+
background-position: -96px -143px
|
|
873
|
+
}
|
|
874
|
+
|
|
875
|
+
.flagstrap-icon.flagstrap-td {
|
|
876
|
+
background-position: -112px -143px
|
|
877
|
+
}
|
|
878
|
+
|
|
879
|
+
.flagstrap-icon.flagstrap-tf {
|
|
880
|
+
background-position: -128px -143px
|
|
881
|
+
}
|
|
882
|
+
|
|
883
|
+
.flagstrap-icon.flagstrap-tg {
|
|
884
|
+
background-position: -144px -143px
|
|
885
|
+
}
|
|
886
|
+
|
|
887
|
+
.flagstrap-icon.flagstrap-th {
|
|
888
|
+
background-position: -160px -143px
|
|
889
|
+
}
|
|
890
|
+
|
|
891
|
+
.flagstrap-icon.flagstrap-tj {
|
|
892
|
+
background-position: -176px -143px
|
|
893
|
+
}
|
|
894
|
+
|
|
895
|
+
.flagstrap-icon.flagstrap-tk {
|
|
896
|
+
background-position: -192px -143px
|
|
897
|
+
}
|
|
898
|
+
|
|
899
|
+
.flagstrap-icon.flagstrap-tl {
|
|
900
|
+
background-position: -208px -143px
|
|
901
|
+
}
|
|
902
|
+
|
|
903
|
+
.flagstrap-icon.flagstrap-tm {
|
|
904
|
+
background-position: -224px -143px
|
|
905
|
+
}
|
|
906
|
+
|
|
907
|
+
.flagstrap-icon.flagstrap-tn {
|
|
908
|
+
background-position: -240px -143px
|
|
909
|
+
}
|
|
910
|
+
|
|
911
|
+
.flagstrap-icon.flagstrap-to {
|
|
912
|
+
background-position: 0 -154px
|
|
913
|
+
}
|
|
914
|
+
|
|
915
|
+
.flagstrap-icon.flagstrap-tr {
|
|
916
|
+
background-position: -16px -154px
|
|
917
|
+
}
|
|
918
|
+
|
|
919
|
+
.flagstrap-icon.flagstrap-tt {
|
|
920
|
+
background-position: -32px -154px
|
|
921
|
+
}
|
|
922
|
+
|
|
923
|
+
.flagstrap-icon.flagstrap-tv {
|
|
924
|
+
background-position: -48px -154px
|
|
925
|
+
}
|
|
926
|
+
|
|
927
|
+
.flagstrap-icon.flagstrap-tw {
|
|
928
|
+
background-position: -64px -154px
|
|
929
|
+
}
|
|
930
|
+
|
|
931
|
+
.flagstrap-icon.flagstrap-tz {
|
|
932
|
+
background-position: -80px -154px
|
|
933
|
+
}
|
|
934
|
+
|
|
935
|
+
.flagstrap-icon.flagstrap-ua {
|
|
936
|
+
background-position: -96px -154px
|
|
937
|
+
}
|
|
938
|
+
|
|
939
|
+
.flagstrap-icon.flagstrap-ug {
|
|
940
|
+
background-position: -112px -154px
|
|
941
|
+
}
|
|
942
|
+
|
|
943
|
+
.flagstrap-icon.flagstrap-um {
|
|
944
|
+
background-position: -128px -154px
|
|
945
|
+
}
|
|
946
|
+
|
|
947
|
+
.flagstrap-icon.flagstrap-us {
|
|
948
|
+
background-position: -144px -154px
|
|
949
|
+
}
|
|
950
|
+
|
|
951
|
+
.flagstrap-icon.flagstrap-uy {
|
|
952
|
+
background-position: -160px -154px
|
|
953
|
+
}
|
|
954
|
+
|
|
955
|
+
.flagstrap-icon.flagstrap-uz {
|
|
956
|
+
background-position: -176px -154px
|
|
957
|
+
}
|
|
958
|
+
|
|
959
|
+
.flagstrap-icon.flagstrap-va {
|
|
960
|
+
background-position: -192px -154px
|
|
961
|
+
}
|
|
962
|
+
|
|
963
|
+
.flagstrap-icon.flagstrap-vc {
|
|
964
|
+
background-position: -208px -154px
|
|
965
|
+
}
|
|
966
|
+
|
|
967
|
+
.flagstrap-icon.flagstrap-ve {
|
|
968
|
+
background-position: -224px -154px
|
|
969
|
+
}
|
|
970
|
+
|
|
971
|
+
.flagstrap-icon.flagstrap-vg {
|
|
972
|
+
background-position: -240px -154px
|
|
973
|
+
}
|
|
974
|
+
|
|
975
|
+
.flagstrap-icon.flagstrap-vi {
|
|
976
|
+
background-position: 0 -165px
|
|
977
|
+
}
|
|
978
|
+
|
|
979
|
+
.flagstrap-icon.flagstrap-vn {
|
|
980
|
+
background-position: -16px -165px
|
|
981
|
+
}
|
|
982
|
+
|
|
983
|
+
.flagstrap-icon.flagstrap-vu {
|
|
984
|
+
background-position: -32px -165px
|
|
985
|
+
}
|
|
986
|
+
|
|
987
|
+
.flagstrap-icon.flagstrap-wales {
|
|
988
|
+
background-position: -48px -165px
|
|
989
|
+
}
|
|
990
|
+
|
|
991
|
+
.flagstrap-icon.flagstrap-wf {
|
|
992
|
+
background-position: -64px -165px
|
|
993
|
+
}
|
|
994
|
+
|
|
995
|
+
.flagstrap-icon.flagstrap-ws {
|
|
996
|
+
background-position: -80px -165px
|
|
997
|
+
}
|
|
998
|
+
|
|
999
|
+
.flagstrap-icon.flagstrap-ye {
|
|
1000
|
+
background-position: -96px -165px
|
|
1001
|
+
}
|
|
1002
|
+
|
|
1003
|
+
.flagstrap-icon.flagstrap-yt {
|
|
1004
|
+
background-position: -112px -165px
|
|
1005
|
+
}
|
|
1006
|
+
|
|
1007
|
+
.flagstrap-icon.flagstrap-za {
|
|
1008
|
+
background-position: -128px -165px
|
|
1009
|
+
}
|
|
1010
|
+
|
|
1011
|
+
.flagstrap-icon.flagstrap-zanzibar {
|
|
1012
|
+
background-position: -144px -165px
|
|
1013
|
+
}
|
|
1014
|
+
|
|
1015
|
+
.flagstrap-icon.flagstrap-zm {
|
|
1016
|
+
background-position: -160px -165px
|
|
1017
|
+
}
|
|
1018
|
+
|
|
1019
|
+
.flagstrap-icon.flagstrap-zw {
|
|
1020
|
+
background-position: -176px -165px
|
|
1021
|
+
}
|