fomantic-ui 2.9.0-beta.8 → 2.9.0-beta.80
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.all-contributorsrc +188 -3
- package/CONTRIBUTING.md +1 -1
- package/CONTRIBUTORS.md +71 -37
- package/README.md +1 -1
- package/dist/components/accordion.css +50 -6
- package/dist/components/accordion.js +1 -1
- package/dist/components/accordion.min.css +2 -2
- package/dist/components/accordion.min.js +1 -1
- package/dist/components/ad.css +1 -1
- package/dist/components/ad.min.css +1 -1
- package/dist/components/api.js +26 -24
- package/dist/components/api.min.js +2 -2
- package/dist/components/breadcrumb.css +1 -1
- package/dist/components/breadcrumb.min.css +1 -1
- package/dist/components/button.css +6 -6
- package/dist/components/button.min.css +2 -2
- package/dist/components/calendar.css +1 -1
- package/dist/components/calendar.js +106 -10
- package/dist/components/calendar.min.css +1 -1
- package/dist/components/calendar.min.js +2 -2
- package/dist/components/card.css +26 -19
- package/dist/components/card.min.css +2 -2
- package/dist/components/checkbox.css +2 -1
- package/dist/components/checkbox.js +2 -4
- package/dist/components/checkbox.min.css +2 -2
- package/dist/components/checkbox.min.js +2 -2
- package/dist/components/comment.css +11 -11
- package/dist/components/comment.min.css +1 -1
- package/dist/components/container.css +1 -1
- package/dist/components/container.min.css +1 -1
- package/dist/components/dimmer.css +28 -14
- package/dist/components/dimmer.js +1 -1
- package/dist/components/dimmer.min.css +2 -2
- package/dist/components/dimmer.min.js +1 -1
- package/dist/components/divider.css +1 -1
- package/dist/components/divider.min.css +1 -1
- package/dist/components/dropdown.css +28 -5
- package/dist/components/dropdown.js +15 -19
- package/dist/components/dropdown.min.css +2 -2
- package/dist/components/dropdown.min.js +2 -2
- package/dist/components/embed.css +1 -1
- package/dist/components/embed.js +1 -1
- package/dist/components/embed.min.css +1 -1
- package/dist/components/embed.min.js +1 -1
- package/dist/components/emoji.css +2 -2
- package/dist/components/feed.css +28 -28
- package/dist/components/feed.min.css +2 -2
- package/dist/components/flag.css +731 -625
- package/dist/components/flag.min.css +2 -2
- package/dist/components/form.css +103 -54
- package/dist/components/form.js +24 -22
- package/dist/components/form.min.css +2 -2
- package/dist/components/form.min.js +2 -2
- package/dist/components/grid.css +11 -8
- package/dist/components/grid.min.css +2 -2
- package/dist/components/header.css +1 -1
- package/dist/components/header.min.css +1 -1
- package/dist/components/icon.css +6 -1
- package/dist/components/icon.min.css +2 -2
- package/dist/components/image.css +1 -1
- package/dist/components/image.min.css +1 -1
- package/dist/components/input.css +17 -2
- package/dist/components/input.min.css +2 -2
- package/dist/components/item.css +13 -13
- package/dist/components/item.min.css +1 -1
- package/dist/components/label.css +1 -1
- package/dist/components/label.min.css +1 -1
- package/dist/components/list.css +1 -1
- package/dist/components/list.min.css +1 -1
- package/dist/components/loader.css +1 -1
- package/dist/components/loader.min.css +1 -1
- package/dist/components/menu.css +31 -7
- package/dist/components/menu.min.css +1 -1
- package/dist/components/message.css +1 -1
- package/dist/components/message.min.css +1 -1
- package/dist/components/modal.css +3 -1
- package/dist/components/modal.js +94 -30
- package/dist/components/modal.min.css +2 -2
- package/dist/components/modal.min.js +2 -2
- package/dist/components/nag.css +1 -1
- package/dist/components/nag.js +1 -1
- package/dist/components/nag.min.css +1 -1
- package/dist/components/nag.min.js +1 -1
- package/dist/components/placeholder.css +1 -1
- package/dist/components/placeholder.min.css +1 -1
- package/dist/components/popup.css +5 -3
- package/dist/components/popup.js +1 -1
- package/dist/components/popup.min.css +2 -2
- package/dist/components/popup.min.js +1 -1
- package/dist/components/progress.css +1 -1
- package/dist/components/progress.js +3 -3
- package/dist/components/progress.min.css +1 -1
- package/dist/components/progress.min.js +2 -2
- package/dist/components/rail.css +1 -1
- package/dist/components/rail.min.css +1 -1
- package/dist/components/rating.css +7 -46
- package/dist/components/rating.js +1 -1
- package/dist/components/rating.min.css +2 -2
- package/dist/components/rating.min.js +1 -1
- package/dist/components/reset.css +1 -1
- package/dist/components/reset.min.css +1 -1
- package/dist/components/reveal.css +1 -1
- package/dist/components/reveal.min.css +1 -1
- package/dist/components/search.css +1 -1
- package/dist/components/search.js +1 -1
- package/dist/components/search.min.css +1 -1
- package/dist/components/search.min.js +1 -1
- package/dist/components/segment.css +12 -6
- package/dist/components/segment.min.css +2 -2
- package/dist/components/shape.css +1 -1
- package/dist/components/shape.js +1 -1
- package/dist/components/shape.min.css +1 -1
- package/dist/components/shape.min.js +1 -1
- package/dist/components/sidebar.css +1 -1
- package/dist/components/sidebar.js +1 -1
- package/dist/components/sidebar.min.css +1 -1
- package/dist/components/sidebar.min.js +1 -1
- package/dist/components/site.css +61 -39
- package/dist/components/site.js +1 -1
- package/dist/components/site.min.css +2 -2
- package/dist/components/site.min.js +1 -1
- package/dist/components/slider.js +1 -1
- package/dist/components/slider.min.js +1 -1
- package/dist/components/state.js +1 -1
- package/dist/components/state.min.js +1 -1
- package/dist/components/statistic.css +1 -1
- package/dist/components/statistic.min.css +1 -1
- package/dist/components/step.css +4 -4
- package/dist/components/step.min.css +2 -2
- package/dist/components/sticky.css +1 -1
- package/dist/components/sticky.js +2 -2
- package/dist/components/sticky.min.css +1 -1
- package/dist/components/sticky.min.js +2 -2
- package/dist/components/tab.css +1 -1
- package/dist/components/tab.js +1 -1
- package/dist/components/tab.min.css +1 -1
- package/dist/components/tab.min.js +1 -1
- package/dist/components/table.css +5 -3
- package/dist/components/table.min.css +2 -2
- package/dist/components/text.css +1 -1
- package/dist/components/text.min.css +1 -1
- package/dist/components/toast.css +7 -1
- package/dist/components/toast.js +3 -3
- package/dist/components/toast.min.css +2 -2
- package/dist/components/toast.min.js +2 -2
- package/dist/components/transition.css +1 -1
- package/dist/components/transition.js +2 -2
- package/dist/components/transition.min.css +1 -1
- package/dist/components/transition.min.js +2 -2
- package/dist/components/visibility.js +2 -2
- package/dist/components/visibility.min.js +1 -1
- package/dist/semantic.css +1323 -981
- package/dist/semantic.js +293 -135
- package/dist/semantic.min.css +2 -2
- package/dist/semantic.min.js +2 -2
- package/examples/assets/library/iframe-content.js +8 -8
- package/examples/assets/library/iframe.js +3 -3
- package/package.json +2 -2
- package/src/definitions/behaviors/api.js +25 -23
- package/src/definitions/behaviors/form.js +23 -21
- package/src/definitions/behaviors/visibility.js +1 -1
- package/src/definitions/collections/form.less +184 -133
- package/src/definitions/collections/grid.less +704 -669
- package/src/definitions/collections/menu.less +128 -85
- package/src/definitions/collections/message.less +8 -7
- package/src/definitions/collections/table.less +186 -174
- package/src/definitions/elements/button.less +130 -119
- package/src/definitions/elements/container.less +16 -8
- package/src/definitions/elements/emoji.less +15 -9
- package/src/definitions/elements/flag.less +7 -17
- package/src/definitions/elements/header.less +14 -8
- package/src/definitions/elements/icon.less +16 -10
- package/src/definitions/elements/input.less +17 -1
- package/src/definitions/elements/list.less +55 -45
- package/src/definitions/elements/segment.less +15 -8
- package/src/definitions/elements/step.less +52 -48
- package/src/definitions/globals/site.less +23 -2
- package/src/definitions/modules/accordion.less +55 -5
- package/src/definitions/modules/calendar.js +105 -9
- package/src/definitions/modules/checkbox.js +1 -3
- package/src/definitions/modules/checkbox.less +1 -146
- package/src/definitions/modules/dimmer.less +21 -8
- package/src/definitions/modules/dropdown.js +14 -18
- package/src/definitions/modules/dropdown.less +96 -64
- package/src/definitions/modules/modal.js +93 -29
- package/src/definitions/modules/modal.less +2 -0
- package/src/definitions/modules/popup.less +5 -1
- package/src/definitions/modules/progress.js +2 -2
- package/src/definitions/modules/rating.less +18 -12
- package/src/definitions/modules/search.less +32 -16
- package/src/definitions/modules/sidebar.less +30 -18
- package/src/definitions/modules/sticky.js +1 -1
- package/src/definitions/modules/toast.js +2 -2
- package/src/definitions/modules/toast.less +5 -0
- package/src/definitions/modules/transition.js +1 -1
- package/src/definitions/views/card.less +373 -333
- package/src/definitions/views/comment.less +92 -81
- package/src/definitions/views/feed.less +164 -144
- package/src/definitions/views/item.less +249 -196
- package/src/definitions/views/statistic.less +71 -70
- package/src/themes/default/collections/menu.variables +6 -0
- package/src/themes/default/elements/button.variables +2 -1
- package/src/themes/default/elements/flag.overrides +1635 -986
- package/src/themes/default/elements/flag.variables +7 -5
- package/src/themes/default/elements/icon.overrides +35 -28
- package/src/themes/default/elements/icon.variables +1 -0
- package/src/themes/default/elements/step.overrides +1 -1
- package/src/themes/default/globals/site.variables +6 -0
- package/src/themes/default/globals/variation.variables +74 -1
- package/src/themes/default/modules/accordion.variables +15 -0
- package/src/themes/default/modules/dimmer.variables +1 -1
- package/src/themes/default/modules/dropdown.variables +1 -1
- package/src/themes/famfamfam/elements/flag.overrides +1026 -0
- package/src/themes/famfamfam/elements/flag.variables +13 -0
- package/tasks/admin/components/init.js +2 -2
- package/tasks/admin/distributions/init.js +2 -2
- package/test/helpers/sinon.js +1 -1
package/dist/components/flag.css
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
/*!
|
2
|
-
* # Fomantic-UI 2.9.0-beta.
|
2
|
+
* # Fomantic-UI 2.9.0-beta.80 - Flag
|
3
3
|
* http://github.com/fomantic/Fomantic-UI/
|
4
4
|
*
|
5
5
|
*
|
@@ -14,1020 +14,1126 @@
|
|
14
14
|
*******************************/
|
15
15
|
|
16
16
|
i.flag:not(.icon) {
|
17
|
-
display: inline-block;
|
18
|
-
width: 16px;
|
19
|
-
height: 11px;
|
20
|
-
line-height: 11px;
|
21
|
-
vertical-align: baseline;
|
22
|
-
margin: 0 0.5em 0 0;
|
23
|
-
text-decoration: inherit;
|
24
17
|
speak: none;
|
25
|
-
-webkit-font-smoothing: antialiased;
|
26
18
|
-webkit-backface-visibility: hidden;
|
27
19
|
backface-visibility: hidden;
|
28
20
|
}
|
29
|
-
|
30
|
-
/* Sprite */
|
31
21
|
i.flag:not(.icon):before {
|
22
|
+
content: '\00A0\00A0\00A0\00A0\00A0\00A0\00A0';
|
32
23
|
display: inline-block;
|
33
|
-
|
34
|
-
background:
|
35
|
-
|
36
|
-
height: 11px;
|
24
|
+
line-height: 1.28571429em;
|
25
|
+
background-repeat: no-repeat;
|
26
|
+
background-position: center center;
|
37
27
|
}
|
38
28
|
|
39
|
-
/* Flag Sprite Based On http://www.famfamfam.com/lab/icons/flags/ */
|
40
|
-
|
41
29
|
|
42
30
|
/*******************************
|
43
31
|
Theme Overrides
|
44
32
|
*******************************/
|
45
33
|
|
46
34
|
/*rtl:begin:ignore*/
|
47
|
-
i.flag.
|
48
|
-
|
49
|
-
|
35
|
+
i.flag.small {
|
36
|
+
font-size: 1.5em;
|
37
|
+
vertical-align: middle;
|
50
38
|
}
|
51
|
-
i.flag.
|
52
|
-
|
53
|
-
|
54
|
-
|
39
|
+
i.flag.medium {
|
40
|
+
font-size: 3em;
|
41
|
+
vertical-align: middle;
|
42
|
+
}
|
43
|
+
i.flag.large {
|
44
|
+
font-size: 6em;
|
45
|
+
vertical-align: middle;
|
46
|
+
}
|
47
|
+
i.flag.big {
|
48
|
+
font-size: 7.5em;
|
49
|
+
vertical-align: middle;
|
50
|
+
}
|
51
|
+
i.flag.huge {
|
52
|
+
font-size: 9em;
|
53
|
+
vertical-align: middle;
|
54
|
+
}
|
55
|
+
i.flag.massive {
|
56
|
+
font-size: 12em;
|
57
|
+
vertical-align: middle;
|
58
|
+
}
|
59
|
+
i.flag.rainbow:before,
|
60
|
+
i.flag.rainbow:before,
|
61
|
+
i.flag.gay.pride:before {
|
62
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f3f3-fe0f-200d-1f308.svg");
|
63
|
+
}
|
64
|
+
i.flag.pirate:before {
|
65
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f3f4-200d-2620-fe0f.svg");
|
55
66
|
}
|
56
67
|
i.flag.af:before,
|
57
68
|
i.flag.afghanistan:before {
|
58
|
-
background-
|
59
|
-
}
|
60
|
-
i.flag.ag:before,
|
61
|
-
i.flag.antigua:before {
|
62
|
-
background-position: 0 -78px;
|
69
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1e6-1f1eb.svg");
|
63
70
|
}
|
64
|
-
i.flag.
|
65
|
-
i.flag.
|
66
|
-
background-
|
71
|
+
i.flag.ax:before,
|
72
|
+
i.flag.åland.islands:before {
|
73
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1e6-1f1fd.svg");
|
67
74
|
}
|
68
75
|
i.flag.al:before,
|
69
76
|
i.flag.albania:before {
|
70
|
-
background-
|
77
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1e6-1f1f1.svg");
|
71
78
|
}
|
72
|
-
i.flag.
|
73
|
-
i.flag.
|
74
|
-
background-
|
79
|
+
i.flag.dz:before,
|
80
|
+
i.flag.algeria:before {
|
81
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1e9-1f1ff.svg");
|
75
82
|
}
|
76
|
-
i.flag.
|
77
|
-
i.flag.
|
78
|
-
background-
|
83
|
+
i.flag.as:before,
|
84
|
+
i.flag.american.samoa:before {
|
85
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1e6-1f1f8.svg");
|
86
|
+
}
|
87
|
+
i.flag.ad:before,
|
88
|
+
i.flag.andorra:before {
|
89
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1e6-1f1e9.svg");
|
79
90
|
}
|
80
91
|
i.flag.ao:before,
|
81
92
|
i.flag.angola:before {
|
82
|
-
background-
|
93
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1e6-1f1f4.svg");
|
94
|
+
}
|
95
|
+
i.flag.ai:before,
|
96
|
+
i.flag.anguilla:before {
|
97
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1e6-1f1ee.svg");
|
98
|
+
}
|
99
|
+
i.flag.aq:before,
|
100
|
+
i.flag.antarctica:before {
|
101
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1e6-1f1f6.svg");
|
102
|
+
}
|
103
|
+
i.flag.ag:before,
|
104
|
+
i.flag.antigua.and.barbuda:before,
|
105
|
+
i.flag.antigua:before {
|
106
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1e6-1f1ec.svg");
|
83
107
|
}
|
84
108
|
i.flag.ar:before,
|
85
109
|
i.flag.argentina:before {
|
86
|
-
background-
|
110
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1e6-1f1f7.svg");
|
87
111
|
}
|
88
|
-
i.flag.
|
89
|
-
i.flag.
|
90
|
-
background-
|
112
|
+
i.flag.am:before,
|
113
|
+
i.flag.armenia:before {
|
114
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1e6-1f1f2.svg");
|
91
115
|
}
|
92
|
-
i.flag.
|
93
|
-
i.flag.
|
94
|
-
background-
|
116
|
+
i.flag.aw:before,
|
117
|
+
i.flag.aruba:before {
|
118
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1e6-1f1fc.svg");
|
95
119
|
}
|
96
120
|
i.flag.au:before,
|
97
121
|
i.flag.australia:before {
|
98
|
-
background-
|
99
|
-
}
|
100
|
-
i.flag.aw:before,
|
101
|
-
i.flag.aruba:before {
|
102
|
-
background-position: 0 -338px;
|
122
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1e6-1f1fa.svg");
|
103
123
|
}
|
104
|
-
i.flag.
|
105
|
-
i.flag.
|
106
|
-
background-
|
124
|
+
i.flag.at:before,
|
125
|
+
i.flag.austria:before {
|
126
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1e6-1f1f9.svg");
|
107
127
|
}
|
108
128
|
i.flag.az:before,
|
109
129
|
i.flag.azerbaijan:before {
|
110
|
-
background-
|
130
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1e6-1f1ff.svg");
|
111
131
|
}
|
112
|
-
i.flag.
|
113
|
-
i.flag.
|
114
|
-
background-
|
132
|
+
i.flag.bs:before,
|
133
|
+
i.flag.bahamas:before {
|
134
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1e7-1f1f8.svg");
|
115
135
|
}
|
116
|
-
i.flag.
|
117
|
-
i.flag.
|
118
|
-
background-
|
136
|
+
i.flag.bh:before,
|
137
|
+
i.flag.bahrain:before {
|
138
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1e7-1f1ed.svg");
|
119
139
|
}
|
120
140
|
i.flag.bd:before,
|
121
141
|
i.flag.bangladesh:before {
|
122
|
-
background-
|
123
|
-
}
|
124
|
-
i.flag.be:before,
|
125
|
-
i.flag.belgium:before {
|
126
|
-
background-position: 0 -494px;
|
142
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1e7-1f1e9.svg");
|
127
143
|
}
|
128
|
-
i.flag.
|
129
|
-
i.flag.
|
130
|
-
background-
|
144
|
+
i.flag.bb:before,
|
145
|
+
i.flag.barbados:before {
|
146
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1e7-1f1e7.svg");
|
131
147
|
}
|
132
|
-
i.flag.
|
133
|
-
i.flag.
|
134
|
-
background-
|
148
|
+
i.flag.by:before,
|
149
|
+
i.flag.belarus:before {
|
150
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1e7-1f1fe.svg");
|
135
151
|
}
|
136
|
-
i.flag.
|
137
|
-
i.flag.
|
138
|
-
background-
|
152
|
+
i.flag.be:before,
|
153
|
+
i.flag.belgium:before {
|
154
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1e7-1f1ea.svg");
|
139
155
|
}
|
140
|
-
i.flag.
|
141
|
-
i.flag.
|
142
|
-
background-
|
156
|
+
i.flag.bz:before,
|
157
|
+
i.flag.belize:before {
|
158
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1e7-1f1ff.svg");
|
143
159
|
}
|
144
160
|
i.flag.bj:before,
|
145
161
|
i.flag.benin:before {
|
146
|
-
background-
|
162
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1e7-1f1ef.svg");
|
147
163
|
}
|
148
164
|
i.flag.bm:before,
|
149
165
|
i.flag.bermuda:before {
|
150
|
-
background-
|
166
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1e7-1f1f2.svg");
|
151
167
|
}
|
152
|
-
i.flag.
|
153
|
-
i.flag.
|
154
|
-
background-
|
168
|
+
i.flag.bt:before,
|
169
|
+
i.flag.bhutan:before {
|
170
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1e7-1f1f9.svg");
|
155
171
|
}
|
156
172
|
i.flag.bo:before,
|
157
173
|
i.flag.bolivia:before {
|
158
|
-
background-
|
174
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1e7-1f1f4.svg");
|
175
|
+
}
|
176
|
+
i.flag.ba:before,
|
177
|
+
i.flag.bosnia.and.herzegovina:before {
|
178
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1e7-1f1e6.svg");
|
179
|
+
}
|
180
|
+
i.flag.bw:before,
|
181
|
+
i.flag.botswana:before {
|
182
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1e7-1f1fc.svg");
|
159
183
|
}
|
160
184
|
i.flag.br:before,
|
161
185
|
i.flag.brazil:before {
|
162
|
-
background-
|
186
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1e7-1f1f7.svg");
|
163
187
|
}
|
164
|
-
i.flag.
|
165
|
-
i.flag.
|
166
|
-
background-
|
188
|
+
i.flag.io:before,
|
189
|
+
i.flag.british.indian.ocean.territory:before {
|
190
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1ee-1f1f4.svg");
|
167
191
|
}
|
168
|
-
i.flag.
|
169
|
-
i.flag.
|
170
|
-
background-
|
192
|
+
i.flag.vg:before,
|
193
|
+
i.flag.british.virgin.islands:before {
|
194
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1fb-1f1ec.svg");
|
171
195
|
}
|
172
|
-
i.flag.
|
173
|
-
i.flag.
|
174
|
-
background-
|
196
|
+
i.flag.bn:before,
|
197
|
+
i.flag.brunei:before {
|
198
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1e7-1f1f3.svg");
|
175
199
|
}
|
176
|
-
i.flag.
|
177
|
-
i.flag.
|
178
|
-
background-
|
200
|
+
i.flag.bg:before,
|
201
|
+
i.flag.bulgaria:before {
|
202
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1e7-1f1ec.svg");
|
179
203
|
}
|
180
|
-
i.flag.
|
181
|
-
i.flag.
|
182
|
-
background-
|
204
|
+
i.flag.bf:before,
|
205
|
+
i.flag.burkina.faso:before {
|
206
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1e7-1f1eb.svg");
|
183
207
|
}
|
184
|
-
i.flag.
|
185
|
-
i.flag.
|
186
|
-
background-
|
208
|
+
i.flag.bi:before,
|
209
|
+
i.flag.burundi:before {
|
210
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1e7-1f1ee.svg");
|
211
|
+
}
|
212
|
+
i.flag.kh:before,
|
213
|
+
i.flag.cambodia:before {
|
214
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1f0-1f1ed.svg");
|
215
|
+
}
|
216
|
+
i.flag.cm:before,
|
217
|
+
i.flag.cameroon:before {
|
218
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1e8-1f1f2.svg");
|
187
219
|
}
|
188
220
|
i.flag.ca:before,
|
189
221
|
i.flag.canada:before {
|
190
|
-
background-
|
222
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1e8-1f1e6.svg");
|
191
223
|
}
|
192
|
-
i.flag.
|
193
|
-
i.flag.
|
194
|
-
background-
|
195
|
-
}
|
196
|
-
i.flag.cd:before,
|
197
|
-
i.flag.congo:before {
|
198
|
-
background-position: 0 -988px;
|
224
|
+
i.flag.ic:before,
|
225
|
+
i.flag.canary.islands:before {
|
226
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1ee-1f1e8.svg");
|
199
227
|
}
|
200
|
-
i.flag.
|
201
|
-
i.flag.
|
202
|
-
background-
|
228
|
+
i.flag.cv:before,
|
229
|
+
i.flag.cape.verde:before {
|
230
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1e8-1f1fb.svg");
|
203
231
|
}
|
204
|
-
i.flag.
|
205
|
-
i.flag.
|
206
|
-
|
232
|
+
i.flag.bq:before,
|
233
|
+
i.flag.caribbean.netherlands:before,
|
234
|
+
i.flag.an:before,
|
235
|
+
i.flag.netherlands.antilles:before {
|
236
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1e7-1f1f6.svg");
|
207
237
|
}
|
208
|
-
i.flag.
|
209
|
-
i.flag.
|
210
|
-
background-
|
238
|
+
i.flag.ky:before,
|
239
|
+
i.flag.cayman.islands:before {
|
240
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1f0-1f1fe.svg");
|
211
241
|
}
|
212
|
-
i.flag.
|
213
|
-
i.flag.
|
214
|
-
background-
|
242
|
+
i.flag.cf:before,
|
243
|
+
i.flag.central.african.republic:before {
|
244
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1e8-1f1eb.svg");
|
215
245
|
}
|
216
|
-
i.flag.
|
217
|
-
i.flag.
|
218
|
-
background-
|
246
|
+
i.flag.td:before,
|
247
|
+
i.flag.chad:before {
|
248
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1f9-1f1e9.svg");
|
219
249
|
}
|
220
250
|
i.flag.cl:before,
|
221
251
|
i.flag.chile:before {
|
222
|
-
background-
|
223
|
-
}
|
224
|
-
i.flag.cm:before,
|
225
|
-
i.flag.cameroon:before {
|
226
|
-
background-position: 0 -1170px;
|
252
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1e8-1f1f1.svg");
|
227
253
|
}
|
228
254
|
i.flag.cn:before,
|
229
255
|
i.flag.china:before {
|
230
|
-
background-
|
256
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1e8-1f1f3.svg");
|
257
|
+
}
|
258
|
+
i.flag.cx:before,
|
259
|
+
i.flag.christmas.island:before {
|
260
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1e8-1f1fd.svg");
|
261
|
+
}
|
262
|
+
i.flag.cc:before,
|
263
|
+
i.flag.cocos.islands:before {
|
264
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1e8-1f1e8.svg");
|
231
265
|
}
|
232
266
|
i.flag.co:before,
|
233
267
|
i.flag.colombia:before {
|
234
|
-
background-
|
268
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1e8-1f1f4.svg");
|
269
|
+
}
|
270
|
+
i.flag.km:before,
|
271
|
+
i.flag.comoros:before {
|
272
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1f0-1f1f2.svg");
|
273
|
+
}
|
274
|
+
i.flag.cg:before,
|
275
|
+
i.flag.congo.brazzaville:before {
|
276
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1e8-1f1ec.svg");
|
277
|
+
}
|
278
|
+
i.flag.cd:before,
|
279
|
+
i.flag.congo.kinshasa:before,
|
280
|
+
i.flag.congo:before {
|
281
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1e8-1f1e9.svg");
|
282
|
+
}
|
283
|
+
i.flag.ck:before,
|
284
|
+
i.flag.cook.islands:before {
|
285
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1e8-1f1f0.svg");
|
235
286
|
}
|
236
287
|
i.flag.cr:before,
|
237
288
|
i.flag.costa.rica:before {
|
238
|
-
background-
|
289
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1e8-1f1f7.svg");
|
239
290
|
}
|
240
|
-
i.flag.
|
241
|
-
i.flag.
|
242
|
-
background-
|
291
|
+
i.flag.ci:before,
|
292
|
+
i.flag.côte.d’ivoire:before {
|
293
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1e8-1f1ee.svg");
|
294
|
+
}
|
295
|
+
i.flag.hr:before,
|
296
|
+
i.flag.croatia:before {
|
297
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1ed-1f1f7.svg");
|
243
298
|
}
|
244
299
|
i.flag.cu:before,
|
245
300
|
i.flag.cuba:before {
|
246
|
-
background-
|
247
|
-
}
|
248
|
-
i.flag.cv:before,
|
249
|
-
i.flag.cape.verde:before {
|
250
|
-
background-position: 0 -1326px;
|
301
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1e8-1f1fa.svg");
|
251
302
|
}
|
252
|
-
i.flag.
|
253
|
-
i.flag.
|
254
|
-
background-
|
303
|
+
i.flag.cw:before,
|
304
|
+
i.flag.curaçao:before {
|
305
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1e8-1f1fc.svg");
|
255
306
|
}
|
256
307
|
i.flag.cy:before,
|
257
308
|
i.flag.cyprus:before {
|
258
|
-
background-
|
309
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1e8-1f1fe.svg");
|
259
310
|
}
|
260
311
|
i.flag.cz:before,
|
261
|
-
i.flag.
|
262
|
-
background-
|
312
|
+
i.flag.czechia:before {
|
313
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1e8-1f1ff.svg");
|
263
314
|
}
|
264
|
-
i.flag.
|
265
|
-
i.flag.
|
266
|
-
background-
|
315
|
+
i.flag.dk:before,
|
316
|
+
i.flag.denmark:before {
|
317
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1e9-1f1f0.svg");
|
267
318
|
}
|
268
319
|
i.flag.dj:before,
|
269
320
|
i.flag.djibouti:before {
|
270
|
-
background-
|
271
|
-
}
|
272
|
-
i.flag.dk:before,
|
273
|
-
i.flag.denmark:before {
|
274
|
-
background-position: 0 -1482px;
|
321
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1e9-1f1ef.svg");
|
275
322
|
}
|
276
323
|
i.flag.dm:before,
|
277
324
|
i.flag.dominica:before {
|
278
|
-
background-
|
325
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1e9-1f1f2.svg");
|
279
326
|
}
|
280
327
|
i.flag.do:before,
|
281
328
|
i.flag.dominican.republic:before {
|
282
|
-
background-
|
283
|
-
}
|
284
|
-
i.flag.dz:before,
|
285
|
-
i.flag.algeria:before {
|
286
|
-
background-position: 0 -1560px;
|
329
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1e9-1f1f4.svg");
|
287
330
|
}
|
288
331
|
i.flag.ec:before,
|
289
332
|
i.flag.ecuador:before {
|
290
|
-
background-
|
291
|
-
}
|
292
|
-
i.flag.ee:before,
|
293
|
-
i.flag.estonia:before {
|
294
|
-
background-position: 0 -1612px;
|
333
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1ea-1f1e8.svg");
|
295
334
|
}
|
296
335
|
i.flag.eg:before,
|
297
336
|
i.flag.egypt:before {
|
298
|
-
background-
|
337
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1ea-1f1ec.svg");
|
299
338
|
}
|
300
|
-
i.flag.
|
301
|
-
i.flag.
|
302
|
-
background-
|
339
|
+
i.flag.sv:before,
|
340
|
+
i.flag.el.salvador:before {
|
341
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1f8-1f1fb.svg");
|
303
342
|
}
|
304
|
-
i.flag.
|
305
|
-
i.flag.
|
306
|
-
background-
|
343
|
+
i.flag.gq:before,
|
344
|
+
i.flag.equatorial.guinea:before {
|
345
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1ec-1f1f6.svg");
|
307
346
|
}
|
308
347
|
i.flag.er:before,
|
309
348
|
i.flag.eritrea:before {
|
310
|
-
background-
|
349
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1ea-1f1f7.svg");
|
311
350
|
}
|
312
|
-
i.flag.
|
313
|
-
i.flag.
|
314
|
-
background-
|
351
|
+
i.flag.ee:before,
|
352
|
+
i.flag.estonia:before {
|
353
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1ea-1f1ea.svg");
|
315
354
|
}
|
316
355
|
i.flag.et:before,
|
317
356
|
i.flag.ethiopia:before {
|
318
|
-
background-
|
357
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1ea-1f1f9.svg");
|
319
358
|
}
|
320
359
|
i.flag.eu:before,
|
321
360
|
i.flag.european.union:before {
|
322
|
-
background-
|
323
|
-
}
|
324
|
-
i.flag.fi:before,
|
325
|
-
i.flag.finland:before {
|
326
|
-
background-position: 0 -1846px;
|
327
|
-
}
|
328
|
-
i.flag.fj:before,
|
329
|
-
i.flag.fiji:before {
|
330
|
-
background-position: 0 -1872px;
|
361
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1ea-1f1fa.svg");
|
331
362
|
}
|
332
363
|
i.flag.fk:before,
|
333
364
|
i.flag.falkland.islands:before {
|
334
|
-
background-
|
335
|
-
}
|
336
|
-
i.flag.fm:before,
|
337
|
-
i.flag.micronesia:before {
|
338
|
-
background-position: 0 -1924px;
|
365
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1eb-1f1f0.svg");
|
339
366
|
}
|
340
367
|
i.flag.fo:before,
|
341
368
|
i.flag.faroe.islands:before {
|
342
|
-
background-
|
369
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1eb-1f1f4.svg");
|
370
|
+
}
|
371
|
+
i.flag.fj:before,
|
372
|
+
i.flag.fiji:before {
|
373
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1eb-1f1ef.svg");
|
374
|
+
}
|
375
|
+
i.flag.fi:before,
|
376
|
+
i.flag.finland:before {
|
377
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1eb-1f1ee.svg");
|
343
378
|
}
|
344
379
|
i.flag.fr:before,
|
345
380
|
i.flag.france:before {
|
346
|
-
background-
|
381
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1eb-1f1f7.svg");
|
382
|
+
}
|
383
|
+
i.flag.gf:before,
|
384
|
+
i.flag.french.guiana:before {
|
385
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1ec-1f1eb.svg");
|
386
|
+
}
|
387
|
+
i.flag.pf:before,
|
388
|
+
i.flag.french.polynesia:before {
|
389
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1f5-1f1eb.svg");
|
390
|
+
}
|
391
|
+
i.flag.tf:before,
|
392
|
+
i.flag.french.southern.territories:before,
|
393
|
+
i.flag.french.territories:before {
|
394
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1f9-1f1eb.svg");
|
347
395
|
}
|
348
396
|
i.flag.ga:before,
|
349
397
|
i.flag.gabon:before {
|
350
|
-
background-
|
398
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1ec-1f1e6.svg");
|
351
399
|
}
|
352
|
-
i.flag.
|
353
|
-
i.flag.
|
354
|
-
|
355
|
-
background-position: -36px -26px;
|
356
|
-
}
|
357
|
-
i.flag.gd:before,
|
358
|
-
i.flag.grenada:before {
|
359
|
-
background-position: -36px -52px;
|
400
|
+
i.flag.gm:before,
|
401
|
+
i.flag.gambia:before {
|
402
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1ec-1f1f2.svg");
|
360
403
|
}
|
361
404
|
i.flag.ge:before,
|
362
405
|
i.flag.georgia:before {
|
363
|
-
background-
|
406
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1ec-1f1ea.svg");
|
364
407
|
}
|
365
|
-
i.flag.
|
366
|
-
i.flag.
|
367
|
-
background-
|
408
|
+
i.flag.de:before,
|
409
|
+
i.flag.germany:before {
|
410
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1e9-1f1ea.svg");
|
368
411
|
}
|
369
412
|
i.flag.gh:before,
|
370
413
|
i.flag.ghana:before {
|
371
|
-
background-
|
414
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1ec-1f1ed.svg");
|
372
415
|
}
|
373
416
|
i.flag.gi:before,
|
374
417
|
i.flag.gibraltar:before {
|
375
|
-
background-
|
418
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1ec-1f1ee.svg");
|
419
|
+
}
|
420
|
+
i.flag.gr:before,
|
421
|
+
i.flag.greece:before {
|
422
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1ec-1f1f7.svg");
|
376
423
|
}
|
377
424
|
i.flag.gl:before,
|
378
425
|
i.flag.greenland:before {
|
379
|
-
background-
|
380
|
-
}
|
381
|
-
i.flag.gm:before,
|
382
|
-
i.flag.gambia:before {
|
383
|
-
background-position: -36px -208px;
|
426
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1ec-1f1f1.svg");
|
384
427
|
}
|
385
|
-
i.flag.
|
386
|
-
i.flag.
|
387
|
-
background-
|
428
|
+
i.flag.gd:before,
|
429
|
+
i.flag.grenada:before {
|
430
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1ec-1f1e9.svg");
|
388
431
|
}
|
389
432
|
i.flag.gp:before,
|
390
433
|
i.flag.guadeloupe:before {
|
391
|
-
background-
|
434
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1ec-1f1f5.svg");
|
392
435
|
}
|
393
|
-
i.flag.
|
394
|
-
i.flag.
|
395
|
-
background-
|
396
|
-
}
|
397
|
-
i.flag.gr:before,
|
398
|
-
i.flag.greece:before {
|
399
|
-
background-position: -36px -312px;
|
400
|
-
}
|
401
|
-
i.flag.gs:before,
|
402
|
-
i.flag.sandwich.islands:before {
|
403
|
-
background-position: -36px -338px;
|
436
|
+
i.flag.gu:before,
|
437
|
+
i.flag.guam:before {
|
438
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1ec-1f1fa.svg");
|
404
439
|
}
|
405
440
|
i.flag.gt:before,
|
406
441
|
i.flag.guatemala:before {
|
407
|
-
background-
|
442
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1ec-1f1f9.svg");
|
408
443
|
}
|
409
|
-
i.flag.
|
410
|
-
i.flag.
|
411
|
-
background-
|
444
|
+
i.flag.gg:before,
|
445
|
+
i.flag.guernsey:before {
|
446
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1ec-1f1ec.svg");
|
447
|
+
}
|
448
|
+
i.flag.gn:before,
|
449
|
+
i.flag.guinea:before {
|
450
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1ec-1f1f3.svg");
|
412
451
|
}
|
413
452
|
i.flag.gw:before,
|
414
453
|
i.flag.guinea-bissau:before {
|
415
|
-
background-
|
454
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1ec-1f1fc.svg");
|
416
455
|
}
|
417
456
|
i.flag.gy:before,
|
418
457
|
i.flag.guyana:before {
|
419
|
-
background-
|
458
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1ec-1f1fe.svg");
|
420
459
|
}
|
421
|
-
i.flag.
|
422
|
-
i.flag.
|
423
|
-
background-
|
424
|
-
}
|
425
|
-
i.flag.hm:before,
|
426
|
-
i.flag.heard.island:before {
|
427
|
-
background-position: -36px -494px;
|
460
|
+
i.flag.ht:before,
|
461
|
+
i.flag.haiti:before {
|
462
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1ed-1f1f9.svg");
|
428
463
|
}
|
429
464
|
i.flag.hn:before,
|
430
465
|
i.flag.honduras:before {
|
431
|
-
background-
|
432
|
-
}
|
433
|
-
i.flag.hr:before,
|
434
|
-
i.flag.croatia:before {
|
435
|
-
background-position: -36px -546px;
|
466
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1ed-1f1f3.svg");
|
436
467
|
}
|
437
|
-
i.flag.
|
438
|
-
i.flag.
|
439
|
-
|
468
|
+
i.flag.hk:before,
|
469
|
+
i.flag.hong.kong.sar.china:before,
|
470
|
+
i.flag.hong.kong:before {
|
471
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1ed-1f1f0.svg");
|
440
472
|
}
|
441
473
|
i.flag.hu:before,
|
442
474
|
i.flag.hungary:before {
|
443
|
-
background-
|
444
|
-
}
|
445
|
-
i.flag.id:before,
|
446
|
-
i.flag.indonesia:before {
|
447
|
-
background-position: -36px -624px;
|
475
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1ed-1f1fa.svg");
|
448
476
|
}
|
449
|
-
i.flag.
|
450
|
-
i.flag.
|
451
|
-
background-
|
452
|
-
}
|
453
|
-
i.flag.il:before,
|
454
|
-
i.flag.israel:before {
|
455
|
-
background-position: -36px -676px;
|
477
|
+
i.flag.is:before,
|
478
|
+
i.flag.iceland:before {
|
479
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1ee-1f1f8.svg");
|
456
480
|
}
|
457
481
|
i.flag.in:before,
|
458
482
|
i.flag.india:before {
|
459
|
-
background-
|
483
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1ee-1f1f3.svg");
|
460
484
|
}
|
461
|
-
i.flag.
|
462
|
-
i.flag.
|
463
|
-
background-
|
485
|
+
i.flag.id:before,
|
486
|
+
i.flag.indonesia:before {
|
487
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1ee-1f1e9.svg");
|
488
|
+
}
|
489
|
+
i.flag.ir:before,
|
490
|
+
i.flag.iran:before {
|
491
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1ee-1f1f7.svg");
|
464
492
|
}
|
465
493
|
i.flag.iq:before,
|
466
494
|
i.flag.iraq:before {
|
467
|
-
background-
|
495
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1ee-1f1f6.svg");
|
468
496
|
}
|
469
|
-
i.flag.
|
470
|
-
i.flag.
|
471
|
-
background-
|
497
|
+
i.flag.ie:before,
|
498
|
+
i.flag.ireland:before {
|
499
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1ee-1f1ea.svg");
|
472
500
|
}
|
473
|
-
i.flag.
|
474
|
-
i.flag.
|
475
|
-
background-
|
501
|
+
i.flag.im:before,
|
502
|
+
i.flag.isle.of.man:before {
|
503
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1ee-1f1f2.svg");
|
504
|
+
}
|
505
|
+
i.flag.il:before,
|
506
|
+
i.flag.israel:before {
|
507
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1ee-1f1f1.svg");
|
476
508
|
}
|
477
509
|
i.flag.it:before,
|
478
510
|
i.flag.italy:before {
|
479
|
-
background-
|
511
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1ee-1f1f9.svg");
|
480
512
|
}
|
481
513
|
i.flag.jm:before,
|
482
514
|
i.flag.jamaica:before {
|
483
|
-
background-
|
515
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1ef-1f1f2.svg");
|
516
|
+
}
|
517
|
+
i.flag.jp:before,
|
518
|
+
i.flag.japan:before {
|
519
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1ef-1f1f5.svg");
|
520
|
+
}
|
521
|
+
i.flag.crosseds:before {
|
522
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f38c.svg");
|
523
|
+
}
|
524
|
+
i.flag.je:before,
|
525
|
+
i.flag.jersey:before {
|
526
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1ef-1f1ea.svg");
|
484
527
|
}
|
485
528
|
i.flag.jo:before,
|
486
529
|
i.flag.jordan:before {
|
487
|
-
background-
|
530
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1ef-1f1f4.svg");
|
488
531
|
}
|
489
|
-
i.flag.
|
490
|
-
i.flag.
|
491
|
-
background-
|
532
|
+
i.flag.kz:before,
|
533
|
+
i.flag.kazakhstan:before {
|
534
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1f0-1f1ff.svg");
|
492
535
|
}
|
493
536
|
i.flag.ke:before,
|
494
537
|
i.flag.kenya:before {
|
495
|
-
background-
|
496
|
-
}
|
497
|
-
i.flag.kg:before,
|
498
|
-
i.flag.kyrgyzstan:before {
|
499
|
-
background-position: -36px -962px;
|
500
|
-
}
|
501
|
-
i.flag.kh:before,
|
502
|
-
i.flag.cambodia:before {
|
503
|
-
background-position: -36px -988px;
|
538
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1f0-1f1ea.svg");
|
504
539
|
}
|
505
540
|
i.flag.ki:before,
|
506
541
|
i.flag.kiribati:before {
|
507
|
-
background-
|
542
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1f0-1f1ee.svg");
|
508
543
|
}
|
509
|
-
i.flag.
|
510
|
-
i.flag.
|
511
|
-
background-
|
512
|
-
}
|
513
|
-
i.flag.kn:before,
|
514
|
-
i.flag.saint.kitts.and.nevis:before {
|
515
|
-
background-position: -36px -1066px;
|
516
|
-
}
|
517
|
-
i.flag.kp:before,
|
518
|
-
i.flag.north.korea:before {
|
519
|
-
background-position: -36px -1092px;
|
520
|
-
}
|
521
|
-
i.flag.kr:before,
|
522
|
-
i.flag.south.korea:before {
|
523
|
-
background-position: -36px -1118px;
|
544
|
+
i.flag.xk:before,
|
545
|
+
i.flag.kosovo:before {
|
546
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1fd-1f1f0.svg");
|
524
547
|
}
|
525
548
|
i.flag.kw:before,
|
526
549
|
i.flag.kuwait:before {
|
527
|
-
background-
|
528
|
-
}
|
529
|
-
i.flag.ky:before,
|
530
|
-
i.flag.cayman.islands:before {
|
531
|
-
background-position: -36px -1170px;
|
550
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1f0-1f1fc.svg");
|
532
551
|
}
|
533
|
-
i.flag.
|
534
|
-
i.flag.
|
535
|
-
background-
|
552
|
+
i.flag.kg:before,
|
553
|
+
i.flag.kyrgyzstan:before {
|
554
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1f0-1f1ec.svg");
|
536
555
|
}
|
537
556
|
i.flag.la:before,
|
538
557
|
i.flag.laos:before {
|
539
|
-
background-
|
558
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1f1-1f1e6.svg");
|
559
|
+
}
|
560
|
+
i.flag.lv:before,
|
561
|
+
i.flag.latvia:before {
|
562
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1f1-1f1fb.svg");
|
540
563
|
}
|
541
564
|
i.flag.lb:before,
|
542
565
|
i.flag.lebanon:before {
|
543
|
-
background-
|
544
|
-
}
|
545
|
-
i.flag.lc:before,
|
546
|
-
i.flag.saint.lucia:before {
|
547
|
-
background-position: -36px -1274px;
|
548
|
-
}
|
549
|
-
i.flag.li:before,
|
550
|
-
i.flag.liechtenstein:before {
|
551
|
-
background-position: -36px -1300px;
|
566
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1f1-1f1e7.svg");
|
552
567
|
}
|
553
|
-
i.flag.
|
554
|
-
i.flag.
|
555
|
-
background-
|
568
|
+
i.flag.ls:before,
|
569
|
+
i.flag.lesotho:before {
|
570
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1f1-1f1f8.svg");
|
556
571
|
}
|
557
572
|
i.flag.lr:before,
|
558
573
|
i.flag.liberia:before {
|
559
|
-
background-
|
574
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1f1-1f1f7.svg");
|
560
575
|
}
|
561
|
-
i.flag.
|
562
|
-
i.flag.
|
563
|
-
background-
|
576
|
+
i.flag.ly:before,
|
577
|
+
i.flag.libya:before {
|
578
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1f1-1f1fe.svg");
|
579
|
+
}
|
580
|
+
i.flag.li:before,
|
581
|
+
i.flag.liechtenstein:before {
|
582
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1f1-1f1ee.svg");
|
564
583
|
}
|
565
584
|
i.flag.lt:before,
|
566
585
|
i.flag.lithuania:before {
|
567
|
-
background-
|
586
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1f1-1f1f9.svg");
|
568
587
|
}
|
569
588
|
i.flag.lu:before,
|
570
589
|
i.flag.luxembourg:before {
|
571
|
-
background-
|
572
|
-
}
|
573
|
-
i.flag.lv:before,
|
574
|
-
i.flag.latvia:before {
|
575
|
-
background-position: -36px -1456px;
|
576
|
-
}
|
577
|
-
i.flag.ly:before,
|
578
|
-
i.flag.libya:before {
|
579
|
-
background-position: -36px -1482px;
|
580
|
-
}
|
581
|
-
i.flag.ma:before,
|
582
|
-
i.flag.morocco:before {
|
583
|
-
background-position: -36px -1508px;
|
584
|
-
}
|
585
|
-
i.flag.mc:before,
|
586
|
-
i.flag.monaco:before {
|
587
|
-
background-position: -36px -1534px;
|
590
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1f1-1f1fa.svg");
|
588
591
|
}
|
589
|
-
i.flag.
|
590
|
-
i.flag.
|
591
|
-
background-
|
592
|
+
i.flag.mo:before,
|
593
|
+
i.flag.macao.sar.china:before {
|
594
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1f2-1f1f4.svg");
|
592
595
|
}
|
593
|
-
i.flag.
|
594
|
-
i.flag.
|
595
|
-
background-
|
596
|
+
i.flag.mk:before,
|
597
|
+
i.flag.macedonia:before {
|
598
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1f2-1f1f0.svg");
|
596
599
|
}
|
597
600
|
i.flag.mg:before,
|
598
601
|
i.flag.madagascar:before {
|
599
|
-
background-
|
602
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1f2-1f1ec.svg");
|
600
603
|
}
|
601
|
-
i.flag.
|
602
|
-
i.flag.
|
603
|
-
background-
|
604
|
+
i.flag.mw:before,
|
605
|
+
i.flag.malawi:before {
|
606
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1f2-1f1fc.svg");
|
604
607
|
}
|
605
|
-
i.flag.
|
606
|
-
i.flag.
|
607
|
-
background-
|
608
|
+
i.flag.my:before,
|
609
|
+
i.flag.malaysia:before {
|
610
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1f2-1f1fe.svg");
|
611
|
+
}
|
612
|
+
i.flag.mv:before,
|
613
|
+
i.flag.maldives:before {
|
614
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1f2-1f1fb.svg");
|
608
615
|
}
|
609
616
|
i.flag.ml:before,
|
610
617
|
i.flag.mali:before {
|
611
|
-
background-
|
612
|
-
}
|
613
|
-
i.flag.mm:before,
|
614
|
-
i.flag.myanmar:before,
|
615
|
-
i.flag.burma:before {
|
616
|
-
background-position: -36px -1717px;
|
618
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1f2-1f1f1.svg");
|
617
619
|
}
|
618
|
-
i.flag.
|
619
|
-
i.flag.
|
620
|
-
background-
|
621
|
-
}
|
622
|
-
i.flag.mo:before,
|
623
|
-
i.flag.macau:before {
|
624
|
-
background-position: -36px -1769px;
|
620
|
+
i.flag.mt:before,
|
621
|
+
i.flag.malta:before {
|
622
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1f2-1f1f9.svg");
|
625
623
|
}
|
626
|
-
i.flag.
|
627
|
-
i.flag.
|
628
|
-
background-
|
624
|
+
i.flag.mh:before,
|
625
|
+
i.flag.marshall.islands:before {
|
626
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1f2-1f1ed.svg");
|
629
627
|
}
|
630
628
|
i.flag.mq:before,
|
631
629
|
i.flag.martinique:before {
|
632
|
-
background-
|
630
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1f2-1f1f6.svg");
|
633
631
|
}
|
634
632
|
i.flag.mr:before,
|
635
633
|
i.flag.mauritania:before {
|
636
|
-
background-
|
637
|
-
}
|
638
|
-
i.flag.ms:before,
|
639
|
-
i.flag.montserrat:before {
|
640
|
-
background-position: -36px -1873px;
|
641
|
-
}
|
642
|
-
i.flag.mt:before,
|
643
|
-
i.flag.malta:before {
|
644
|
-
background-position: -36px -1899px;
|
634
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1f2-1f1f7.svg");
|
645
635
|
}
|
646
636
|
i.flag.mu:before,
|
647
637
|
i.flag.mauritius:before {
|
648
|
-
background-
|
649
|
-
}
|
650
|
-
i.flag.mv:before,
|
651
|
-
i.flag.maldives:before {
|
652
|
-
background-position: -36px -1951px;
|
638
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1f2-1f1fa.svg");
|
653
639
|
}
|
654
|
-
i.flag.
|
655
|
-
i.flag.
|
656
|
-
background-
|
640
|
+
i.flag.yt:before,
|
641
|
+
i.flag.mayotte:before {
|
642
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1fe-1f1f9.svg");
|
657
643
|
}
|
658
644
|
i.flag.mx:before,
|
659
645
|
i.flag.mexico:before {
|
660
|
-
background-
|
646
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1f2-1f1fd.svg");
|
661
647
|
}
|
662
|
-
i.flag.
|
663
|
-
i.flag.
|
664
|
-
background-
|
648
|
+
i.flag.fm:before,
|
649
|
+
i.flag.micronesia:before {
|
650
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1eb-1f1f2.svg");
|
651
|
+
}
|
652
|
+
i.flag.md:before,
|
653
|
+
i.flag.moldova:before {
|
654
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1f2-1f1e9.svg");
|
655
|
+
}
|
656
|
+
i.flag.mc:before,
|
657
|
+
i.flag.monaco:before {
|
658
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1f2-1f1e8.svg");
|
659
|
+
}
|
660
|
+
i.flag.mn:before,
|
661
|
+
i.flag.mongolia:before {
|
662
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1f2-1f1f3.svg");
|
663
|
+
}
|
664
|
+
i.flag.me:before,
|
665
|
+
i.flag.montenegro:before {
|
666
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1f2-1f1ea.svg");
|
667
|
+
}
|
668
|
+
i.flag.ms:before,
|
669
|
+
i.flag.montserrat:before {
|
670
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1f2-1f1f8.svg");
|
671
|
+
}
|
672
|
+
i.flag.ma:before,
|
673
|
+
i.flag.morocco:before {
|
674
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1f2-1f1e6.svg");
|
665
675
|
}
|
666
676
|
i.flag.mz:before,
|
667
677
|
i.flag.mozambique:before {
|
668
|
-
background-
|
678
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1f2-1f1ff.svg");
|
679
|
+
}
|
680
|
+
i.flag.mm:before,
|
681
|
+
i.flag.myanmar:before,
|
682
|
+
i.flag.burma:before {
|
683
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1f2-1f1f2.svg");
|
669
684
|
}
|
670
685
|
i.flag.na:before,
|
671
686
|
i.flag.namibia:before {
|
672
|
-
background-
|
687
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1f3-1f1e6.svg");
|
688
|
+
}
|
689
|
+
i.flag.nr:before,
|
690
|
+
i.flag.nauru:before {
|
691
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1f3-1f1f7.svg");
|
692
|
+
}
|
693
|
+
i.flag.np:before,
|
694
|
+
i.flag.nepal:before {
|
695
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1f3-1f1f5.svg");
|
696
|
+
}
|
697
|
+
i.flag.nl:before,
|
698
|
+
i.flag.netherlands:before {
|
699
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1f3-1f1f1.svg");
|
673
700
|
}
|
674
701
|
i.flag.nc:before,
|
675
702
|
i.flag.new.caledonia:before {
|
676
|
-
background-
|
703
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1f3-1f1e8.svg");
|
704
|
+
}
|
705
|
+
i.flag.nz:before,
|
706
|
+
i.flag.new.zealand:before {
|
707
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1f3-1f1ff.svg");
|
708
|
+
}
|
709
|
+
i.flag.ni:before,
|
710
|
+
i.flag.nicaragua:before {
|
711
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1f3-1f1ee.svg");
|
677
712
|
}
|
678
713
|
i.flag.ne:before,
|
679
714
|
i.flag.niger:before {
|
680
|
-
background-
|
681
|
-
}
|
682
|
-
i.flag.nf:before,
|
683
|
-
i.flag.norfolk.island:before {
|
684
|
-
background-position: -72px -156px;
|
715
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1f3-1f1ea.svg");
|
685
716
|
}
|
686
717
|
i.flag.ng:before,
|
687
718
|
i.flag.nigeria:before {
|
688
|
-
background-
|
719
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1f3-1f1ec.svg");
|
689
720
|
}
|
690
|
-
i.flag.
|
691
|
-
i.flag.
|
692
|
-
background-
|
721
|
+
i.flag.nu:before,
|
722
|
+
i.flag.niue:before {
|
723
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1f3-1f1fa.svg");
|
693
724
|
}
|
694
|
-
i.flag.
|
695
|
-
i.flag.
|
696
|
-
background-
|
725
|
+
i.flag.nf:before,
|
726
|
+
i.flag.norfolk.island:before {
|
727
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1f3-1f1eb.svg");
|
728
|
+
}
|
729
|
+
i.flag.kp:before,
|
730
|
+
i.flag.north.korea:before {
|
731
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1f0-1f1f5.svg");
|
732
|
+
}
|
733
|
+
i.flag.mp:before,
|
734
|
+
i.flag.northern.mariana.islands:before {
|
735
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1f2-1f1f5.svg");
|
697
736
|
}
|
698
737
|
i.flag.no:before,
|
699
738
|
i.flag.norway:before {
|
700
|
-
background-
|
739
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1f3-1f1f4.svg");
|
701
740
|
}
|
702
|
-
i.flag.
|
703
|
-
i.flag.
|
704
|
-
background-
|
705
|
-
}
|
706
|
-
i.flag.nr:before,
|
707
|
-
i.flag.nauru:before {
|
708
|
-
background-position: -72px -312px;
|
741
|
+
i.flag.om:before,
|
742
|
+
i.flag.oman:before {
|
743
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1f4-1f1f2.svg");
|
709
744
|
}
|
710
|
-
i.flag.
|
711
|
-
i.flag.
|
712
|
-
background-
|
745
|
+
i.flag.pk:before,
|
746
|
+
i.flag.pakistan:before {
|
747
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1f5-1f1f0.svg");
|
713
748
|
}
|
714
|
-
i.flag.
|
715
|
-
i.flag.
|
716
|
-
background-
|
749
|
+
i.flag.pw:before,
|
750
|
+
i.flag.palau:before {
|
751
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1f5-1f1fc.svg");
|
717
752
|
}
|
718
|
-
i.flag.
|
719
|
-
i.flag.
|
720
|
-
background-
|
753
|
+
i.flag.ps:before,
|
754
|
+
i.flag.palestinian.territories:before {
|
755
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1f5-1f1f8.svg");
|
721
756
|
}
|
722
757
|
i.flag.pa:before,
|
723
758
|
i.flag.panama:before {
|
724
|
-
background-
|
725
|
-
}
|
726
|
-
i.flag.pe:before,
|
727
|
-
i.flag.peru:before {
|
728
|
-
background-position: -72px -442px;
|
729
|
-
}
|
730
|
-
i.flag.pf:before,
|
731
|
-
i.flag.french.polynesia:before {
|
732
|
-
background-position: -72px -468px;
|
759
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1f5-1f1e6.svg");
|
733
760
|
}
|
734
761
|
i.flag.pg:before,
|
762
|
+
i.flag.papua.new.guinea:before,
|
735
763
|
i.flag.new.guinea:before {
|
736
|
-
background-
|
737
|
-
}
|
738
|
-
i.flag.ph:before,
|
739
|
-
i.flag.philippines:before {
|
740
|
-
background-position: -72px -520px;
|
764
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1f5-1f1ec.svg");
|
741
765
|
}
|
742
|
-
i.flag.
|
743
|
-
i.flag.
|
744
|
-
background-
|
766
|
+
i.flag.py:before,
|
767
|
+
i.flag.paraguay:before {
|
768
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1f5-1f1fe.svg");
|
745
769
|
}
|
746
|
-
i.flag.
|
747
|
-
i.flag.
|
748
|
-
background-
|
770
|
+
i.flag.pe:before,
|
771
|
+
i.flag.peru:before {
|
772
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1f5-1f1ea.svg");
|
749
773
|
}
|
750
|
-
i.flag.
|
751
|
-
i.flag.
|
752
|
-
background-
|
774
|
+
i.flag.ph:before,
|
775
|
+
i.flag.philippines:before {
|
776
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1f5-1f1ed.svg");
|
753
777
|
}
|
754
778
|
i.flag.pn:before,
|
755
779
|
i.flag.pitcairn.islands:before {
|
756
|
-
background-
|
780
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1f5-1f1f3.svg");
|
757
781
|
}
|
758
|
-
i.flag.
|
759
|
-
i.flag.
|
760
|
-
background-
|
761
|
-
}
|
762
|
-
i.flag.ps:before,
|
763
|
-
i.flag.palestine:before {
|
764
|
-
background-position: -72px -676px;
|
782
|
+
i.flag.pl:before,
|
783
|
+
i.flag.poland:before {
|
784
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1f5-1f1f1.svg");
|
765
785
|
}
|
766
786
|
i.flag.pt:before,
|
767
787
|
i.flag.portugal:before {
|
768
|
-
background-
|
788
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1f5-1f1f9.svg");
|
769
789
|
}
|
770
|
-
i.flag.
|
771
|
-
i.flag.
|
772
|
-
background-
|
773
|
-
}
|
774
|
-
i.flag.py:before,
|
775
|
-
i.flag.paraguay:before {
|
776
|
-
background-position: -72px -754px;
|
790
|
+
i.flag.pr:before,
|
791
|
+
i.flag.puerto.rico:before {
|
792
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1f5-1f1f7.svg");
|
777
793
|
}
|
778
794
|
i.flag.qa:before,
|
779
795
|
i.flag.qatar:before {
|
780
|
-
background-
|
796
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1f6-1f1e6.svg");
|
781
797
|
}
|
782
798
|
i.flag.re:before,
|
783
|
-
i.flag.
|
784
|
-
background-
|
799
|
+
i.flag.réunion:before {
|
800
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1f7-1f1ea.svg");
|
785
801
|
}
|
786
802
|
i.flag.ro:before,
|
787
803
|
i.flag.romania:before {
|
788
|
-
background-
|
789
|
-
}
|
790
|
-
i.flag.rs:before,
|
791
|
-
i.flag.serbia:before {
|
792
|
-
background-position: -72px -858px;
|
804
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1f7-1f1f4.svg");
|
793
805
|
}
|
794
806
|
i.flag.ru:before,
|
795
807
|
i.flag.russia:before {
|
796
|
-
background-
|
808
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1f7-1f1fa.svg");
|
797
809
|
}
|
798
810
|
i.flag.rw:before,
|
799
811
|
i.flag.rwanda:before {
|
800
|
-
background-
|
812
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1f7-1f1fc.svg");
|
813
|
+
}
|
814
|
+
i.flag.ws:before,
|
815
|
+
i.flag.samoa:before {
|
816
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1fc-1f1f8.svg");
|
817
|
+
}
|
818
|
+
i.flag.sm:before,
|
819
|
+
i.flag.san.marino:before {
|
820
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1f8-1f1f2.svg");
|
821
|
+
}
|
822
|
+
i.flag.st:before,
|
823
|
+
i.flag.são.tomé.and.príncipe:before,
|
824
|
+
i.flag.samo.tome:before {
|
825
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1f8-1f1f9.svg");
|
801
826
|
}
|
802
827
|
i.flag.sa:before,
|
803
|
-
i.flag.saudi.arabia:before
|
804
|
-
|
828
|
+
i.flag.saudi.arabia:before,
|
829
|
+
i.flag.saudiarabia:before,
|
830
|
+
i.flag.saudi:before {
|
831
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1f8-1f1e6.svg");
|
805
832
|
}
|
806
|
-
i.flag.
|
807
|
-
i.flag.
|
808
|
-
background-
|
833
|
+
i.flag.sn:before,
|
834
|
+
i.flag.senegal:before {
|
835
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1f8-1f1f3.svg");
|
836
|
+
}
|
837
|
+
i.flag.rs:before,
|
838
|
+
i.flag.serbia:before {
|
839
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1f7-1f1f8.svg");
|
809
840
|
}
|
810
841
|
i.flag.sc:before,
|
811
842
|
i.flag.seychelles:before {
|
812
|
-
background-
|
813
|
-
}
|
814
|
-
i.flag.gb.sct:before,
|
815
|
-
i.flag.scotland:before {
|
816
|
-
background-position: -72px -1014px;
|
843
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1f8-1f1e8.svg");
|
817
844
|
}
|
818
|
-
i.flag.
|
819
|
-
i.flag.
|
820
|
-
background-
|
821
|
-
}
|
822
|
-
i.flag.se:before,
|
823
|
-
i.flag.sweden:before {
|
824
|
-
background-position: -72px -1066px;
|
845
|
+
i.flag.sl:before,
|
846
|
+
i.flag.sierra.leone:before {
|
847
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1f8-1f1f1.svg");
|
825
848
|
}
|
826
849
|
i.flag.sg:before,
|
827
850
|
i.flag.singapore:before {
|
828
|
-
background-
|
829
|
-
}
|
830
|
-
i.flag.sh:before,
|
831
|
-
i.flag.saint.helena:before {
|
832
|
-
background-position: -72px -1118px;
|
833
|
-
}
|
834
|
-
i.flag.si:before,
|
835
|
-
i.flag.slovenia:before {
|
836
|
-
background-position: -72px -1144px;
|
851
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1f8-1f1ec.svg");
|
837
852
|
}
|
838
|
-
i.flag.
|
839
|
-
i.flag.
|
840
|
-
|
841
|
-
background-position: -72px -1170px;
|
853
|
+
i.flag.sx:before,
|
854
|
+
i.flag.sint.maarten:before {
|
855
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1f8-1f1fd.svg");
|
842
856
|
}
|
843
857
|
i.flag.sk:before,
|
844
858
|
i.flag.slovakia:before {
|
845
|
-
background-
|
859
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1f8-1f1f0.svg");
|
846
860
|
}
|
847
|
-
i.flag.
|
848
|
-
i.flag.
|
849
|
-
background-
|
861
|
+
i.flag.si:before,
|
862
|
+
i.flag.slovenia:before {
|
863
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1f8-1f1ee.svg");
|
850
864
|
}
|
851
|
-
i.flag.
|
852
|
-
i.flag.
|
853
|
-
|
865
|
+
i.flag.gs:before,
|
866
|
+
i.flag.south.georgia.and.south.sandwich.islands:before,
|
867
|
+
i.flag.sandwich.islands:before {
|
868
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1ec-1f1f8.svg");
|
854
869
|
}
|
855
|
-
i.flag.
|
856
|
-
i.flag.
|
857
|
-
background-
|
870
|
+
i.flag.sb:before,
|
871
|
+
i.flag.solomon.islands:before {
|
872
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1f8-1f1e7.svg");
|
858
873
|
}
|
859
874
|
i.flag.so:before,
|
860
875
|
i.flag.somalia:before {
|
861
|
-
background-
|
876
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1f8-1f1f4.svg");
|
877
|
+
}
|
878
|
+
i.flag.za:before,
|
879
|
+
i.flag.south.africa:before {
|
880
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1ff-1f1e6.svg");
|
881
|
+
}
|
882
|
+
i.flag.kr:before,
|
883
|
+
i.flag.south.korea:before {
|
884
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1f0-1f1f7.svg");
|
885
|
+
}
|
886
|
+
i.flag.ss:before,
|
887
|
+
i.flag.south.sudan:before {
|
888
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1f8-1f1f8.svg");
|
889
|
+
}
|
890
|
+
i.flag.es:before,
|
891
|
+
i.flag.spain:before {
|
892
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1ea-1f1f8.svg");
|
893
|
+
}
|
894
|
+
i.flag.lk:before,
|
895
|
+
i.flag.sri.lanka:before {
|
896
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1f1-1f1f0.svg");
|
897
|
+
}
|
898
|
+
i.flag.bl:before,
|
899
|
+
i.flag.st.barthélemy:before,
|
900
|
+
i.flag.saint.barth:before {
|
901
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1e7-1f1f1.svg");
|
902
|
+
}
|
903
|
+
i.flag.sh:before,
|
904
|
+
i.flag.st.helena:before,
|
905
|
+
i.flag.saint.helena:before {
|
906
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1f8-1f1ed.svg");
|
907
|
+
}
|
908
|
+
i.flag.kn:before,
|
909
|
+
i.flag.st.kitts.and.nevis:before,
|
910
|
+
i.flag.saint.kitts.and.navis:before {
|
911
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1f0-1f1f3.svg");
|
912
|
+
}
|
913
|
+
i.flag.lc:before,
|
914
|
+
i.flag.st.lucia:before,
|
915
|
+
i.flag.saint.lucia:before {
|
916
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1f1-1f1e8.svg");
|
917
|
+
}
|
918
|
+
i.flag.pm:before,
|
919
|
+
i.flag.st.pierre.and.miquelon:before,
|
920
|
+
i.flag.saint.pierre:before {
|
921
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1f5-1f1f2.svg");
|
922
|
+
}
|
923
|
+
i.flag.vc:before,
|
924
|
+
i.flag.st.vincent.and.grenadines:before {
|
925
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1fb-1f1e8.svg");
|
926
|
+
}
|
927
|
+
i.flag.sd:before,
|
928
|
+
i.flag.sudan:before {
|
929
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1f8-1f1e9.svg");
|
862
930
|
}
|
863
931
|
i.flag.sr:before,
|
864
932
|
i.flag.suriname:before {
|
865
|
-
background-
|
933
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1f8-1f1f7.svg");
|
866
934
|
}
|
867
|
-
i.flag.
|
868
|
-
i.flag.
|
869
|
-
background-
|
935
|
+
i.flag.sz:before,
|
936
|
+
i.flag.eswatini:before {
|
937
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1f8-1f1ff.svg");
|
870
938
|
}
|
871
|
-
i.flag.
|
872
|
-
i.flag.
|
873
|
-
background-
|
939
|
+
i.flag.se:before,
|
940
|
+
i.flag.sweden:before {
|
941
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1f8-1f1ea.svg");
|
942
|
+
}
|
943
|
+
i.flag.ch:before,
|
944
|
+
i.flag.switzerland:before {
|
945
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1e8-1f1ed.svg");
|
874
946
|
}
|
875
947
|
i.flag.sy:before,
|
876
948
|
i.flag.syria:before {
|
877
|
-
background-
|
878
|
-
}
|
879
|
-
i.flag.sz:before,
|
880
|
-
i.flag.swaziland:before {
|
881
|
-
background-position: -72px -1430px;
|
882
|
-
}
|
883
|
-
i.flag.tc:before,
|
884
|
-
i.flag.caicos.islands:before {
|
885
|
-
background-position: -72px -1456px;
|
949
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1f8-1f1fe.svg");
|
886
950
|
}
|
887
|
-
i.flag.
|
888
|
-
i.flag.
|
889
|
-
background-
|
951
|
+
i.flag.tw:before,
|
952
|
+
i.flag.taiwan:before {
|
953
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1f9-1f1fc.svg");
|
890
954
|
}
|
891
|
-
i.flag.
|
892
|
-
i.flag.
|
893
|
-
background-
|
955
|
+
i.flag.tj:before,
|
956
|
+
i.flag.tajikistan:before {
|
957
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1f9-1f1ef.svg");
|
894
958
|
}
|
895
|
-
i.flag.
|
896
|
-
i.flag.
|
897
|
-
background-
|
959
|
+
i.flag.tz:before,
|
960
|
+
i.flag.tanzania:before {
|
961
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1f9-1f1ff.svg");
|
898
962
|
}
|
899
963
|
i.flag.th:before,
|
900
964
|
i.flag.thailand:before {
|
901
|
-
background-
|
965
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1f9-1f1ed.svg");
|
902
966
|
}
|
903
|
-
i.flag.
|
904
|
-
i.flag.
|
905
|
-
background-
|
967
|
+
i.flag.tl:before,
|
968
|
+
i.flag.timor-leste:before {
|
969
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1f9-1f1f1.svg");
|
970
|
+
}
|
971
|
+
i.flag.tg:before,
|
972
|
+
i.flag.togo:before {
|
973
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1f9-1f1ec.svg");
|
906
974
|
}
|
907
975
|
i.flag.tk:before,
|
908
976
|
i.flag.tokelau:before {
|
909
|
-
background-
|
977
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1f9-1f1f0.svg");
|
910
978
|
}
|
911
|
-
i.flag.
|
912
|
-
i.flag.
|
913
|
-
background-
|
979
|
+
i.flag.to:before,
|
980
|
+
i.flag.tonga:before {
|
981
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1f9-1f1f4.svg");
|
914
982
|
}
|
915
|
-
i.flag.
|
916
|
-
i.flag.
|
917
|
-
background-
|
983
|
+
i.flag.tt:before,
|
984
|
+
i.flag.trinidad.and.tobago:before {
|
985
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1f9-1f1f9.svg");
|
918
986
|
}
|
919
987
|
i.flag.tn:before,
|
920
988
|
i.flag.tunisia:before {
|
921
|
-
background-
|
922
|
-
}
|
923
|
-
i.flag.to:before,
|
924
|
-
i.flag.tonga:before {
|
925
|
-
background-position: -72px -1716px;
|
989
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1f9-1f1f3.svg");
|
926
990
|
}
|
927
991
|
i.flag.tr:before,
|
928
992
|
i.flag.turkey:before {
|
929
|
-
background-
|
993
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1f9-1f1f7.svg");
|
930
994
|
}
|
931
|
-
i.flag.
|
932
|
-
i.flag.
|
933
|
-
background-
|
995
|
+
i.flag.tm:before,
|
996
|
+
i.flag.turkmenistan:before {
|
997
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1f9-1f1f2.svg");
|
998
|
+
}
|
999
|
+
i.flag.tc:before,
|
1000
|
+
i.flag.turks.and.caicos.islands:before {
|
1001
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1f9-1f1e8.svg");
|
1002
|
+
}
|
1003
|
+
i.flag.vi:before,
|
1004
|
+
i.flag.us.virgin.islands:before {
|
1005
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1fb-1f1ee.svg");
|
934
1006
|
}
|
935
1007
|
i.flag.tv:before,
|
936
1008
|
i.flag.tuvalu:before {
|
937
|
-
background-
|
1009
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1f9-1f1fb.svg");
|
938
1010
|
}
|
939
|
-
i.flag.
|
940
|
-
i.flag.
|
941
|
-
background-
|
942
|
-
}
|
943
|
-
i.flag.tz:before,
|
944
|
-
i.flag.tanzania:before {
|
945
|
-
background-position: -72px -1846px;
|
1011
|
+
i.flag.ug:before,
|
1012
|
+
i.flag.uganda:before {
|
1013
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1fa-1f1ec.svg");
|
946
1014
|
}
|
947
1015
|
i.flag.ua:before,
|
948
1016
|
i.flag.ukraine:before {
|
949
|
-
background-
|
1017
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1fa-1f1e6.svg");
|
950
1018
|
}
|
951
|
-
i.flag.
|
952
|
-
i.flag.
|
953
|
-
|
1019
|
+
i.flag.ae:before,
|
1020
|
+
i.flag.united.arab.emirates:before,
|
1021
|
+
i.flag.uae:before {
|
1022
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1e6-1f1ea.svg");
|
954
1023
|
}
|
955
|
-
i.flag.
|
956
|
-
i.flag.
|
957
|
-
|
1024
|
+
i.flag.gb:before,
|
1025
|
+
i.flag.united.kingdom:before,
|
1026
|
+
i.flag.uk:before {
|
1027
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1ec-1f1e7.svg");
|
1028
|
+
}
|
1029
|
+
i.flag.gb.eng:before,
|
1030
|
+
i.flag.england:before {
|
1031
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f3f4-e0067-e0062-e0065-e006e-e0067-e007f.svg");
|
1032
|
+
}
|
1033
|
+
i.flag.gb.sct:before,
|
1034
|
+
i.flag.scotland:before {
|
1035
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f3f4-e0067-e0062-e0073-e0063-e0074-e007f.svg");
|
1036
|
+
}
|
1037
|
+
i.flag.gb.wls:before,
|
1038
|
+
i.flag.wales:before {
|
1039
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f3f4-e0067-e0062-e0077-e006c-e0073-e007f.svg");
|
958
1040
|
}
|
959
1041
|
i.flag.us:before,
|
960
|
-
i.flag.
|
961
|
-
i.flag.
|
962
|
-
background-
|
1042
|
+
i.flag.united.states:before,
|
1043
|
+
i.flag.america:before {
|
1044
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1fa-1f1f8.svg");
|
963
1045
|
}
|
964
1046
|
i.flag.uy:before,
|
965
1047
|
i.flag.uruguay:before {
|
966
|
-
background-
|
1048
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1fa-1f1fe.svg");
|
967
1049
|
}
|
968
1050
|
i.flag.uz:before,
|
969
1051
|
i.flag.uzbekistan:before {
|
970
|
-
background-
|
1052
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1fa-1f1ff.svg");
|
1053
|
+
}
|
1054
|
+
i.flag.vu:before,
|
1055
|
+
i.flag.vanuatu:before {
|
1056
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1fb-1f1fa.svg");
|
971
1057
|
}
|
972
1058
|
i.flag.va:before,
|
973
1059
|
i.flag.vatican.city:before {
|
974
|
-
background-
|
975
|
-
}
|
976
|
-
i.flag.vc:before,
|
977
|
-
i.flag.saint.vincent:before {
|
978
|
-
background-position: -108px -52px;
|
1060
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1fb-1f1e6.svg");
|
979
1061
|
}
|
980
1062
|
i.flag.ve:before,
|
981
1063
|
i.flag.venezuela:before {
|
982
|
-
background-
|
983
|
-
}
|
984
|
-
i.flag.vg:before,
|
985
|
-
i.flag.british.virgin.islands:before {
|
986
|
-
background-position: -108px -104px;
|
987
|
-
}
|
988
|
-
i.flag.vi:before,
|
989
|
-
i.flag.us.virgin.islands:before {
|
990
|
-
background-position: -108px -130px;
|
1064
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1fb-1f1ea.svg");
|
991
1065
|
}
|
992
1066
|
i.flag.vn:before,
|
993
1067
|
i.flag.vietnam:before {
|
994
|
-
background-
|
995
|
-
}
|
996
|
-
i.flag.vu:before,
|
997
|
-
i.flag.vanuatu:before {
|
998
|
-
background-position: -108px -182px;
|
999
|
-
}
|
1000
|
-
i.flag.gb.wls:before,
|
1001
|
-
i.flag.wales:before {
|
1002
|
-
background-position: -108px -208px;
|
1068
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1fb-1f1f3.svg");
|
1003
1069
|
}
|
1004
1070
|
i.flag.wf:before,
|
1005
1071
|
i.flag.wallis.and.futuna:before {
|
1006
|
-
background-
|
1072
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1fc-1f1eb.svg");
|
1007
1073
|
}
|
1008
|
-
i.flag.
|
1009
|
-
i.flag.
|
1010
|
-
background-
|
1074
|
+
i.flag.eh:before,
|
1075
|
+
i.flag.western.sahara:before {
|
1076
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1ea-1f1ed.svg");
|
1011
1077
|
}
|
1012
1078
|
i.flag.ye:before,
|
1013
1079
|
i.flag.yemen:before {
|
1014
|
-
background-
|
1015
|
-
}
|
1016
|
-
i.flag.yt:before,
|
1017
|
-
i.flag.mayotte:before {
|
1018
|
-
background-position: -108px -312px;
|
1019
|
-
}
|
1020
|
-
i.flag.za:before,
|
1021
|
-
i.flag.south.africa:before {
|
1022
|
-
background-position: -108px -338px;
|
1080
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1fe-1f1ea.svg");
|
1023
1081
|
}
|
1024
1082
|
i.flag.zm:before,
|
1025
1083
|
i.flag.zambia:before {
|
1026
|
-
background-
|
1084
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1ff-1f1f2.svg");
|
1027
1085
|
}
|
1028
1086
|
i.flag.zw:before,
|
1029
1087
|
i.flag.zimbabwe:before {
|
1030
|
-
background-
|
1088
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1ff-1f1fc.svg");
|
1089
|
+
}
|
1090
|
+
i.flag.ac:before,
|
1091
|
+
i.flag.ascension.island:before {
|
1092
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1e6-1f1e8.svg");
|
1093
|
+
}
|
1094
|
+
i.flag.bv:before,
|
1095
|
+
i.flag.bouvet.island:before {
|
1096
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1e7-1f1fb.svg");
|
1097
|
+
}
|
1098
|
+
i.flag.cp:before,
|
1099
|
+
i.flag.clipperton.island:before {
|
1100
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1e8-1f1f5.svg");
|
1101
|
+
}
|
1102
|
+
i.flag.ea:before,
|
1103
|
+
i.flag.ceuta.and.melilla:before {
|
1104
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1ea-1f1e6.svg");
|
1105
|
+
}
|
1106
|
+
i.flag.dg:before,
|
1107
|
+
i.flag.diego.garcia:before {
|
1108
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1e9-1f1ec.svg");
|
1109
|
+
}
|
1110
|
+
i.flag.hm:before,
|
1111
|
+
i.flag.heard.and.mcdonald.islands:before {
|
1112
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1ed-1f1f2.svg");
|
1113
|
+
}
|
1114
|
+
i.flag.mf:before,
|
1115
|
+
i.flag.st.martin:before {
|
1116
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1f2-1f1eb.svg");
|
1117
|
+
}
|
1118
|
+
i.flag.sj:before,
|
1119
|
+
i.flag.svalbard.and.jan.mayen:before,
|
1120
|
+
i.flag.svalbard:before,
|
1121
|
+
i.flag.jan.mayen:before {
|
1122
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1f8-1f1ef.svg");
|
1123
|
+
}
|
1124
|
+
i.flag.ta:before,
|
1125
|
+
i.flag.tristan.da.cunha:before {
|
1126
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1f9-1f1e6.svg");
|
1127
|
+
}
|
1128
|
+
i.flag.um:before,
|
1129
|
+
i.flag.us.outlying.islands:before,
|
1130
|
+
i.flag.minor.islands:before {
|
1131
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1fa-1f1f2.svg");
|
1132
|
+
}
|
1133
|
+
i.flag.un:before,
|
1134
|
+
i.flag.united.nations:before,
|
1135
|
+
i.flag.united.nations:before {
|
1136
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1fa-1f1f3.svg");
|
1031
1137
|
}
|
1032
1138
|
/*rtl:end:ignore*/
|
1033
1139
|
|