Google Language Translator - Version 5.0.08

Version Description

Download this release

Release Info

Developer rm2773
Plugin Icon wp plugin Google Language Translator
Version 5.0.08
Comparing to
See all releases

Code changes from version 5.0.07 to 5.0.08

Files changed (4) hide show
  1. css/style.css +2593 -2589
  2. css/style.php +1 -1
  3. google-language-translator.php +12 -11
  4. readme.txt +4 -1
css/style.css CHANGED
@@ -1,2590 +1,2594 @@
1
- #glt-footer,
2
- #glt-footer #google_language_translator {
3
- display:none !important;
4
- }
5
-
6
- a.wp-studio-logo:focus,
7
- a.wp-helpdesk-logo:focus {
8
- box-shadow:none !important;
9
- -webkit-box-shadow:none !important;
10
- -moz-box-shadow:none !important;
11
- }
12
-
13
- select.goog-te-combo {
14
- width:143px !important;
15
- background:#fff;
16
- box-shadow:none !important;
17
- -moz-box-shadow:none !important;
18
- -webkit-box-shadow:none !important;
19
- padding:3px !important;
20
- height:auto !important;
21
- border:1px solid lightgray !important;
22
- border-radius:0px !important;
23
- -webkit-border-radius:0px;
24
- -moz-border-radius:0px !important;
25
- -o-border-radius:0px !important;
26
- }
27
-
28
- #flags {
29
- overflow:hidden;
30
- }
31
-
32
- #flags ul {
33
- margin:0;
34
- }
35
-
36
- #flags li {
37
- float:left !important;
38
- margin-bottom:0 !important;
39
- padding:0 !important;
40
- border:none !important;
41
- list-style:none !important;
42
- content:none !important;
43
- }
44
-
45
- #flags li:before {
46
- content:none !important;
47
- border:none !important;
48
- background:none !important;
49
- }
50
-
51
- #flags a,
52
- .tool-container .tool-items a {
53
- cursor:pointer;
54
- }
55
-
56
- #flags.size24 a {
57
- width:24px !important;
58
- height:18px !important;
59
- }
60
-
61
- #flags.size22 a {
62
- width:22px !important;
63
- height:17px !important;
64
- }
65
-
66
- #flags.size20 a {
67
- width:20px !important;
68
- height:14px !important;
69
- }
70
-
71
- #flags.size18 a {
72
- width:18px !important;
73
- height:14px !important;
74
- }
75
-
76
- #flags.size16 a {
77
- width:16px !important;
78
- height:12px !important;
79
- }
80
-
81
- .tool-container .tool-items a {
82
- display:inline-block;
83
- margin:3px 5px 3px;
84
- width:24px !important;
85
- height:18px !important;
86
- }
87
-
88
- .goog-te-gadget {
89
- color:#444;
90
- font-size:11px;
91
- font-family:"Arial",sans,sans-serif;
92
- }
93
-
94
- .goog-te-gadget img {
95
- vertical-align:middle;
96
- }
97
-
98
- select.goog-te-combo:focus {
99
- box-shadow:none !important;
100
- -moz-box-shadow:none !important;
101
- -webkit-box-shadow:none !important;
102
- }
103
-
104
- .metabox-holder {
105
- width:65%;
106
- float:left;
107
- }
108
-
109
- .metabox-holder h2 {
110
- margin-bottom:18px;
111
- }
112
-
113
- .submit {
114
- padding:0px;
115
- }
116
-
117
- .form-table th {
118
- width:50%;
119
- }
120
-
121
- td.advanced {
122
- padding-top:0px;
123
- padding-bottom:0px;
124
- }
125
-
126
- p.hello {
127
- font-size:12px;
128
- color:darkgray;
129
- }
130
-
131
- .flag{
132
- padding:1px 0;
133
- }
134
-
135
- a.nturl {
136
- cursor:pointer;
137
- }
138
-
139
- .flag img,
140
- .alt_flag img{
141
- border:0px !important;
142
- margin-top:2px !important;
143
- padding:0px !important;
144
- }
145
-
146
- .attribution {
147
- width:152px;
148
- line-height:1em;
149
- margin-top:4px;
150
- }
151
-
152
- span.goog-branding {
153
- font-size: 11px;
154
- font-family: arial;
155
- color: rgb(102, 102, 102);
156
- white-space: nowrap;
157
- padding-top: 4px;
158
- text-align: left;
159
- width: 150px;
160
- margin-top: 2px;
161
- left:170px;
162
- z-index: 9999;
163
- float: right;
164
- }
165
-
166
- .goog-logo-link,
167
- .goog-logo-link:link,
168
- .goog-logo-link:visited,
169
- .goog-logo-link:hover,
170
- .goog-logo-link:active {
171
- font-size: 12px;
172
- font-weight: bold;
173
- color: rgb(68, 68, 68);
174
- text-decoration: none;
175
- line-height:0.8em;
176
- }
177
-
178
- span.goog-branding img {
179
- float: left;
180
- margin:0px;
181
- width: 37px;
182
-
183
- }
184
-
185
- span.vertical-translator {
186
- position:auto;
187
- float:none !important;
188
- font-size: 11px;
189
- font-family: arial;
190
- color: rgb(102, 102, 102);
191
- white-space: nowrap;
192
- vertical-align: middle;
193
- padding-top: 4px;
194
- text-align: left;
195
- width: 150px;
196
- margin-top: 2px;
197
- right: -50px;
198
- z-index: 9999;
199
- }
200
-
201
- .tool-container .tool-items .flag img {
202
- width:24px !important;
203
- height:24px !important;
204
- margin-top:1px !important;
205
- }
206
-
207
- .tool-items .flag {
208
- padding:0px !important;
209
- }
210
-
211
- .tool-container {
212
- line-height:1;
213
- }
214
-
215
- #footer-instance {
216
- display:none !important;
217
- }
218
-
219
- code {
220
- border:1px solid lightgray;
221
- }
222
-
223
- /* Individual flag backgrounds (22px) */
224
-
225
- #flags.size22 a[title="Afrikaans"],
226
- .tool-container .tool-items a[title="Afrikaans"] {
227
- background:url('../images/flags22.png') -1px -3px no-repeat;
228
- }
229
-
230
- #flags.size22 a[title="Albanian"],
231
- .tool-container .tool-items a[title="Albanian"] {
232
- background:url('../images/flags22.png') -30px -3px no-repeat;
233
- }
234
-
235
- #flags.size22 a[title="Arabic"],
236
- .tool-container .tool-items a[title="Arabic"] {
237
- background:url('../images/flags22.png') -59px -3px no-repeat;
238
- }
239
-
240
- #flags.size22 a[title="Armenian"],
241
- .tool-container .tool-items a[title="Armenian"] {
242
- background:url('../images/flags22.png') -88px -3px no-repeat;
243
- }
244
-
245
- #flags.size22 a[title="Azerbaijani"],
246
- .tool-container .tool-items a[title="Azerbaijani"] {
247
- background:url('../images/flags22.png') -117px -3px no-repeat;
248
- }
249
-
250
- #flags.size22 a[title="Basque"],
251
- .tool-container .tool-items a[title="Basque"] {
252
- background:url('../images/flags22.png') -146px -3px no-repeat;
253
- }
254
-
255
- #flags.size22 a[title="Belarusian"],
256
- .tool-container .tool-items a[title="Belarusian"] {
257
- background:url('../images/flags22.png') -1px -32px no-repeat;
258
- }
259
-
260
- #flags.size22 a[title="Bengali"],
261
- .tool-container .tool-items a[title="Bengali"] {
262
- background:url('../images/flags22.png') -30px -32px no-repeat;
263
- }
264
-
265
- #flags.size22 a[title="Bosnian"],
266
- .tool-container .tool-items a[title="Bosnian"] {
267
- background:url('../images/flags22.png') -59px -32px no-repeat;
268
- }
269
-
270
- #flags.size22 a[title="Bulgarian"],
271
- .tool-container .tool-items a[title="Bulgarian"] {
272
- background:url('../images/flags22.png') -88px -32px no-repeat;
273
- }
274
-
275
- #flags.size22 a[title="Catalan"],
276
- .tool-container .tool-items a[title="Catalan"] {
277
- background:url('../images/flags22.png') -117px -32px no-repeat;
278
- }
279
-
280
- #flags.size22 a[title="Cebuano"],
281
- .tool-container .tool-items a[title="Cebuano"] {
282
- background:url('../images/flags22.png') -146px -32px no-repeat;
283
- }
284
-
285
- #flags.size22 a[title="Chichewa"],
286
- .tool-container .tool-items a[title="Chichewa"] {
287
- background:url('../images/flags22.png') -88px -409px no-repeat;
288
- }
289
-
290
- #flags.size22 a[title="Chinese"],
291
- .tool-container .tool-items a[title="Chinese"] {
292
- background:url('../images/flags22.png') -1px -61px no-repeat;
293
- }
294
-
295
- #flags.size22 a[title="Chinese(Traditional)"],
296
- .tool-container .tool-items a[title="Chinese(Traditional)"] {
297
- background:url('../images/flags22.png') -30px -61px no-repeat;
298
- }
299
-
300
- #flags.size22 a[title="Croatian"],
301
- .tool-container .tool-items a[title="Croatian"] {
302
- background:url('../images/flags22.png') -59px -61px no-repeat;
303
- }
304
-
305
- #flags.size22 a[title="Czech"],
306
- .tool-container .tool-items a[title="Czech"] {
307
- background:url('../images/flags22.png') -88px -61px no-repeat;
308
- }
309
-
310
- #flags.size22 a[title="Danish"],
311
- .tool-container .tool-items a[title="Danish"] {
312
- background:url('../images/flags22.png') -117px -61px no-repeat;
313
- }
314
-
315
- #flags.size22 a[title="Dutch"],
316
- .tool-container .tool-items a[title="Dutch"] {
317
- background:url('../images/flags22.png') -146px -61px no-repeat;
318
- }
319
-
320
- #flags.size22 a[title="English"],
321
- .tool-container .tool-items a[title="English"] {
322
- background:url('../images/flags22.png') -88px -351px no-repeat;
323
- }
324
-
325
- #flags.size22 a.united-states[title="English"] {
326
- background:url('../images/flags22.png') -117px -351px no-repeat;
327
- }
328
-
329
- #flags.size22 a.canada[title="English"] {
330
- background:url('../images/flags22.png') -88px -438px no-repeat;
331
- }
332
-
333
- #flags.size22 a[title="Esperanto"],
334
- .tool-container .tool-items a[title="Esperanto"] {
335
- background:url('../images/flags22.png') -1px -90px no-repeat;
336
- }
337
-
338
- #flags.size22 a[title="Estonian"],
339
- .tool-container .tool-items a[title="Estonian"] {
340
- background:url('../images/flags22.png') -30px -90px no-repeat;
341
- }
342
-
343
- #flags.size22 a[title="Filipino"],
344
- .tool-container .tool-items a[title="Filipino"] {
345
- background:url('../images/flags22.png') -59px -90px no-repeat;
346
- }
347
-
348
- #flags.size22 a[title="Finnish"],
349
- .tool-container .tool-items a[title="Finnish"] {
350
- background:url('../images/flags22.png') -88px -90px no-repeat;
351
- }
352
-
353
- #flags.size22 a[title="French"],
354
- .tool-container .tool-items a[title="French"] {
355
- background:url('../images/flags22.png') -117px -90px no-repeat;
356
- }
357
-
358
- #flags.size22 a[title="Galician"],
359
- .tool-container .tool-items a[title="Galician"] {
360
- background:url('../images/flags22.png') -146px -90px no-repeat;
361
- }
362
-
363
- #flags.size22 a[title="Georgian"],
364
- .tool-container .tool-items a[title="Georgian"] {
365
- background:url('../images/flags22.png') -1px -119px no-repeat;
366
- }
367
-
368
- #flags.size22 a[title="German"],
369
- .tool-container .tool-items a[title="German"] {
370
- background:url('../images/flags22.png') -30px -119px no-repeat;
371
- }
372
-
373
- #flags.size22 a[title="Greek"],
374
- .tool-container .tool-items a[title="Greek"] {
375
- background:url('../images/flags22.png') -59px -119px no-repeat;
376
- }
377
-
378
- #flags.size22 a[title="Gujarati"],
379
- .tool-container .tool-items a[title="Gujarati"] {
380
- background:url('../images/flags22.png') -88px -119px no-repeat;
381
- }
382
-
383
- #flags.size22 a[title="Haitian"],
384
- .tool-container .tool-items a[title="Haitian"] {
385
- background:url('../images/flags22.png') -117px -119px no-repeat;
386
- }
387
-
388
- #flags.size22 a[title="Hausa"],
389
- .tool-container .tool-items a[title="Hausa"] {
390
- background:url('../images/flags22.png') -146px -119px no-repeat;
391
- }
392
-
393
- #flags.size22 a[title="Hebrew"],
394
- .tool-container .tool-items a[title="Hebrew"] {
395
- background:url('../images/flags22.png') -1px -148px no-repeat;
396
- }
397
-
398
- #flags.size22 a[title="Hindi"],
399
- .tool-container .tool-items a[title="Hindi"] {
400
- background:url('../images/flags22.png') -30px -148px no-repeat;
401
- }
402
-
403
- #flags.size22 a[title="Hmong"],
404
- .tool-container .tool-items a[title="Hmong"] {
405
- background:url('../images/flags22.png') -59px -148px no-repeat;
406
- }
407
-
408
- #flags.size22 a[title="Hungarian"],
409
- .tool-container .tool-items a[title="Hungarian"] {
410
- background:url('../images/flags22.png') -88px -148px no-repeat;
411
- }
412
-
413
- #flags.size22 a[title="Icelandic"],
414
- .tool-container .tool-items a[title="Icelandic"] {
415
- background:url('../images/flags22.png') -117px -148px no-repeat;
416
- }
417
-
418
- #flags.size22 a[title="Igbo"],
419
- .tool-container .tool-items a[title="Igbo"] {
420
- background:url('../images/flags22.png') -146px -148px no-repeat;
421
- }
422
-
423
- #flags.size22 a[title="Indonesian"],
424
- .tool-container .tool-items a[title="Indonesian"] {
425
- background:url('../images/flags22.png') -1px -177px no-repeat;
426
- }
427
-
428
- #flags.size22 a[title="Irish"],
429
- .tool-container .tool-items a[title="Irish"] {
430
- background:url('../images/flags22.png') -30px -177px no-repeat;
431
- }
432
-
433
- #flags.size22 a[title="Italian"],
434
- .tool-container .tool-items a[title="Italian"] {
435
- background:url('../images/flags22.png') -59px -177px no-repeat;
436
- }
437
-
438
- #flags.size22 a[title="Japanese"],
439
- .tool-container .tool-items a[title="Japanese"] {
440
- background:url('../images/flags22.png') -88px -177px no-repeat;
441
- }
442
-
443
- #flags.size22 a[title="Javanese"],
444
- .tool-container .tool-items a[title="Javanese"] {
445
- background:url('../images/flags22.png') -117px -177px no-repeat;
446
- }
447
-
448
- #flags.size22 a[title="Kannada"],
449
- .tool-container .tool-items a[title="Kannada"] {
450
- background:url('../images/flags22.png') -146px -177px no-repeat;
451
- }
452
-
453
- #flags.size22 a[title="Kazakh"],
454
- .tool-container .tool-items a[title="Kazakh"] {
455
- background:url('../images/flags22.png') -1px -409px no-repeat;
456
- }
457
-
458
- #flags.size22 a[title="Khmer"],
459
- .tool-container .tool-items a[title="Khmer"] {
460
- background:url('../images/flags22.png') -1px -206px no-repeat;
461
- }
462
-
463
- #flags.size22 a[title="Korean"],
464
- .tool-container .tool-items a[title="Korean"] {
465
- background:url('../images/flags22.png') -30px -206px no-repeat;
466
- }
467
-
468
- #flags.size22 a[title="Lao"],
469
- .tool-container .tool-items a[title="Lao"] {
470
- background:url('../images/flags22.png') -59px -206px no-repeat;
471
- }
472
-
473
- #flags.size22 a[title="Latin"],
474
- .tool-container .tool-items a[title="Latin"] {
475
- background:url('../images/flags22.png') -88px -206px no-repeat;
476
- }
477
-
478
- #flags.size22 a[title="Latvian"],
479
- .tool-container .tool-items a[title="Latvian"] {
480
- background:url('../images/flags22.png') -117px -206px no-repeat;
481
- }
482
-
483
- #flags.size22 a[title="Lithuanian"],
484
- .tool-container .tool-items a[title="Lithuanian"] {
485
- background:url('../images/flags22.png') -146px -206px no-repeat;
486
- }
487
-
488
- #flags.size22 a[title="Macedonian"],
489
- .tool-container .tool-items a[title="Macedonian"] {
490
- background:url('../images/flags22.png') -1px -235px no-repeat;
491
- }
492
-
493
- #flags.size22 a[title="Malagasy"],
494
- .tool-container .tool-items a[title="Malagasy"] {
495
- background:url('../images/flags22.png') -59px -409px no-repeat;
496
- }
497
-
498
- #flags.size22 a[title="Malay"],
499
- .tool-container .tool-items a[title="Malay"] {
500
- background:url('../images/flags22.png') -30px -235px no-repeat;
501
- }
502
-
503
- #flags.size22 a[title="Malayalam"],
504
- .tool-container .tool-items a[title="Malayalam"] {
505
- background:url('../images/flags22.png') -117px -409px no-repeat;
506
- }
507
-
508
- #flags.size22 a[title="Maltese"],
509
- .tool-container .tool-items a[title="Maltese"] {
510
- background:url('../images/flags22.png') -59px -235px no-repeat;
511
- }
512
-
513
- #flags.size22 a[title="Maori"],
514
- .tool-container .tool-items a[title="Maori"] {
515
- background:url('../images/flags22.png') -88px -235px no-repeat;
516
- }
517
-
518
- #flags.size22 a[title="Marathi"],
519
- .tool-container .tool-items a[title="Marathi"] {
520
- background:url('../images/flags22.png') -117px -235px no-repeat;
521
- }
522
-
523
- #flags.size22 a[title="Mongolian"],
524
- .tool-container .tool-items a[title="Mongolian"] {
525
- background:url('../images/flags22.png') -146px -235px no-repeat;
526
- }
527
-
528
- #flags.size22 a[title="Myanmar(Burmese)"],
529
- .tool-container .tool-items a[title="Myanmar(Burmese)"] {
530
- background:url('../images/flags22.png') -146px -409px no-repeat;
531
- }
532
-
533
- #flags.size22 a[title="Nepali"],
534
- .tool-container .tool-items a[title="Nepali"] {
535
- background:url('../images/flags22.png') -1px -264px no-repeat;
536
- }
537
-
538
- #flags.size22 a[title="Norwegian"],
539
- .tool-container .tool-items a[title="Norwegian"] {
540
- background:url('../images/flags22.png') -30px -264px no-repeat;
541
- }
542
-
543
- #flags.size22 a[title="Persian"],
544
- .tool-container .tool-items a[title="Persian"] {
545
- background:url('../images/flags22.png') -59px -264px no-repeat;
546
- }
547
-
548
- #flags.size22 a[title="Polish"],
549
- .tool-container .tool-items a[title="Polish"] {
550
- background:url('../images/flags22.png') -88px -264px no-repeat;
551
- }
552
-
553
- #flags.size22 a[title="Portuguese"],
554
- .tool-container .tool-items a[title="Portuguese"] {
555
- background:url('../images/flags22.png') -117px -264px no-repeat;
556
- }
557
-
558
- #flags.size22 a.brazil[title="Portuguese"] {
559
- background:url('../images/flags22.png') -146px -438px no-repeat;
560
- }
561
-
562
- #flags.size22 a[title="Punjabi"],
563
- .tool-container .tool-items a[title="Punjabi"] {
564
- background:url('../images/flags22.png') -146px -264px no-repeat;
565
- }
566
-
567
- #flags.size22 a[title="Romanian"],
568
- .tool-container .tool-items a[title="Romanian"] {
569
- background:url('../images/flags22.png') -1px -293px no-repeat;
570
- }
571
-
572
- #flags.size22 a[title="Russian"],
573
- .tool-container .tool-items a[title="Russian"] {
574
- background:url('../images/flags22.png') -30px -293px no-repeat;
575
- }
576
-
577
- #flags.size22 a[title="Serbian"],
578
- .tool-container .tool-items a[title="Serbian"] {
579
- background:url('../images/flags22.png') -59px -293px no-repeat;
580
- }
581
-
582
- #flags.size22 a[title="Sesotho"],
583
- .tool-container .tool-items a[title="Sesotho"] {
584
- background:url('../images/flags22.png') -30px -409px no-repeat;
585
- }
586
-
587
- #flags.size22 a[title="Sinhala"],
588
- .tool-container .tool-items a[title="Sinhala"] {
589
- background:url('../images/flags22.png') -1px -438px no-repeat;
590
- }
591
-
592
- #flags.size22 a[title="Slovak"],
593
- .tool-container .tool-items a[title="Slovak"] {
594
- background:url('../images/flags22.png') -88px -293px no-repeat;
595
- }
596
-
597
- #flags.size22 a[title="Slovenian"],
598
- .tool-container .tool-items a[title="Slovenian"] {
599
- background:url('../images/flags22.png') -117px -293px no-repeat;
600
- }
601
-
602
- #flags.size22 a[title="Somali"],
603
- .tool-container .tool-items a[title="Somali"] {
604
- background:url('../images/flags22.png') -146px -293px no-repeat;
605
- }
606
-
607
- #flags.size22 a[title="Spanish"],
608
- .tool-container .tool-items a[title="Spanish"] {
609
- background:url('../images/flags22.png') -1px -322px no-repeat;
610
- }
611
-
612
- #flags.size22 a.mexico[title="Spanish"] {
613
- background:url('../images/flags22.png') -117px -438px no-repeat;
614
- }
615
-
616
- #flags.size22 a[title="Sundanese"],
617
- .tool-container .tool-items a[title="Sundanese"] {
618
- background:url('../images/flags22.png') -146px -380px no-repeat;
619
- }
620
-
621
- #flags.size22 a[title="Swahili"],
622
- .tool-container .tool-items a[title="Swahili"] {
623
- background:url('../images/flags22.png') -30px -322px no-repeat;
624
- }
625
-
626
- #flags.size22 a[title="Swedish"],
627
- .tool-container .tool-items a[title="Swedish"] {
628
- background:url('../images/flags22.png') -59px -322px no-repeat;
629
- }
630
-
631
- #flags.size22 a[title="Tajik"],
632
- .tool-container .tool-items a[title="Tajik"] {
633
- background:url('../images/flags22.png') -30px -438px no-repeat;
634
- }
635
-
636
- #flags.size22 a[title="Tamil"],
637
- .tool-container .tool-items a[title="Tamil"] {
638
- background:url('../images/flags22.png') -88px -322px no-repeat;
639
- }
640
-
641
- #flags.size22 a[title="Telugu"],
642
- .tool-container .tool-items a[title="Telugu"] {
643
- background:url('../images/flags22.png') -117px -322px no-repeat;
644
- }
645
-
646
- #flags.size22 a[title="Thai"],
647
- .tool-container .tool-items a[title="Thai"] {
648
- background:url('../images/flags22.png') -146px -322px no-repeat;
649
- }
650
-
651
- #flags.size22 a[title="Turkish"],
652
- .tool-container .tool-items a[title="Turkish"] {
653
- background:url('../images/flags22.png') -30px -351px no-repeat;
654
- }
655
-
656
- #flags.size22 a[title="Ukranian"],
657
- .tool-container .tool-items a[title="Ukranian"] {
658
- background:url('../images/flags22.png') -59px -351px no-repeat;
659
- }
660
-
661
- #flags.size22 a[title="Uzbek"],
662
- .tool-container .tool-items a[title="Uzbek"] {
663
- background:url('../images/flags22.png') -59px -438px no-repeat;
664
- }
665
-
666
- #flags.size22 a[title="Urdu"],
667
- .tool-container .tool-items a[title="Urdu"] {
668
- background:url('../images/flags22.png') -146px -351px no-repeat;
669
- }
670
-
671
- #flags.size22 a[title="Vietnamese"],
672
- .tool-container .tool-items a[title="Vietnamese"] {
673
- background:url('../images/flags22.png') -1px -380px no-repeat;
674
- }
675
-
676
- #flags.size22 a[title="Welsh"],
677
- .tool-container .tool-items a[title="Welsh"] {
678
- background:url('../images/flags22.png') -30px -380px no-repeat;
679
- }
680
-
681
- #flags.size22 a[title="Yiddish"],
682
- .tool-container .tool-items a[title="Yiddish"] {
683
- background:url('../images/flags22.png') -59px -380px no-repeat;
684
- }
685
-
686
- #flags.size22 a[title="Yoruba"],
687
- .tool-container .tool-items a[title="Yoruba"] {
688
- background:url('../images/flags22.png') -88px -380px no-repeat;
689
- }
690
-
691
- #flags.size22 a[title="Zulu"],
692
- .tool-container .tool-items a[title="Zulu"] {
693
- background:url('../images/flags22.png') -117px -380px no-repeat;
694
- }
695
-
696
- /* Individual flag backgrounds (18px) */
697
-
698
- #flags.size18 a[title="Afrikaans"],
699
- .tool-container .tool-items a[title="Afrikaans"] {
700
- background:url('../images/flags18.png') -2px -4px no-repeat;
701
- }
702
-
703
- #flags.size18 a[title="Albanian"],
704
- .tool-container .tool-items a[title="Albanian"] {
705
- background:url('../images/flags18.png') -31px -4px no-repeat;
706
- }
707
-
708
- #flags.size18 a[title="Arabic"],
709
- .tool-container .tool-items a[title="Arabic"] {
710
- background:url('../images/flags18.png') -60px -4px no-repeat;
711
- }
712
-
713
- #flags.size18 a[title="Armenian"],
714
- .tool-container .tool-items a[title="Armenian"] {
715
- background:url('../images/flags18.png') -89px -4px no-repeat;
716
- }
717
-
718
- #flags.size18 a[title="Azerbaijani"],
719
- .tool-container .tool-items a[title="Azerbaijani"] {
720
- background:url('../images/flags18.png') -118px -4px no-repeat;
721
- }
722
-
723
- #flags.size18 a[title="Basque"],
724
- .tool-container .tool-items a[title="Basque"] {
725
- background:url('../images/flags18.png') -147px -4px no-repeat;
726
- }
727
-
728
- #flags.size18 a[title="Belarusian"],
729
- .tool-container .tool-items a[title="Belarusian"] {
730
- background:url('../images/flags18.png') -2px -33px no-repeat;
731
- }
732
-
733
- #flags.size18 a[title="Bengali"],
734
- .tool-container .tool-items a[title="Bengali"] {
735
- background:url('../images/flags18.png') -31px -33px no-repeat;
736
- }
737
-
738
- #flags.size18 a[title="Bosnian"],
739
- .tool-container .tool-items a[title="Bosnian"] {
740
- background:url('../images/flags18.png') -60px -33px no-repeat;
741
- }
742
-
743
- #flags.size18 a[title="Bulgarian"],
744
- .tool-container .tool-items a[title="Bulgarian"] {
745
- background:url('../images/flags18.png') -89px -33px no-repeat;
746
- }
747
-
748
- #flags.size18 a[title="Catalan"],
749
- .tool-container .tool-items a[title="Catalan"] {
750
- background:url('../images/flags18.png') -118px -33px no-repeat;
751
- }
752
-
753
- #flags.size18 a[title="Cebuano"],
754
- .tool-container .tool-items a[title="Cebuano"] {
755
- background:url('../images/flags18.png') -147px -33px no-repeat;
756
- }
757
-
758
- #flags.size18 a[title="Chichewa"],
759
- .tool-container .tool-items a[title="Chichewa"] {
760
- background:url('../images/flags18.png') -89px -410px no-repeat;
761
- }
762
-
763
- #flags.size18 a[title="Chinese"],
764
- .tool-container .tool-items a[title="Chinese"] {
765
- background:url('../images/flags18.png') -2px -62px no-repeat;
766
- }
767
-
768
- #flags.size18 a[title="Chinese(Traditional)"],
769
- .tool-container .tool-items a[title="Chinese(Traditional)"] {
770
- background:url('../images/flags18.png') -31px -62px no-repeat;
771
- }
772
-
773
- #flags.size18 a[title="Croatian"],
774
- .tool-container .tool-items a[title="Croatian"] {
775
- background:url('../images/flags18.png') -60px -62px no-repeat;
776
- }
777
-
778
- #flags.size18 a[title="Czech"],
779
- .tool-container .tool-items a[title="Czech"] {
780
- background:url('../images/flags18.png') -89px -62px no-repeat;
781
- }
782
-
783
- #flags.size18 a[title="Danish"],
784
- .tool-container .tool-items a[title="Danish"] {
785
- background:url('../images/flags18.png') -118px -62px no-repeat;
786
- }
787
-
788
- #flags.size18 a[title="Dutch"],
789
- .tool-container .tool-items a[title="Dutch"] {
790
- background:url('../images/flags18.png') -147px -62px no-repeat;
791
- }
792
-
793
- #flags.size18 a[title="English"],
794
- .tool-container .tool-items a[title="English"] {
795
- background:url('../images/flags18.png') -89px -352px no-repeat;
796
- }
797
-
798
- #flags.size18 a.united-states[title="English"] {
799
- background:url('../images/flags18.png') -118px -352px no-repeat;
800
- }
801
-
802
- #flags.size18 a.canada[title="English"] {
803
- background:url('../images/flags18.png') -89px -439px no-repeat;
804
- }
805
-
806
- #flags.size18 a[title="Esperanto"],
807
- .tool-container .tool-items a[title="Esperanto"] {
808
- background:url('../images/flags18.png') -2px -91px no-repeat;
809
- }
810
-
811
- #flags.size18 a[title="Estonian"],
812
- .tool-container .tool-items a[title="Estonian"] {
813
- background:url('../images/flags18.png') -31px -91px no-repeat;
814
- }
815
-
816
- #flags.size18 a[title="Filipino"],
817
- .tool-container .tool-items a[title="Filipino"] {
818
- background:url('../images/flags18.png') -60px -91px no-repeat;
819
- }
820
-
821
- #flags.size18 a[title="Finnish"],
822
- .tool-container .tool-items a[title="Finnish"] {
823
- background:url('../images/flags18.png') -89px -91px no-repeat;
824
- }
825
-
826
- #flags.size18 a[title="French"],
827
- .tool-container .tool-items a[title="French"] {
828
- background:url('../images/flags18.png') -118px -91px no-repeat;
829
- }
830
-
831
- #flags.size18 a[title="Galician"],
832
- .tool-container .tool-items a[title="Galician"] {
833
- background:url('../images/flags18.png') -147px -91px no-repeat;
834
- }
835
-
836
- #flags.size18 a[title="Georgian"],
837
- .tool-container .tool-items a[title="Georgian"] {
838
- background:url('../images/flags18.png') -2px -120px no-repeat;
839
- }
840
-
841
- #flags.size18 a[title="German"],
842
- .tool-container .tool-items a[title="German"] {
843
- background:url('../images/flags18.png') -31px -120px no-repeat;
844
- }
845
-
846
- #flags.size18 a[title="Greek"],
847
- .tool-container .tool-items a[title="Greek"] {
848
- background:url('../images/flags18.png') -60px -120px no-repeat;
849
- }
850
-
851
- #flags.size18 a[title="Gujarati"],
852
- .tool-container .tool-items a[title="Gujarati"] {
853
- background:url('../images/flags18.png') -89px -120px no-repeat;
854
- }
855
-
856
- #flags.size18 a[title="Haitian"],
857
- .tool-container .tool-items a[title="Haitian"] {
858
- background:url('../images/flags18.png') -118px -120px no-repeat;
859
- }
860
-
861
- #flags.size18 a[title="Hausa"],
862
- .tool-container .tool-items a[title="Hausa"] {
863
- background:url('../images/flags18.png') -147px -120px no-repeat;
864
- }
865
-
866
- #flags.size18 a[title="Hebrew"],
867
- .tool-container .tool-items a[title="Hebrew"] {
868
- background:url('../images/flags18.png') -2px -149px no-repeat;
869
- }
870
-
871
- #flags.size18 a[title="Hindi"],
872
- .tool-container .tool-items a[title="Hindi"] {
873
- background:url('../images/flags18.png') -31px -149px no-repeat;
874
- }
875
-
876
- #flags.size18 a[title="Hmong"],
877
- .tool-container .tool-items a[title="Hmong"] {
878
- background:url('../images/flags18.png') -60px -149px no-repeat;
879
- }
880
-
881
- #flags.size18 a[title="Hungarian"],
882
- .tool-container .tool-items a[title="Hungarian"] {
883
- background:url('../images/flags18.png') -89px -149px no-repeat;
884
- }
885
-
886
- #flags.size18 a[title="Icelandic"],
887
- .tool-container .tool-items a[title="Icelandic"] {
888
- background:url('../images/flags18.png') -118px -149px no-repeat;
889
- }
890
-
891
- #flags.size18 a[title="Igbo"],
892
- .tool-container .tool-items a[title="Igbo"] {
893
- background:url('../images/flags18.png') -147px -149px no-repeat;
894
- }
895
-
896
- #flags.size18 a[title="Indonesian"],
897
- .tool-container .tool-items a[title="Indonesian"] {
898
- background:url('../images/flags18.png') -2px -178px no-repeat;
899
- }
900
-
901
- #flags.size18 a[title="Irish"],
902
- .tool-container .tool-items a[title="Irish"] {
903
- background:url('../images/flags18.png') -31px -178px no-repeat;
904
- }
905
-
906
- #flags.size18 a[title="Italian"],
907
- .tool-container .tool-items a[title="Italian"] {
908
- background:url('../images/flags18.png') -60px -178px no-repeat;
909
- }
910
-
911
- #flags.size18 a[title="Japanese"],
912
- .tool-container .tool-items a[title="Japanese"] {
913
- background:url('../images/flags18.png') -89px -178px no-repeat;
914
- }
915
-
916
- #flags.size18 a[title="Javanese"],
917
- .tool-container .tool-items a[title="Javanese"] {
918
- background:url('../images/flags18.png') -118px -178px no-repeat;
919
- }
920
-
921
- #flags.size18 a[title="Kannada"],
922
- .tool-container .tool-items a[title="Kannada"] {
923
- background:url('../images/flags18.png') -147px -178px no-repeat;
924
- }
925
-
926
- #flags.size18 a[title="Kazakh"],
927
- .tool-container .tool-items a[title="Kazakh"] {
928
- background:url('../images/flags18.png') -2px -410px no-repeat;
929
- }
930
-
931
- #flags.size18 a[title="Khmer"],
932
- .tool-container .tool-items a[title="Khmer"] {
933
- background:url('../images/flags18.png') -2px -207px no-repeat;
934
- }
935
-
936
- #flags.size18 a[title="Korean"],
937
- .tool-container .tool-items a[title="Korean"] {
938
- background:url('../images/flags18.png') -31px -207px no-repeat;
939
- }
940
-
941
- #flags.size18 a[title="Lao"],
942
- .tool-container .tool-items a[title="Lao"] {
943
- background:url('../images/flags18.png') -60px -207px no-repeat;
944
- }
945
-
946
- #flags.size18 a[title="Latin"],
947
- .tool-container .tool-items a[title="Latin"] {
948
- background:url('../images/flags18.png') -89px -207px no-repeat;
949
- }
950
-
951
- #flags.size18 a[title="Latvian"],
952
- .tool-container .tool-items a[title="Latvian"] {
953
- background:url('../images/flags18.png') -118px -207px no-repeat;
954
- }
955
-
956
- #flags.size18 a[title="Lithuanian"],
957
- .tool-container .tool-items a[title="Lithuanian"] {
958
- background:url('../images/flags18.png') -147px -207px no-repeat;
959
- }
960
-
961
- #flags.size18 a[title="Macedonian"],
962
- .tool-container .tool-items a[title="Macedonian"] {
963
- background:url('../images/flags18.png') -2px -236px no-repeat;
964
- }
965
-
966
- #flags.size18 a[title="Malagasy"],
967
- .tool-container .tool-items a[title="Malagasy"] {
968
- background:url('../images/flags18.png') -60px -410px no-repeat;
969
- }
970
-
971
- #flags.size18 a[title="Malay"],
972
- .tool-container .tool-items a[title="Malay"] {
973
- background:url('../images/flags18.png') -31px -236px no-repeat;
974
- }
975
-
976
- #flags.size18 a[title="Malayalam"],
977
- .tool-container .tool-items a[title="Malayalam"] {
978
- background:url('../images/flags18.png') -118px -410px no-repeat;
979
- }
980
-
981
- #flags.size18 a[title="Maltese"],
982
- .tool-container .tool-items a[title="Maltese"] {
983
- background:url('../images/flags18.png') -60px -236px no-repeat;
984
- }
985
-
986
- #flags.size18 a[title="Maori"],
987
- .tool-container .tool-items a[title="Maori"] {
988
- background:url('../images/flags18.png') -89px -236px no-repeat;
989
- }
990
-
991
- #flags.size18 a[title="Marathi"],
992
- .tool-container .tool-items a[title="Marathi"] {
993
- background:url('../images/flags18.png') -118px -236px no-repeat;
994
- }
995
-
996
- #flags.size18 a[title="Mongolian"],
997
- .tool-container .tool-items a[title="Mongolian"] {
998
- background:url('../images/flags18.png') -147px -236px no-repeat;
999
- }
1000
-
1001
- #flags.size18 a[title="Myanmar(Burmese)"],
1002
- .tool-container .tool-items a[title="Myanmar(Burmese)"] {
1003
- background:url('../images/flags18.png') -147px -410px no-repeat;
1004
- }
1005
-
1006
- #flags.size18 a[title="Nepali"],
1007
- .tool-container .tool-items a[title="Nepali"] {
1008
- background:url('../images/flags18.png') -2px -265px no-repeat;
1009
- }
1010
-
1011
- #flags.size18 a[title="Norwegian"],
1012
- .tool-container .tool-items a[title="Norwegian"] {
1013
- background:url('../images/flags18.png') -31px -265px no-repeat;
1014
- }
1015
-
1016
- #flags.size18 a[title="Persian"],
1017
- .tool-container .tool-items a[title="Persian"] {
1018
- background:url('../images/flags18.png') -60px -265px no-repeat;
1019
- }
1020
-
1021
- #flags.size18 a[title="Polish"],
1022
- .tool-container .tool-items a[title="Polish"] {
1023
- background:url('../images/flags18.png') -89px -265px no-repeat;
1024
- }
1025
-
1026
- #flags.size18 a[title="Portuguese"],
1027
- .tool-container .tool-items a[title="Portuguese"] {
1028
- background:url('../images/flags18.png') -118px -265px no-repeat;
1029
- }
1030
-
1031
- #flags.size18 a.brazil[title="Portuguese"] {
1032
- background:url('../images/flags18.png') -147px -439px no-repeat;
1033
- }
1034
-
1035
- #flags.size18 a[title="Punjabi"],
1036
- .tool-container .tool-items a[title="Punjabi"] {
1037
- background:url('../images/flags18.png') -147px -265px no-repeat;
1038
- }
1039
-
1040
- #flags.size18 a[title="Romanian"],
1041
- .tool-container .tool-items a[title="Romanian"] {
1042
- background:url('../images/flags18.png') -2px -294px no-repeat;
1043
- }
1044
-
1045
- #flags.size18 a[title="Russian"],
1046
- .tool-container .tool-items a[title="Russian"] {
1047
- background:url('../images/flags18.png') -31px -294px no-repeat;
1048
- }
1049
-
1050
- #flags.size18 a[title="Serbian"],
1051
- .tool-container .tool-items a[title="Serbian"] {
1052
- background:url('../images/flags18.png') -60px -294px no-repeat;
1053
- }
1054
-
1055
- #flags.size18 a[title="Sesotho"],
1056
- .tool-container .tool-items a[title="Sesotho"] {
1057
- background:url('../images/flags18.png') -31px -410px no-repeat;
1058
- }
1059
-
1060
- #flags.size18 a[title="Sinhala"],
1061
- .tool-container .tool-items a[title="Sinhala"] {
1062
- background:url('../images/flags18.png') -2px -439px no-repeat;
1063
- }
1064
-
1065
- #flags.size18 a[title="Slovak"],
1066
- .tool-container .tool-items a[title="Slovak"] {
1067
- background:url('../images/flags18.png') -89px -294px no-repeat;
1068
- }
1069
-
1070
- #flags.size18 a[title="Slovenian"],
1071
- .tool-container .tool-items a[title="Slovenian"] {
1072
- background:url('../images/flags18.png') -118px -294px no-repeat;
1073
- }
1074
-
1075
- #flags.size18 a[title="Somali"],
1076
- .tool-container .tool-items a[title="Somali"] {
1077
- background:url('../images/flags18.png') -147px -294px no-repeat;
1078
- }
1079
-
1080
- #flags.size18 a[title="Spanish"],
1081
- .tool-container .tool-items a[title="Spanish"] {
1082
- background:url('../images/flags18.png') -2px -323px no-repeat;
1083
- }
1084
-
1085
- #flags.size18 a.mexico[title="Spanish"] {
1086
- background:url('../images/flags18.png') -118px -439px no-repeat;
1087
- }
1088
-
1089
- #flags.size18 a[title="Sundanese"],
1090
- .tool-container .tool-items a[title="Sundanese"] {
1091
- background:url('../images/flags18.png') -147px -381px no-repeat;
1092
- }
1093
-
1094
- #flags.size18 a[title="Swahili"],
1095
- .tool-container .tool-items a[title="Swahili"] {
1096
- background:url('../images/flags18.png') -31px -323px no-repeat;
1097
- }
1098
-
1099
- #flags.size18 a[title="Swedish"],
1100
- .tool-container .tool-items a[title="Swedish"] {
1101
- background:url('../images/flags18.png') -60px -323px no-repeat;
1102
- }
1103
-
1104
- #flags.size18 a[title="Tajik"],
1105
- .tool-container .tool-items a[title="Tajik"] {
1106
- background:url('../images/flags18.png') -31px -439px no-repeat;
1107
- }
1108
-
1109
- #flags.size18 a[title="Tamil"],
1110
- .tool-container .tool-items a[title="Tamil"] {
1111
- background:url('../images/flags18.png') -89px -323px no-repeat;
1112
- }
1113
-
1114
- #flags.size18 a[title="Telugu"],
1115
- .tool-container .tool-items a[title="Telugu"] {
1116
- background:url('../images/flags18.png') -118px -323px no-repeat;
1117
- }
1118
-
1119
- #flags.size18 a[title="Thai"],
1120
- .tool-container .tool-items a[title="Thai"] {
1121
- background:url('../images/flags18.png') -147px -323px no-repeat;
1122
- }
1123
-
1124
- #flags.size18 a[title="Turkish"],
1125
- .tool-container .tool-items a[title="Turkish"] {
1126
- background:url('../images/flags18.png') -31px -352px no-repeat;
1127
- }
1128
-
1129
- #flags.size18 a[title="Ukranian"],
1130
- .tool-container .tool-items a[title="Ukranian"] {
1131
- background:url('../images/flags18.png') -60px -352px no-repeat;
1132
- }
1133
-
1134
- #flags.size18 a[title="Urdu"],
1135
- .tool-container .tool-items a[title="Urdu"] {
1136
- background:url('../images/flags18.png') -147px -352px no-repeat;
1137
- }
1138
-
1139
- #flags.size18 a[title="Uzbek"],
1140
- .tool-container .tool-items a[title="Uzbek"] {
1141
- background:url('../images/flags18.png') -60px -439px no-repeat;
1142
- }
1143
-
1144
- #flags.size18 a[title="Vietnamese"],
1145
- .tool-container .tool-items a[title="Vietnamese"] {
1146
- background:url('../images/flags18.png') -2px -381px no-repeat;
1147
- }
1148
-
1149
- #flags.size18 a[title="Welsh"],
1150
- .tool-container .tool-items a[title="Welsh"] {
1151
- background:url('../images/flags18.png') -31px -381px no-repeat;
1152
- }
1153
-
1154
- #flags.size18 a[title="Yiddish"],
1155
- .tool-container .tool-items a[title="Yiddish"] {
1156
- background:url('../images/flags18.png') -60px -381px no-repeat;
1157
- }
1158
-
1159
- #flags.size18 a[title="Yoruba"],
1160
- .tool-container .tool-items a[title="Yoruba"] {
1161
- background:url('../images/flags18.png') -89px -381px no-repeat;
1162
- }
1163
-
1164
- #flags.size18 a[title="Zulu"],
1165
- .tool-container .tool-items a[title="Zulu"] {
1166
- background:url('../images/flags18.png') -118px -381px no-repeat;
1167
- }
1168
-
1169
- /* Individual flag backgrounds (20px) */
1170
-
1171
- #flags.size20 a[title="Afrikaans"],
1172
- .tool-container .tool-items a[title="Afrikaans"] {
1173
- background:url('../images/flags20.png') -2px -4px no-repeat;
1174
- }
1175
-
1176
- #flags.size20 a[title="Albanian"],
1177
- .tool-container .tool-items a[title="Albanian"] {
1178
- background:url('../images/flags20.png') -31px -4px no-repeat;
1179
- }
1180
-
1181
- #flags.size20 a[title="Arabic"],
1182
- .tool-container .tool-items a[title="Arabic"] {
1183
- background:url('../images/flags20.png') -60px -4px no-repeat;
1184
- }
1185
-
1186
- #flags.size20 a[title="Armenian"],
1187
- .tool-container .tool-items a[title="Armenian"] {
1188
- background:url('../images/flags20.png') -89px -4px no-repeat;
1189
- }
1190
-
1191
- #flags.size20 a[title="Azerbaijani"],
1192
- .tool-container .tool-items a[title="Azerbaijani"] {
1193
- background:url('../images/flags20.png') -118px -4px no-repeat;
1194
- }
1195
-
1196
- #flags.size20 a[title="Basque"],
1197
- .tool-container .tool-items a[title="Basque"] {
1198
- background:url('../images/flags20.png') -147px -4px no-repeat;
1199
- }
1200
-
1201
- #flags.size20 a[title="Belarusian"],
1202
- .tool-container .tool-items a[title="Belarusian"] {
1203
- background:url('../images/flags20.png') -2px -33px no-repeat;
1204
- }
1205
-
1206
- #flags.size20 a[title="Bengali"],
1207
- .tool-container .tool-items a[title="Bengali"] {
1208
- background:url('../images/flags20.png') -31px -33px no-repeat;
1209
- }
1210
-
1211
- #flags.size20 a[title="Bosnian"],
1212
- .tool-container .tool-items a[title="Bosnian"] {
1213
- background:url('../images/flags20.png') -60px -33px no-repeat;
1214
- }
1215
-
1216
- #flags.size20 a[title="Bulgarian"],
1217
- .tool-container .tool-items a[title="Bulgarian"] {
1218
- background:url('../images/flags20.png') -89px -33px no-repeat;
1219
- }
1220
-
1221
- #flags.size20 a[title="Catalan"],
1222
- .tool-container .tool-items a[title="Catalan"] {
1223
- background:url('../images/flags20.png') -118px -33px no-repeat;
1224
- }
1225
-
1226
- #flags.size20 a[title="Cebuano"],
1227
- .tool-container .tool-items a[title="Cebuano"] {
1228
- background:url('../images/flags20.png') -147px -33px no-repeat;
1229
- }
1230
-
1231
- #flags.size20 a[title="Chichewa"],
1232
- .tool-container .tool-items a[title="Chichewa"] {
1233
- background:url('../images/flags20.png') -89px -410px no-repeat;
1234
- }
1235
-
1236
- #flags.size20 a[title="Chinese"],
1237
- .tool-container .tool-items a[title="Chinese"] {
1238
- background:url('../images/flags20.png') -2px -62px no-repeat;
1239
- }
1240
-
1241
- #flags.size20 a[title="Chinese(Traditional)"],
1242
- .tool-container .tool-items a[title="Chinese(Traditional)"] {
1243
- background:url('../images/flags20.png') -31px -62px no-repeat;
1244
- }
1245
-
1246
- #flags.size20 a[title="Croatian"],
1247
- .tool-container .tool-items a[title="Croatian"] {
1248
- background:url('../images/flags20.png') -60px -62px no-repeat;
1249
- }
1250
-
1251
- #flags.size20 a[title="Czech"],
1252
- .tool-container .tool-items a[title="Czech"] {
1253
- background:url('../images/flags20.png') -89px -62px no-repeat;
1254
- }
1255
-
1256
- #flags.size20 a[title="Danish"],
1257
- .tool-container .tool-items a[title="Danish"] {
1258
- background:url('../images/flags20.png') -118px -62px no-repeat;
1259
- }
1260
-
1261
- #flags.size20 a[title="Dutch"],
1262
- .tool-container .tool-items a[title="Dutch"] {
1263
- background:url('../images/flags20.png') -147px -62px no-repeat;
1264
- }
1265
-
1266
- #flags.size20 a[title="English"],
1267
- .tool-container .tool-items a[title="English"] {
1268
- background:url('../images/flags20.png') -89px -352px no-repeat;
1269
- }
1270
-
1271
- #flags.size20 a.united-states[title="English"] {
1272
- background:url('../images/flags20.png') -118px -352px no-repeat;
1273
- }
1274
-
1275
- #flags.size20 a.canada[title="English"] {
1276
- background:url('../images/flags20.png') -89px -439px no-repeat;
1277
- }
1278
-
1279
- #flags.size20 a[title="Esperanto"],
1280
- .tool-container .tool-items a[title="Esperanto"] {
1281
- background:url('../images/flags20.png') -2px -91px no-repeat;
1282
- }
1283
-
1284
- #flags.size20 a[title="Estonian"],
1285
- .tool-container .tool-items a[title="Estonian"] {
1286
- background:url('../images/flags20.png') -31px -91px no-repeat;
1287
- }
1288
-
1289
- #flags.size20 a[title="Filipino"],
1290
- .tool-container .tool-items a[title="Filipino"] {
1291
- background:url('../images/flags20.png') -60px -91px no-repeat;
1292
- }
1293
-
1294
- #flags.size20 a[title="Finnish"],
1295
- .tool-container .tool-items a[title="Finnish"] {
1296
- background:url('../images/flags20.png') -89px -91px no-repeat;
1297
- }
1298
-
1299
- #flags.size20 a[title="French"],
1300
- .tool-container .tool-items a[title="French"] {
1301
- background:url('../images/flags20.png') -118px -91px no-repeat;
1302
- }
1303
-
1304
- #flags.size20 a[title="Galician"],
1305
- .tool-container .tool-items a[title="Galician"] {
1306
- background:url('../images/flags20.png') -147px -91px no-repeat;
1307
- }
1308
-
1309
- #flags.size20 a[title="Georgian"],
1310
- .tool-container .tool-items a[title="Georgian"] {
1311
- background:url('../images/flags20.png') -2px -120px no-repeat;
1312
- }
1313
-
1314
- #flags.size20 a[title="German"],
1315
- .tool-container .tool-items a[title="German"] {
1316
- background:url('../images/flags20.png') -31px -120px no-repeat;
1317
- }
1318
-
1319
- #flags.size20 a[title="Greek"],
1320
- .tool-container .tool-items a[title="Greek"] {
1321
- background:url('../images/flags20.png') -60px -120px no-repeat;
1322
- }
1323
-
1324
- #flags.size20 a[title="Gujarati"],
1325
- .tool-container .tool-items a[title="Gujarati"] {
1326
- background:url('../images/flags20.png') -89px -120px no-repeat;
1327
- }
1328
-
1329
- #flags.size20 a[title="Haitian"],
1330
- .tool-container .tool-items a[title="Haitian"] {
1331
- background:url('../images/flags20.png') -118px -120px no-repeat;
1332
- }
1333
-
1334
- #flags.size20 a[title="Hausa"],
1335
- .tool-container .tool-items a[title="Hausa"] {
1336
- background:url('../images/flags20.png') -147px -120px no-repeat;
1337
- }
1338
-
1339
- #flags.size20 a[title="Hebrew"],
1340
- .tool-container .tool-items a[title="Hebrew"] {
1341
- background:url('../images/flags20.png') -2px -149px no-repeat;
1342
- }
1343
-
1344
- #flags.size20 a[title="Hindi"],
1345
- .tool-container .tool-items a[title="Hindi"] {
1346
- background:url('../images/flags20.png') -31px -149px no-repeat;
1347
- }
1348
-
1349
- #flags.size20 a[title="Hmong"],
1350
- .tool-container .tool-items a[title="Hmong"] {
1351
- background:url('../images/flags20.png') -60px -149px no-repeat;
1352
- }
1353
-
1354
- #flags.size20 a[title="Hungarian"],
1355
- .tool-container .tool-items a[title="Hungarian"] {
1356
- background:url('../images/flags20.png') -89px -149px no-repeat;
1357
- }
1358
-
1359
- #flags.size20 a[title="Icelandic"],
1360
- .tool-container .tool-items a[title="Icelandic"] {
1361
- background:url('../images/flags20.png') -118px -149px no-repeat;
1362
- }
1363
-
1364
- #flags.size20 a[title="Igbo"],
1365
- .tool-container .tool-items a[title="Igbo"] {
1366
- background:url('../images/flags20.png') -147px -149px no-repeat;
1367
- }
1368
-
1369
- #flags.size20 a[title="Indonesian"],
1370
- .tool-container .tool-items a[title="Indonesian"] {
1371
- background:url('../images/flags20.png') -2px -178px no-repeat;
1372
- }
1373
-
1374
- #flags.size20 a[title="Irish"],
1375
- .tool-container .tool-items a[title="Irish"] {
1376
- background:url('../images/flags20.png') -31px -178px no-repeat;
1377
- }
1378
-
1379
- #flags.size20 a[title="Italian"],
1380
- .tool-container .tool-items a[title="Italian"] {
1381
- background:url('../images/flags20.png') -60px -178px no-repeat;
1382
- }
1383
-
1384
- #flags.size20 a[title="Japanese"],
1385
- .tool-container .tool-items a[title="Japanese"] {
1386
- background:url('../images/flags20.png') -89px -178px no-repeat;
1387
- }
1388
-
1389
- #flags.size20 a[title="Javanese"],
1390
- .tool-container .tool-items a[title="Javanese"] {
1391
- background:url('../images/flags20.png') -118px -178px no-repeat;
1392
- }
1393
-
1394
- #flags.size20 a[title="Kannada"],
1395
- .tool-container .tool-items a[title="Kannada"] {
1396
- background:url('../images/flags20.png') -147px -178px no-repeat;
1397
- }
1398
-
1399
- #flags.size20 a[title="Kazakh"],
1400
- .tool-container .tool-items a[title="Kazakh"] {
1401
- background:url('../images/flags20.png') -2px -410px no-repeat;
1402
- }
1403
-
1404
- #flags.size20 a[title="Khmer"],
1405
- .tool-container .tool-items a[title="Khmer"] {
1406
- background:url('../images/flags20.png') -2px -207px no-repeat;
1407
- }
1408
-
1409
- #flags.size20 a[title="Korean"],
1410
- .tool-container .tool-items a[title="Korean"] {
1411
- background:url('../images/flags20.png') -31px -207px no-repeat;
1412
- }
1413
-
1414
- #flags.size20 a[title="Lao"],
1415
- .tool-container .tool-items a[title="Lao"] {
1416
- background:url('../images/flags20.png') -60px -207px no-repeat;
1417
- }
1418
-
1419
- #flags.size20 a[title="Latin"],
1420
- .tool-container .tool-items a[title="Latin"] {
1421
- background:url('../images/flags20.png') -89px -207px no-repeat;
1422
- }
1423
-
1424
- #flags.size20 a[title="Latvian"],
1425
- .tool-container .tool-items a[title="Latvian"] {
1426
- background:url('../images/flags20.png') -118px -207px no-repeat;
1427
- }
1428
-
1429
- #flags.size20 a[title="Lithuanian"],
1430
- .tool-container .tool-items a[title="Lithuanian"] {
1431
- background:url('../images/flags20.png') -147px -207px no-repeat;
1432
- }
1433
-
1434
- #flags.size20 a[title="Macedonian"],
1435
- .tool-container .tool-items a[title="Macedonian"] {
1436
- background:url('../images/flags20.png') -2px -236px no-repeat;
1437
- }
1438
-
1439
- #flags.size20 a[title="Malagasy"],
1440
- .tool-container .tool-items a[title="Malagasy"] {
1441
- background:url('../images/flags20.png') -60px -410px no-repeat;
1442
- }
1443
-
1444
- #flags.size20 a[title="Malay"],
1445
- .tool-container .tool-items a[title="Malay"] {
1446
- background:url('../images/flags20.png') -31px -236px no-repeat;
1447
- }
1448
-
1449
- #flags.size20 a[title="Maltese"],
1450
- .tool-container .tool-items a[title="Maltese"] {
1451
- background:url('../images/flags20.png') -60px -236px no-repeat;
1452
- }
1453
-
1454
- #flags.size20 a[title="Malayalam"],
1455
- .tool-container .tool-items a[title="Malayalam"] {
1456
- background:url('../images/flags20.png') -118px -410px no-repeat;
1457
- }
1458
-
1459
- #flags.size20 a[title="Maori"],
1460
- .tool-container .tool-items a[title="Maori"] {
1461
- background:url('../images/flags20.png') -89px -236px no-repeat;
1462
- }
1463
-
1464
- #flags.size20 a[title="Marathi"],
1465
- .tool-container .tool-items a[title="Marathi"] {
1466
- background:url('../images/flags20.png') -118px -236px no-repeat;
1467
- }
1468
-
1469
- #flags.size20 a[title="Mongolian"],
1470
- .tool-container .tool-items a[title="Mongolian"] {
1471
- background:url('../images/flags20.png') -147px -236px no-repeat;
1472
- }
1473
-
1474
- #flags.size20 a[title="Myanmar(Burmese)"],
1475
- .tool-container .tool-items a[title="Myanmar(Burmese)"] {
1476
- background:url('../images/flags20.png') -147px -410px no-repeat;
1477
- }
1478
-
1479
- #flags.size20 a[title="Nepali"],
1480
- .tool-container .tool-items a[title="Nepali"] {
1481
- background:url('../images/flags20.png') -2px -265px no-repeat;
1482
- }
1483
-
1484
- #flags.size20 a[title="Norwegian"],
1485
- .tool-container .tool-items a[title="Norwegian"] {
1486
- background:url('../images/flags20.png') -31px -265px no-repeat;
1487
- }
1488
-
1489
- #flags.size20 a[title="Persian"],
1490
- .tool-container .tool-items a[title="Persian"] {
1491
- background:url('../images/flags20.png') -60px -265px no-repeat;
1492
- }
1493
-
1494
- #flags.size20 a[title="Polish"],
1495
- .tool-container .tool-items a[title="Polish"] {
1496
- background:url('../images/flags20.png') -89px -265px no-repeat;
1497
- }
1498
-
1499
- #flags.size20 a[title="Portuguese"],
1500
- .tool-container .tool-items a[title="Portuguese"] {
1501
- background:url('../images/flags20.png') -118px -265px no-repeat;
1502
- }
1503
-
1504
- #flags.size20 a.brazil[title="Portuguese"] {
1505
- background:url('../images/flags20.png') -147px -439px no-repeat;
1506
- }
1507
-
1508
- #flags.size20 a[title="Punjabi"],
1509
- .tool-container .tool-items a[title="Punjabi"] {
1510
- background:url('../images/flags20.png') -147px -265px no-repeat;
1511
- }
1512
-
1513
- #flags.size20 a[title="Romanian"],
1514
- .tool-container .tool-items a[title="Romanian"] {
1515
- background:url('../images/flags20.png') -2px -294px no-repeat;
1516
- }
1517
-
1518
- #flags.size20 a[title="Russian"],
1519
- .tool-container .tool-items a[title="Russian"] {
1520
- background:url('../images/flags20.png') -31px -294px no-repeat;
1521
- }
1522
-
1523
- #flags.size20 a[title="Serbian"],
1524
- .tool-container .tool-items a[title="Serbian"] {
1525
- background:url('../images/flags20.png') -60px -294px no-repeat;
1526
- }
1527
-
1528
- #flags.size20 a[title="Sesotho"],
1529
- .tool-container .tool-items a[title="Sesotho"] {
1530
- background:url('../images/flags20.png') -31px -410px no-repeat;
1531
- }
1532
-
1533
- #flags.size20 a[title="Sinhala"],
1534
- .tool-container .tool-items a[title="Sinhala"] {
1535
- background:url('../images/flags20.png') -2px -439px no-repeat;
1536
- }
1537
-
1538
- #flags.size20 a[title="Slovak"],
1539
- .tool-container .tool-items a[title="Slovak"] {
1540
- background:url('../images/flags20.png') -89px -294px no-repeat;
1541
- }
1542
-
1543
- #flags.size20 a[title="Slovenian"],
1544
- .tool-container .tool-items a[title="Slovenian"] {
1545
- background:url('../images/flags20.png') -118px -294px no-repeat;
1546
- }
1547
-
1548
- #flags.size20 a[title="Somali"],
1549
- .tool-container .tool-items a[title="Somali"] {
1550
- background:url('../images/flags20.png') -147px -294px no-repeat;
1551
- }
1552
-
1553
- #flags.size20 a[title="Spanish"],
1554
- .tool-container .tool-items a[title="Spanish"] {
1555
- background:url('../images/flags20.png') -2px -323px no-repeat;
1556
- }
1557
-
1558
- #flags.size20 a.mexico[title="Spanish"] {
1559
- background:url('../images/flags20.png') -118px -439px no-repeat;
1560
- }
1561
-
1562
- #flags.size20 a[title="Sundanese"],
1563
- .tool-container .tool-items a[title="Sundanese"] {
1564
- background:url('../images/flags20.png') -147px -381px no-repeat;
1565
- }
1566
-
1567
- #flags.size20 a[title="Swahili"],
1568
- .tool-container .tool-items a[title="Swahili"] {
1569
- background:url('../images/flags20.png') -31px -323px no-repeat;
1570
- }
1571
-
1572
- #flags.size20 a[title="Swedish"],
1573
- .tool-container .tool-items a[title="Swedish"] {
1574
- background:url('../images/flags20.png') -60px -323px no-repeat;
1575
- }
1576
-
1577
- #flags.size20 a[title="Tajik"],
1578
- .tool-container .tool-items a[title="Tajik"] {
1579
- background:url('../images/flags20.png') -31px -439px no-repeat;
1580
- }
1581
-
1582
- #flags.size20 a[title="Tamil"],
1583
- .tool-container .tool-items a[title="Tamil"] {
1584
- background:url('../images/flags20.png') -89px -323px no-repeat;
1585
- }
1586
-
1587
- #flags.size20 a[title="Telugu"],
1588
- .tool-container .tool-items a[title="Telugu"] {
1589
- background:url('../images/flags20.png') -118px -323px no-repeat;
1590
- }
1591
-
1592
- #flags.size20 a[title="Thai"],
1593
- .tool-container .tool-items a[title="Thai"] {
1594
- background:url('../images/flags20.png') -147px -323px no-repeat;
1595
- }
1596
-
1597
- #flags.size20 a[title="Turkish"],
1598
- .tool-container .tool-items a[title="Turkish"] {
1599
- background:url('../images/flags20.png') -31px -352px no-repeat;
1600
- }
1601
-
1602
- #flags.size20 a[title="Ukranian"],
1603
- .tool-container .tool-items a[title="Ukranian"] {
1604
- background:url('../images/flags20.png') -60px -352px no-repeat;
1605
- }
1606
-
1607
- #flags.size20 a[title="Urdu"],
1608
- .tool-container .tool-items a[title="Urdu"] {
1609
- background:url('../images/flags20.png') -147px -352px no-repeat;
1610
- }
1611
-
1612
- #flags.size20 a[title="Uzbek"],
1613
- .tool-container .tool-items a[title="Uzbek"] {
1614
- background:url('../images/flags20.png') -60px -439px no-repeat;
1615
- }
1616
-
1617
- #flags.size20 a[title="Vietnamese"],
1618
- .tool-container .tool-items a[title="Vietnamese"] {
1619
- background:url('../images/flags20.png') -2px -381px no-repeat;
1620
- }
1621
-
1622
- #flags.size20 a[title="Welsh"],
1623
- .tool-container .tool-items a[title="Welsh"] {
1624
- background:url('../images/flags20.png') -31px -381px no-repeat;
1625
- }
1626
-
1627
- #flags.size20 a[title="Yiddish"],
1628
- .tool-container .tool-items a[title="Yiddish"] {
1629
- background:url('../images/flags20.png') -60px -381px no-repeat;
1630
- }
1631
-
1632
- #flags.size20 a[title="Yoruba"],
1633
- .tool-container .tool-items a[title="Yoruba"] {
1634
- background:url('../images/flags20.png') -89px -381px no-repeat;
1635
- }
1636
-
1637
- #flags.size20 a[title="Zulu"],
1638
- .tool-container .tool-items a[title="Zulu"] {
1639
- background:url('../images/flags20.png') -118px -381px no-repeat;
1640
- }
1641
-
1642
- /* Individual flag backgrounds (16px) */
1643
-
1644
- #flags.size16 a[title="Afrikaans"],
1645
- .tool-container .tool-items a[title="Afrikaans"] {
1646
- background:url('../images/flags16.png') -4px -5px no-repeat;
1647
- }
1648
-
1649
- #flags.size16 a[title="Albanian"],
1650
- .tool-container .tool-items a[title="Albanian"] {
1651
- background:url('../images/flags16.png') -33px -5px no-repeat;
1652
- }
1653
-
1654
- #flags.size16 a[title="Arabic"],
1655
- .tool-container .tool-items a[title="Arabic"] {
1656
- background:url('../images/flags16.png') -62px -5px no-repeat;
1657
- }
1658
-
1659
- #flags.size16 a[title="Armenian"],
1660
- .tool-container .tool-items a[title="Armenian"] {
1661
- background:url('../images/flags16.png') -91px -5px no-repeat;
1662
- }
1663
-
1664
- #flags.size16 a[title="Azerbaijani"],
1665
- .tool-container .tool-items a[title="Azerbaijani"] {
1666
- background:url('../images/flags16.png') -120px -5px no-repeat;
1667
- }
1668
-
1669
- #flags.size16 a[title="Basque"],
1670
- .tool-container .tool-items a[title="Basque"] {
1671
- background:url('../images/flags16.png') -149px -5px no-repeat;
1672
- }
1673
-
1674
- #flags.size16 a[title="Belarusian"],
1675
- .tool-container .tool-items a[title="Belarusian"] {
1676
- background:url('../images/flags16.png') -4px -34px no-repeat;
1677
- }
1678
-
1679
- #flags.size16 a[title="Bengali"],
1680
- .tool-container .tool-items a[title="Bengali"] {
1681
- background:url('../images/flags16.png') -33px -34px no-repeat;
1682
- }
1683
-
1684
- #flags.size16 a[title="Bosnian"],
1685
- .tool-container .tool-items a[title="Bosnian"] {
1686
- background:url('../images/flags16.png') -62px -34px no-repeat;
1687
- }
1688
-
1689
- #flags.size16 a[title="Bulgarian"],
1690
- .tool-container .tool-items a[title="Bulgarian"] {
1691
- background:url('../images/flags16.png') -91px -34px no-repeat;
1692
- }
1693
-
1694
- #flags.size16 a[title="Catalan"],
1695
- .tool-container .tool-items a[title="Catalan"] {
1696
- background:url('../images/flags16.png') -120px -34px no-repeat;
1697
- }
1698
-
1699
- #flags.size16 a[title="Cebuano"],
1700
- .tool-container .tool-items a[title="Cebuano"] {
1701
- background:url('../images/flags16.png') -149px -34px no-repeat;
1702
- }
1703
-
1704
- #flags.size16 a[title="Chichewa"],
1705
- .tool-container .tool-items a[title="Chichewa"] {
1706
- background:url('../images/flags16.png') -91px -411px no-repeat;
1707
- }
1708
-
1709
- #flags.size16 a[title="Chinese"],
1710
- .tool-container .tool-items a[title="Chinese"] {
1711
- background:url('../images/flags16.png') -4px -63px no-repeat;
1712
- }
1713
-
1714
- #flags.size16 a[title="Chinese(Traditional)"],
1715
- .tool-container .tool-items a[title="Chinese(Traditional)"] {
1716
- background:url('../images/flags16.png') -33px -63px no-repeat;
1717
- }
1718
-
1719
- #flags.size16 a[title="Croatian"],
1720
- .tool-container .tool-items a[title="Croatian"] {
1721
- background:url('../images/flags16.png') -62px -63px no-repeat;
1722
- }
1723
-
1724
- #flags.size16 a[title="Czech"],
1725
- .tool-container .tool-items a[title="Czech"] {
1726
- background:url('../images/flags16.png') -91px -63px no-repeat;
1727
- }
1728
-
1729
- #flags.size16 a[title="Danish"],
1730
- .tool-container .tool-items a[title="Danish"] {
1731
- background:url('../images/flags16.png') -120px -63px no-repeat;
1732
- }
1733
-
1734
- #flags.size16 a[title="Dutch"],
1735
- .tool-container .tool-items a[title="Dutch"] {
1736
- background:url('../images/flags16.png') -149px -63px no-repeat;
1737
- }
1738
-
1739
- #flags.size16 a[title="English"],
1740
- .tool-container .tool-items a[title="English"] {
1741
- background:url('../images/flags16.png') -91px -353px no-repeat;
1742
- }
1743
-
1744
- #flags.size16 a.united-states[title="English"] {
1745
- background:url('../images/flags16.png') -120px -353px no-repeat;
1746
- }
1747
-
1748
- #flags.size16 a.canada[title="English"] {
1749
- background:url('../images/flags16.png') -91px -440px no-repeat;
1750
- }
1751
-
1752
- #flags.size16 a[title="Esperanto"],
1753
- .tool-container .tool-items a[title="Esperanto"] {
1754
- background:url('../images/flags16.png') -4px -92px no-repeat;
1755
- }
1756
-
1757
- #flags.size16 a[title="Estonian"],
1758
- .tool-container .tool-items a[title="Estonian"] {
1759
- background:url('../images/flags16.png') -33px -92px no-repeat;
1760
- }
1761
-
1762
- #flags.size16 a[title="Filipino"],
1763
- .tool-container .tool-items a[title="Filipino"] {
1764
- background:url('../images/flags16.png') -62px -92px no-repeat;
1765
- }
1766
-
1767
- #flags.size16 a[title="Finnish"],
1768
- .tool-container .tool-items a[title="Finnish"] {
1769
- background:url('../images/flags16.png') -91px -92px no-repeat;
1770
- }
1771
-
1772
- #flags.size16 a[title="French"],
1773
- .tool-container .tool-items a[title="French"] {
1774
- background:url('../images/flags16.png') -120px -92px no-repeat;
1775
- }
1776
-
1777
- #flags.size16 a[title="Galician"],
1778
- .tool-container .tool-items a[title="Galician"] {
1779
- background:url('../images/flags16.png') -149px -92px no-repeat;
1780
- }
1781
-
1782
- #flags.size16 a[title="Georgian"],
1783
- .tool-container .tool-items a[title="Georgian"] {
1784
- background:url('../images/flags16.png') -4px -121px no-repeat;
1785
- }
1786
-
1787
- #flags.size16 a[title="German"],
1788
- .tool-container .tool-items a[title="German"] {
1789
- background:url('../images/flags16.png') -33px -121px no-repeat;
1790
- }
1791
-
1792
- #flags.size16 a[title="Greek"],
1793
- .tool-container .tool-items a[title="Greek"] {
1794
- background:url('../images/flags16.png') -62px -121px no-repeat;
1795
- }
1796
-
1797
- #flags.size16 a[title="Gujarati"],
1798
- .tool-container .tool-items a[title="Gujarati"] {
1799
- background:url('../images/flags16.png') -91px -121px no-repeat;
1800
- }
1801
-
1802
- #flags.size16 a[title="Haitian"],
1803
- .tool-container .tool-items a[title="Haitian"] {
1804
- background:url('../images/flags16.png') -120px -121px no-repeat;
1805
- }
1806
-
1807
- #flags.size16 a[title="Hausa"],
1808
- .tool-container .tool-items a[title="Hausa"] {
1809
- background:url('../images/flags16.png') -149px -121px no-repeat;
1810
- }
1811
-
1812
- #flags.size16 a[title="Hebrew"],
1813
- .tool-container .tool-items a[title="Hebrew"] {
1814
- background:url('../images/flags16.png') -4px -150px no-repeat;
1815
- }
1816
-
1817
- #flags.size16 a[title="Hindi"],
1818
- .tool-container .tool-items a[title="Hindi"] {
1819
- background:url('../images/flags16.png') -33px -150px no-repeat;
1820
- }
1821
-
1822
- #flags.size16 a[title="Hmong"],
1823
- .tool-container .tool-items a[title="Hmong"] {
1824
- background:url('../images/flags16.png') -62px -150px no-repeat;
1825
- }
1826
-
1827
- #flags.size16 a[title="Hungarian"],
1828
- .tool-container .tool-items a[title="Hungarian"] {
1829
- background:url('../images/flags16.png') -91px -150px no-repeat;
1830
- }
1831
-
1832
- #flags.size16 a[title="Icelandic"],
1833
- .tool-container .tool-items a[title="Icelandic"] {
1834
- background:url('../images/flags16.png') -120px -150px no-repeat;
1835
- }
1836
-
1837
- #flags.size16 a[title="Igbo"],
1838
- .tool-container .tool-items a[title="Igbo"] {
1839
- background:url('../images/flags16.png') -149px -150px no-repeat;
1840
- }
1841
-
1842
- #flags.size16 a[title="Indonesian"],
1843
- .tool-container .tool-items a[title="Indonesian"] {
1844
- background:url('../images/flags16.png') -4px -179px no-repeat;
1845
- }
1846
-
1847
- #flags.size16 a[title="Irish"],
1848
- .tool-container .tool-items a[title="Irish"] {
1849
- background:url('../images/flags16.png') -33px -179px no-repeat;
1850
- }
1851
-
1852
- #flags.size16 a[title="Italian"],
1853
- .tool-container .tool-items a[title="Italian"] {
1854
- background:url('../images/flags16.png') -62px -179px no-repeat;
1855
- }
1856
-
1857
- #flags.size16 a[title="Japanese"],
1858
- .tool-container .tool-items a[title="Japanese"] {
1859
- background:url('../images/flags16.png') -91px -179px no-repeat;
1860
- }
1861
-
1862
- #flags.size16 a[title="Javanese"],
1863
- .tool-container .tool-items a[title="Javanese"] {
1864
- background:url('../images/flags16.png') -120px -179px no-repeat;
1865
- }
1866
-
1867
- #flags.size16 a[title="Kannada"],
1868
- .tool-container .tool-items a[title="Kannada"] {
1869
- background:url('../images/flags16.png') -149px -179px no-repeat;
1870
- }
1871
-
1872
- #flags.size16 a[title="Kazakh"],
1873
- .tool-container .tool-items a[title="Kazakh"] {
1874
- background:url('../images/flags16.png') -4px -411px no-repeat;
1875
- }
1876
-
1877
- #flags.size16 a[title="Khmer"],
1878
- .tool-container .tool-items a[title="Khmer"] {
1879
- background:url('../images/flags16.png') -4px -208px no-repeat;
1880
- }
1881
-
1882
- #flags.size16 a[title="Korean"],
1883
- .tool-container .tool-items a[title="Korean"] {
1884
- background:url('../images/flags16.png') -33px -208px no-repeat;
1885
- }
1886
-
1887
- #flags.size16 a[title="Lao"],
1888
- .tool-container .tool-items a[title="Lao"] {
1889
- background:url('../images/flags16.png') -62px -208px no-repeat;
1890
- }
1891
-
1892
- #flags.size16 a[title="Latin"],
1893
- .tool-container .tool-items a[title="Latin"] {
1894
- background:url('../images/flags16.png') -91px -208px no-repeat;
1895
- }
1896
-
1897
- #flags.size16 a[title="Latvian"],
1898
- .tool-container .tool-items a[title="Latvian"] {
1899
- background:url('../images/flags16.png') -120px -208px no-repeat;
1900
- }
1901
-
1902
- #flags.size16 a[title="Lithuanian"],
1903
- .tool-container .tool-items a[title="Lithuanian"] {
1904
- background:url('../images/flags16.png') -149px -208px no-repeat;
1905
- }
1906
-
1907
- #flags.size16 a[title="Macedonian"],
1908
- .tool-container .tool-items a[title="Macedonian"] {
1909
- background:url('../images/flags16.png') -4px -237px no-repeat;
1910
- }
1911
-
1912
- #flags.size16 a[title="Malay"],
1913
- .tool-container .tool-items a[title="Malay"] {
1914
- background:url('../images/flags16.png') -33px -237px no-repeat;
1915
- }
1916
-
1917
- #flags.size16 a[title="Malagasy"],
1918
- .tool-container .tool-items a[title="Malagasy"] {
1919
- background:url('../images/flags16.png') -62px -411px no-repeat;
1920
- }
1921
-
1922
- #flags.size16 a[title="Malayalam"],
1923
- .tool-container .tool-items a[title="Malayalam"] {
1924
- background:url('../images/flags16.png') -120px -411px no-repeat;
1925
- }
1926
-
1927
- #flags.size16 a[title="Maltese"],
1928
- .tool-container .tool-items a[title="Maltese"] {
1929
- background:url('../images/flags16.png') -62px -237px no-repeat;
1930
- }
1931
-
1932
- #flags.size16 a[title="Maori"],
1933
- .tool-container .tool-items a[title="Maori"] {
1934
- background:url('../images/flags16.png') -91px -237px no-repeat;
1935
- }
1936
-
1937
- #flags.size16 a[title="Marathi"],
1938
- .tool-container .tool-items a[title="Marathi"] {
1939
- background:url('../images/flags16.png') -120px -237px no-repeat;
1940
- }
1941
-
1942
- #flags.size16 a[title="Mongolian"],
1943
- .tool-container .tool-items a[title="Mongolian"] {
1944
- background:url('../images/flags16.png') -149px -237px no-repeat;
1945
- }
1946
-
1947
- #flags.size16 a[title="Myanmar(Burmese)"],
1948
- .tool-container .tool-items a[title="Myanmar(Burmese)"] {
1949
- background:url('../images/flags16.png') -149px -411px no-repeat;
1950
- }
1951
-
1952
- #flags.size16 a[title="Nepali"],
1953
- .tool-container .tool-items a[title="Nepali"] {
1954
- background:url('../images/flags16.png') -4px -266px no-repeat;
1955
- }
1956
-
1957
- #flags.size16 a[title="Norwegian"],
1958
- .tool-container .tool-items a[title="Norwegian"] {
1959
- background:url('../images/flags16.png') -33px -266px no-repeat;
1960
- }
1961
-
1962
- #flags.size16 a[title="Persian"],
1963
- .tool-container .tool-items a[title="Persian"] {
1964
- background:url('../images/flags16.png') -62px -266px no-repeat;
1965
- }
1966
-
1967
- #flags.size16 a[title="Polish"],
1968
- .tool-container .tool-items a[title="Polish"] {
1969
- background:url('../images/flags16.png') -91px -266px no-repeat;
1970
- }
1971
-
1972
- #flags.size16 a[title="Portuguese"],
1973
- .tool-container .tool-items a[title="Portuguese"] {
1974
- background:url('../images/flags16.png') -120px -266px no-repeat;
1975
- }
1976
-
1977
- #flags.size16 a.brazil[title="Portuguese"] {
1978
- background:url('../images/flags16.png') -149px -440px no-repeat;
1979
- }
1980
-
1981
- #flags.size16 a[title="Punjabi"],
1982
- .tool-container .tool-items a[title="Punjabi"] {
1983
- background:url('../images/flags16.png') -149px -266px no-repeat;
1984
- }
1985
-
1986
- #flags.size16 a[title="Romanian"],
1987
- .tool-container .tool-items a[title="Romanian"] {
1988
- background:url('../images/flags16.png') -4px -295px no-repeat;
1989
- }
1990
-
1991
- #flags.size16 a[title="Russian"],
1992
- .tool-container .tool-items a[title="Russian"] {
1993
- background:url('../images/flags16.png') -33px -295px no-repeat;
1994
- }
1995
-
1996
- #flags.size16 a[title="Serbian"],
1997
- .tool-container .tool-items a[title="Serbian"] {
1998
- background:url('../images/flags16.png') -62px -295px no-repeat;
1999
- }
2000
-
2001
- #flags.size16 a[title="Sesotho"],
2002
- .tool-container .tool-items a[title="Sesotho"] {
2003
- background:url('../images/flags16.png') -33px -411px no-repeat;
2004
- }
2005
-
2006
- #flags.size16 a[title="Sinhala"],
2007
- .tool-container .tool-items a[title="Sinhala"] {
2008
- background:url('../images/flags16.png') -4px -440px no-repeat;
2009
- }
2010
-
2011
- #flags.size16 a[title="Slovak"],
2012
- .tool-container .tool-items a[title="Slovak"] {
2013
- background:url('../images/flags16.png') -91px -295px no-repeat;
2014
- }
2015
-
2016
- #flags.size16 a[title="Slovenian"],
2017
- .tool-container .tool-items a[title="Slovenian"] {
2018
- background:url('../images/flags16.png') -120px -295px no-repeat;
2019
- }
2020
-
2021
- #flags.size16 a[title="Somali"],
2022
- .tool-container .tool-items a[title="Somali"] {
2023
- background:url('../images/flags16.png') -149px -295px no-repeat;
2024
- }
2025
-
2026
- #flags.size16 a[title="Spanish"],
2027
- .tool-container .tool-items a[title="Spanish"] {
2028
- background:url('../images/flags16.png') -4px -324px no-repeat;
2029
- }
2030
-
2031
- #flags.size16 a.mexico[title="Spanish"] {
2032
- background:url('../images/flags16.png') -120px -440px no-repeat;
2033
- }
2034
-
2035
- #flags.size16 a[title="Swahili"],
2036
- .tool-container .tool-items a[title="Swahili"] {
2037
- background:url('../images/flags16.png') -33px -324px no-repeat;
2038
- }
2039
-
2040
- #flags.size16 a[title="Swedish"],
2041
- .tool-container .tool-items a[title="Swedish"] {
2042
- background:url('../images/flags16.png') -62px -324px no-repeat;
2043
- }
2044
-
2045
- #flags.size16 a[title="Sundanese"],
2046
- .tool-container .tool-items a[title="Sundanese"] {
2047
- background:url('../images/flags16.png') -149px -382px no-repeat;
2048
- }
2049
-
2050
- #flags.size16 a[title="Tajik"],
2051
- .tool-container .tool-items a[title="Tajik"] {
2052
- background:url('../images/flags16.png') -33px -440px no-repeat;
2053
- }
2054
-
2055
- #flags.size16 a[title="Tamil"],
2056
- .tool-container .tool-items a[title="Tamil"] {
2057
- background:url('../images/flags16.png') -91px -324px no-repeat;
2058
- }
2059
-
2060
- #flags.size16 a[title="Telugu"],
2061
- .tool-container .tool-items a[title="Telugu"] {
2062
- background:url('../images/flags16.png') -120px -324px no-repeat;
2063
- }
2064
-
2065
- #flags.size16 a[title="Thai"],
2066
- .tool-container .tool-items a[title="Thai"] {
2067
- background:url('../images/flags16.png') -149px -324px no-repeat;
2068
- }
2069
-
2070
- #flags.size16 a[title="Turkish"],
2071
- .tool-container .tool-items a[title="Turkish"] {
2072
- background:url('../images/flags16.png') -33px -353px no-repeat;
2073
- }
2074
-
2075
- #flags.size16 a[title="Ukranian"],
2076
- .tool-container .tool-items a[title="Ukranian"] {
2077
- background:url('../images/flags16.png') -62px -353px no-repeat;
2078
- }
2079
-
2080
- #flags.size16 a[title="Urdu"],
2081
- .tool-container .tool-items a[title="Urdu"] {
2082
- background:url('../images/flags16.png') -149px -353px no-repeat;
2083
- }
2084
-
2085
- #flags.size16 a[title="Uzbek"],
2086
- .tool-container .tool-items a[title="Uzbek"] {
2087
- background:url('../images/flags16.png') -62px -440px no-repeat;
2088
- }
2089
-
2090
- #flags.size16 a[title="Vietnamese"],
2091
- .tool-container .tool-items a[title="Vietnamese"] {
2092
- background:url('../images/flags16.png') -4px -382px no-repeat;
2093
- }
2094
-
2095
- #flags.size16 a[title="Welsh"],
2096
- .tool-container .tool-items a[title="Welsh"] {
2097
- background:url('../images/flags16.png') -33px -382px no-repeat;
2098
- }
2099
-
2100
- #flags.size16 a[title="Yiddish"],
2101
- .tool-container .tool-items a[title="Yiddish"] {
2102
- background:url('../images/flags16.png') -62px -382px no-repeat;
2103
- }
2104
-
2105
- #flags.size16 a[title="Yoruba"],
2106
- .tool-container .tool-items a[title="Yoruba"] {
2107
- background:url('../images/flags16.png') -91px -382px no-repeat;
2108
- }
2109
-
2110
- #flags.size16 a[title="Zulu"],
2111
- .tool-container .tool-items a[title="Zulu"] {
2112
- background:url('../images/flags16.png') -120px -382px no-repeat;
2113
- }
2114
-
2115
- /* Individual flag backgrounds (24px) */
2116
-
2117
- #flags.size24 a[title="Afrikaans"],
2118
- .tool-container .tool-items a[title="Afrikaans"] {
2119
- background:url('../images/flags.png') 0 -3px no-repeat;
2120
- }
2121
-
2122
- #flags.size24 a[title="Albanian"],
2123
- .tool-container .tool-items a[title="Albanian"] {
2124
- background:url('../images/flags.png') -29px -3px no-repeat;
2125
- }
2126
-
2127
- #flags.size24 a[title="Arabic"],
2128
- .tool-container .tool-items a[title="Arabic"] {
2129
- background:url('../images/flags.png') -58px -3px no-repeat;
2130
- }
2131
-
2132
- #flags.size24 a[title="Armenian"],
2133
- .tool-container .tool-items a[title="Armenian"] {
2134
- background:url('../images/flags.png') -87px -3px no-repeat;
2135
- }
2136
-
2137
- #flags.size24 a[title="Azerbaijani"],
2138
- .tool-container .tool-items a[title="Azerbaijani"] {
2139
- background:url('../images/flags.png') -116px -3px no-repeat;
2140
- }
2141
-
2142
- #flags.size24 a[title="Basque"],
2143
- .tool-container .tool-items a[title="Basque"] {
2144
- background:url('../images/flags.png') -145px -3px no-repeat;
2145
- }
2146
-
2147
- #flags.size24 a[title="Belarusian"],
2148
- .tool-container .tool-items a[title="Belarusian"] {
2149
- background:url('../images/flags.png') 0 -32px no-repeat;
2150
- }
2151
-
2152
- #flags.size24 a[title="Bengali"],
2153
- .tool-container .tool-items a[title="Bengali"] {
2154
- background:url('../images/flags.png') -29px -32px no-repeat;
2155
- }
2156
-
2157
- #flags.size24 a[title="Bosnian"],
2158
- .tool-container .tool-items a[title="Bosnian"] {
2159
- background:url('../images/flags.png') -58px -32px no-repeat;
2160
- }
2161
-
2162
- #flags.size24 a[title="Bulgarian"],
2163
- .tool-container .tool-items a[title="Bulgarian"] {
2164
- background:url('../images/flags.png') -87px -32px no-repeat;
2165
- }
2166
-
2167
- #flags.size24 a[title="Catalan"],
2168
- .tool-container .tool-items a[title="Catalan"] {
2169
- background:url('../images/flags.png') -116px -32px no-repeat;
2170
- }
2171
-
2172
- #flags.size24 a[title="Cebuano"],
2173
- .tool-container .tool-items a[title="Cebuano"] {
2174
- background:url('../images/flags.png') -145px -32px no-repeat;
2175
- }
2176
-
2177
- #flags.size24 a[title="Chichewa"],
2178
- .tool-container .tool-items a[title="Chichewa"] {
2179
- background:url('../images/flags.png') -87px -409px no-repeat;
2180
- }
2181
-
2182
- #flags.size24 a[title="Chinese"],
2183
- .tool-container .tool-items a[title="Chinese"] {
2184
- background:url('../images/flags.png') 0 -61px no-repeat;
2185
- }
2186
-
2187
- #flags.size24 a[title="Chinese(Traditional)"],
2188
- .tool-container .tool-items a[title="Chinese(Traditional)"] {
2189
- background:url('../images/flags.png') -29px -61px no-repeat;
2190
- }
2191
-
2192
- #flags.size24 a[title="Croatian"],
2193
- .tool-container .tool-items a[title="Croatian"] {
2194
- background:url('../images/flags.png') -58px -61px no-repeat;
2195
- }
2196
-
2197
- #flags.size24 a[title="Czech"],
2198
- .tool-container .tool-items a[title="Czech"] {
2199
- background:url('../images/flags.png') -87px -61px no-repeat;
2200
- }
2201
-
2202
- #flags.size24 a[title="Danish"],
2203
- .tool-container .tool-items a[title="Danish"] {
2204
- background:url('../images/flags.png') -116px -61px no-repeat;
2205
- }
2206
-
2207
- #flags.size24 a[title="Dutch"],
2208
- .tool-container .tool-items a[title="Dutch"] {
2209
- background:url('../images/flags.png') -145px -61px no-repeat;
2210
- }
2211
-
2212
- #flags.size24 a[title="English"],
2213
- .tool-container .tool-items a[title="English"] {
2214
- background:url('../images/flags.png') -87px -351px no-repeat;
2215
- }
2216
-
2217
- #flags.size24 a.united-states[title="English"],
2218
- .tool-container a.united-states[title="English"] {
2219
- background:url('../images/flags.png') -116px -351px no-repeat !important;
2220
- }
2221
-
2222
- #flags.size24 a.canada[title="English"],
2223
- .tool-container a.canada[title="English"] {
2224
- background:url('../images/flags.png') -87px -438px no-repeat !important;
2225
- }
2226
-
2227
- #flags.size24 a[title="Esperanto"],
2228
- .tool-container .tool-items a[title="Esperanto"] {
2229
- background:url('../images/flags.png') 0 -90px no-repeat;
2230
- }
2231
-
2232
- #flags.size24 a[title="Estonian"],
2233
- .tool-container .tool-items a[title="Estonian"] {
2234
- background:url('../images/flags.png') -29px -90px no-repeat;
2235
- }
2236
-
2237
- #flags.size24 a[title="Filipino"],
2238
- .tool-container .tool-items a[title="Filipino"] {
2239
- background:url('../images/flags.png') -58px -90px no-repeat;
2240
- }
2241
-
2242
- #flags.size24 a[title="Finnish"],
2243
- .tool-container .tool-items a[title="Finnish"] {
2244
- background:url('../images/flags.png') -87px -90px no-repeat;
2245
- }
2246
-
2247
- #flags.size24 a[title="French"],
2248
- .tool-container .tool-items a[title="French"] {
2249
- background:url('../images/flags.png') -116px -90px no-repeat;
2250
- }
2251
-
2252
- #flags.size24 a[title="Galician"],
2253
- .tool-container .tool-items a[title="Galician"] {
2254
- background:url('../images/flags.png') -145px -90px no-repeat;
2255
- }
2256
-
2257
- #flags.size24 a[title="Georgian"],
2258
- .tool-container .tool-items a[title="Georgian"] {
2259
- background:url('../images/flags.png') 0 -119px no-repeat;
2260
- }
2261
-
2262
- #flags.size24 a[title="German"],
2263
- .tool-container .tool-items a[title="German"] {
2264
- background:url('../images/flags.png') -29px -119px no-repeat;
2265
- }
2266
-
2267
- #flags.size24 a[title="Greek"],
2268
- .tool-container .tool-items a[title="Greek"] {
2269
- background:url('../images/flags.png') -58px -119px no-repeat;
2270
- }
2271
-
2272
- #flags.size24 a[title="Gujarati"],
2273
- .tool-container .tool-items a[title="Gujarati"] {
2274
- background:url('../images/flags.png') -87px -119px no-repeat;
2275
- }
2276
-
2277
- #flags.size24 a[title="Haitian"],
2278
- .tool-container .tool-items a[title="Haitian"] {
2279
- background:url('../images/flags.png') -116px -119px no-repeat;
2280
- }
2281
-
2282
- #flags.size24 a[title="Hausa"],
2283
- .tool-container .tool-items a[title="Hausa"] {
2284
- background:url('../images/flags.png') -145px -119px no-repeat;
2285
- }
2286
-
2287
- #flags.size24 a[title="Hebrew"],
2288
- .tool-container .tool-items a[title="Hebrew"] {
2289
- background:url('../images/flags.png') 0 -148px no-repeat;
2290
- }
2291
-
2292
- #flags.size24 a[title="Hindi"],
2293
- .tool-container .tool-items a[title="Hindi"] {
2294
- background:url('../images/flags.png') -29px -148px no-repeat;
2295
- }
2296
-
2297
- #flags.size24 a[title="Hmong"],
2298
- .tool-container .tool-items a[title="Hmong"] {
2299
- background:url('../images/flags.png') -58px -148px no-repeat;
2300
- }
2301
-
2302
- #flags.size24 a[title="Hungarian"],
2303
- .tool-container .tool-items a[title="Hungarian"] {
2304
- background:url('../images/flags.png') -87px -148px no-repeat;
2305
- }
2306
-
2307
- #flags.size24 a[title="Icelandic"],
2308
- .tool-container .tool-items a[title="Icelandic"] {
2309
- background:url('../images/flags.png') -116px -148px no-repeat;
2310
- }
2311
-
2312
- #flags.size24 a[title="Igbo"],
2313
- .tool-container .tool-items a[title="Igbo"] {
2314
- background:url('../images/flags.png') -145px -148px no-repeat;
2315
- }
2316
-
2317
- #flags.size24 a[title="Indonesian"],
2318
- .tool-container .tool-items a[title="Indonesian"] {
2319
- background:url('../images/flags.png') 0 -177px no-repeat;
2320
- }
2321
-
2322
- #flags.size24 a[title="Irish"],
2323
- .tool-container .tool-items a[title="Irish"] {
2324
- background:url('../images/flags.png') -29px -177px no-repeat;
2325
- }
2326
-
2327
- #flags.size24 a[title="Italian"],
2328
- .tool-container .tool-items a[title="Italian"] {
2329
- background:url('../images/flags.png') -58px -177px no-repeat;
2330
- }
2331
-
2332
- #flags.size24 a[title="Japanese"],
2333
- .tool-container .tool-items a[title="Japanese"] {
2334
- background:url('../images/flags.png') -87px -177px no-repeat;
2335
- }
2336
-
2337
- #flags.size24 a[title="Javanese"],
2338
- .tool-container .tool-items a[title="Javanese"] {
2339
- background:url('../images/flags.png') -116px -177px no-repeat;
2340
- }
2341
-
2342
- #flags.size24 a[title="Kannada"],
2343
- .tool-container .tool-items a[title="Kannada"] {
2344
- background:url('../images/flags.png') -145px -177px no-repeat;
2345
- }
2346
-
2347
- #flags.size24 a[title="Kazakh"],
2348
- .tool-container .tool-items a[title="Kazakh"] {
2349
- background:url('../images/flags.png') 0 -409px no-repeat;
2350
- }
2351
-
2352
- #flags.size24 a[title="Khmer"],
2353
- .tool-container .tool-items a[title="Khmer"] {
2354
- background:url('../images/flags.png') 0 -206px no-repeat;
2355
- }
2356
-
2357
- #flags.size24 a[title="Korean"],
2358
- .tool-container .tool-items a[title="Korean"] {
2359
- background:url('../images/flags.png') -29px -206px no-repeat;
2360
- }
2361
-
2362
- #flags.size24 a[title="Lao"],
2363
- .tool-container .tool-items a[title="Lao"] {
2364
- background:url('../images/flags.png') -58px -206px no-repeat;
2365
- }
2366
-
2367
- #flags.size24 a[title="Latin"],
2368
- .tool-container .tool-items a[title="Latin"] {
2369
- background:url('../images/flags.png') -87px -206px no-repeat;
2370
- }
2371
-
2372
- #flags.size24 a[title="Latvian"],
2373
- .tool-container .tool-items a[title="Latvian"] {
2374
- background:url('../images/flags.png') -116px -206px no-repeat;
2375
- }
2376
-
2377
- #flags.size24 a[title="Lithuanian"],
2378
- .tool-container .tool-items a[title="Lithuanian"] {
2379
- background:url('../images/flags.png') -145px -206px no-repeat;
2380
- }
2381
-
2382
- #flags.size24 a[title="Macedonian"],
2383
- .tool-container .tool-items a[title="Macedonian"] {
2384
- background:url('../images/flags.png') 0 -235px no-repeat;
2385
- }
2386
-
2387
- #flags.size24 a[title="Malagasy"],
2388
- .tool-container .tool-items a[title="Malagasy"] {
2389
- background:url('../images/flags.png') -58px -409px no-repeat;
2390
- }
2391
-
2392
- #flags.size24 a[title="Malay"],
2393
- .tool-container .tool-items a[title="Malay"] {
2394
- background:url('../images/flags.png') -29px -235px no-repeat;
2395
- }
2396
-
2397
- #flags.size24 a[title="Malayalam"],
2398
- .tool-container .tool-items a[title="Malayalam"] {
2399
- background:url('../images/flags.png') -116px -409px no-repeat;
2400
- }
2401
-
2402
- #flags.size24 a[title="Maltese"],
2403
- .tool-container .tool-items a[title="Maltese"] {
2404
- background:url('../images/flags.png') -58px -235px no-repeat;
2405
- }
2406
-
2407
- #flags.size24 a[title="Maori"],
2408
- .tool-container .tool-items a[title="Maori"] {
2409
- background:url('../images/flags.png') -87px -235px no-repeat;
2410
- }
2411
-
2412
- #flags.size24 a[title="Marathi"],
2413
- .tool-container .tool-items a[title="Marathi"] {
2414
- background:url('../images/flags.png') -116px -235px no-repeat;
2415
- }
2416
-
2417
- #flags.size24 a[title="Mongolian"],
2418
- .tool-container .tool-items a[title="Mongolian"] {
2419
- background:url('../images/flags.png') -145px -235px no-repeat;
2420
- }
2421
-
2422
- #flags.size24 a[title="Myanmar(Burmese)"],
2423
- .tool-container .tool-items a[title="Myanmar(Burmese)"] {
2424
- background:url('../images/flags.png') -145px -409px no-repeat;
2425
- }
2426
-
2427
- #flags.size24 a[title="Nepali"],
2428
- .tool-container .tool-items a[title="Nepali"] {
2429
- background:url('../images/flags.png') 0 -264px no-repeat;
2430
- }
2431
-
2432
- #flags.size24 a[title="Norwegian"],
2433
- .tool-container .tool-items a[title="Norwegian"] {
2434
- background:url('../images/flags.png') -29px -264px no-repeat;
2435
- }
2436
-
2437
- #flags.size24 a[title="Persian"],
2438
- .tool-container .tool-items a[title="Persian"] {
2439
- background:url('../images/flags.png') -58px -264px no-repeat;
2440
- }
2441
-
2442
- #flags.size24 a[title="Polish"],
2443
- .tool-container .tool-items a[title="Polish"] {
2444
- background:url('../images/flags.png') -87px -264px no-repeat;
2445
- }
2446
-
2447
- #flags.size24 a[title="Portuguese"],
2448
- .tool-container .tool-items a[title="Portuguese"] {
2449
- background:url('../images/flags.png') -116px -264px no-repeat;
2450
- }
2451
-
2452
- #flags.size24 a.brazil[title="Portuguese"],
2453
- .tool-container a.brazil[title="Portuguese"] {
2454
- background:url('../images/flags.png') -145px -438px no-repeat !important;
2455
- }
2456
-
2457
- #flags.size24 a[title="Punjabi"],
2458
- .tool-container .tool-items a[title="Punjabi"] {
2459
- background:url('../images/flags.png') -145px -264px no-repeat;
2460
- }
2461
-
2462
- #flags.size24 a[title="Romanian"],
2463
- .tool-container .tool-items a[title="Romanian"] {
2464
- background:url('../images/flags.png') 0 -293px no-repeat;
2465
- }
2466
-
2467
- #flags.size24 a[title="Russian"],
2468
- .tool-container .tool-items a[title="Russian"] {
2469
- background:url('../images/flags.png') -29px -293px no-repeat;
2470
- }
2471
-
2472
- #flags.size24 a[title="Serbian"],
2473
- .tool-container .tool-items a[title="Serbian"] {
2474
- background:url('../images/flags.png') -58px -293px no-repeat;
2475
- }
2476
-
2477
- #flags.size24 a[title="Sesotho"],
2478
- .tool-container .tool-items a[title="Sesotho"] {
2479
- background:url('../images/flags.png') -29px -409px no-repeat;
2480
- }
2481
-
2482
- #flags.size24 a[title="Sinhala"],
2483
- .tool-container .tool-items a[title="Sinhala"] {
2484
- background:url('../images/flags.png') 0px -438px no-repeat;
2485
- }
2486
-
2487
- #flags.size24 a[title="Slovak"],
2488
- .tool-container .tool-items a[title="Slovak"] {
2489
- background:url('../images/flags.png') -87px -293px no-repeat;
2490
- }
2491
-
2492
- #flags.size24 a[title="Slovenian"],
2493
- .tool-container .tool-items a[title="Slovenian"] {
2494
- background:url('../images/flags.png') -116px -293px no-repeat;
2495
- }
2496
-
2497
- #flags.size24 a[title="Somali"],
2498
- .tool-container .tool-items a[title="Somali"] {
2499
- background:url('../images/flags.png') -145px -293px no-repeat;
2500
- }
2501
-
2502
- #flags.size24 a[title="Spanish"],
2503
- .tool-container .tool-items a[title="Spanish"] {
2504
- background:url('../images/flags.png') 0 -322px no-repeat;
2505
- }
2506
-
2507
- #flags.size24 a.mexico[title="Spanish"],
2508
- .tool-container a.mexico[title="Spanish"] {
2509
- background:url('../images/flags.png') -116px -438px no-repeat !important;
2510
- }
2511
-
2512
- #flags.size24 a[title="Sundanese"],
2513
- .tool-container .tool-items a[title="Sundanese"] {
2514
- background:url('../images/flags.png') -145px -380px no-repeat;
2515
- }
2516
-
2517
- #flags.size24 a[title="Swahili"],
2518
- .tool-container .tool-items a[title="Swahili"] {
2519
- background:url('../images/flags.png') -29px -322px no-repeat;
2520
- }
2521
-
2522
- #flags.size24 a[title="Swedish"],
2523
- .tool-container .tool-items a[title="Swedish"] {
2524
- background:url('../images/flags.png') -58px -322px no-repeat;
2525
- }
2526
-
2527
- #flags.size24 a[title="Tajik"],
2528
- .tool-container .tool-items a[title="Tajik"] {
2529
- background:url('../images/flags.png') -29px -438px no-repeat;
2530
- }
2531
-
2532
- #flags.size24 a[title="Tamil"],
2533
- .tool-container .tool-items a[title="Tamil"] {
2534
- background:url('../images/flags.png') -87px -322px no-repeat;
2535
- }
2536
-
2537
- #flags.size24 a[title="Telugu"],
2538
- .tool-container .tool-items a[title="Telugu"] {
2539
- background:url('../images/flags.png') -116px -322px no-repeat;
2540
- }
2541
-
2542
- #flags.size24 a[title="Thai"],
2543
- .tool-container .tool-items a[title="Thai"] {
2544
- background:url('../images/flags.png') -145px -322px no-repeat;
2545
- }
2546
-
2547
- #flags.size24 a[title="Turkish"],
2548
- .tool-container .tool-items a[title="Turkish"] {
2549
- background:url('../images/flags.png') -29px -351px no-repeat;
2550
- }
2551
-
2552
- #flags.size24 a[title="Ukranian"],
2553
- .tool-container .tool-items a[title="Ukranian"] {
2554
- background:url('../images/flags.png') -58px -351px no-repeat;
2555
- }
2556
-
2557
- #flags.size24 a[title="Urdu"],
2558
- .tool-container .tool-items a[title="Urdu"] {
2559
- background:url('../images/flags.png') -145px -351px no-repeat;
2560
- }
2561
-
2562
- #flags.size24 a[title="Uzbek"],
2563
- .tool-container .tool-items a[title="Uzbek"] {
2564
- background:url('../images/flags.png') -58px -438px no-repeat;
2565
- }
2566
-
2567
- #flags.size24 a[title="Vietnamese"],
2568
- .tool-container .tool-items a[title="Vietnamese"] {
2569
- background:url('../images/flags.png') 0 -380px no-repeat;
2570
- }
2571
-
2572
- #flags.size24 a[title="Welsh"],
2573
- .tool-container .tool-items a[title="Welsh"] {
2574
- background:url('../images/flags.png') -29px -380px no-repeat;
2575
- }
2576
-
2577
- #flags.size24 a[title="Yiddish"],
2578
- .tool-container .tool-items a[title="Yiddish"] {
2579
- background:url('../images/flags.png') -58px -380px no-repeat;
2580
- }
2581
-
2582
- #flags.size24 a[title="Yoruba"],
2583
- .tool-container .tool-items a[title="Yoruba"] {
2584
- background:url('../images/flags.png') -87px -380px no-repeat;
2585
- }
2586
-
2587
- #flags.size24 a[title="Zulu"],
2588
- .tool-container .tool-items a[title="Zulu"] {
2589
- background:url('../images/flags.png') -116px -380px no-repeat;
 
 
 
 
2590
  }
1
+ #glt-footer,
2
+ #glt-footer #google_language_translator {
3
+ display:none !important;
4
+ }
5
+
6
+ a.wp-studio-logo:focus,
7
+ a.wp-helpdesk-logo:focus {
8
+ box-shadow:none !important;
9
+ -webkit-box-shadow:none !important;
10
+ -moz-box-shadow:none !important;
11
+ }
12
+
13
+ .goog-te-gadget-simple {
14
+ margin:4px 0;
15
+ }
16
+
17
+ select.goog-te-combo {
18
+ width:143px !important;
19
+ background:#fff;
20
+ box-shadow:none !important;
21
+ -moz-box-shadow:none !important;
22
+ -webkit-box-shadow:none !important;
23
+ padding:3px !important;
24
+ height:auto !important;
25
+ border:1px solid lightgray !important;
26
+ border-radius:0px !important;
27
+ -webkit-border-radius:0px;
28
+ -moz-border-radius:0px !important;
29
+ -o-border-radius:0px !important;
30
+ }
31
+
32
+ #flags {
33
+ overflow:hidden;
34
+ }
35
+
36
+ #flags ul {
37
+ margin:0;
38
+ }
39
+
40
+ #flags li {
41
+ float:left !important;
42
+ margin-bottom:0 !important;
43
+ padding:0 !important;
44
+ border:none !important;
45
+ list-style:none !important;
46
+ content:none !important;
47
+ }
48
+
49
+ #flags li:before {
50
+ content:none !important;
51
+ border:none !important;
52
+ background:none !important;
53
+ }
54
+
55
+ #flags a,
56
+ .tool-container .tool-items a {
57
+ cursor:pointer;
58
+ }
59
+
60
+ #flags.size24 a {
61
+ width:24px !important;
62
+ height:18px !important;
63
+ }
64
+
65
+ #flags.size22 a {
66
+ width:22px !important;
67
+ height:17px !important;
68
+ }
69
+
70
+ #flags.size20 a {
71
+ width:20px !important;
72
+ height:14px !important;
73
+ }
74
+
75
+ #flags.size18 a {
76
+ width:18px !important;
77
+ height:14px !important;
78
+ }
79
+
80
+ #flags.size16 a {
81
+ width:16px !important;
82
+ height:12px !important;
83
+ }
84
+
85
+ .tool-container .tool-items a {
86
+ display:inline-block;
87
+ margin:3px 5px 3px;
88
+ width:24px !important;
89
+ height:18px !important;
90
+ }
91
+
92
+ .goog-te-gadget {
93
+ color:#444;
94
+ font-size:11px;
95
+ font-family:"Arial",sans,sans-serif;
96
+ }
97
+
98
+ .goog-te-gadget img {
99
+ vertical-align:middle;
100
+ }
101
+
102
+ select.goog-te-combo:focus {
103
+ box-shadow:none !important;
104
+ -moz-box-shadow:none !important;
105
+ -webkit-box-shadow:none !important;
106
+ }
107
+
108
+ .metabox-holder {
109
+ width:65%;
110
+ float:left;
111
+ }
112
+
113
+ .metabox-holder h2 {
114
+ margin-bottom:18px;
115
+ }
116
+
117
+ .submit {
118
+ padding:0px;
119
+ }
120
+
121
+ .form-table th {
122
+ width:50%;
123
+ }
124
+
125
+ td.advanced {
126
+ padding-top:0px;
127
+ padding-bottom:0px;
128
+ }
129
+
130
+ p.hello {
131
+ font-size:12px;
132
+ color:darkgray;
133
+ }
134
+
135
+ .flag{
136
+ padding:1px 0;
137
+ }
138
+
139
+ a.nturl {
140
+ cursor:pointer;
141
+ }
142
+
143
+ .flag img,
144
+ .alt_flag img{
145
+ border:0px !important;
146
+ margin-top:2px !important;
147
+ padding:0px !important;
148
+ }
149
+
150
+ .attribution {
151
+ width:152px;
152
+ line-height:1em;
153
+ margin-top:4px;
154
+ }
155
+
156
+ span.goog-branding {
157
+ font-size: 11px;
158
+ font-family: arial;
159
+ color: rgb(102, 102, 102);
160
+ white-space: nowrap;
161
+ padding-top: 4px;
162
+ text-align: left;
163
+ width: 150px;
164
+ margin-top: 2px;
165
+ left:170px;
166
+ z-index: 9999;
167
+ float: right;
168
+ }
169
+
170
+ .goog-logo-link,
171
+ .goog-logo-link:link,
172
+ .goog-logo-link:visited,
173
+ .goog-logo-link:hover,
174
+ .goog-logo-link:active {
175
+ font-size: 12px;
176
+ font-weight: bold;
177
+ color: rgb(68, 68, 68);
178
+ text-decoration: none;
179
+ line-height:0.8em;
180
+ }
181
+
182
+ span.goog-branding img {
183
+ float: left;
184
+ margin:0px;
185
+ width: 37px;
186
+
187
+ }
188
+
189
+ span.vertical-translator {
190
+ position:auto;
191
+ float:none !important;
192
+ font-size: 11px;
193
+ font-family: arial;
194
+ color: rgb(102, 102, 102);
195
+ white-space: nowrap;
196
+ vertical-align: middle;
197
+ padding-top: 4px;
198
+ text-align: left;
199
+ width: 150px;
200
+ margin-top: 2px;
201
+ right: -50px;
202
+ z-index: 9999;
203
+ }
204
+
205
+ .tool-container .tool-items .flag img {
206
+ width:24px !important;
207
+ height:24px !important;
208
+ margin-top:1px !important;
209
+ }
210
+
211
+ .tool-items .flag {
212
+ padding:0px !important;
213
+ }
214
+
215
+ .tool-container {
216
+ line-height:1;
217
+ }
218
+
219
+ #footer-instance {
220
+ display:none !important;
221
+ }
222
+
223
+ code {
224
+ border:1px solid lightgray;
225
+ }
226
+
227
+ /* Individual flag backgrounds (22px) */
228
+
229
+ #flags.size22 a[title="Afrikaans"],
230
+ .tool-container .tool-items a[title="Afrikaans"] {
231
+ background:url('../images/flags22.png') -1px -3px no-repeat;
232
+ }
233
+
234
+ #flags.size22 a[title="Albanian"],
235
+ .tool-container .tool-items a[title="Albanian"] {
236
+ background:url('../images/flags22.png') -30px -3px no-repeat;
237
+ }
238
+
239
+ #flags.size22 a[title="Arabic"],
240
+ .tool-container .tool-items a[title="Arabic"] {
241
+ background:url('../images/flags22.png') -59px -3px no-repeat;
242
+ }
243
+
244
+ #flags.size22 a[title="Armenian"],
245
+ .tool-container .tool-items a[title="Armenian"] {
246
+ background:url('../images/flags22.png') -88px -3px no-repeat;
247
+ }
248
+
249
+ #flags.size22 a[title="Azerbaijani"],
250
+ .tool-container .tool-items a[title="Azerbaijani"] {
251
+ background:url('../images/flags22.png') -117px -3px no-repeat;
252
+ }
253
+
254
+ #flags.size22 a[title="Basque"],
255
+ .tool-container .tool-items a[title="Basque"] {
256
+ background:url('../images/flags22.png') -146px -3px no-repeat;
257
+ }
258
+
259
+ #flags.size22 a[title="Belarusian"],
260
+ .tool-container .tool-items a[title="Belarusian"] {
261
+ background:url('../images/flags22.png') -1px -32px no-repeat;
262
+ }
263
+
264
+ #flags.size22 a[title="Bengali"],
265
+ .tool-container .tool-items a[title="Bengali"] {
266
+ background:url('../images/flags22.png') -30px -32px no-repeat;
267
+ }
268
+
269
+ #flags.size22 a[title="Bosnian"],
270
+ .tool-container .tool-items a[title="Bosnian"] {
271
+ background:url('../images/flags22.png') -59px -32px no-repeat;
272
+ }
273
+
274
+ #flags.size22 a[title="Bulgarian"],
275
+ .tool-container .tool-items a[title="Bulgarian"] {
276
+ background:url('../images/flags22.png') -88px -32px no-repeat;
277
+ }
278
+
279
+ #flags.size22 a[title="Catalan"],
280
+ .tool-container .tool-items a[title="Catalan"] {
281
+ background:url('../images/flags22.png') -117px -32px no-repeat;
282
+ }
283
+
284
+ #flags.size22 a[title="Cebuano"],
285
+ .tool-container .tool-items a[title="Cebuano"] {
286
+ background:url('../images/flags22.png') -146px -32px no-repeat;
287
+ }
288
+
289
+ #flags.size22 a[title="Chichewa"],
290
+ .tool-container .tool-items a[title="Chichewa"] {
291
+ background:url('../images/flags22.png') -88px -409px no-repeat;
292
+ }
293
+
294
+ #flags.size22 a[title="Chinese"],
295
+ .tool-container .tool-items a[title="Chinese"] {
296
+ background:url('../images/flags22.png') -1px -61px no-repeat;
297
+ }
298
+
299
+ #flags.size22 a[title="Chinese(Traditional)"],
300
+ .tool-container .tool-items a[title="Chinese(Traditional)"] {
301
+ background:url('../images/flags22.png') -30px -61px no-repeat;
302
+ }
303
+
304
+ #flags.size22 a[title="Croatian"],
305
+ .tool-container .tool-items a[title="Croatian"] {
306
+ background:url('../images/flags22.png') -59px -61px no-repeat;
307
+ }
308
+
309
+ #flags.size22 a[title="Czech"],
310
+ .tool-container .tool-items a[title="Czech"] {
311
+ background:url('../images/flags22.png') -88px -61px no-repeat;
312
+ }
313
+
314
+ #flags.size22 a[title="Danish"],
315
+ .tool-container .tool-items a[title="Danish"] {
316
+ background:url('../images/flags22.png') -117px -61px no-repeat;
317
+ }
318
+
319
+ #flags.size22 a[title="Dutch"],
320
+ .tool-container .tool-items a[title="Dutch"] {
321
+ background:url('../images/flags22.png') -146px -61px no-repeat;
322
+ }
323
+
324
+ #flags.size22 a[title="English"],
325
+ .tool-container .tool-items a[title="English"] {
326
+ background:url('../images/flags22.png') -88px -351px no-repeat;
327
+ }
328
+
329
+ #flags.size22 a.united-states[title="English"] {
330
+ background:url('../images/flags22.png') -117px -351px no-repeat;
331
+ }
332
+
333
+ #flags.size22 a.canada[title="English"] {
334
+ background:url('../images/flags22.png') -88px -438px no-repeat;
335
+ }
336
+
337
+ #flags.size22 a[title="Esperanto"],
338
+ .tool-container .tool-items a[title="Esperanto"] {
339
+ background:url('../images/flags22.png') -1px -90px no-repeat;
340
+ }
341
+
342
+ #flags.size22 a[title="Estonian"],
343
+ .tool-container .tool-items a[title="Estonian"] {
344
+ background:url('../images/flags22.png') -30px -90px no-repeat;
345
+ }
346
+
347
+ #flags.size22 a[title="Filipino"],
348
+ .tool-container .tool-items a[title="Filipino"] {
349
+ background:url('../images/flags22.png') -59px -90px no-repeat;
350
+ }
351
+
352
+ #flags.size22 a[title="Finnish"],
353
+ .tool-container .tool-items a[title="Finnish"] {
354
+ background:url('../images/flags22.png') -88px -90px no-repeat;
355
+ }
356
+
357
+ #flags.size22 a[title="French"],
358
+ .tool-container .tool-items a[title="French"] {
359
+ background:url('../images/flags22.png') -117px -90px no-repeat;
360
+ }
361
+
362
+ #flags.size22 a[title="Galician"],
363
+ .tool-container .tool-items a[title="Galician"] {
364
+ background:url('../images/flags22.png') -146px -90px no-repeat;
365
+ }
366
+
367
+ #flags.size22 a[title="Georgian"],
368
+ .tool-container .tool-items a[title="Georgian"] {
369
+ background:url('../images/flags22.png') -1px -119px no-repeat;
370
+ }
371
+
372
+ #flags.size22 a[title="German"],
373
+ .tool-container .tool-items a[title="German"] {
374
+ background:url('../images/flags22.png') -30px -119px no-repeat;
375
+ }
376
+
377
+ #flags.size22 a[title="Greek"],
378
+ .tool-container .tool-items a[title="Greek"] {
379
+ background:url('../images/flags22.png') -59px -119px no-repeat;
380
+ }
381
+
382
+ #flags.size22 a[title="Gujarati"],
383
+ .tool-container .tool-items a[title="Gujarati"] {
384
+ background:url('../images/flags22.png') -88px -119px no-repeat;
385
+ }
386
+
387
+ #flags.size22 a[title="Haitian"],
388
+ .tool-container .tool-items a[title="Haitian"] {
389
+ background:url('../images/flags22.png') -117px -119px no-repeat;
390
+ }
391
+
392
+ #flags.size22 a[title="Hausa"],
393
+ .tool-container .tool-items a[title="Hausa"] {
394
+ background:url('../images/flags22.png') -146px -119px no-repeat;
395
+ }
396
+
397
+ #flags.size22 a[title="Hebrew"],
398
+ .tool-container .tool-items a[title="Hebrew"] {
399
+ background:url('../images/flags22.png') -1px -148px no-repeat;
400
+ }
401
+
402
+ #flags.size22 a[title="Hindi"],
403
+ .tool-container .tool-items a[title="Hindi"] {
404
+ background:url('../images/flags22.png') -30px -148px no-repeat;
405
+ }
406
+
407
+ #flags.size22 a[title="Hmong"],
408
+ .tool-container .tool-items a[title="Hmong"] {
409
+ background:url('../images/flags22.png') -59px -148px no-repeat;
410
+ }
411
+
412
+ #flags.size22 a[title="Hungarian"],
413
+ .tool-container .tool-items a[title="Hungarian"] {
414
+ background:url('../images/flags22.png') -88px -148px no-repeat;
415
+ }
416
+
417
+ #flags.size22 a[title="Icelandic"],
418
+ .tool-container .tool-items a[title="Icelandic"] {
419
+ background:url('../images/flags22.png') -117px -148px no-repeat;
420
+ }
421
+
422
+ #flags.size22 a[title="Igbo"],
423
+ .tool-container .tool-items a[title="Igbo"] {
424
+ background:url('../images/flags22.png') -146px -148px no-repeat;
425
+ }
426
+
427
+ #flags.size22 a[title="Indonesian"],
428
+ .tool-container .tool-items a[title="Indonesian"] {
429
+ background:url('../images/flags22.png') -1px -177px no-repeat;
430
+ }
431
+
432
+ #flags.size22 a[title="Irish"],
433
+ .tool-container .tool-items a[title="Irish"] {
434
+ background:url('../images/flags22.png') -30px -177px no-repeat;
435
+ }
436
+
437
+ #flags.size22 a[title="Italian"],
438
+ .tool-container .tool-items a[title="Italian"] {
439
+ background:url('../images/flags22.png') -59px -177px no-repeat;
440
+ }
441
+
442
+ #flags.size22 a[title="Japanese"],
443
+ .tool-container .tool-items a[title="Japanese"] {
444
+ background:url('../images/flags22.png') -88px -177px no-repeat;
445
+ }
446
+
447
+ #flags.size22 a[title="Javanese"],
448
+ .tool-container .tool-items a[title="Javanese"] {
449
+ background:url('../images/flags22.png') -117px -177px no-repeat;
450
+ }
451
+
452
+ #flags.size22 a[title="Kannada"],
453
+ .tool-container .tool-items a[title="Kannada"] {
454
+ background:url('../images/flags22.png') -146px -177px no-repeat;
455
+ }
456
+
457
+ #flags.size22 a[title="Kazakh"],
458
+ .tool-container .tool-items a[title="Kazakh"] {
459
+ background:url('../images/flags22.png') -1px -409px no-repeat;
460
+ }
461
+
462
+ #flags.size22 a[title="Khmer"],
463
+ .tool-container .tool-items a[title="Khmer"] {
464
+ background:url('../images/flags22.png') -1px -206px no-repeat;
465
+ }
466
+
467
+ #flags.size22 a[title="Korean"],
468
+ .tool-container .tool-items a[title="Korean"] {
469
+ background:url('../images/flags22.png') -30px -206px no-repeat;
470
+ }
471
+
472
+ #flags.size22 a[title="Lao"],
473
+ .tool-container .tool-items a[title="Lao"] {
474
+ background:url('../images/flags22.png') -59px -206px no-repeat;
475
+ }
476
+
477
+ #flags.size22 a[title="Latin"],
478
+ .tool-container .tool-items a[title="Latin"] {
479
+ background:url('../images/flags22.png') -88px -206px no-repeat;
480
+ }
481
+
482
+ #flags.size22 a[title="Latvian"],
483
+ .tool-container .tool-items a[title="Latvian"] {
484
+ background:url('../images/flags22.png') -117px -206px no-repeat;
485
+ }
486
+
487
+ #flags.size22 a[title="Lithuanian"],
488
+ .tool-container .tool-items a[title="Lithuanian"] {
489
+ background:url('../images/flags22.png') -146px -206px no-repeat;
490
+ }
491
+
492
+ #flags.size22 a[title="Macedonian"],
493
+ .tool-container .tool-items a[title="Macedonian"] {
494
+ background:url('../images/flags22.png') -1px -235px no-repeat;
495
+ }
496
+
497
+ #flags.size22 a[title="Malagasy"],
498
+ .tool-container .tool-items a[title="Malagasy"] {
499
+ background:url('../images/flags22.png') -59px -409px no-repeat;
500
+ }
501
+
502
+ #flags.size22 a[title="Malay"],
503
+ .tool-container .tool-items a[title="Malay"] {
504
+ background:url('../images/flags22.png') -30px -235px no-repeat;
505
+ }
506
+
507
+ #flags.size22 a[title="Malayalam"],
508
+ .tool-container .tool-items a[title="Malayalam"] {
509
+ background:url('../images/flags22.png') -117px -409px no-repeat;
510
+ }
511
+
512
+ #flags.size22 a[title="Maltese"],
513
+ .tool-container .tool-items a[title="Maltese"] {
514
+ background:url('../images/flags22.png') -59px -235px no-repeat;
515
+ }
516
+
517
+ #flags.size22 a[title="Maori"],
518
+ .tool-container .tool-items a[title="Maori"] {
519
+ background:url('../images/flags22.png') -88px -235px no-repeat;
520
+ }
521
+
522
+ #flags.size22 a[title="Marathi"],
523
+ .tool-container .tool-items a[title="Marathi"] {
524
+ background:url('../images/flags22.png') -117px -235px no-repeat;
525
+ }
526
+
527
+ #flags.size22 a[title="Mongolian"],
528
+ .tool-container .tool-items a[title="Mongolian"] {
529
+ background:url('../images/flags22.png') -146px -235px no-repeat;
530
+ }
531
+
532
+ #flags.size22 a[title="Myanmar(Burmese)"],
533
+ .tool-container .tool-items a[title="Myanmar(Burmese)"] {
534
+ background:url('../images/flags22.png') -146px -409px no-repeat;
535
+ }
536
+
537
+ #flags.size22 a[title="Nepali"],
538
+ .tool-container .tool-items a[title="Nepali"] {
539
+ background:url('../images/flags22.png') -1px -264px no-repeat;
540
+ }
541
+
542
+ #flags.size22 a[title="Norwegian"],
543
+ .tool-container .tool-items a[title="Norwegian"] {
544
+ background:url('../images/flags22.png') -30px -264px no-repeat;
545
+ }
546
+
547
+ #flags.size22 a[title="Persian"],
548
+ .tool-container .tool-items a[title="Persian"] {
549
+ background:url('../images/flags22.png') -59px -264px no-repeat;
550
+ }
551
+
552
+ #flags.size22 a[title="Polish"],
553
+ .tool-container .tool-items a[title="Polish"] {
554
+ background:url('../images/flags22.png') -88px -264px no-repeat;
555
+ }
556
+
557
+ #flags.size22 a[title="Portuguese"],
558
+ .tool-container .tool-items a[title="Portuguese"] {
559
+ background:url('../images/flags22.png') -117px -264px no-repeat;
560
+ }
561
+
562
+ #flags.size22 a.brazil[title="Portuguese"] {
563
+ background:url('../images/flags22.png') -146px -438px no-repeat;
564
+ }
565
+
566
+ #flags.size22 a[title="Punjabi"],
567
+ .tool-container .tool-items a[title="Punjabi"] {
568
+ background:url('../images/flags22.png') -146px -264px no-repeat;
569
+ }
570
+
571
+ #flags.size22 a[title="Romanian"],
572
+ .tool-container .tool-items a[title="Romanian"] {
573
+ background:url('../images/flags22.png') -1px -293px no-repeat;
574
+ }
575
+
576
+ #flags.size22 a[title="Russian"],
577
+ .tool-container .tool-items a[title="Russian"] {
578
+ background:url('../images/flags22.png') -30px -293px no-repeat;
579
+ }
580
+
581
+ #flags.size22 a[title="Serbian"],
582
+ .tool-container .tool-items a[title="Serbian"] {
583
+ background:url('../images/flags22.png') -59px -293px no-repeat;
584
+ }
585
+
586
+ #flags.size22 a[title="Sesotho"],
587
+ .tool-container .tool-items a[title="Sesotho"] {
588
+ background:url('../images/flags22.png') -30px -409px no-repeat;
589
+ }
590
+
591
+ #flags.size22 a[title="Sinhala"],
592
+ .tool-container .tool-items a[title="Sinhala"] {
593
+ background:url('../images/flags22.png') -1px -438px no-repeat;
594
+ }
595
+
596
+ #flags.size22 a[title="Slovak"],
597
+ .tool-container .tool-items a[title="Slovak"] {
598
+ background:url('../images/flags22.png') -88px -293px no-repeat;
599
+ }
600
+
601
+ #flags.size22 a[title="Slovenian"],
602
+ .tool-container .tool-items a[title="Slovenian"] {
603
+ background:url('../images/flags22.png') -117px -293px no-repeat;
604
+ }
605
+
606
+ #flags.size22 a[title="Somali"],
607
+ .tool-container .tool-items a[title="Somali"] {
608
+ background:url('../images/flags22.png') -146px -293px no-repeat;
609
+ }
610
+
611
+ #flags.size22 a[title="Spanish"],
612
+ .tool-container .tool-items a[title="Spanish"] {
613
+ background:url('../images/flags22.png') -1px -322px no-repeat;
614
+ }
615
+
616
+ #flags.size22 a.mexico[title="Spanish"] {
617
+ background:url('../images/flags22.png') -117px -438px no-repeat;
618
+ }
619
+
620
+ #flags.size22 a[title="Sundanese"],
621
+ .tool-container .tool-items a[title="Sundanese"] {
622
+ background:url('../images/flags22.png') -146px -380px no-repeat;
623
+ }
624
+
625
+ #flags.size22 a[title="Swahili"],
626
+ .tool-container .tool-items a[title="Swahili"] {
627
+ background:url('../images/flags22.png') -30px -322px no-repeat;
628
+ }
629
+
630
+ #flags.size22 a[title="Swedish"],
631
+ .tool-container .tool-items a[title="Swedish"] {
632
+ background:url('../images/flags22.png') -59px -322px no-repeat;
633
+ }
634
+
635
+ #flags.size22 a[title="Tajik"],
636
+ .tool-container .tool-items a[title="Tajik"] {
637
+ background:url('../images/flags22.png') -30px -438px no-repeat;
638
+ }
639
+
640
+ #flags.size22 a[title="Tamil"],
641
+ .tool-container .tool-items a[title="Tamil"] {
642
+ background:url('../images/flags22.png') -88px -322px no-repeat;
643
+ }
644
+
645
+ #flags.size22 a[title="Telugu"],
646
+ .tool-container .tool-items a[title="Telugu"] {
647
+ background:url('../images/flags22.png') -117px -322px no-repeat;
648
+ }
649
+
650
+ #flags.size22 a[title="Thai"],
651
+ .tool-container .tool-items a[title="Thai"] {
652
+ background:url('../images/flags22.png') -146px -322px no-repeat;
653
+ }
654
+
655
+ #flags.size22 a[title="Turkish"],
656
+ .tool-container .tool-items a[title="Turkish"] {
657
+ background:url('../images/flags22.png') -30px -351px no-repeat;
658
+ }
659
+
660
+ #flags.size22 a[title="Ukranian"],
661
+ .tool-container .tool-items a[title="Ukranian"] {
662
+ background:url('../images/flags22.png') -59px -351px no-repeat;
663
+ }
664
+
665
+ #flags.size22 a[title="Uzbek"],
666
+ .tool-container .tool-items a[title="Uzbek"] {
667
+ background:url('../images/flags22.png') -59px -438px no-repeat;
668
+ }
669
+
670
+ #flags.size22 a[title="Urdu"],
671
+ .tool-container .tool-items a[title="Urdu"] {
672
+ background:url('../images/flags22.png') -146px -351px no-repeat;
673
+ }
674
+
675
+ #flags.size22 a[title="Vietnamese"],
676
+ .tool-container .tool-items a[title="Vietnamese"] {
677
+ background:url('../images/flags22.png') -1px -380px no-repeat;
678
+ }
679
+
680
+ #flags.size22 a[title="Welsh"],
681
+ .tool-container .tool-items a[title="Welsh"] {
682
+ background:url('../images/flags22.png') -30px -380px no-repeat;
683
+ }
684
+
685
+ #flags.size22 a[title="Yiddish"],
686
+ .tool-container .tool-items a[title="Yiddish"] {
687
+ background:url('../images/flags22.png') -59px -380px no-repeat;
688
+ }
689
+
690
+ #flags.size22 a[title="Yoruba"],
691
+ .tool-container .tool-items a[title="Yoruba"] {
692
+ background:url('../images/flags22.png') -88px -380px no-repeat;
693
+ }
694
+
695
+ #flags.size22 a[title="Zulu"],
696
+ .tool-container .tool-items a[title="Zulu"] {
697
+ background:url('../images/flags22.png') -117px -380px no-repeat;
698
+ }
699
+
700
+ /* Individual flag backgrounds (18px) */
701
+
702
+ #flags.size18 a[title="Afrikaans"],
703
+ .tool-container .tool-items a[title="Afrikaans"] {
704
+ background:url('../images/flags18.png') -2px -4px no-repeat;
705
+ }
706
+
707
+ #flags.size18 a[title="Albanian"],
708
+ .tool-container .tool-items a[title="Albanian"] {
709
+ background:url('../images/flags18.png') -31px -4px no-repeat;
710
+ }
711
+
712
+ #flags.size18 a[title="Arabic"],
713
+ .tool-container .tool-items a[title="Arabic"] {
714
+ background:url('../images/flags18.png') -60px -4px no-repeat;
715
+ }
716
+
717
+ #flags.size18 a[title="Armenian"],
718
+ .tool-container .tool-items a[title="Armenian"] {
719
+ background:url('../images/flags18.png') -89px -4px no-repeat;
720
+ }
721
+
722
+ #flags.size18 a[title="Azerbaijani"],
723
+ .tool-container .tool-items a[title="Azerbaijani"] {
724
+ background:url('../images/flags18.png') -118px -4px no-repeat;
725
+ }
726
+
727
+ #flags.size18 a[title="Basque"],
728
+ .tool-container .tool-items a[title="Basque"] {
729
+ background:url('../images/flags18.png') -147px -4px no-repeat;
730
+ }
731
+
732
+ #flags.size18 a[title="Belarusian"],
733
+ .tool-container .tool-items a[title="Belarusian"] {
734
+ background:url('../images/flags18.png') -2px -33px no-repeat;
735
+ }
736
+
737
+ #flags.size18 a[title="Bengali"],
738
+ .tool-container .tool-items a[title="Bengali"] {
739
+ background:url('../images/flags18.png') -31px -33px no-repeat;
740
+ }
741
+
742
+ #flags.size18 a[title="Bosnian"],
743
+ .tool-container .tool-items a[title="Bosnian"] {
744
+ background:url('../images/flags18.png') -60px -33px no-repeat;
745
+ }
746
+
747
+ #flags.size18 a[title="Bulgarian"],
748
+ .tool-container .tool-items a[title="Bulgarian"] {
749
+ background:url('../images/flags18.png') -89px -33px no-repeat;
750
+ }
751
+
752
+ #flags.size18 a[title="Catalan"],
753
+ .tool-container .tool-items a[title="Catalan"] {
754
+ background:url('../images/flags18.png') -118px -33px no-repeat;
755
+ }
756
+
757
+ #flags.size18 a[title="Cebuano"],
758
+ .tool-container .tool-items a[title="Cebuano"] {
759
+ background:url('../images/flags18.png') -147px -33px no-repeat;
760
+ }
761
+
762
+ #flags.size18 a[title="Chichewa"],
763
+ .tool-container .tool-items a[title="Chichewa"] {
764
+ background:url('../images/flags18.png') -89px -410px no-repeat;
765
+ }
766
+
767
+ #flags.size18 a[title="Chinese"],
768
+ .tool-container .tool-items a[title="Chinese"] {
769
+ background:url('../images/flags18.png') -2px -62px no-repeat;
770
+ }
771
+
772
+ #flags.size18 a[title="Chinese(Traditional)"],
773
+ .tool-container .tool-items a[title="Chinese(Traditional)"] {
774
+ background:url('../images/flags18.png') -31px -62px no-repeat;
775
+ }
776
+
777
+ #flags.size18 a[title="Croatian"],
778
+ .tool-container .tool-items a[title="Croatian"] {
779
+ background:url('../images/flags18.png') -60px -62px no-repeat;
780
+ }
781
+
782
+ #flags.size18 a[title="Czech"],
783
+ .tool-container .tool-items a[title="Czech"] {
784
+ background:url('../images/flags18.png') -89px -62px no-repeat;
785
+ }
786
+
787
+ #flags.size18 a[title="Danish"],
788
+ .tool-container .tool-items a[title="Danish"] {
789
+ background:url('../images/flags18.png') -118px -62px no-repeat;
790
+ }
791
+
792
+ #flags.size18 a[title="Dutch"],
793
+ .tool-container .tool-items a[title="Dutch"] {
794
+ background:url('../images/flags18.png') -147px -62px no-repeat;
795
+ }
796
+
797
+ #flags.size18 a[title="English"],
798
+ .tool-container .tool-items a[title="English"] {
799
+ background:url('../images/flags18.png') -89px -352px no-repeat;
800
+ }
801
+
802
+ #flags.size18 a.united-states[title="English"] {
803
+ background:url('../images/flags18.png') -118px -352px no-repeat;
804
+ }
805
+
806
+ #flags.size18 a.canada[title="English"] {
807
+ background:url('../images/flags18.png') -89px -439px no-repeat;
808
+ }
809
+
810
+ #flags.size18 a[title="Esperanto"],
811
+ .tool-container .tool-items a[title="Esperanto"] {
812
+ background:url('../images/flags18.png') -2px -91px no-repeat;
813
+ }
814
+
815
+ #flags.size18 a[title="Estonian"],
816
+ .tool-container .tool-items a[title="Estonian"] {
817
+ background:url('../images/flags18.png') -31px -91px no-repeat;
818
+ }
819
+
820
+ #flags.size18 a[title="Filipino"],
821
+ .tool-container .tool-items a[title="Filipino"] {
822
+ background:url('../images/flags18.png') -60px -91px no-repeat;
823
+ }
824
+
825
+ #flags.size18 a[title="Finnish"],
826
+ .tool-container .tool-items a[title="Finnish"] {
827
+ background:url('../images/flags18.png') -89px -91px no-repeat;
828
+ }
829
+
830
+ #flags.size18 a[title="French"],
831
+ .tool-container .tool-items a[title="French"] {
832
+ background:url('../images/flags18.png') -118px -91px no-repeat;
833
+ }
834
+
835
+ #flags.size18 a[title="Galician"],
836
+ .tool-container .tool-items a[title="Galician"] {
837
+ background:url('../images/flags18.png') -147px -91px no-repeat;
838
+ }
839
+
840
+ #flags.size18 a[title="Georgian"],
841
+ .tool-container .tool-items a[title="Georgian"] {
842
+ background:url('../images/flags18.png') -2px -120px no-repeat;
843
+ }
844
+
845
+ #flags.size18 a[title="German"],
846
+ .tool-container .tool-items a[title="German"] {
847
+ background:url('../images/flags18.png') -31px -120px no-repeat;
848
+ }
849
+
850
+ #flags.size18 a[title="Greek"],
851
+ .tool-container .tool-items a[title="Greek"] {
852
+ background:url('../images/flags18.png') -60px -120px no-repeat;
853
+ }
854
+
855
+ #flags.size18 a[title="Gujarati"],
856
+ .tool-container .tool-items a[title="Gujarati"] {
857
+ background:url('../images/flags18.png') -89px -120px no-repeat;
858
+ }
859
+
860
+ #flags.size18 a[title="Haitian"],
861
+ .tool-container .tool-items a[title="Haitian"] {
862
+ background:url('../images/flags18.png') -118px -120px no-repeat;
863
+ }
864
+
865
+ #flags.size18 a[title="Hausa"],
866
+ .tool-container .tool-items a[title="Hausa"] {
867
+ background:url('../images/flags18.png') -147px -120px no-repeat;
868
+ }
869
+
870
+ #flags.size18 a[title="Hebrew"],
871
+ .tool-container .tool-items a[title="Hebrew"] {
872
+ background:url('../images/flags18.png') -2px -149px no-repeat;
873
+ }
874
+
875
+ #flags.size18 a[title="Hindi"],
876
+ .tool-container .tool-items a[title="Hindi"] {
877
+ background:url('../images/flags18.png') -31px -149px no-repeat;
878
+ }
879
+
880
+ #flags.size18 a[title="Hmong"],
881
+ .tool-container .tool-items a[title="Hmong"] {
882
+ background:url('../images/flags18.png') -60px -149px no-repeat;
883
+ }
884
+
885
+ #flags.size18 a[title="Hungarian"],
886
+ .tool-container .tool-items a[title="Hungarian"] {
887
+ background:url('../images/flags18.png') -89px -149px no-repeat;
888
+ }
889
+
890
+ #flags.size18 a[title="Icelandic"],
891
+ .tool-container .tool-items a[title="Icelandic"] {
892
+ background:url('../images/flags18.png') -118px -149px no-repeat;
893
+ }
894
+
895
+ #flags.size18 a[title="Igbo"],
896
+ .tool-container .tool-items a[title="Igbo"] {
897
+ background:url('../images/flags18.png') -147px -149px no-repeat;
898
+ }
899
+
900
+ #flags.size18 a[title="Indonesian"],
901
+ .tool-container .tool-items a[title="Indonesian"] {
902
+ background:url('../images/flags18.png') -2px -178px no-repeat;
903
+ }
904
+
905
+ #flags.size18 a[title="Irish"],
906
+ .tool-container .tool-items a[title="Irish"] {
907
+ background:url('../images/flags18.png') -31px -178px no-repeat;
908
+ }
909
+
910
+ #flags.size18 a[title="Italian"],
911
+ .tool-container .tool-items a[title="Italian"] {
912
+ background:url('../images/flags18.png') -60px -178px no-repeat;
913
+ }
914
+
915
+ #flags.size18 a[title="Japanese"],
916
+ .tool-container .tool-items a[title="Japanese"] {
917
+ background:url('../images/flags18.png') -89px -178px no-repeat;
918
+ }
919
+
920
+ #flags.size18 a[title="Javanese"],
921
+ .tool-container .tool-items a[title="Javanese"] {
922
+ background:url('../images/flags18.png') -118px -178px no-repeat;
923
+ }
924
+
925
+ #flags.size18 a[title="Kannada"],
926
+ .tool-container .tool-items a[title="Kannada"] {
927
+ background:url('../images/flags18.png') -147px -178px no-repeat;
928
+ }
929
+
930
+ #flags.size18 a[title="Kazakh"],
931
+ .tool-container .tool-items a[title="Kazakh"] {
932
+ background:url('../images/flags18.png') -2px -410px no-repeat;
933
+ }
934
+
935
+ #flags.size18 a[title="Khmer"],
936
+ .tool-container .tool-items a[title="Khmer"] {
937
+ background:url('../images/flags18.png') -2px -207px no-repeat;
938
+ }
939
+
940
+ #flags.size18 a[title="Korean"],
941
+ .tool-container .tool-items a[title="Korean"] {
942
+ background:url('../images/flags18.png') -31px -207px no-repeat;
943
+ }
944
+
945
+ #flags.size18 a[title="Lao"],
946
+ .tool-container .tool-items a[title="Lao"] {
947
+ background:url('../images/flags18.png') -60px -207px no-repeat;
948
+ }
949
+
950
+ #flags.size18 a[title="Latin"],
951
+ .tool-container .tool-items a[title="Latin"] {
952
+ background:url('../images/flags18.png') -89px -207px no-repeat;
953
+ }
954
+
955
+ #flags.size18 a[title="Latvian"],
956
+ .tool-container .tool-items a[title="Latvian"] {
957
+ background:url('../images/flags18.png') -118px -207px no-repeat;
958
+ }
959
+
960
+ #flags.size18 a[title="Lithuanian"],
961
+ .tool-container .tool-items a[title="Lithuanian"] {
962
+ background:url('../images/flags18.png') -147px -207px no-repeat;
963
+ }
964
+
965
+ #flags.size18 a[title="Macedonian"],
966
+ .tool-container .tool-items a[title="Macedonian"] {
967
+ background:url('../images/flags18.png') -2px -236px no-repeat;
968
+ }
969
+
970
+ #flags.size18 a[title="Malagasy"],
971
+ .tool-container .tool-items a[title="Malagasy"] {
972
+ background:url('../images/flags18.png') -60px -410px no-repeat;
973
+ }
974
+
975
+ #flags.size18 a[title="Malay"],
976
+ .tool-container .tool-items a[title="Malay"] {
977
+ background:url('../images/flags18.png') -31px -236px no-repeat;
978
+ }
979
+
980
+ #flags.size18 a[title="Malayalam"],
981
+ .tool-container .tool-items a[title="Malayalam"] {
982
+ background:url('../images/flags18.png') -118px -410px no-repeat;
983
+ }
984
+
985
+ #flags.size18 a[title="Maltese"],
986
+ .tool-container .tool-items a[title="Maltese"] {
987
+ background:url('../images/flags18.png') -60px -236px no-repeat;
988
+ }
989
+
990
+ #flags.size18 a[title="Maori"],
991
+ .tool-container .tool-items a[title="Maori"] {
992
+ background:url('../images/flags18.png') -89px -236px no-repeat;
993
+ }
994
+
995
+ #flags.size18 a[title="Marathi"],
996
+ .tool-container .tool-items a[title="Marathi"] {
997
+ background:url('../images/flags18.png') -118px -236px no-repeat;
998
+ }
999
+
1000
+ #flags.size18 a[title="Mongolian"],
1001
+ .tool-container .tool-items a[title="Mongolian"] {
1002
+ background:url('../images/flags18.png') -147px -236px no-repeat;
1003
+ }
1004
+
1005
+ #flags.size18 a[title="Myanmar(Burmese)"],
1006
+ .tool-container .tool-items a[title="Myanmar(Burmese)"] {
1007
+ background:url('../images/flags18.png') -147px -410px no-repeat;
1008
+ }
1009
+
1010
+ #flags.size18 a[title="Nepali"],
1011
+ .tool-container .tool-items a[title="Nepali"] {
1012
+ background:url('../images/flags18.png') -2px -265px no-repeat;
1013
+ }
1014
+
1015
+ #flags.size18 a[title="Norwegian"],
1016
+ .tool-container .tool-items a[title="Norwegian"] {
1017
+ background:url('../images/flags18.png') -31px -265px no-repeat;
1018
+ }
1019
+
1020
+ #flags.size18 a[title="Persian"],
1021
+ .tool-container .tool-items a[title="Persian"] {
1022
+ background:url('../images/flags18.png') -60px -265px no-repeat;
1023
+ }
1024
+
1025
+ #flags.size18 a[title="Polish"],
1026
+ .tool-container .tool-items a[title="Polish"] {
1027
+ background:url('../images/flags18.png') -89px -265px no-repeat;
1028
+ }
1029
+
1030
+ #flags.size18 a[title="Portuguese"],
1031
+ .tool-container .tool-items a[title="Portuguese"] {
1032
+ background:url('../images/flags18.png') -118px -265px no-repeat;
1033
+ }
1034
+
1035
+ #flags.size18 a.brazil[title="Portuguese"] {
1036
+ background:url('../images/flags18.png') -147px -439px no-repeat;
1037
+ }
1038
+
1039
+ #flags.size18 a[title="Punjabi"],
1040
+ .tool-container .tool-items a[title="Punjabi"] {
1041
+ background:url('../images/flags18.png') -147px -265px no-repeat;
1042
+ }
1043
+
1044
+ #flags.size18 a[title="Romanian"],
1045
+ .tool-container .tool-items a[title="Romanian"] {
1046
+ background:url('../images/flags18.png') -2px -294px no-repeat;
1047
+ }
1048
+
1049
+ #flags.size18 a[title="Russian"],
1050
+ .tool-container .tool-items a[title="Russian"] {
1051
+ background:url('../images/flags18.png') -31px -294px no-repeat;
1052
+ }
1053
+
1054
+ #flags.size18 a[title="Serbian"],
1055
+ .tool-container .tool-items a[title="Serbian"] {
1056
+ background:url('../images/flags18.png') -60px -294px no-repeat;
1057
+ }
1058
+
1059
+ #flags.size18 a[title="Sesotho"],
1060
+ .tool-container .tool-items a[title="Sesotho"] {
1061
+ background:url('../images/flags18.png') -31px -410px no-repeat;
1062
+ }
1063
+
1064
+ #flags.size18 a[title="Sinhala"],
1065
+ .tool-container .tool-items a[title="Sinhala"] {
1066
+ background:url('../images/flags18.png') -2px -439px no-repeat;
1067
+ }
1068
+
1069
+ #flags.size18 a[title="Slovak"],
1070
+ .tool-container .tool-items a[title="Slovak"] {
1071
+ background:url('../images/flags18.png') -89px -294px no-repeat;
1072
+ }
1073
+
1074
+ #flags.size18 a[title="Slovenian"],
1075
+ .tool-container .tool-items a[title="Slovenian"] {
1076
+ background:url('../images/flags18.png') -118px -294px no-repeat;
1077
+ }
1078
+
1079
+ #flags.size18 a[title="Somali"],
1080
+ .tool-container .tool-items a[title="Somali"] {
1081
+ background:url('../images/flags18.png') -147px -294px no-repeat;
1082
+ }
1083
+
1084
+ #flags.size18 a[title="Spanish"],
1085
+ .tool-container .tool-items a[title="Spanish"] {
1086
+ background:url('../images/flags18.png') -2px -323px no-repeat;
1087
+ }
1088
+
1089
+ #flags.size18 a.mexico[title="Spanish"] {
1090
+ background:url('../images/flags18.png') -118px -439px no-repeat;
1091
+ }
1092
+
1093
+ #flags.size18 a[title="Sundanese"],
1094
+ .tool-container .tool-items a[title="Sundanese"] {
1095
+ background:url('../images/flags18.png') -147px -381px no-repeat;
1096
+ }
1097
+
1098
+ #flags.size18 a[title="Swahili"],
1099
+ .tool-container .tool-items a[title="Swahili"] {
1100
+ background:url('../images/flags18.png') -31px -323px no-repeat;
1101
+ }
1102
+
1103
+ #flags.size18 a[title="Swedish"],
1104
+ .tool-container .tool-items a[title="Swedish"] {
1105
+ background:url('../images/flags18.png') -60px -323px no-repeat;
1106
+ }
1107
+
1108
+ #flags.size18 a[title="Tajik"],
1109
+ .tool-container .tool-items a[title="Tajik"] {
1110
+ background:url('../images/flags18.png') -31px -439px no-repeat;
1111
+ }
1112
+
1113
+ #flags.size18 a[title="Tamil"],
1114
+ .tool-container .tool-items a[title="Tamil"] {
1115
+ background:url('../images/flags18.png') -89px -323px no-repeat;
1116
+ }
1117
+
1118
+ #flags.size18 a[title="Telugu"],
1119
+ .tool-container .tool-items a[title="Telugu"] {
1120
+ background:url('../images/flags18.png') -118px -323px no-repeat;
1121
+ }
1122
+
1123
+ #flags.size18 a[title="Thai"],
1124
+ .tool-container .tool-items a[title="Thai"] {
1125
+ background:url('../images/flags18.png') -147px -323px no-repeat;
1126
+ }
1127
+
1128
+ #flags.size18 a[title="Turkish"],
1129
+ .tool-container .tool-items a[title="Turkish"] {
1130
+ background:url('../images/flags18.png') -31px -352px no-repeat;
1131
+ }
1132
+
1133
+ #flags.size18 a[title="Ukranian"],
1134
+ .tool-container .tool-items a[title="Ukranian"] {
1135
+ background:url('../images/flags18.png') -60px -352px no-repeat;
1136
+ }
1137
+
1138
+ #flags.size18 a[title="Urdu"],
1139
+ .tool-container .tool-items a[title="Urdu"] {
1140
+ background:url('../images/flags18.png') -147px -352px no-repeat;
1141
+ }
1142
+
1143
+ #flags.size18 a[title="Uzbek"],
1144
+ .tool-container .tool-items a[title="Uzbek"] {
1145
+ background:url('../images/flags18.png') -60px -439px no-repeat;
1146
+ }
1147
+
1148
+ #flags.size18 a[title="Vietnamese"],
1149
+ .tool-container .tool-items a[title="Vietnamese"] {
1150
+ background:url('../images/flags18.png') -2px -381px no-repeat;
1151
+ }
1152
+
1153
+ #flags.size18 a[title="Welsh"],
1154
+ .tool-container .tool-items a[title="Welsh"] {
1155
+ background:url('../images/flags18.png') -31px -381px no-repeat;
1156
+ }
1157
+
1158
+ #flags.size18 a[title="Yiddish"],
1159
+ .tool-container .tool-items a[title="Yiddish"] {
1160
+ background:url('../images/flags18.png') -60px -381px no-repeat;
1161
+ }
1162
+
1163
+ #flags.size18 a[title="Yoruba"],
1164
+ .tool-container .tool-items a[title="Yoruba"] {
1165
+ background:url('../images/flags18.png') -89px -381px no-repeat;
1166
+ }
1167
+
1168
+ #flags.size18 a[title="Zulu"],
1169
+ .tool-container .tool-items a[title="Zulu"] {
1170
+ background:url('../images/flags18.png') -118px -381px no-repeat;
1171
+ }
1172
+
1173
+ /* Individual flag backgrounds (20px) */
1174
+
1175
+ #flags.size20 a[title="Afrikaans"],
1176
+ .tool-container .tool-items a[title="Afrikaans"] {
1177
+ background:url('../images/flags20.png') -2px -4px no-repeat;
1178
+ }
1179
+
1180
+ #flags.size20 a[title="Albanian"],
1181
+ .tool-container .tool-items a[title="Albanian"] {
1182
+ background:url('../images/flags20.png') -31px -4px no-repeat;
1183
+ }
1184
+
1185
+ #flags.size20 a[title="Arabic"],
1186
+ .tool-container .tool-items a[title="Arabic"] {
1187
+ background:url('../images/flags20.png') -60px -4px no-repeat;
1188
+ }
1189
+
1190
+ #flags.size20 a[title="Armenian"],
1191
+ .tool-container .tool-items a[title="Armenian"] {
1192
+ background:url('../images/flags20.png') -89px -4px no-repeat;
1193
+ }
1194
+
1195
+ #flags.size20 a[title="Azerbaijani"],
1196
+ .tool-container .tool-items a[title="Azerbaijani"] {
1197
+ background:url('../images/flags20.png') -118px -4px no-repeat;
1198
+ }
1199
+
1200
+ #flags.size20 a[title="Basque"],
1201
+ .tool-container .tool-items a[title="Basque"] {
1202
+ background:url('../images/flags20.png') -147px -4px no-repeat;
1203
+ }
1204
+
1205
+ #flags.size20 a[title="Belarusian"],
1206
+ .tool-container .tool-items a[title="Belarusian"] {
1207
+ background:url('../images/flags20.png') -2px -33px no-repeat;
1208
+ }
1209
+
1210
+ #flags.size20 a[title="Bengali"],
1211
+ .tool-container .tool-items a[title="Bengali"] {
1212
+ background:url('../images/flags20.png') -31px -33px no-repeat;
1213
+ }
1214
+
1215
+ #flags.size20 a[title="Bosnian"],
1216
+ .tool-container .tool-items a[title="Bosnian"] {
1217
+ background:url('../images/flags20.png') -60px -33px no-repeat;
1218
+ }
1219
+
1220
+ #flags.size20 a[title="Bulgarian"],
1221
+ .tool-container .tool-items a[title="Bulgarian"] {
1222
+ background:url('../images/flags20.png') -89px -33px no-repeat;
1223
+ }
1224
+
1225
+ #flags.size20 a[title="Catalan"],
1226
+ .tool-container .tool-items a[title="Catalan"] {
1227
+ background:url('../images/flags20.png') -118px -33px no-repeat;
1228
+ }
1229
+
1230
+ #flags.size20 a[title="Cebuano"],
1231
+ .tool-container .tool-items a[title="Cebuano"] {
1232
+ background:url('../images/flags20.png') -147px -33px no-repeat;
1233
+ }
1234
+
1235
+ #flags.size20 a[title="Chichewa"],
1236
+ .tool-container .tool-items a[title="Chichewa"] {
1237
+ background:url('../images/flags20.png') -89px -410px no-repeat;
1238
+ }
1239
+
1240
+ #flags.size20 a[title="Chinese"],
1241
+ .tool-container .tool-items a[title="Chinese"] {
1242
+ background:url('../images/flags20.png') -2px -62px no-repeat;
1243
+ }
1244
+
1245
+ #flags.size20 a[title="Chinese(Traditional)"],
1246
+ .tool-container .tool-items a[title="Chinese(Traditional)"] {
1247
+ background:url('../images/flags20.png') -31px -62px no-repeat;
1248
+ }
1249
+
1250
+ #flags.size20 a[title="Croatian"],
1251
+ .tool-container .tool-items a[title="Croatian"] {
1252
+ background:url('../images/flags20.png') -60px -62px no-repeat;
1253
+ }
1254
+
1255
+ #flags.size20 a[title="Czech"],
1256
+ .tool-container .tool-items a[title="Czech"] {
1257
+ background:url('../images/flags20.png') -89px -62px no-repeat;
1258
+ }
1259
+
1260
+ #flags.size20 a[title="Danish"],
1261
+ .tool-container .tool-items a[title="Danish"] {
1262
+ background:url('../images/flags20.png') -118px -62px no-repeat;
1263
+ }
1264
+
1265
+ #flags.size20 a[title="Dutch"],
1266
+ .tool-container .tool-items a[title="Dutch"] {
1267
+ background:url('../images/flags20.png') -147px -62px no-repeat;
1268
+ }
1269
+
1270
+ #flags.size20 a[title="English"],
1271
+ .tool-container .tool-items a[title="English"] {
1272
+ background:url('../images/flags20.png') -89px -352px no-repeat;
1273
+ }
1274
+
1275
+ #flags.size20 a.united-states[title="English"] {
1276
+ background:url('../images/flags20.png') -118px -352px no-repeat;
1277
+ }
1278
+
1279
+ #flags.size20 a.canada[title="English"] {
1280
+ background:url('../images/flags20.png') -89px -439px no-repeat;
1281
+ }
1282
+
1283
+ #flags.size20 a[title="Esperanto"],
1284
+ .tool-container .tool-items a[title="Esperanto"] {
1285
+ background:url('../images/flags20.png') -2px -91px no-repeat;
1286
+ }
1287
+
1288
+ #flags.size20 a[title="Estonian"],
1289
+ .tool-container .tool-items a[title="Estonian"] {
1290
+ background:url('../images/flags20.png') -31px -91px no-repeat;
1291
+ }
1292
+
1293
+ #flags.size20 a[title="Filipino"],
1294
+ .tool-container .tool-items a[title="Filipino"] {
1295
+ background:url('../images/flags20.png') -60px -91px no-repeat;
1296
+ }
1297
+
1298
+ #flags.size20 a[title="Finnish"],
1299
+ .tool-container .tool-items a[title="Finnish"] {
1300
+ background:url('../images/flags20.png') -89px -91px no-repeat;
1301
+ }
1302
+
1303
+ #flags.size20 a[title="French"],
1304
+ .tool-container .tool-items a[title="French"] {
1305
+ background:url('../images/flags20.png') -118px -91px no-repeat;
1306
+ }
1307
+
1308
+ #flags.size20 a[title="Galician"],
1309
+ .tool-container .tool-items a[title="Galician"] {
1310
+ background:url('../images/flags20.png') -147px -91px no-repeat;
1311
+ }
1312
+
1313
+ #flags.size20 a[title="Georgian"],
1314
+ .tool-container .tool-items a[title="Georgian"] {
1315
+ background:url('../images/flags20.png') -2px -120px no-repeat;
1316
+ }
1317
+
1318
+ #flags.size20 a[title="German"],
1319
+ .tool-container .tool-items a[title="German"] {
1320
+ background:url('../images/flags20.png') -31px -120px no-repeat;
1321
+ }
1322
+
1323
+ #flags.size20 a[title="Greek"],
1324
+ .tool-container .tool-items a[title="Greek"] {
1325
+ background:url('../images/flags20.png') -60px -120px no-repeat;
1326
+ }
1327
+
1328
+ #flags.size20 a[title="Gujarati"],
1329
+ .tool-container .tool-items a[title="Gujarati"] {
1330
+ background:url('../images/flags20.png') -89px -120px no-repeat;
1331
+ }
1332
+
1333
+ #flags.size20 a[title="Haitian"],
1334
+ .tool-container .tool-items a[title="Haitian"] {
1335
+ background:url('../images/flags20.png') -118px -120px no-repeat;
1336
+ }
1337
+
1338
+ #flags.size20 a[title="Hausa"],
1339
+ .tool-container .tool-items a[title="Hausa"] {
1340
+ background:url('../images/flags20.png') -147px -120px no-repeat;
1341
+ }
1342
+
1343
+ #flags.size20 a[title="Hebrew"],
1344
+ .tool-container .tool-items a[title="Hebrew"] {
1345
+ background:url('../images/flags20.png') -2px -149px no-repeat;
1346
+ }
1347
+
1348
+ #flags.size20 a[title="Hindi"],
1349
+ .tool-container .tool-items a[title="Hindi"] {
1350
+ background:url('../images/flags20.png') -31px -149px no-repeat;
1351
+ }
1352
+
1353
+ #flags.size20 a[title="Hmong"],
1354
+ .tool-container .tool-items a[title="Hmong"] {
1355
+ background:url('../images/flags20.png') -60px -149px no-repeat;
1356
+ }
1357
+
1358
+ #flags.size20 a[title="Hungarian"],
1359
+ .tool-container .tool-items a[title="Hungarian"] {
1360
+ background:url('../images/flags20.png') -89px -149px no-repeat;
1361
+ }
1362
+
1363
+ #flags.size20 a[title="Icelandic"],
1364
+ .tool-container .tool-items a[title="Icelandic"] {
1365
+ background:url('../images/flags20.png') -118px -149px no-repeat;
1366
+ }
1367
+
1368
+ #flags.size20 a[title="Igbo"],
1369
+ .tool-container .tool-items a[title="Igbo"] {
1370
+ background:url('../images/flags20.png') -147px -149px no-repeat;
1371
+ }
1372
+
1373
+ #flags.size20 a[title="Indonesian"],
1374
+ .tool-container .tool-items a[title="Indonesian"] {
1375
+ background:url('../images/flags20.png') -2px -178px no-repeat;
1376
+ }
1377
+
1378
+ #flags.size20 a[title="Irish"],
1379
+ .tool-container .tool-items a[title="Irish"] {
1380
+ background:url('../images/flags20.png') -31px -178px no-repeat;
1381
+ }
1382
+
1383
+ #flags.size20 a[title="Italian"],
1384
+ .tool-container .tool-items a[title="Italian"] {
1385
+ background:url('../images/flags20.png') -60px -178px no-repeat;
1386
+ }
1387
+
1388
+ #flags.size20 a[title="Japanese"],
1389
+ .tool-container .tool-items a[title="Japanese"] {
1390
+ background:url('../images/flags20.png') -89px -178px no-repeat;
1391
+ }
1392
+
1393
+ #flags.size20 a[title="Javanese"],
1394
+ .tool-container .tool-items a[title="Javanese"] {
1395
+ background:url('../images/flags20.png') -118px -178px no-repeat;
1396
+ }
1397
+
1398
+ #flags.size20 a[title="Kannada"],
1399
+ .tool-container .tool-items a[title="Kannada"] {
1400
+ background:url('../images/flags20.png') -147px -178px no-repeat;
1401
+ }
1402
+
1403
+ #flags.size20 a[title="Kazakh"],
1404
+ .tool-container .tool-items a[title="Kazakh"] {
1405
+ background:url('../images/flags20.png') -2px -410px no-repeat;
1406
+ }
1407
+
1408
+ #flags.size20 a[title="Khmer"],
1409
+ .tool-container .tool-items a[title="Khmer"] {
1410
+ background:url('../images/flags20.png') -2px -207px no-repeat;
1411
+ }
1412
+
1413
+ #flags.size20 a[title="Korean"],
1414
+ .tool-container .tool-items a[title="Korean"] {
1415
+ background:url('../images/flags20.png') -31px -207px no-repeat;
1416
+ }
1417
+
1418
+ #flags.size20 a[title="Lao"],
1419
+ .tool-container .tool-items a[title="Lao"] {
1420
+ background:url('../images/flags20.png') -60px -207px no-repeat;
1421
+ }
1422
+
1423
+ #flags.size20 a[title="Latin"],
1424
+ .tool-container .tool-items a[title="Latin"] {
1425
+ background:url('../images/flags20.png') -89px -207px no-repeat;
1426
+ }
1427
+
1428
+ #flags.size20 a[title="Latvian"],
1429
+ .tool-container .tool-items a[title="Latvian"] {
1430
+ background:url('../images/flags20.png') -118px -207px no-repeat;
1431
+ }
1432
+
1433
+ #flags.size20 a[title="Lithuanian"],
1434
+ .tool-container .tool-items a[title="Lithuanian"] {
1435
+ background:url('../images/flags20.png') -147px -207px no-repeat;
1436
+ }
1437
+
1438
+ #flags.size20 a[title="Macedonian"],
1439
+ .tool-container .tool-items a[title="Macedonian"] {
1440
+ background:url('../images/flags20.png') -2px -236px no-repeat;
1441
+ }
1442
+
1443
+ #flags.size20 a[title="Malagasy"],
1444
+ .tool-container .tool-items a[title="Malagasy"] {
1445
+ background:url('../images/flags20.png') -60px -410px no-repeat;
1446
+ }
1447
+
1448
+ #flags.size20 a[title="Malay"],
1449
+ .tool-container .tool-items a[title="Malay"] {
1450
+ background:url('../images/flags20.png') -31px -236px no-repeat;
1451
+ }
1452
+
1453
+ #flags.size20 a[title="Maltese"],
1454
+ .tool-container .tool-items a[title="Maltese"] {
1455
+ background:url('../images/flags20.png') -60px -236px no-repeat;
1456
+ }
1457
+
1458
+ #flags.size20 a[title="Malayalam"],
1459
+ .tool-container .tool-items a[title="Malayalam"] {
1460
+ background:url('../images/flags20.png') -118px -410px no-repeat;
1461
+ }
1462
+
1463
+ #flags.size20 a[title="Maori"],
1464
+ .tool-container .tool-items a[title="Maori"] {
1465
+ background:url('../images/flags20.png') -89px -236px no-repeat;
1466
+ }
1467
+
1468
+ #flags.size20 a[title="Marathi"],
1469
+ .tool-container .tool-items a[title="Marathi"] {
1470
+ background:url('../images/flags20.png') -118px -236px no-repeat;
1471
+ }
1472
+
1473
+ #flags.size20 a[title="Mongolian"],
1474
+ .tool-container .tool-items a[title="Mongolian"] {
1475
+ background:url('../images/flags20.png') -147px -236px no-repeat;
1476
+ }
1477
+
1478
+ #flags.size20 a[title="Myanmar(Burmese)"],
1479
+ .tool-container .tool-items a[title="Myanmar(Burmese)"] {
1480
+ background:url('../images/flags20.png') -147px -410px no-repeat;
1481
+ }
1482
+
1483
+ #flags.size20 a[title="Nepali"],
1484
+ .tool-container .tool-items a[title="Nepali"] {
1485
+ background:url('../images/flags20.png') -2px -265px no-repeat;
1486
+ }
1487
+
1488
+ #flags.size20 a[title="Norwegian"],
1489
+ .tool-container .tool-items a[title="Norwegian"] {
1490
+ background:url('../images/flags20.png') -31px -265px no-repeat;
1491
+ }
1492
+
1493
+ #flags.size20 a[title="Persian"],
1494
+ .tool-container .tool-items a[title="Persian"] {
1495
+ background:url('../images/flags20.png') -60px -265px no-repeat;
1496
+ }
1497
+
1498
+ #flags.size20 a[title="Polish"],
1499
+ .tool-container .tool-items a[title="Polish"] {
1500
+ background:url('../images/flags20.png') -89px -265px no-repeat;
1501
+ }
1502
+
1503
+ #flags.size20 a[title="Portuguese"],
1504
+ .tool-container .tool-items a[title="Portuguese"] {
1505
+ background:url('../images/flags20.png') -118px -265px no-repeat;
1506
+ }
1507
+
1508
+ #flags.size20 a.brazil[title="Portuguese"] {
1509
+ background:url('../images/flags20.png') -147px -439px no-repeat;
1510
+ }
1511
+
1512
+ #flags.size20 a[title="Punjabi"],
1513
+ .tool-container .tool-items a[title="Punjabi"] {
1514
+ background:url('../images/flags20.png') -147px -265px no-repeat;
1515
+ }
1516
+
1517
+ #flags.size20 a[title="Romanian"],
1518
+ .tool-container .tool-items a[title="Romanian"] {
1519
+ background:url('../images/flags20.png') -2px -294px no-repeat;
1520
+ }
1521
+
1522
+ #flags.size20 a[title="Russian"],
1523
+ .tool-container .tool-items a[title="Russian"] {
1524
+ background:url('../images/flags20.png') -31px -294px no-repeat;
1525
+ }
1526
+
1527
+ #flags.size20 a[title="Serbian"],
1528
+ .tool-container .tool-items a[title="Serbian"] {
1529
+ background:url('../images/flags20.png') -60px -294px no-repeat;
1530
+ }
1531
+
1532
+ #flags.size20 a[title="Sesotho"],
1533
+ .tool-container .tool-items a[title="Sesotho"] {
1534
+ background:url('../images/flags20.png') -31px -410px no-repeat;
1535
+ }
1536
+
1537
+ #flags.size20 a[title="Sinhala"],
1538
+ .tool-container .tool-items a[title="Sinhala"] {
1539
+ background:url('../images/flags20.png') -2px -439px no-repeat;
1540
+ }
1541
+
1542
+ #flags.size20 a[title="Slovak"],
1543
+ .tool-container .tool-items a[title="Slovak"] {
1544
+ background:url('../images/flags20.png') -89px -294px no-repeat;
1545
+ }
1546
+
1547
+ #flags.size20 a[title="Slovenian"],
1548
+ .tool-container .tool-items a[title="Slovenian"] {
1549
+ background:url('../images/flags20.png') -118px -294px no-repeat;
1550
+ }
1551
+
1552
+ #flags.size20 a[title="Somali"],
1553
+ .tool-container .tool-items a[title="Somali"] {
1554
+ background:url('../images/flags20.png') -147px -294px no-repeat;
1555
+ }
1556
+
1557
+ #flags.size20 a[title="Spanish"],
1558
+ .tool-container .tool-items a[title="Spanish"] {
1559
+ background:url('../images/flags20.png') -2px -323px no-repeat;
1560
+ }
1561
+
1562
+ #flags.size20 a.mexico[title="Spanish"] {
1563
+ background:url('../images/flags20.png') -118px -439px no-repeat;
1564
+ }
1565
+
1566
+ #flags.size20 a[title="Sundanese"],
1567
+ .tool-container .tool-items a[title="Sundanese"] {
1568
+ background:url('../images/flags20.png') -147px -381px no-repeat;
1569
+ }
1570
+
1571
+ #flags.size20 a[title="Swahili"],
1572
+ .tool-container .tool-items a[title="Swahili"] {
1573
+ background:url('../images/flags20.png') -31px -323px no-repeat;
1574
+ }
1575
+
1576
+ #flags.size20 a[title="Swedish"],
1577
+ .tool-container .tool-items a[title="Swedish"] {
1578
+ background:url('../images/flags20.png') -60px -323px no-repeat;
1579
+ }
1580
+
1581
+ #flags.size20 a[title="Tajik"],
1582
+ .tool-container .tool-items a[title="Tajik"] {
1583
+ background:url('../images/flags20.png') -31px -439px no-repeat;
1584
+ }
1585
+
1586
+ #flags.size20 a[title="Tamil"],
1587
+ .tool-container .tool-items a[title="Tamil"] {
1588
+ background:url('../images/flags20.png') -89px -323px no-repeat;
1589
+ }
1590
+
1591
+ #flags.size20 a[title="Telugu"],
1592
+ .tool-container .tool-items a[title="Telugu"] {
1593
+ background:url('../images/flags20.png') -118px -323px no-repeat;
1594
+ }
1595
+
1596
+ #flags.size20 a[title="Thai"],
1597
+ .tool-container .tool-items a[title="Thai"] {
1598
+ background:url('../images/flags20.png') -147px -323px no-repeat;
1599
+ }
1600
+
1601
+ #flags.size20 a[title="Turkish"],
1602
+ .tool-container .tool-items a[title="Turkish"] {
1603
+ background:url('../images/flags20.png') -31px -352px no-repeat;
1604
+ }
1605
+
1606
+ #flags.size20 a[title="Ukranian"],
1607
+ .tool-container .tool-items a[title="Ukranian"] {
1608
+ background:url('../images/flags20.png') -60px -352px no-repeat;
1609
+ }
1610
+
1611
+ #flags.size20 a[title="Urdu"],
1612
+ .tool-container .tool-items a[title="Urdu"] {
1613
+ background:url('../images/flags20.png') -147px -352px no-repeat;
1614
+ }
1615
+
1616
+ #flags.size20 a[title="Uzbek"],
1617
+ .tool-container .tool-items a[title="Uzbek"] {
1618
+ background:url('../images/flags20.png') -60px -439px no-repeat;
1619
+ }
1620
+
1621
+ #flags.size20 a[title="Vietnamese"],
1622
+ .tool-container .tool-items a[title="Vietnamese"] {
1623
+ background:url('../images/flags20.png') -2px -381px no-repeat;
1624
+ }
1625
+
1626
+ #flags.size20 a[title="Welsh"],
1627
+ .tool-container .tool-items a[title="Welsh"] {
1628
+ background:url('../images/flags20.png') -31px -381px no-repeat;
1629
+ }
1630
+
1631
+ #flags.size20 a[title="Yiddish"],
1632
+ .tool-container .tool-items a[title="Yiddish"] {
1633
+ background:url('../images/flags20.png') -60px -381px no-repeat;
1634
+ }
1635
+
1636
+ #flags.size20 a[title="Yoruba"],
1637
+ .tool-container .tool-items a[title="Yoruba"] {
1638
+ background:url('../images/flags20.png') -89px -381px no-repeat;
1639
+ }
1640
+
1641
+ #flags.size20 a[title="Zulu"],
1642
+ .tool-container .tool-items a[title="Zulu"] {
1643
+ background:url('../images/flags20.png') -118px -381px no-repeat;
1644
+ }
1645
+
1646
+ /* Individual flag backgrounds (16px) */
1647
+
1648
+ #flags.size16 a[title="Afrikaans"],
1649
+ .tool-container .tool-items a[title="Afrikaans"] {
1650
+ background:url('../images/flags16.png') -4px -5px no-repeat;
1651
+ }
1652
+
1653
+ #flags.size16 a[title="Albanian"],
1654
+ .tool-container .tool-items a[title="Albanian"] {
1655
+ background:url('../images/flags16.png') -33px -5px no-repeat;
1656
+ }
1657
+
1658
+ #flags.size16 a[title="Arabic"],
1659
+ .tool-container .tool-items a[title="Arabic"] {
1660
+ background:url('../images/flags16.png') -62px -5px no-repeat;
1661
+ }
1662
+
1663
+ #flags.size16 a[title="Armenian"],
1664
+ .tool-container .tool-items a[title="Armenian"] {
1665
+ background:url('../images/flags16.png') -91px -5px no-repeat;
1666
+ }
1667
+
1668
+ #flags.size16 a[title="Azerbaijani"],
1669
+ .tool-container .tool-items a[title="Azerbaijani"] {
1670
+ background:url('../images/flags16.png') -120px -5px no-repeat;
1671
+ }
1672
+
1673
+ #flags.size16 a[title="Basque"],
1674
+ .tool-container .tool-items a[title="Basque"] {
1675
+ background:url('../images/flags16.png') -149px -5px no-repeat;
1676
+ }
1677
+
1678
+ #flags.size16 a[title="Belarusian"],
1679
+ .tool-container .tool-items a[title="Belarusian"] {
1680
+ background:url('../images/flags16.png') -4px -34px no-repeat;
1681
+ }
1682
+
1683
+ #flags.size16 a[title="Bengali"],
1684
+ .tool-container .tool-items a[title="Bengali"] {
1685
+ background:url('../images/flags16.png') -33px -34px no-repeat;
1686
+ }
1687
+
1688
+ #flags.size16 a[title="Bosnian"],
1689
+ .tool-container .tool-items a[title="Bosnian"] {
1690
+ background:url('../images/flags16.png') -62px -34px no-repeat;
1691
+ }
1692
+
1693
+ #flags.size16 a[title="Bulgarian"],
1694
+ .tool-container .tool-items a[title="Bulgarian"] {
1695
+ background:url('../images/flags16.png') -91px -34px no-repeat;
1696
+ }
1697
+
1698
+ #flags.size16 a[title="Catalan"],
1699
+ .tool-container .tool-items a[title="Catalan"] {
1700
+ background:url('../images/flags16.png') -120px -34px no-repeat;
1701
+ }
1702
+
1703
+ #flags.size16 a[title="Cebuano"],
1704
+ .tool-container .tool-items a[title="Cebuano"] {
1705
+ background:url('../images/flags16.png') -149px -34px no-repeat;
1706
+ }
1707
+
1708
+ #flags.size16 a[title="Chichewa"],
1709
+ .tool-container .tool-items a[title="Chichewa"] {
1710
+ background:url('../images/flags16.png') -91px -411px no-repeat;
1711
+ }
1712
+
1713
+ #flags.size16 a[title="Chinese"],
1714
+ .tool-container .tool-items a[title="Chinese"] {
1715
+ background:url('../images/flags16.png') -4px -63px no-repeat;
1716
+ }
1717
+
1718
+ #flags.size16 a[title="Chinese(Traditional)"],
1719
+ .tool-container .tool-items a[title="Chinese(Traditional)"] {
1720
+ background:url('../images/flags16.png') -33px -63px no-repeat;
1721
+ }
1722
+
1723
+ #flags.size16 a[title="Croatian"],
1724
+ .tool-container .tool-items a[title="Croatian"] {
1725
+ background:url('../images/flags16.png') -62px -63px no-repeat;
1726
+ }
1727
+
1728
+ #flags.size16 a[title="Czech"],
1729
+ .tool-container .tool-items a[title="Czech"] {
1730
+ background:url('../images/flags16.png') -91px -63px no-repeat;
1731
+ }
1732
+
1733
+ #flags.size16 a[title="Danish"],
1734
+ .tool-container .tool-items a[title="Danish"] {
1735
+ background:url('../images/flags16.png') -120px -63px no-repeat;
1736
+ }
1737
+
1738
+ #flags.size16 a[title="Dutch"],
1739
+ .tool-container .tool-items a[title="Dutch"] {
1740
+ background:url('../images/flags16.png') -149px -63px no-repeat;
1741
+ }
1742
+
1743
+ #flags.size16 a[title="English"],
1744
+ .tool-container .tool-items a[title="English"] {
1745
+ background:url('../images/flags16.png') -91px -353px no-repeat;
1746
+ }
1747
+
1748
+ #flags.size16 a.united-states[title="English"] {
1749
+ background:url('../images/flags16.png') -120px -353px no-repeat;
1750
+ }
1751
+
1752
+ #flags.size16 a.canada[title="English"] {
1753
+ background:url('../images/flags16.png') -91px -440px no-repeat;
1754
+ }
1755
+
1756
+ #flags.size16 a[title="Esperanto"],
1757
+ .tool-container .tool-items a[title="Esperanto"] {
1758
+ background:url('../images/flags16.png') -4px -92px no-repeat;
1759
+ }
1760
+
1761
+ #flags.size16 a[title="Estonian"],
1762
+ .tool-container .tool-items a[title="Estonian"] {
1763
+ background:url('../images/flags16.png') -33px -92px no-repeat;
1764
+ }
1765
+
1766
+ #flags.size16 a[title="Filipino"],
1767
+ .tool-container .tool-items a[title="Filipino"] {
1768
+ background:url('../images/flags16.png') -62px -92px no-repeat;
1769
+ }
1770
+
1771
+ #flags.size16 a[title="Finnish"],
1772
+ .tool-container .tool-items a[title="Finnish"] {
1773
+ background:url('../images/flags16.png') -91px -92px no-repeat;
1774
+ }
1775
+
1776
+ #flags.size16 a[title="French"],
1777
+ .tool-container .tool-items a[title="French"] {
1778
+ background:url('../images/flags16.png') -120px -92px no-repeat;
1779
+ }
1780
+
1781
+ #flags.size16 a[title="Galician"],
1782
+ .tool-container .tool-items a[title="Galician"] {
1783
+ background:url('../images/flags16.png') -149px -92px no-repeat;
1784
+ }
1785
+
1786
+ #flags.size16 a[title="Georgian"],
1787
+ .tool-container .tool-items a[title="Georgian"] {
1788
+ background:url('../images/flags16.png') -4px -121px no-repeat;
1789
+ }
1790
+
1791
+ #flags.size16 a[title="German"],
1792
+ .tool-container .tool-items a[title="German"] {
1793
+ background:url('../images/flags16.png') -33px -121px no-repeat;
1794
+ }
1795
+
1796
+ #flags.size16 a[title="Greek"],
1797
+ .tool-container .tool-items a[title="Greek"] {
1798
+ background:url('../images/flags16.png') -62px -121px no-repeat;
1799
+ }
1800
+
1801
+ #flags.size16 a[title="Gujarati"],
1802
+ .tool-container .tool-items a[title="Gujarati"] {
1803
+ background:url('../images/flags16.png') -91px -121px no-repeat;
1804
+ }
1805
+
1806
+ #flags.size16 a[title="Haitian"],
1807
+ .tool-container .tool-items a[title="Haitian"] {
1808
+ background:url('../images/flags16.png') -120px -121px no-repeat;
1809
+ }
1810
+
1811
+ #flags.size16 a[title="Hausa"],
1812
+ .tool-container .tool-items a[title="Hausa"] {
1813
+ background:url('../images/flags16.png') -149px -121px no-repeat;
1814
+ }
1815
+
1816
+ #flags.size16 a[title="Hebrew"],
1817
+ .tool-container .tool-items a[title="Hebrew"] {
1818
+ background:url('../images/flags16.png') -4px -150px no-repeat;
1819
+ }
1820
+
1821
+ #flags.size16 a[title="Hindi"],
1822
+ .tool-container .tool-items a[title="Hindi"] {
1823
+ background:url('../images/flags16.png') -33px -150px no-repeat;
1824
+ }
1825
+
1826
+ #flags.size16 a[title="Hmong"],
1827
+ .tool-container .tool-items a[title="Hmong"] {
1828
+ background:url('../images/flags16.png') -62px -150px no-repeat;
1829
+ }
1830
+
1831
+ #flags.size16 a[title="Hungarian"],
1832
+ .tool-container .tool-items a[title="Hungarian"] {
1833
+ background:url('../images/flags16.png') -91px -150px no-repeat;
1834
+ }
1835
+
1836
+ #flags.size16 a[title="Icelandic"],
1837
+ .tool-container .tool-items a[title="Icelandic"] {
1838
+ background:url('../images/flags16.png') -120px -150px no-repeat;
1839
+ }
1840
+
1841
+ #flags.size16 a[title="Igbo"],
1842
+ .tool-container .tool-items a[title="Igbo"] {
1843
+ background:url('../images/flags16.png') -149px -150px no-repeat;
1844
+ }
1845
+
1846
+ #flags.size16 a[title="Indonesian"],
1847
+ .tool-container .tool-items a[title="Indonesian"] {
1848
+ background:url('../images/flags16.png') -4px -179px no-repeat;
1849
+ }
1850
+
1851
+ #flags.size16 a[title="Irish"],
1852
+ .tool-container .tool-items a[title="Irish"] {
1853
+ background:url('../images/flags16.png') -33px -179px no-repeat;
1854
+ }
1855
+
1856
+ #flags.size16 a[title="Italian"],
1857
+ .tool-container .tool-items a[title="Italian"] {
1858
+ background:url('../images/flags16.png') -62px -179px no-repeat;
1859
+ }
1860
+
1861
+ #flags.size16 a[title="Japanese"],
1862
+ .tool-container .tool-items a[title="Japanese"] {
1863
+ background:url('../images/flags16.png') -91px -179px no-repeat;
1864
+ }
1865
+
1866
+ #flags.size16 a[title="Javanese"],
1867
+ .tool-container .tool-items a[title="Javanese"] {
1868
+ background:url('../images/flags16.png') -120px -179px no-repeat;
1869
+ }
1870
+
1871
+ #flags.size16 a[title="Kannada"],
1872
+ .tool-container .tool-items a[title="Kannada"] {
1873
+ background:url('../images/flags16.png') -149px -179px no-repeat;
1874
+ }
1875
+
1876
+ #flags.size16 a[title="Kazakh"],
1877
+ .tool-container .tool-items a[title="Kazakh"] {
1878
+ background:url('../images/flags16.png') -4px -411px no-repeat;
1879
+ }
1880
+
1881
+ #flags.size16 a[title="Khmer"],
1882
+ .tool-container .tool-items a[title="Khmer"] {
1883
+ background:url('../images/flags16.png') -4px -208px no-repeat;
1884
+ }
1885
+
1886
+ #flags.size16 a[title="Korean"],
1887
+ .tool-container .tool-items a[title="Korean"] {
1888
+ background:url('../images/flags16.png') -33px -208px no-repeat;
1889
+ }
1890
+
1891
+ #flags.size16 a[title="Lao"],
1892
+ .tool-container .tool-items a[title="Lao"] {
1893
+ background:url('../images/flags16.png') -62px -208px no-repeat;
1894
+ }
1895
+
1896
+ #flags.size16 a[title="Latin"],
1897
+ .tool-container .tool-items a[title="Latin"] {
1898
+ background:url('../images/flags16.png') -91px -208px no-repeat;
1899
+ }
1900
+
1901
+ #flags.size16 a[title="Latvian"],
1902
+ .tool-container .tool-items a[title="Latvian"] {
1903
+ background:url('../images/flags16.png') -120px -208px no-repeat;
1904
+ }
1905
+
1906
+ #flags.size16 a[title="Lithuanian"],
1907
+ .tool-container .tool-items a[title="Lithuanian"] {
1908
+ background:url('../images/flags16.png') -149px -208px no-repeat;
1909
+ }
1910
+
1911
+ #flags.size16 a[title="Macedonian"],
1912
+ .tool-container .tool-items a[title="Macedonian"] {
1913
+ background:url('../images/flags16.png') -4px -237px no-repeat;
1914
+ }
1915
+
1916
+ #flags.size16 a[title="Malay"],
1917
+ .tool-container .tool-items a[title="Malay"] {
1918
+ background:url('../images/flags16.png') -33px -237px no-repeat;
1919
+ }
1920
+
1921
+ #flags.size16 a[title="Malagasy"],
1922
+ .tool-container .tool-items a[title="Malagasy"] {
1923
+ background:url('../images/flags16.png') -62px -411px no-repeat;
1924
+ }
1925
+
1926
+ #flags.size16 a[title="Malayalam"],
1927
+ .tool-container .tool-items a[title="Malayalam"] {
1928
+ background:url('../images/flags16.png') -120px -411px no-repeat;
1929
+ }
1930
+
1931
+ #flags.size16 a[title="Maltese"],
1932
+ .tool-container .tool-items a[title="Maltese"] {
1933
+ background:url('../images/flags16.png') -62px -237px no-repeat;
1934
+ }
1935
+
1936
+ #flags.size16 a[title="Maori"],
1937
+ .tool-container .tool-items a[title="Maori"] {
1938
+ background:url('../images/flags16.png') -91px -237px no-repeat;
1939
+ }
1940
+
1941
+ #flags.size16 a[title="Marathi"],
1942
+ .tool-container .tool-items a[title="Marathi"] {
1943
+ background:url('../images/flags16.png') -120px -237px no-repeat;
1944
+ }
1945
+
1946
+ #flags.size16 a[title="Mongolian"],
1947
+ .tool-container .tool-items a[title="Mongolian"] {
1948
+ background:url('../images/flags16.png') -149px -237px no-repeat;
1949
+ }
1950
+
1951
+ #flags.size16 a[title="Myanmar(Burmese)"],
1952
+ .tool-container .tool-items a[title="Myanmar(Burmese)"] {
1953
+ background:url('../images/flags16.png') -149px -411px no-repeat;
1954
+ }
1955
+
1956
+ #flags.size16 a[title="Nepali"],
1957
+ .tool-container .tool-items a[title="Nepali"] {
1958
+ background:url('../images/flags16.png') -4px -266px no-repeat;
1959
+ }
1960
+
1961
+ #flags.size16 a[title="Norwegian"],
1962
+ .tool-container .tool-items a[title="Norwegian"] {
1963
+ background:url('../images/flags16.png') -33px -266px no-repeat;
1964
+ }
1965
+
1966
+ #flags.size16 a[title="Persian"],
1967
+ .tool-container .tool-items a[title="Persian"] {
1968
+ background:url('../images/flags16.png') -62px -266px no-repeat;
1969
+ }
1970
+
1971
+ #flags.size16 a[title="Polish"],
1972
+ .tool-container .tool-items a[title="Polish"] {
1973
+ background:url('../images/flags16.png') -91px -266px no-repeat;
1974
+ }
1975
+
1976
+ #flags.size16 a[title="Portuguese"],
1977
+ .tool-container .tool-items a[title="Portuguese"] {
1978
+ background:url('../images/flags16.png') -120px -266px no-repeat;
1979
+ }
1980
+
1981
+ #flags.size16 a.brazil[title="Portuguese"] {
1982
+ background:url('../images/flags16.png') -149px -440px no-repeat;
1983
+ }
1984
+
1985
+ #flags.size16 a[title="Punjabi"],
1986
+ .tool-container .tool-items a[title="Punjabi"] {
1987
+ background:url('../images/flags16.png') -149px -266px no-repeat;
1988
+ }
1989
+
1990
+ #flags.size16 a[title="Romanian"],
1991
+ .tool-container .tool-items a[title="Romanian"] {
1992
+ background:url('../images/flags16.png') -4px -295px no-repeat;
1993
+ }
1994
+
1995
+ #flags.size16 a[title="Russian"],
1996
+ .tool-container .tool-items a[title="Russian"] {
1997
+ background:url('../images/flags16.png') -33px -295px no-repeat;
1998
+ }
1999
+
2000
+ #flags.size16 a[title="Serbian"],
2001
+ .tool-container .tool-items a[title="Serbian"] {
2002
+ background:url('../images/flags16.png') -62px -295px no-repeat;
2003
+ }
2004
+
2005
+ #flags.size16 a[title="Sesotho"],
2006
+ .tool-container .tool-items a[title="Sesotho"] {
2007
+ background:url('../images/flags16.png') -33px -411px no-repeat;
2008
+ }
2009
+
2010
+ #flags.size16 a[title="Sinhala"],
2011
+ .tool-container .tool-items a[title="Sinhala"] {
2012
+ background:url('../images/flags16.png') -4px -440px no-repeat;
2013
+ }
2014
+
2015
+ #flags.size16 a[title="Slovak"],
2016
+ .tool-container .tool-items a[title="Slovak"] {
2017
+ background:url('../images/flags16.png') -91px -295px no-repeat;
2018
+ }
2019
+
2020
+ #flags.size16 a[title="Slovenian"],
2021
+ .tool-container .tool-items a[title="Slovenian"] {
2022
+ background:url('../images/flags16.png') -120px -295px no-repeat;
2023
+ }
2024
+
2025
+ #flags.size16 a[title="Somali"],
2026
+ .tool-container .tool-items a[title="Somali"] {
2027
+ background:url('../images/flags16.png') -149px -295px no-repeat;
2028
+ }
2029
+
2030
+ #flags.size16 a[title="Spanish"],
2031
+ .tool-container .tool-items a[title="Spanish"] {
2032
+ background:url('../images/flags16.png') -4px -324px no-repeat;
2033
+ }
2034
+
2035
+ #flags.size16 a.mexico[title="Spanish"] {
2036
+ background:url('../images/flags16.png') -120px -440px no-repeat;
2037
+ }
2038
+
2039
+ #flags.size16 a[title="Swahili"],
2040
+ .tool-container .tool-items a[title="Swahili"] {
2041
+ background:url('../images/flags16.png') -33px -324px no-repeat;
2042
+ }
2043
+
2044
+ #flags.size16 a[title="Swedish"],
2045
+ .tool-container .tool-items a[title="Swedish"] {
2046
+ background:url('../images/flags16.png') -62px -324px no-repeat;
2047
+ }
2048
+
2049
+ #flags.size16 a[title="Sundanese"],
2050
+ .tool-container .tool-items a[title="Sundanese"] {
2051
+ background:url('../images/flags16.png') -149px -382px no-repeat;
2052
+ }
2053
+
2054
+ #flags.size16 a[title="Tajik"],
2055
+ .tool-container .tool-items a[title="Tajik"] {
2056
+ background:url('../images/flags16.png') -33px -440px no-repeat;
2057
+ }
2058
+
2059
+ #flags.size16 a[title="Tamil"],
2060
+ .tool-container .tool-items a[title="Tamil"] {
2061
+ background:url('../images/flags16.png') -91px -324px no-repeat;
2062
+ }
2063
+
2064
+ #flags.size16 a[title="Telugu"],
2065
+ .tool-container .tool-items a[title="Telugu"] {
2066
+ background:url('../images/flags16.png') -120px -324px no-repeat;
2067
+ }
2068
+
2069
+ #flags.size16 a[title="Thai"],
2070
+ .tool-container .tool-items a[title="Thai"] {
2071
+ background:url('../images/flags16.png') -149px -324px no-repeat;
2072
+ }
2073
+
2074
+ #flags.size16 a[title="Turkish"],
2075
+ .tool-container .tool-items a[title="Turkish"] {
2076
+ background:url('../images/flags16.png') -33px -353px no-repeat;
2077
+ }
2078
+
2079
+ #flags.size16 a[title="Ukranian"],
2080
+ .tool-container .tool-items a[title="Ukranian"] {
2081
+ background:url('../images/flags16.png') -62px -353px no-repeat;
2082
+ }
2083
+
2084
+ #flags.size16 a[title="Urdu"],
2085
+ .tool-container .tool-items a[title="Urdu"] {
2086
+ background:url('../images/flags16.png') -149px -353px no-repeat;
2087
+ }
2088
+
2089
+ #flags.size16 a[title="Uzbek"],
2090
+ .tool-container .tool-items a[title="Uzbek"] {
2091
+ background:url('../images/flags16.png') -62px -440px no-repeat;
2092
+ }
2093
+
2094
+ #flags.size16 a[title="Vietnamese"],
2095
+ .tool-container .tool-items a[title="Vietnamese"] {
2096
+ background:url('../images/flags16.png') -4px -382px no-repeat;
2097
+ }
2098
+
2099
+ #flags.size16 a[title="Welsh"],
2100
+ .tool-container .tool-items a[title="Welsh"] {
2101
+ background:url('../images/flags16.png') -33px -382px no-repeat;
2102
+ }
2103
+
2104
+ #flags.size16 a[title="Yiddish"],
2105
+ .tool-container .tool-items a[title="Yiddish"] {
2106
+ background:url('../images/flags16.png') -62px -382px no-repeat;
2107
+ }
2108
+
2109
+ #flags.size16 a[title="Yoruba"],
2110
+ .tool-container .tool-items a[title="Yoruba"] {
2111
+ background:url('../images/flags16.png') -91px -382px no-repeat;
2112
+ }
2113
+
2114
+ #flags.size16 a[title="Zulu"],
2115
+ .tool-container .tool-items a[title="Zulu"] {
2116
+ background:url('../images/flags16.png') -120px -382px no-repeat;
2117
+ }
2118
+
2119
+ /* Individual flag backgrounds (24px) */
2120
+
2121
+ #flags.size24 a[title="Afrikaans"],
2122
+ .tool-container .tool-items a[title="Afrikaans"] {
2123
+ background:url('../images/flags.png') 0 -3px no-repeat;
2124
+ }
2125
+
2126
+ #flags.size24 a[title="Albanian"],
2127
+ .tool-container .tool-items a[title="Albanian"] {
2128
+ background:url('../images/flags.png') -29px -3px no-repeat;
2129
+ }
2130
+
2131
+ #flags.size24 a[title="Arabic"],
2132
+ .tool-container .tool-items a[title="Arabic"] {
2133
+ background:url('../images/flags.png') -58px -3px no-repeat;
2134
+ }
2135
+
2136
+ #flags.size24 a[title="Armenian"],
2137
+ .tool-container .tool-items a[title="Armenian"] {
2138
+ background:url('../images/flags.png') -87px -3px no-repeat;
2139
+ }
2140
+
2141
+ #flags.size24 a[title="Azerbaijani"],
2142
+ .tool-container .tool-items a[title="Azerbaijani"] {
2143
+ background:url('../images/flags.png') -116px -3px no-repeat;
2144
+ }
2145
+
2146
+ #flags.size24 a[title="Basque"],
2147
+ .tool-container .tool-items a[title="Basque"] {
2148
+ background:url('../images/flags.png') -145px -3px no-repeat;
2149
+ }
2150
+
2151
+ #flags.size24 a[title="Belarusian"],
2152
+ .tool-container .tool-items a[title="Belarusian"] {
2153
+ background:url('../images/flags.png') 0 -32px no-repeat;
2154
+ }
2155
+
2156
+ #flags.size24 a[title="Bengali"],
2157
+ .tool-container .tool-items a[title="Bengali"] {
2158
+ background:url('../images/flags.png') -29px -32px no-repeat;
2159
+ }
2160
+
2161
+ #flags.size24 a[title="Bosnian"],
2162
+ .tool-container .tool-items a[title="Bosnian"] {
2163
+ background:url('../images/flags.png') -58px -32px no-repeat;
2164
+ }
2165
+
2166
+ #flags.size24 a[title="Bulgarian"],
2167
+ .tool-container .tool-items a[title="Bulgarian"] {
2168
+ background:url('../images/flags.png') -87px -32px no-repeat;
2169
+ }
2170
+
2171
+ #flags.size24 a[title="Catalan"],
2172
+ .tool-container .tool-items a[title="Catalan"] {
2173
+ background:url('../images/flags.png') -116px -32px no-repeat;
2174
+ }
2175
+
2176
+ #flags.size24 a[title="Cebuano"],
2177
+ .tool-container .tool-items a[title="Cebuano"] {
2178
+ background:url('../images/flags.png') -145px -32px no-repeat;
2179
+ }
2180
+
2181
+ #flags.size24 a[title="Chichewa"],
2182
+ .tool-container .tool-items a[title="Chichewa"] {
2183
+ background:url('../images/flags.png') -87px -409px no-repeat;
2184
+ }
2185
+
2186
+ #flags.size24 a[title="Chinese"],
2187
+ .tool-container .tool-items a[title="Chinese"] {
2188
+ background:url('../images/flags.png') 0 -61px no-repeat;
2189
+ }
2190
+
2191
+ #flags.size24 a[title="Chinese(Traditional)"],
2192
+ .tool-container .tool-items a[title="Chinese(Traditional)"] {
2193
+ background:url('../images/flags.png') -29px -61px no-repeat;
2194
+ }
2195
+
2196
+ #flags.size24 a[title="Croatian"],
2197
+ .tool-container .tool-items a[title="Croatian"] {
2198
+ background:url('../images/flags.png') -58px -61px no-repeat;
2199
+ }
2200
+
2201
+ #flags.size24 a[title="Czech"],
2202
+ .tool-container .tool-items a[title="Czech"] {
2203
+ background:url('../images/flags.png') -87px -61px no-repeat;
2204
+ }
2205
+
2206
+ #flags.size24 a[title="Danish"],
2207
+ .tool-container .tool-items a[title="Danish"] {
2208
+ background:url('../images/flags.png') -116px -61px no-repeat;
2209
+ }
2210
+
2211
+ #flags.size24 a[title="Dutch"],
2212
+ .tool-container .tool-items a[title="Dutch"] {
2213
+ background:url('../images/flags.png') -145px -61px no-repeat;
2214
+ }
2215
+
2216
+ #flags.size24 a[title="English"],
2217
+ .tool-container .tool-items a[title="English"] {
2218
+ background:url('../images/flags.png') -87px -351px no-repeat;
2219
+ }
2220
+
2221
+ #flags.size24 a.united-states[title="English"],
2222
+ .tool-container a.united-states[title="English"] {
2223
+ background:url('../images/flags.png') -116px -351px no-repeat !important;
2224
+ }
2225
+
2226
+ #flags.size24 a.canada[title="English"],
2227
+ .tool-container a.canada[title="English"] {
2228
+ background:url('../images/flags.png') -87px -438px no-repeat !important;
2229
+ }
2230
+
2231
+ #flags.size24 a[title="Esperanto"],
2232
+ .tool-container .tool-items a[title="Esperanto"] {
2233
+ background:url('../images/flags.png') 0 -90px no-repeat;
2234
+ }
2235
+
2236
+ #flags.size24 a[title="Estonian"],
2237
+ .tool-container .tool-items a[title="Estonian"] {
2238
+ background:url('../images/flags.png') -29px -90px no-repeat;
2239
+ }
2240
+
2241
+ #flags.size24 a[title="Filipino"],
2242
+ .tool-container .tool-items a[title="Filipino"] {
2243
+ background:url('../images/flags.png') -58px -90px no-repeat;
2244
+ }
2245
+
2246
+ #flags.size24 a[title="Finnish"],
2247
+ .tool-container .tool-items a[title="Finnish"] {
2248
+ background:url('../images/flags.png') -87px -90px no-repeat;
2249
+ }
2250
+
2251
+ #flags.size24 a[title="French"],
2252
+ .tool-container .tool-items a[title="French"] {
2253
+ background:url('../images/flags.png') -116px -90px no-repeat;
2254
+ }
2255
+
2256
+ #flags.size24 a[title="Galician"],
2257
+ .tool-container .tool-items a[title="Galician"] {
2258
+ background:url('../images/flags.png') -145px -90px no-repeat;
2259
+ }
2260
+
2261
+ #flags.size24 a[title="Georgian"],
2262
+ .tool-container .tool-items a[title="Georgian"] {
2263
+ background:url('../images/flags.png') 0 -119px no-repeat;
2264
+ }
2265
+
2266
+ #flags.size24 a[title="German"],
2267
+ .tool-container .tool-items a[title="German"] {
2268
+ background:url('../images/flags.png') -29px -119px no-repeat;
2269
+ }
2270
+
2271
+ #flags.size24 a[title="Greek"],
2272
+ .tool-container .tool-items a[title="Greek"] {
2273
+ background:url('../images/flags.png') -58px -119px no-repeat;
2274
+ }
2275
+
2276
+ #flags.size24 a[title="Gujarati"],
2277
+ .tool-container .tool-items a[title="Gujarati"] {
2278
+ background:url('../images/flags.png') -87px -119px no-repeat;
2279
+ }
2280
+
2281
+ #flags.size24 a[title="Haitian"],
2282
+ .tool-container .tool-items a[title="Haitian"] {
2283
+ background:url('../images/flags.png') -116px -119px no-repeat;
2284
+ }
2285
+
2286
+ #flags.size24 a[title="Hausa"],
2287
+ .tool-container .tool-items a[title="Hausa"] {
2288
+ background:url('../images/flags.png') -145px -119px no-repeat;
2289
+ }
2290
+
2291
+ #flags.size24 a[title="Hebrew"],
2292
+ .tool-container .tool-items a[title="Hebrew"] {
2293
+ background:url('../images/flags.png') 0 -148px no-repeat;
2294
+ }
2295
+
2296
+ #flags.size24 a[title="Hindi"],
2297
+ .tool-container .tool-items a[title="Hindi"] {
2298
+ background:url('../images/flags.png') -29px -148px no-repeat;
2299
+ }
2300
+
2301
+ #flags.size24 a[title="Hmong"],
2302
+ .tool-container .tool-items a[title="Hmong"] {
2303
+ background:url('../images/flags.png') -58px -148px no-repeat;
2304
+ }
2305
+
2306
+ #flags.size24 a[title="Hungarian"],
2307
+ .tool-container .tool-items a[title="Hungarian"] {
2308
+ background:url('../images/flags.png') -87px -148px no-repeat;
2309
+ }
2310
+
2311
+ #flags.size24 a[title="Icelandic"],
2312
+ .tool-container .tool-items a[title="Icelandic"] {
2313
+ background:url('../images/flags.png') -116px -148px no-repeat;
2314
+ }
2315
+
2316
+ #flags.size24 a[title="Igbo"],
2317
+ .tool-container .tool-items a[title="Igbo"] {
2318
+ background:url('../images/flags.png') -145px -148px no-repeat;
2319
+ }
2320
+
2321
+ #flags.size24 a[title="Indonesian"],
2322
+ .tool-container .tool-items a[title="Indonesian"] {
2323
+ background:url('../images/flags.png') 0 -177px no-repeat;
2324
+ }
2325
+
2326
+ #flags.size24 a[title="Irish"],
2327
+ .tool-container .tool-items a[title="Irish"] {
2328
+ background:url('../images/flags.png') -29px -177px no-repeat;
2329
+ }
2330
+
2331
+ #flags.size24 a[title="Italian"],
2332
+ .tool-container .tool-items a[title="Italian"] {
2333
+ background:url('../images/flags.png') -58px -177px no-repeat;
2334
+ }
2335
+
2336
+ #flags.size24 a[title="Japanese"],
2337
+ .tool-container .tool-items a[title="Japanese"] {
2338
+ background:url('../images/flags.png') -87px -177px no-repeat;
2339
+ }
2340
+
2341
+ #flags.size24 a[title="Javanese"],
2342
+ .tool-container .tool-items a[title="Javanese"] {
2343
+ background:url('../images/flags.png') -116px -177px no-repeat;
2344
+ }
2345
+
2346
+ #flags.size24 a[title="Kannada"],
2347
+ .tool-container .tool-items a[title="Kannada"] {
2348
+ background:url('../images/flags.png') -145px -177px no-repeat;
2349
+ }
2350
+
2351
+ #flags.size24 a[title="Kazakh"],
2352
+ .tool-container .tool-items a[title="Kazakh"] {
2353
+ background:url('../images/flags.png') 0 -409px no-repeat;
2354
+ }
2355
+
2356
+ #flags.size24 a[title="Khmer"],
2357
+ .tool-container .tool-items a[title="Khmer"] {
2358
+ background:url('../images/flags.png') 0 -206px no-repeat;
2359
+ }
2360
+
2361
+ #flags.size24 a[title="Korean"],
2362
+ .tool-container .tool-items a[title="Korean"] {
2363
+ background:url('../images/flags.png') -29px -206px no-repeat;
2364
+ }
2365
+
2366
+ #flags.size24 a[title="Lao"],
2367
+ .tool-container .tool-items a[title="Lao"] {
2368
+ background:url('../images/flags.png') -58px -206px no-repeat;
2369
+ }
2370
+
2371
+ #flags.size24 a[title="Latin"],
2372
+ .tool-container .tool-items a[title="Latin"] {
2373
+ background:url('../images/flags.png') -87px -206px no-repeat;
2374
+ }
2375
+
2376
+ #flags.size24 a[title="Latvian"],
2377
+ .tool-container .tool-items a[title="Latvian"] {
2378
+ background:url('../images/flags.png') -116px -206px no-repeat;
2379
+ }
2380
+
2381
+ #flags.size24 a[title="Lithuanian"],
2382
+ .tool-container .tool-items a[title="Lithuanian"] {
2383
+ background:url('../images/flags.png') -145px -206px no-repeat;
2384
+ }
2385
+
2386
+ #flags.size24 a[title="Macedonian"],
2387
+ .tool-container .tool-items a[title="Macedonian"] {
2388
+ background:url('../images/flags.png') 0 -235px no-repeat;
2389
+ }
2390
+
2391
+ #flags.size24 a[title="Malagasy"],
2392
+ .tool-container .tool-items a[title="Malagasy"] {
2393
+ background:url('../images/flags.png') -58px -409px no-repeat;
2394
+ }
2395
+
2396
+ #flags.size24 a[title="Malay"],
2397
+ .tool-container .tool-items a[title="Malay"] {
2398
+ background:url('../images/flags.png') -29px -235px no-repeat;
2399
+ }
2400
+
2401
+ #flags.size24 a[title="Malayalam"],
2402
+ .tool-container .tool-items a[title="Malayalam"] {
2403
+ background:url('../images/flags.png') -116px -409px no-repeat;
2404
+ }
2405
+
2406
+ #flags.size24 a[title="Maltese"],
2407
+ .tool-container .tool-items a[title="Maltese"] {
2408
+ background:url('../images/flags.png') -58px -235px no-repeat;
2409
+ }
2410
+
2411
+ #flags.size24 a[title="Maori"],
2412
+ .tool-container .tool-items a[title="Maori"] {
2413
+ background:url('../images/flags.png') -87px -235px no-repeat;
2414
+ }
2415
+
2416
+ #flags.size24 a[title="Marathi"],
2417
+ .tool-container .tool-items a[title="Marathi"] {
2418
+ background:url('../images/flags.png') -116px -235px no-repeat;
2419
+ }
2420
+
2421
+ #flags.size24 a[title="Mongolian"],
2422
+ .tool-container .tool-items a[title="Mongolian"] {
2423
+ background:url('../images/flags.png') -145px -235px no-repeat;
2424
+ }
2425
+
2426
+ #flags.size24 a[title="Myanmar(Burmese)"],
2427
+ .tool-container .tool-items a[title="Myanmar(Burmese)"] {
2428
+ background:url('../images/flags.png') -145px -409px no-repeat;
2429
+ }
2430
+
2431
+ #flags.size24 a[title="Nepali"],
2432
+ .tool-container .tool-items a[title="Nepali"] {
2433
+ background:url('../images/flags.png') 0 -264px no-repeat;
2434
+ }
2435
+
2436
+ #flags.size24 a[title="Norwegian"],
2437
+ .tool-container .tool-items a[title="Norwegian"] {
2438
+ background:url('../images/flags.png') -29px -264px no-repeat;
2439
+ }
2440
+
2441
+ #flags.size24 a[title="Persian"],
2442
+ .tool-container .tool-items a[title="Persian"] {
2443
+ background:url('../images/flags.png') -58px -264px no-repeat;
2444
+ }
2445
+
2446
+ #flags.size24 a[title="Polish"],
2447
+ .tool-container .tool-items a[title="Polish"] {
2448
+ background:url('../images/flags.png') -87px -264px no-repeat;
2449
+ }
2450
+
2451
+ #flags.size24 a[title="Portuguese"],
2452
+ .tool-container .tool-items a[title="Portuguese"] {
2453
+ background:url('../images/flags.png') -116px -264px no-repeat;
2454
+ }
2455
+
2456
+ #flags.size24 a.brazil[title="Portuguese"],
2457
+ .tool-container a.brazil[title="Portuguese"] {
2458
+ background:url('../images/flags.png') -145px -438px no-repeat !important;
2459
+ }
2460
+
2461
+ #flags.size24 a[title="Punjabi"],
2462
+ .tool-container .tool-items a[title="Punjabi"] {
2463
+ background:url('../images/flags.png') -145px -264px no-repeat;
2464
+ }
2465
+
2466
+ #flags.size24 a[title="Romanian"],
2467
+ .tool-container .tool-items a[title="Romanian"] {
2468
+ background:url('../images/flags.png') 0 -293px no-repeat;
2469
+ }
2470
+
2471
+ #flags.size24 a[title="Russian"],
2472
+ .tool-container .tool-items a[title="Russian"] {
2473
+ background:url('../images/flags.png') -29px -293px no-repeat;
2474
+ }
2475
+
2476
+ #flags.size24 a[title="Serbian"],
2477
+ .tool-container .tool-items a[title="Serbian"] {
2478
+ background:url('../images/flags.png') -58px -293px no-repeat;
2479
+ }
2480
+
2481
+ #flags.size24 a[title="Sesotho"],
2482
+ .tool-container .tool-items a[title="Sesotho"] {
2483
+ background:url('../images/flags.png') -29px -409px no-repeat;
2484
+ }
2485
+
2486
+ #flags.size24 a[title="Sinhala"],
2487
+ .tool-container .tool-items a[title="Sinhala"] {
2488
+ background:url('../images/flags.png') 0px -438px no-repeat;
2489
+ }
2490
+
2491
+ #flags.size24 a[title="Slovak"],
2492
+ .tool-container .tool-items a[title="Slovak"] {
2493
+ background:url('../images/flags.png') -87px -293px no-repeat;
2494
+ }
2495
+
2496
+ #flags.size24 a[title="Slovenian"],
2497
+ .tool-container .tool-items a[title="Slovenian"] {
2498
+ background:url('../images/flags.png') -116px -293px no-repeat;
2499
+ }
2500
+
2501
+ #flags.size24 a[title="Somali"],
2502
+ .tool-container .tool-items a[title="Somali"] {
2503
+ background:url('../images/flags.png') -145px -293px no-repeat;
2504
+ }
2505
+
2506
+ #flags.size24 a[title="Spanish"],
2507
+ .tool-container .tool-items a[title="Spanish"] {
2508
+ background:url('../images/flags.png') 0 -322px no-repeat;
2509
+ }
2510
+
2511
+ #flags.size24 a.mexico[title="Spanish"],
2512
+ .tool-container a.mexico[title="Spanish"] {
2513
+ background:url('../images/flags.png') -116px -438px no-repeat !important;
2514
+ }
2515
+
2516
+ #flags.size24 a[title="Sundanese"],
2517
+ .tool-container .tool-items a[title="Sundanese"] {
2518
+ background:url('../images/flags.png') -145px -380px no-repeat;
2519
+ }
2520
+
2521
+ #flags.size24 a[title="Swahili"],
2522
+ .tool-container .tool-items a[title="Swahili"] {
2523
+ background:url('../images/flags.png') -29px -322px no-repeat;
2524
+ }
2525
+
2526
+ #flags.size24 a[title="Swedish"],
2527
+ .tool-container .tool-items a[title="Swedish"] {
2528
+ background:url('../images/flags.png') -58px -322px no-repeat;
2529
+ }
2530
+
2531
+ #flags.size24 a[title="Tajik"],
2532
+ .tool-container .tool-items a[title="Tajik"] {
2533
+ background:url('../images/flags.png') -29px -438px no-repeat;
2534
+ }
2535
+
2536
+ #flags.size24 a[title="Tamil"],
2537
+ .tool-container .tool-items a[title="Tamil"] {
2538
+ background:url('../images/flags.png') -87px -322px no-repeat;
2539
+ }
2540
+
2541
+ #flags.size24 a[title="Telugu"],
2542
+ .tool-container .tool-items a[title="Telugu"] {
2543
+ background:url('../images/flags.png') -116px -322px no-repeat;
2544
+ }
2545
+
2546
+ #flags.size24 a[title="Thai"],
2547
+ .tool-container .tool-items a[title="Thai"] {
2548
+ background:url('../images/flags.png') -145px -322px no-repeat;
2549
+ }
2550
+
2551
+ #flags.size24 a[title="Turkish"],
2552
+ .tool-container .tool-items a[title="Turkish"] {
2553
+ background:url('../images/flags.png') -29px -351px no-repeat;
2554
+ }
2555
+
2556
+ #flags.size24 a[title="Ukranian"],
2557
+ .tool-container .tool-items a[title="Ukranian"] {
2558
+ background:url('../images/flags.png') -58px -351px no-repeat;
2559
+ }
2560
+
2561
+ #flags.size24 a[title="Urdu"],
2562
+ .tool-container .tool-items a[title="Urdu"] {
2563
+ background:url('../images/flags.png') -145px -351px no-repeat;
2564
+ }
2565
+
2566
+ #flags.size24 a[title="Uzbek"],
2567
+ .tool-container .tool-items a[title="Uzbek"] {
2568
+ background:url('../images/flags.png') -58px -438px no-repeat;
2569
+ }
2570
+
2571
+ #flags.size24 a[title="Vietnamese"],
2572
+ .tool-container .tool-items a[title="Vietnamese"] {
2573
+ background:url('../images/flags.png') 0 -380px no-repeat;
2574
+ }
2575
+
2576
+ #flags.size24 a[title="Welsh"],
2577
+ .tool-container .tool-items a[title="Welsh"] {
2578
+ background:url('../images/flags.png') -29px -380px no-repeat;
2579
+ }
2580
+
2581
+ #flags.size24 a[title="Yiddish"],
2582
+ .tool-container .tool-items a[title="Yiddish"] {
2583
+ background:url('../images/flags.png') -58px -380px no-repeat;
2584
+ }
2585
+
2586
+ #flags.size24 a[title="Yoruba"],
2587
+ .tool-container .tool-items a[title="Yoruba"] {
2588
+ background:url('../images/flags.png') -87px -380px no-repeat;
2589
+ }
2590
+
2591
+ #flags.size24 a[title="Zulu"],
2592
+ .tool-container .tool-items a[title="Zulu"] {
2593
+ background:url('../images/flags.png') -116px -380px no-repeat;
2594
  }
css/style.php CHANGED
@@ -63,7 +63,7 @@ if (get_option('googlelanguagetranslator_showbranding')=='Yes') {
63
  echo '#google_language_translator { width:auto !important; }';
64
  }
65
 
66
- } elseif(get_option('googlelanguagetranslator_showbranding')=='No') {
67
  if(get_option('googlelanguagetranslator_active')==1) {
68
  echo '#google_language_translator a {display: none !important; }';
69
  echo '.goog-te-gadget {color:transparent !important;}';
63
  echo '#google_language_translator { width:auto !important; }';
64
  }
65
 
66
+ } elseif(get_option('googlelanguagetranslator_showbranding')=='No' && get_option('googlelanguagetranslator_display')!='SIMPLE') {
67
  if(get_option('googlelanguagetranslator_active')==1) {
68
  echo '#google_language_translator a {display: none !important; }';
69
  echo '.goog-te-gadget {color:transparent !important;}';
google-language-translator.php CHANGED
@@ -2,15 +2,15 @@
2
  /*
3
  Plugin Name: Google Language Translator
4
  Plugin URI: http://www.studio88design.com/plugins/google-language-translator
5
- Version: 5.0.07
6
  Description: The MOST SIMPLE Google Translator plugin. This plugin adds Google Translator to your website by using a single shortcode, [google-translator]. Settings include: layout style, hide/show specific languages, hide/show Google toolbar, and hide/show Google branding. Add the shortcode to pages, posts, and widgets.
7
  Author: Rob Myrick
8
  Author URI: http://www.wp-studio.net/
9
  */
10
 
11
- //ini_set('display_errors', 1);
12
- //ini_set('display_startup_errors', 1);
13
- //error_reporting(E_ALL);
14
 
15
  include( plugin_dir_path( __FILE__ ) . 'widget.php');
16
 
@@ -235,7 +235,7 @@ class google_language_translator {
235
 
236
  public function google_translator_shortcode() {
237
 
238
- if (get_option('googlelanguagetranslator_display')=='Vertical'){
239
  return $this->googlelanguagetranslator_vertical();
240
  }
241
  elseif(get_option('googlelanguagetranslator_display')=='Horizontal'){
@@ -322,7 +322,6 @@ class google_language_translator {
322
  $floating_widget = get_option ('googlelanguagetranslator_floating_widget');
323
  $is_active = get_option ( 'googlelanguagetranslator_active' );
324
  $is_multilanguage = get_option('googlelanguagetranslator_multilanguage');
325
- $auto_display = ', autoDisplay: false';
326
  $str = ''; ?>
327
  <script>jQuery(document).ready(function(a){a("a.nturl").on("click",function(){function l(){doGoogleLanguageTranslator(default_lang+"|"+default_lang)}function n(){doGoogleLanguageTranslator(default_lang+"|"+lang_prefix)}default_lang="<?php echo get_option('googlelanguagetranslator_language'); ?>",lang_prefix=a(this).attr("class").split(" ")[2],lang_prefix==default_lang?l():n()}),a("a.flag").on("click",function(){function l(){doGoogleLanguageTranslator(default_lang+"|"+default_lang)}function n(){doGoogleLanguageTranslator(default_lang+"|"+lang_prefix)}default_lang="<?php echo get_option('googlelanguagetranslator_language'); ?>",lang_prefix=a(this).attr("class").split(" ")[2],a(".tool-container").hide(),lang_prefix==default_lang?l():n()}),0==a("body > #google_language_translator").length&&a("#glt-footer").html("<div id='google_language_translator'></div>")});</script>
328
 
@@ -406,17 +405,18 @@ class google_language_translator {
406
  $layout = get_option('googlelanguagetranslator_display');
407
  $is_multilanguage = get_option('googlelanguagetranslator_multilanguage');
408
  $horizontal_layout = ', layout: google.translate.TranslateElement.InlineLayout.HORIZONTAL';
 
409
  $auto_display = ', autoDisplay: false';
410
  $default_language = get_option('googlelanguagetranslator_language');
411
 
412
  if ($is_multilanguage == 1) {
413
  $multilanguagePage = ', multilanguagePage:true';
414
- $str.="<div id='glt-footer'></div><script type='text/javascript'>function GoogleLanguageTranslatorInit() { new google.translate.TranslateElement({pageLanguage: '".$default_language."'".$language_choices . ($layout=='Horizontal' ? $horizontal_layout : '') . $auto_display . $multilanguagePage . $this->analytics()."}, 'google_language_translator');}</script>";
415
  $str.="<script type='text/javascript' src='//translate.google.com/translate_a/element.js?cb=GoogleLanguageTranslatorInit'></script>";
416
  echo $str;
417
 
418
  } elseif ($is_multilanguage == 0) {
419
- $str.="<div id='glt-footer'></div><script type='text/javascript'>function GoogleLanguageTranslatorInit() { new google.translate.TranslateElement({pageLanguage: '".$default_language."'".$language_choices . ($layout=='Horizontal' ? $horizontal_layout : '') . $auto_display . $this->analytics()."}, 'google_language_translator');}</script>";
420
  $str.="<script type='text/javascript' src='//translate.google.com/translate_a/element.js?cb=GoogleLanguageTranslatorInit'></script>";
421
  echo $str;
422
  }
@@ -813,6 +813,7 @@ class google_language_translator {
813
  <select name="googlelanguagetranslator_display" id="googlelanguagetranslator_display" style="width:170px;">
814
  <option value="Vertical" <?php if(get_option('googlelanguagetranslator_display')=='Vertical'){echo "selected";}?>>Vertical</option>
815
  <option value="Horizontal" <?php if(get_option('googlelanguagetranslator_display')=='Horizontal'){echo "selected";}?>>Horizontal</option>
 
816
  </select>
817
  <?php }
818
 
@@ -1111,7 +1112,7 @@ class google_language_translator {
1111
  </tr>
1112
 
1113
  <tr class="notranslate">
1114
- <td>Layout option:</td>
1115
  <td><?php $this->googlelanguagetranslator_display_cb(); ?></td>
1116
  </tr>
1117
 
@@ -1261,10 +1262,10 @@ class google_language_translator {
1261
 
1262
  <div class="metabox-holder notranslate" style="float: right; width: 33%;">
1263
  <div class="postbox">
1264
- <h3>GLT Premium 5.0.16 is Here! $30</h3>
1265
  <div class="inside"><a class="wp-studio-logo" href="http://www.wp-studio.net/" target="_blank"><img style="background:#444; border-radius:3px; -webkit-border-radius:3px; -moz-border-radius:3px; width:177px;" src="<?php echo plugins_url('google-language-translator/images/logo.png'); ?>"></a><br />
1266
  <ul id="features" style="margin-left:15px">
1267
- <li style="list-style:square outside"><span style="color:red; font-weight:bold">New!</span> Edit translations! (Beta)</li>
1268
  <li style="list-style:square outside">6 Floating Widget positions</li>
1269
  <li style="list-style:square outside">91 Languages with flags</li>
1270
  <li style="list-style:square outside">Exclude specific areas from translation</li>
2
  /*
3
  Plugin Name: Google Language Translator
4
  Plugin URI: http://www.studio88design.com/plugins/google-language-translator
5
+ Version: 5.0.08
6
  Description: The MOST SIMPLE Google Translator plugin. This plugin adds Google Translator to your website by using a single shortcode, [google-translator]. Settings include: layout style, hide/show specific languages, hide/show Google toolbar, and hide/show Google branding. Add the shortcode to pages, posts, and widgets.
7
  Author: Rob Myrick
8
  Author URI: http://www.wp-studio.net/
9
  */
10
 
11
+ ini_set('display_errors', 1);
12
+ ini_set('display_startup_errors', 1);
13
+ error_reporting(E_ALL);
14
 
15
  include( plugin_dir_path( __FILE__ ) . 'widget.php');
16
 
235
 
236
  public function google_translator_shortcode() {
237
 
238
+ if (get_option('googlelanguagetranslator_display')=='Vertical' || get_option('googlelanguagetranslator_display')=='SIMPLE'){
239
  return $this->googlelanguagetranslator_vertical();
240
  }
241
  elseif(get_option('googlelanguagetranslator_display')=='Horizontal'){
322
  $floating_widget = get_option ('googlelanguagetranslator_floating_widget');
323
  $is_active = get_option ( 'googlelanguagetranslator_active' );
324
  $is_multilanguage = get_option('googlelanguagetranslator_multilanguage');
 
325
  $str = ''; ?>
326
  <script>jQuery(document).ready(function(a){a("a.nturl").on("click",function(){function l(){doGoogleLanguageTranslator(default_lang+"|"+default_lang)}function n(){doGoogleLanguageTranslator(default_lang+"|"+lang_prefix)}default_lang="<?php echo get_option('googlelanguagetranslator_language'); ?>",lang_prefix=a(this).attr("class").split(" ")[2],lang_prefix==default_lang?l():n()}),a("a.flag").on("click",function(){function l(){doGoogleLanguageTranslator(default_lang+"|"+default_lang)}function n(){doGoogleLanguageTranslator(default_lang+"|"+lang_prefix)}default_lang="<?php echo get_option('googlelanguagetranslator_language'); ?>",lang_prefix=a(this).attr("class").split(" ")[2],a(".tool-container").hide(),lang_prefix==default_lang?l():n()}),0==a("body > #google_language_translator").length&&a("#glt-footer").html("<div id='google_language_translator'></div>")});</script>
327
 
405
  $layout = get_option('googlelanguagetranslator_display');
406
  $is_multilanguage = get_option('googlelanguagetranslator_multilanguage');
407
  $horizontal_layout = ', layout: google.translate.TranslateElement.InlineLayout.HORIZONTAL';
408
+ $simple_layout = ', layout: google.translate.TranslateElement.InlineLayout.SIMPLE';
409
  $auto_display = ', autoDisplay: false';
410
  $default_language = get_option('googlelanguagetranslator_language');
411
 
412
  if ($is_multilanguage == 1) {
413
  $multilanguagePage = ', multilanguagePage:true';
414
+ $str.="<div id='glt-footer'></div><script type='text/javascript'>function GoogleLanguageTranslatorInit() { new google.translate.TranslateElement({pageLanguage: '".$default_language."'".$language_choices . ($layout=='Horizontal' ? $horizontal_layout : ($layout=='SIMPLE' ? $simple_layout : '')) . $auto_display . $multilanguagePage . $this->analytics()."}, 'google_language_translator');}</script>";
415
  $str.="<script type='text/javascript' src='//translate.google.com/translate_a/element.js?cb=GoogleLanguageTranslatorInit'></script>";
416
  echo $str;
417
 
418
  } elseif ($is_multilanguage == 0) {
419
+ $str.="<div id='glt-footer'></div><script type='text/javascript'>function GoogleLanguageTranslatorInit() { new google.translate.TranslateElement({pageLanguage: '".$default_language."'".$language_choices . ($layout=='Horizontal' ? $horizontal_layout : ($layout=='SIMPLE' ? $simple_layout : '')) . $auto_display . $this->analytics()."}, 'google_language_translator');}</script>";
420
  $str.="<script type='text/javascript' src='//translate.google.com/translate_a/element.js?cb=GoogleLanguageTranslatorInit'></script>";
421
  echo $str;
422
  }
813
  <select name="googlelanguagetranslator_display" id="googlelanguagetranslator_display" style="width:170px;">
814
  <option value="Vertical" <?php if(get_option('googlelanguagetranslator_display')=='Vertical'){echo "selected";}?>>Vertical</option>
815
  <option value="Horizontal" <?php if(get_option('googlelanguagetranslator_display')=='Horizontal'){echo "selected";}?>>Horizontal</option>
816
+ <option value="SIMPLE" <?php if (get_option('googlelanguagetranslator_display')=='SIMPLE'){echo "selected";}?>>Popup Style</option>
817
  </select>
818
  <?php }
819
 
1112
  </tr>
1113
 
1114
  <tr class="notranslate">
1115
+ <td>Layout option: <span style="color:red; font-weight:bold">NEW!</span> (Popup layout just added!)</td>
1116
  <td><?php $this->googlelanguagetranslator_display_cb(); ?></td>
1117
  </tr>
1118
 
1262
 
1263
  <div class="metabox-holder notranslate" style="float: right; width: 33%;">
1264
  <div class="postbox">
1265
+ <h3>GLT Premium 5.0.22 is Here! $30</h3>
1266
  <div class="inside"><a class="wp-studio-logo" href="http://www.wp-studio.net/" target="_blank"><img style="background:#444; border-radius:3px; -webkit-border-radius:3px; -moz-border-radius:3px; width:177px;" src="<?php echo plugins_url('google-language-translator/images/logo.png'); ?>"></a><br />
1267
  <ul id="features" style="margin-left:15px">
1268
+ <li style="list-style:square outside"><span style="color:red; font-weight:bold">New!</span> Edit translations! (Pages/Posts ONLY)</li>
1269
  <li style="list-style:square outside">6 Floating Widget positions</li>
1270
  <li style="list-style:square outside">91 Languages with flags</li>
1271
  <li style="list-style:square outside">Exclude specific areas from translation</li>
readme.txt CHANGED
@@ -5,7 +5,7 @@ Plugin link: http://wp-studio.net/how-it-works
5
  Tags: language translator, google translator, language translate, google, google language translator, translation, translate, multi language
6
  Requires at least: 2.9
7
  Tested up to: 4.5.2
8
- stable tag: 5.0.07
9
 
10
  Welcome to Google Language Translator! This plugin allows you to insert the Google Language Translator tool anywhere on your website using shortcode.
11
 
@@ -46,6 +46,9 @@ A: Yes! Add the "notranslate" class to the HTML element containing your text. Fo
46
 
47
  == Changelog ==
48
 
 
 
 
49
  5.0.07
50
  - Changed the flag for Chinese(Traditional) to the Taiwanese flag. Requested long ago by a few users - thanks for your months of patience!
51
 
5
  Tags: language translator, google translator, language translate, google, google language translator, translation, translate, multi language
6
  Requires at least: 2.9
7
  Tested up to: 4.5.2
8
+ stable tag: 5.0.08
9
 
10
  Welcome to Google Language Translator! This plugin allows you to insert the Google Language Translator tool anywhere on your website using shortcode.
11
 
46
 
47
  == Changelog ==
48
 
49
+ 5.0.08
50
+ - Added a new popup-style layout". You can find this new layout in the settings page located in "Settings > Google Language Translator".
51
+
52
  5.0.07
53
  - Changed the flag for Chinese(Traditional) to the Taiwanese flag. Requested long ago by a few users - thanks for your months of patience!
54