fomantic-ui 2.9.0-beta.3 → 2.9.0-beta.301
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 +251 -3
- package/.github/codeql/codeql-config.yml +4 -0
- package/.github/dependabot.yml +10 -0
- package/.github/workflows/ci.yml +10 -6
- package/.github/workflows/codeql.yml +68 -0
- package/.github/workflows/nightly.yml +16 -8
- package/.github/workflows/release.yml +34 -0
- package/CONTRIBUTING.md +1 -1
- package/CONTRIBUTORS.md +82 -37
- package/FAQ.md +38 -38
- package/README.md +8 -8
- package/dist/components/accordion.css +176 -36
- package/dist/components/accordion.js +6 -3
- package/dist/components/accordion.min.css +2 -2
- package/dist/components/accordion.min.js +3 -3
- package/dist/components/ad.css +4 -4
- package/dist/components/ad.min.css +2 -2
- package/dist/components/api.js +90 -31
- package/dist/components/api.min.js +3 -3
- package/dist/components/breadcrumb.css +1 -1
- package/dist/components/breadcrumb.min.css +1 -1
- package/dist/components/button.css +204 -157
- package/dist/components/button.min.css +2 -2
- package/dist/components/calendar.css +18 -1
- package/dist/components/calendar.js +189 -76
- package/dist/components/calendar.min.css +2 -2
- package/dist/components/calendar.min.js +3 -3
- package/dist/components/card.css +754 -117
- package/dist/components/card.min.css +2 -2
- package/dist/components/checkbox.css +92 -91
- package/dist/components/checkbox.js +17 -11
- package/dist/components/checkbox.min.css +2 -2
- package/dist/components/checkbox.min.js +3 -3
- package/dist/components/comment.css +12 -12
- package/dist/components/comment.min.css +2 -2
- package/dist/components/container.css +98 -4
- package/dist/components/container.min.css +2 -2
- package/dist/components/dimmer.css +29 -14
- package/dist/components/dimmer.js +11 -5
- package/dist/components/dimmer.min.css +2 -2
- package/dist/components/dimmer.min.js +3 -3
- package/dist/components/divider.css +31 -31
- package/dist/components/divider.min.css +2 -2
- package/dist/components/dropdown.css +90 -50
- package/dist/components/dropdown.js +152 -117
- package/dist/components/dropdown.min.css +2 -2
- package/dist/components/dropdown.min.js +3 -3
- package/dist/components/embed.css +5 -5
- package/dist/components/embed.js +1 -1
- package/dist/components/embed.min.css +2 -2
- package/dist/components/embed.min.js +3 -3
- package/dist/components/emoji.css +10847 -8841
- package/dist/components/emoji.min.css +1 -1
- package/dist/components/feed.css +29 -29
- package/dist/components/feed.min.css +2 -2
- package/dist/components/flag.css +1011 -902
- package/dist/components/flag.min.css +2 -2
- package/dist/components/form.css +160 -83
- package/dist/components/form.js +39 -30
- package/dist/components/form.min.css +2 -2
- package/dist/components/form.min.js +3 -3
- package/dist/components/grid.css +25 -21
- package/dist/components/grid.min.css +2 -2
- package/dist/components/header.css +6 -4
- package/dist/components/header.min.css +2 -2
- package/dist/components/icon.css +2063 -1984
- 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 +759 -22
- package/dist/components/input.min.css +2 -2
- package/dist/components/item.css +17 -17
- package/dist/components/item.min.css +2 -2
- package/dist/components/label.css +72 -68
- package/dist/components/label.min.css +2 -2
- package/dist/components/list.css +31 -31
- package/dist/components/list.min.css +2 -2
- package/dist/components/loader.css +352 -352
- package/dist/components/loader.min.css +2 -2
- package/dist/components/menu.css +110 -78
- package/dist/components/menu.min.css +1 -1
- package/dist/components/message.css +43 -43
- package/dist/components/message.min.css +2 -2
- package/dist/components/modal.css +29 -4
- package/dist/components/modal.js +128 -50
- package/dist/components/modal.min.css +2 -2
- package/dist/components/modal.min.js +3 -3
- package/dist/components/nag.css +1 -1
- package/dist/components/nag.js +2 -2
- package/dist/components/nag.min.css +1 -1
- package/dist/components/nag.min.js +3 -3
- package/dist/components/placeholder.css +33 -33
- package/dist/components/placeholder.min.css +2 -2
- package/dist/components/popup.css +103 -105
- package/dist/components/popup.js +11 -11
- package/dist/components/popup.min.css +2 -2
- package/dist/components/popup.min.js +3 -3
- package/dist/components/progress.css +1 -1
- package/dist/components/progress.js +6 -3
- package/dist/components/progress.min.css +1 -1
- package/dist/components/progress.min.js +3 -3
- 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 +3 -3
- package/dist/components/reset.css +5 -4
- package/dist/components/reset.min.css +2 -2
- package/dist/components/reveal.css +1 -1
- package/dist/components/reveal.min.css +1 -1
- package/dist/components/search.css +6 -6
- package/dist/components/search.js +23 -7
- package/dist/components/search.min.css +2 -2
- package/dist/components/search.min.js +3 -3
- package/dist/components/segment.css +118 -34
- package/dist/components/segment.min.css +2 -2
- package/dist/components/shape.css +1 -1
- package/dist/components/shape.js +3 -3
- package/dist/components/shape.min.css +1 -1
- package/dist/components/shape.min.js +3 -3
- package/dist/components/sidebar.css +7 -5
- package/dist/components/sidebar.js +14 -12
- package/dist/components/sidebar.min.css +2 -2
- package/dist/components/sidebar.min.js +3 -3
- package/dist/components/site.css +139 -42
- package/dist/components/site.js +1 -1
- package/dist/components/site.min.css +2 -2
- package/dist/components/site.min.js +3 -3
- package/dist/components/slider.css +17 -17
- package/dist/components/slider.js +68 -51
- package/dist/components/slider.min.css +1 -1
- package/dist/components/slider.min.js +3 -3
- package/dist/components/state.js +2 -2
- package/dist/components/state.min.js +3 -3
- package/dist/components/statistic.css +4 -4
- package/dist/components/statistic.min.css +2 -2
- package/dist/components/step.css +32 -32
- package/dist/components/step.min.css +2 -2
- package/dist/components/sticky.css +1 -1
- package/dist/components/sticky.js +5 -5
- package/dist/components/sticky.min.css +1 -1
- package/dist/components/sticky.min.js +3 -3
- package/dist/components/tab.css +5 -5
- package/dist/components/tab.js +24 -6
- package/dist/components/tab.min.css +2 -2
- package/dist/components/tab.min.js +3 -3
- package/dist/components/table.css +1684 -272
- 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 +48 -1
- package/dist/components/toast.js +63 -31
- package/dist/components/toast.min.css +2 -2
- package/dist/components/toast.min.js +3 -3
- package/dist/components/transition.css +1 -1
- package/dist/components/transition.js +22 -17
- package/dist/components/transition.min.css +1 -1
- package/dist/components/transition.min.js +3 -3
- package/dist/components/visibility.js +3 -3
- package/dist/components/visibility.min.js +3 -3
- package/dist/semantic.css +20204 -13425
- package/dist/semantic.js +883 -481
- package/dist/semantic.min.css +3 -3
- package/dist/semantic.min.js +3 -3
- package/dist/themes/default/assets/fonts/Lato-Bold.woff +0 -0
- package/dist/themes/default/assets/fonts/Lato-Bold.woff2 +0 -0
- package/dist/themes/default/assets/fonts/Lato-BoldItalic.woff +0 -0
- package/dist/themes/default/assets/fonts/Lato-BoldItalic.woff2 +0 -0
- package/dist/themes/default/assets/fonts/Lato-Italic.woff +0 -0
- package/dist/themes/default/assets/fonts/Lato-Italic.woff2 +0 -0
- package/dist/themes/default/assets/fonts/Lato-Regular.woff +0 -0
- package/dist/themes/default/assets/fonts/Lato-Regular.woff2 +0 -0
- package/dist/themes/default/assets/fonts/LatoLatin-Bold.woff +0 -0
- package/dist/themes/default/assets/fonts/LatoLatin-Bold.woff2 +0 -0
- package/dist/themes/default/assets/fonts/LatoLatin-BoldItalic.woff +0 -0
- package/dist/themes/default/assets/fonts/LatoLatin-BoldItalic.woff2 +0 -0
- package/dist/themes/default/assets/fonts/LatoLatin-Italic.woff +0 -0
- package/dist/themes/default/assets/fonts/LatoLatin-Italic.woff2 +0 -0
- package/dist/themes/default/assets/fonts/LatoLatin-Regular.woff +0 -0
- package/dist/themes/default/assets/fonts/LatoLatin-Regular.woff2 +0 -0
- package/dist/themes/default/assets/fonts/brand-icons.eot +0 -0
- package/dist/themes/default/assets/fonts/brand-icons.svg +801 -654
- package/dist/themes/default/assets/fonts/brand-icons.ttf +0 -0
- package/dist/themes/default/assets/fonts/brand-icons.woff +0 -0
- package/dist/themes/default/assets/fonts/brand-icons.woff2 +0 -0
- package/dist/themes/default/assets/fonts/icons.eot +0 -0
- package/dist/themes/default/assets/fonts/icons.svg +1175 -1079
- package/dist/themes/default/assets/fonts/icons.ttf +0 -0
- package/dist/themes/default/assets/fonts/icons.woff +0 -0
- package/dist/themes/default/assets/fonts/icons.woff2 +0 -0
- package/dist/themes/default/assets/fonts/outline-icons.eot +0 -0
- package/dist/themes/default/assets/fonts/outline-icons.svg +93 -95
- package/dist/themes/default/assets/fonts/outline-icons.ttf +0 -0
- package/dist/themes/default/assets/fonts/outline-icons.woff +0 -0
- package/dist/themes/default/assets/fonts/outline-icons.woff2 +0 -0
- package/dist/themes/{default → famfamfam}/assets/images/flags.png +0 -0
- package/examples/assets/library/iframe-content.js +11 -11
- package/examples/assets/library/iframe.js +6 -6
- package/examples/components/button.html +1 -1
- package/examples/components/card.html +1 -1
- package/examples/components/input.html +1 -1
- package/examples/components/menu.html +1 -1
- package/examples/components/site.html +1 -1
- package/examples/components/table.html +1 -1
- package/package.json +18 -16
- package/scripts/nightly-version.js +47 -38
- package/src/definitions/behaviors/api.js +89 -30
- package/src/definitions/behaviors/form.js +38 -29
- package/src/definitions/behaviors/state.js +1 -1
- package/src/definitions/behaviors/visibility.js +2 -2
- package/src/definitions/collections/form.less +229 -165
- package/src/definitions/collections/grid.less +723 -687
- package/src/definitions/collections/menu.less +233 -171
- package/src/definitions/collections/message.less +49 -47
- package/src/definitions/collections/table.less +882 -272
- package/src/definitions/elements/button.less +611 -469
- package/src/definitions/elements/container.less +145 -8
- package/src/definitions/elements/divider.less +24 -24
- package/src/definitions/elements/emoji.less +39 -10
- package/src/definitions/elements/flag.less +53 -18
- package/src/definitions/elements/header.less +46 -37
- package/src/definitions/elements/icon.less +39 -32
- package/src/definitions/elements/input.less +281 -33
- package/src/definitions/elements/label.less +132 -128
- package/src/definitions/elements/list.less +84 -75
- package/src/definitions/elements/loader.less +99 -98
- package/src/definitions/elements/placeholder.less +32 -32
- package/src/definitions/elements/segment.less +177 -56
- package/src/definitions/elements/step.less +76 -72
- package/src/definitions/elements/text.less +17 -15
- package/src/definitions/globals/reset.less +2 -2
- package/src/definitions/globals/site.less +25 -2
- package/src/definitions/modules/accordion.js +5 -2
- package/src/definitions/modules/accordion.less +371 -219
- package/src/definitions/modules/calendar.js +188 -75
- package/src/definitions/modules/calendar.less +20 -0
- package/src/definitions/modules/checkbox.js +16 -10
- package/src/definitions/modules/checkbox.less +83 -227
- package/src/definitions/modules/dimmer.js +10 -4
- package/src/definitions/modules/dimmer.less +22 -8
- package/src/definitions/modules/dropdown.js +151 -116
- package/src/definitions/modules/dropdown.less +191 -136
- package/src/definitions/modules/embed.less +4 -4
- package/src/definitions/modules/modal.js +127 -49
- package/src/definitions/modules/modal.less +66 -33
- package/src/definitions/modules/nag.js +1 -1
- package/src/definitions/modules/nag.less +20 -19
- package/src/definitions/modules/popup.js +10 -10
- package/src/definitions/modules/popup.less +90 -90
- package/src/definitions/modules/progress.js +5 -2
- package/src/definitions/modules/progress.less +19 -18
- package/src/definitions/modules/rating.less +49 -42
- package/src/definitions/modules/search.js +22 -6
- package/src/definitions/modules/search.less +35 -19
- package/src/definitions/modules/shape.js +2 -2
- package/src/definitions/modules/sidebar.js +13 -11
- package/src/definitions/modules/sidebar.less +36 -22
- package/src/definitions/modules/slider.js +67 -50
- package/src/definitions/modules/slider.less +48 -47
- package/src/definitions/modules/sticky.js +4 -4
- package/src/definitions/modules/sticky.less +3 -1
- package/src/definitions/modules/tab.js +23 -5
- package/src/definitions/modules/tab.less +4 -4
- package/src/definitions/modules/toast.js +62 -30
- package/src/definitions/modules/toast.less +56 -16
- package/src/definitions/modules/transition.js +21 -16
- package/src/definitions/views/ad.less +3 -3
- package/src/definitions/views/card.less +522 -375
- package/src/definitions/views/comment.less +93 -82
- package/src/definitions/views/feed.less +164 -144
- package/src/definitions/views/item.less +251 -198
- package/src/definitions/views/statistic.less +91 -89
- package/src/theme.less +13 -2
- package/src/themes/amazon/globals/site.variables +1 -0
- package/src/themes/basic/elements/icon.overrides +149 -149
- package/src/themes/basic/elements/step.overrides +2 -2
- package/src/themes/bookish/elements/header.overrides +1 -1
- package/src/themes/chubby/elements/button.overrides +1 -1
- package/src/themes/chubby/elements/header.overrides +1 -1
- package/src/themes/default/assets/fonts/Lato-Bold.woff +0 -0
- package/src/themes/default/assets/fonts/Lato-Bold.woff2 +0 -0
- package/src/themes/default/assets/fonts/Lato-BoldItalic.woff +0 -0
- package/src/themes/default/assets/fonts/Lato-BoldItalic.woff2 +0 -0
- package/src/themes/default/assets/fonts/Lato-Italic.woff +0 -0
- package/src/themes/default/assets/fonts/Lato-Italic.woff2 +0 -0
- package/src/themes/default/assets/fonts/Lato-Regular.woff +0 -0
- package/src/themes/default/assets/fonts/Lato-Regular.woff2 +0 -0
- package/src/themes/default/assets/fonts/LatoLatin-Bold.woff +0 -0
- package/src/themes/default/assets/fonts/LatoLatin-Bold.woff2 +0 -0
- package/src/themes/default/assets/fonts/LatoLatin-BoldItalic.woff +0 -0
- package/src/themes/default/assets/fonts/LatoLatin-BoldItalic.woff2 +0 -0
- package/src/themes/default/assets/fonts/LatoLatin-Italic.woff +0 -0
- package/src/themes/default/assets/fonts/LatoLatin-Italic.woff2 +0 -0
- package/src/themes/default/assets/fonts/LatoLatin-Regular.woff +0 -0
- package/src/themes/default/assets/fonts/LatoLatin-Regular.woff2 +0 -0
- package/src/themes/default/assets/fonts/brand-icons.eot +0 -0
- package/src/themes/default/assets/fonts/brand-icons.svg +801 -654
- package/src/themes/default/assets/fonts/brand-icons.ttf +0 -0
- package/src/themes/default/assets/fonts/brand-icons.woff +0 -0
- package/src/themes/default/assets/fonts/brand-icons.woff2 +0 -0
- package/src/themes/default/assets/fonts/icons.eot +0 -0
- package/src/themes/default/assets/fonts/icons.svg +1175 -1079
- package/src/themes/default/assets/fonts/icons.ttf +0 -0
- package/src/themes/default/assets/fonts/icons.woff +0 -0
- package/src/themes/default/assets/fonts/icons.woff2 +0 -0
- package/src/themes/default/assets/fonts/outline-icons.eot +0 -0
- package/src/themes/default/assets/fonts/outline-icons.svg +93 -95
- package/src/themes/default/assets/fonts/outline-icons.ttf +0 -0
- package/src/themes/default/assets/fonts/outline-icons.woff +0 -0
- package/src/themes/default/assets/fonts/outline-icons.woff2 +0 -0
- package/src/themes/default/collections/form.variables +4 -0
- package/src/themes/default/collections/menu.variables +6 -0
- package/src/themes/default/collections/table.variables +52 -0
- package/src/themes/default/elements/button.variables +7 -1
- package/src/themes/default/elements/container.variables +12 -0
- package/src/themes/default/elements/divider.overrides +7 -7
- package/src/themes/default/elements/emoji.overrides +0 -3090
- package/src/themes/default/elements/emoji.variables +3575 -1
- package/src/themes/default/elements/flag.overrides +0 -991
- package/src/themes/default/elements/flag.variables +1609 -5
- package/src/themes/default/elements/icon.overrides +1975 -1949
- package/src/themes/default/elements/icon.variables +1 -0
- package/src/themes/default/elements/input.variables +15 -0
- package/src/themes/default/elements/segment.variables +8 -0
- package/src/themes/default/elements/step.overrides +4 -4
- package/src/themes/default/globals/site.variables +109 -8
- package/src/themes/default/globals/variation.variables +145 -6
- package/src/themes/default/modules/accordion.overrides +6 -5
- package/src/themes/default/modules/accordion.variables +49 -2
- package/src/themes/default/modules/calendar.variables +3 -0
- package/src/themes/default/modules/checkbox.overrides +9 -9
- package/src/themes/default/modules/checkbox.variables +5 -5
- package/src/themes/default/modules/dimmer.variables +1 -1
- package/src/themes/default/modules/dropdown.overrides +5 -5
- package/src/themes/default/modules/dropdown.variables +4 -10
- package/src/themes/default/modules/modal.variables +14 -0
- package/src/themes/default/modules/popup.variables +0 -2
- package/src/themes/default/modules/toast.variables +3 -0
- package/src/themes/default/views/card.variables +8 -0
- package/src/themes/{default → famfamfam}/assets/images/flags.png +0 -0
- package/src/themes/famfamfam/elements/flag.overrides +1026 -0
- package/src/themes/famfamfam/elements/flag.variables +20 -0
- package/src/themes/github/elements/icon.overrides +206 -206
- package/src/themes/github/elements/step.overrides +5 -5
- package/src/themes/github/globals/site.variables +1 -0
- package/src/themes/github/modules/dropdown.overrides +6 -6
- package/src/themes/instagram/views/card.overrides +1 -1
- package/src/themes/joypixels/elements/emoji.overrides +0 -3089
- package/src/themes/joypixels/elements/emoji.variables +3574 -5
- package/src/themes/material/collections/menu.overrides +1 -1
- package/src/themes/material/elements/button.overrides +1 -1
- package/src/themes/material/elements/header.overrides +1 -1
- package/src/themes/material/elements/icon.overrides +932 -932
- package/src/themes/material/globals/site.variables +0 -1
- package/src/themes/material/modules/dropdown.overrides +1 -1
- package/src/themes/material/modules/modal.overrides +1 -1
- package/src/themes/pulsar/elements/loader.overrides +2 -2
- package/src/themes/resetcss/globals/reset.overrides +3 -3
- package/src/themes/rtl/globals/site.overrides +1 -1
- package/src/themes/striped/modules/progress.overrides +1 -1
- package/src/themes/systemfont/globals/reset.overrides +8 -0
- package/src/themes/systemfont/globals/site.variables +10 -0
- package/src/themes/twitter/elements/emoji.overrides +0 -3091
- package/src/themes/twitter/elements/emoji.variables +3570 -6
- package/tasks/admin/components/init.js +2 -2
- package/tasks/admin/distributions/create.js +1 -1
- package/tasks/admin/distributions/init.js +2 -2
- package/tasks/admin/publish.js +1 -1
- package/tasks/admin/release.js +1 -1
- package/tasks/build/assets.js +1 -1
- package/tasks/build/css.js +9 -4
- package/tasks/build/javascript.js +3 -3
- package/tasks/check-install.js +1 -1
- package/tasks/clean.js +1 -1
- package/tasks/collections/README.md +1 -1
- package/tasks/collections/admin.js +1 -1
- package/tasks/config/admin/oauth.example.js +1 -1
- package/tasks/config/admin/templates/composer.json +1 -1
- package/tasks/config/project/install.js +15 -13
- package/tasks/install.js +1 -0
- package/tasks/rtl/watch.js +1 -1
- package/tasks/version.js +1 -1
- package/test/fixtures/accordion.html +1 -1
- package/test/fixtures/checkbox.html +1 -1
- package/test/fixtures/dropdown.html +1 -1
- package/test/fixtures/modal.html +1 -1
- package/test/fixtures/popup.html +1 -1
- package/test/fixtures/rating.html +1 -1
- package/test/fixtures/shape.html +1 -1
- package/test/fixtures/sidebar.html +1 -1
- package/test/fixtures/tab.html +1 -1
- package/test/fixtures/transition.html +1 -1
- package/test/fixtures/video.html +1 -1
- package/test/helpers/jasmine-jquery.js +2 -2
- package/test/helpers/jasmine-sinon.js +1 -1
- package/test/helpers/jquery-events.js +1 -1
- package/test/helpers/sinon.js +3 -3
- package/test/meteor/fonts.js +1 -1
- package/test/modules/accordion.spec.js +1 -1
- package/test/modules/checkbox.spec.js +1 -1
- package/test/modules/dropdown.spec.js +1 -1
- package/test/modules/modal.spec.js +1 -1
- package/test/modules/module.spec.js +1 -1
- package/test/modules/popup.spec.js +1 -1
- package/test/modules/search.spec.js +1 -1
- package/test/modules/shape.spec.js +1 -1
- package/test/modules/sidebar.spec.js +1 -1
- package/test/modules/tab.spec.js +1 -1
- package/test/modules/transition.spec.js +1 -1
- package/test/modules/video.spec.js +1 -1
@@ -1,994 +1,3 @@
|
|
1
|
-
/* Flag Sprite Based On http://www.famfamfam.com/lab/icons/flags/ */
|
2
|
-
|
3
1
|
/*******************************
|
4
2
|
Theme Overrides
|
5
3
|
*******************************/
|
6
|
-
/*rtl:begin:ignore*/
|
7
|
-
|
8
|
-
i.flag.ad:before,
|
9
|
-
i.flag.andorra:before {
|
10
|
-
background-position: 0 0;
|
11
|
-
}
|
12
|
-
i.flag.ae:before,
|
13
|
-
i.flag.united.arab.emirates:before,
|
14
|
-
i.flag.uae:before {
|
15
|
-
background-position: 0 -26px;
|
16
|
-
}
|
17
|
-
i.flag.af:before,
|
18
|
-
i.flag.afghanistan:before {
|
19
|
-
background-position: 0 -52px;
|
20
|
-
}
|
21
|
-
i.flag.ag:before,
|
22
|
-
i.flag.antigua:before {
|
23
|
-
background-position: 0 -78px;
|
24
|
-
}
|
25
|
-
i.flag.ai:before,
|
26
|
-
i.flag.anguilla:before {
|
27
|
-
background-position: 0 -104px;
|
28
|
-
}
|
29
|
-
i.flag.al:before,
|
30
|
-
i.flag.albania:before {
|
31
|
-
background-position: 0 -130px;
|
32
|
-
}
|
33
|
-
i.flag.am:before,
|
34
|
-
i.flag.armenia:before {
|
35
|
-
background-position: 0 -156px;
|
36
|
-
}
|
37
|
-
i.flag.an:before,
|
38
|
-
i.flag.netherlands.antilles:before {
|
39
|
-
background-position: 0 -182px;
|
40
|
-
}
|
41
|
-
i.flag.ao:before,
|
42
|
-
i.flag.angola:before {
|
43
|
-
background-position: 0 -208px;
|
44
|
-
}
|
45
|
-
i.flag.ar:before,
|
46
|
-
i.flag.argentina:before {
|
47
|
-
background-position: 0 -234px;
|
48
|
-
}
|
49
|
-
i.flag.as:before,
|
50
|
-
i.flag.american.samoa:before {
|
51
|
-
background-position: 0 -260px;
|
52
|
-
}
|
53
|
-
i.flag.at:before,
|
54
|
-
i.flag.austria:before {
|
55
|
-
background-position: 0 -286px;
|
56
|
-
}
|
57
|
-
i.flag.au:before,
|
58
|
-
i.flag.australia:before {
|
59
|
-
background-position: 0 -312px;
|
60
|
-
}
|
61
|
-
i.flag.aw:before,
|
62
|
-
i.flag.aruba:before {
|
63
|
-
background-position: 0 -338px;
|
64
|
-
}
|
65
|
-
i.flag.ax:before,
|
66
|
-
i.flag.aland.islands:before {
|
67
|
-
background-position: 0 -364px;
|
68
|
-
}
|
69
|
-
i.flag.az:before,
|
70
|
-
i.flag.azerbaijan:before {
|
71
|
-
background-position: 0 -390px;
|
72
|
-
}
|
73
|
-
i.flag.ba:before,
|
74
|
-
i.flag.bosnia:before {
|
75
|
-
background-position: 0 -416px;
|
76
|
-
}
|
77
|
-
i.flag.bb:before,
|
78
|
-
i.flag.barbados:before {
|
79
|
-
background-position: 0 -442px;
|
80
|
-
}
|
81
|
-
i.flag.bd:before,
|
82
|
-
i.flag.bangladesh:before {
|
83
|
-
background-position: 0 -468px;
|
84
|
-
}
|
85
|
-
i.flag.be:before,
|
86
|
-
i.flag.belgium:before {
|
87
|
-
background-position: 0 -494px;
|
88
|
-
}
|
89
|
-
i.flag.bf:before,
|
90
|
-
i.flag.burkina.faso:before {
|
91
|
-
background-position: 0 -520px;
|
92
|
-
}
|
93
|
-
i.flag.bg:before,
|
94
|
-
i.flag.bulgaria:before {
|
95
|
-
background-position: 0 -546px;
|
96
|
-
}
|
97
|
-
i.flag.bh:before,
|
98
|
-
i.flag.bahrain:before {
|
99
|
-
background-position: 0 -572px;
|
100
|
-
}
|
101
|
-
i.flag.bi:before,
|
102
|
-
i.flag.burundi:before {
|
103
|
-
background-position: 0 -598px;
|
104
|
-
}
|
105
|
-
i.flag.bj:before,
|
106
|
-
i.flag.benin:before {
|
107
|
-
background-position: 0 -624px;
|
108
|
-
}
|
109
|
-
i.flag.bm:before,
|
110
|
-
i.flag.bermuda:before {
|
111
|
-
background-position: 0 -650px;
|
112
|
-
}
|
113
|
-
i.flag.bn:before,
|
114
|
-
i.flag.brunei:before {
|
115
|
-
background-position: 0 -676px;
|
116
|
-
}
|
117
|
-
i.flag.bo:before,
|
118
|
-
i.flag.bolivia:before {
|
119
|
-
background-position: 0 -702px;
|
120
|
-
}
|
121
|
-
i.flag.br:before,
|
122
|
-
i.flag.brazil:before {
|
123
|
-
background-position: 0 -728px;
|
124
|
-
}
|
125
|
-
i.flag.bs:before,
|
126
|
-
i.flag.bahamas:before {
|
127
|
-
background-position: 0 -754px;
|
128
|
-
}
|
129
|
-
i.flag.bt:before,
|
130
|
-
i.flag.bhutan:before {
|
131
|
-
background-position: 0 -780px;
|
132
|
-
}
|
133
|
-
i.flag.bv:before,
|
134
|
-
i.flag.bouvet.island:before {
|
135
|
-
background-position: 0 -806px;
|
136
|
-
}
|
137
|
-
i.flag.bw:before,
|
138
|
-
i.flag.botswana:before {
|
139
|
-
background-position: 0 -832px;
|
140
|
-
}
|
141
|
-
i.flag.by:before,
|
142
|
-
i.flag.belarus:before {
|
143
|
-
background-position: 0 -858px;
|
144
|
-
}
|
145
|
-
i.flag.bz:before,
|
146
|
-
i.flag.belize:before {
|
147
|
-
background-position: 0 -884px;
|
148
|
-
}
|
149
|
-
i.flag.ca:before,
|
150
|
-
i.flag.canada:before {
|
151
|
-
background-position: 0 -910px;
|
152
|
-
}
|
153
|
-
i.flag.cc:before,
|
154
|
-
i.flag.cocos.islands:before {
|
155
|
-
background-position: 0 -962px;
|
156
|
-
}
|
157
|
-
i.flag.cd:before,
|
158
|
-
i.flag.congo:before {
|
159
|
-
background-position: 0 -988px;
|
160
|
-
}
|
161
|
-
i.flag.cf:before,
|
162
|
-
i.flag.central.african.republic:before {
|
163
|
-
background-position: 0 -1014px;
|
164
|
-
}
|
165
|
-
i.flag.cg:before,
|
166
|
-
i.flag.congo.brazzaville:before {
|
167
|
-
background-position: 0 -1040px;
|
168
|
-
}
|
169
|
-
i.flag.ch:before,
|
170
|
-
i.flag.switzerland:before {
|
171
|
-
background-position: 0 -1066px;
|
172
|
-
}
|
173
|
-
i.flag.ci:before,
|
174
|
-
i.flag.cote.divoire:before {
|
175
|
-
background-position: 0 -1092px;
|
176
|
-
}
|
177
|
-
i.flag.ck:before,
|
178
|
-
i.flag.cook.islands:before {
|
179
|
-
background-position: 0 -1118px;
|
180
|
-
}
|
181
|
-
i.flag.cl:before,
|
182
|
-
i.flag.chile:before {
|
183
|
-
background-position: 0 -1144px;
|
184
|
-
}
|
185
|
-
i.flag.cm:before,
|
186
|
-
i.flag.cameroon:before {
|
187
|
-
background-position: 0 -1170px;
|
188
|
-
}
|
189
|
-
i.flag.cn:before,
|
190
|
-
i.flag.china:before {
|
191
|
-
background-position: 0 -1196px;
|
192
|
-
}
|
193
|
-
i.flag.co:before,
|
194
|
-
i.flag.colombia:before {
|
195
|
-
background-position: 0 -1222px;
|
196
|
-
}
|
197
|
-
i.flag.cr:before,
|
198
|
-
i.flag.costa.rica:before {
|
199
|
-
background-position: 0 -1248px;
|
200
|
-
}
|
201
|
-
i.flag.cs:before,
|
202
|
-
i.flag.serbia:before {
|
203
|
-
background-position: 0 -1274px;
|
204
|
-
}
|
205
|
-
i.flag.cu:before,
|
206
|
-
i.flag.cuba:before {
|
207
|
-
background-position: 0 -1300px;
|
208
|
-
}
|
209
|
-
i.flag.cv:before,
|
210
|
-
i.flag.cape.verde:before {
|
211
|
-
background-position: 0 -1326px;
|
212
|
-
}
|
213
|
-
i.flag.cx:before,
|
214
|
-
i.flag.christmas.island:before {
|
215
|
-
background-position: 0 -1352px;
|
216
|
-
}
|
217
|
-
i.flag.cy:before,
|
218
|
-
i.flag.cyprus:before {
|
219
|
-
background-position: 0 -1378px;
|
220
|
-
}
|
221
|
-
i.flag.cz:before,
|
222
|
-
i.flag.czech.republic:before {
|
223
|
-
background-position: 0 -1404px;
|
224
|
-
}
|
225
|
-
i.flag.de:before,
|
226
|
-
i.flag.germany:before {
|
227
|
-
background-position: 0 -1430px;
|
228
|
-
}
|
229
|
-
i.flag.dj:before,
|
230
|
-
i.flag.djibouti:before {
|
231
|
-
background-position: 0 -1456px;
|
232
|
-
}
|
233
|
-
i.flag.dk:before,
|
234
|
-
i.flag.denmark:before {
|
235
|
-
background-position: 0 -1482px;
|
236
|
-
}
|
237
|
-
i.flag.dm:before,
|
238
|
-
i.flag.dominica:before {
|
239
|
-
background-position: 0 -1508px;
|
240
|
-
}
|
241
|
-
i.flag.do:before,
|
242
|
-
i.flag.dominican.republic:before {
|
243
|
-
background-position: 0 -1534px;
|
244
|
-
}
|
245
|
-
i.flag.dz:before,
|
246
|
-
i.flag.algeria:before {
|
247
|
-
background-position: 0 -1560px;
|
248
|
-
}
|
249
|
-
i.flag.ec:before,
|
250
|
-
i.flag.ecuador:before {
|
251
|
-
background-position: 0 -1586px;
|
252
|
-
}
|
253
|
-
i.flag.ee:before,
|
254
|
-
i.flag.estonia:before {
|
255
|
-
background-position: 0 -1612px;
|
256
|
-
}
|
257
|
-
i.flag.eg:before,
|
258
|
-
i.flag.egypt:before {
|
259
|
-
background-position: 0 -1638px;
|
260
|
-
}
|
261
|
-
i.flag.eh:before,
|
262
|
-
i.flag.western.sahara:before {
|
263
|
-
background-position: 0 -1664px;
|
264
|
-
}
|
265
|
-
i.flag.gb.eng:before,
|
266
|
-
i.flag.england:before {
|
267
|
-
background-position: 0 -1690px;
|
268
|
-
}
|
269
|
-
i.flag.er:before,
|
270
|
-
i.flag.eritrea:before {
|
271
|
-
background-position: 0 -1716px;
|
272
|
-
}
|
273
|
-
i.flag.es:before,
|
274
|
-
i.flag.spain:before {
|
275
|
-
background-position: 0 -1742px;
|
276
|
-
}
|
277
|
-
i.flag.et:before,
|
278
|
-
i.flag.ethiopia:before {
|
279
|
-
background-position: 0 -1768px;
|
280
|
-
}
|
281
|
-
i.flag.eu:before,
|
282
|
-
i.flag.european.union:before {
|
283
|
-
background-position: 0 -1794px;
|
284
|
-
}
|
285
|
-
i.flag.fi:before,
|
286
|
-
i.flag.finland:before {
|
287
|
-
background-position: 0 -1846px;
|
288
|
-
}
|
289
|
-
i.flag.fj:before,
|
290
|
-
i.flag.fiji:before {
|
291
|
-
background-position: 0 -1872px;
|
292
|
-
}
|
293
|
-
i.flag.fk:before,
|
294
|
-
i.flag.falkland.islands:before {
|
295
|
-
background-position: 0 -1898px;
|
296
|
-
}
|
297
|
-
i.flag.fm:before,
|
298
|
-
i.flag.micronesia:before {
|
299
|
-
background-position: 0 -1924px;
|
300
|
-
}
|
301
|
-
i.flag.fo:before,
|
302
|
-
i.flag.faroe.islands:before {
|
303
|
-
background-position: 0 -1950px;
|
304
|
-
}
|
305
|
-
i.flag.fr:before,
|
306
|
-
i.flag.france:before {
|
307
|
-
background-position: 0 -1976px;
|
308
|
-
}
|
309
|
-
i.flag.ga:before,
|
310
|
-
i.flag.gabon:before {
|
311
|
-
background-position: -36px 0;
|
312
|
-
}
|
313
|
-
i.flag.gb:before,
|
314
|
-
i.flag.uk:before,
|
315
|
-
i.flag.united.kingdom:before {
|
316
|
-
background-position: -36px -26px;
|
317
|
-
}
|
318
|
-
i.flag.gd:before,
|
319
|
-
i.flag.grenada:before {
|
320
|
-
background-position: -36px -52px;
|
321
|
-
}
|
322
|
-
i.flag.ge:before,
|
323
|
-
i.flag.georgia:before {
|
324
|
-
background-position: -36px -78px;
|
325
|
-
}
|
326
|
-
i.flag.gf:before,
|
327
|
-
i.flag.french.guiana:before {
|
328
|
-
background-position: -36px -104px;
|
329
|
-
}
|
330
|
-
i.flag.gh:before,
|
331
|
-
i.flag.ghana:before {
|
332
|
-
background-position: -36px -130px;
|
333
|
-
}
|
334
|
-
i.flag.gi:before,
|
335
|
-
i.flag.gibraltar:before {
|
336
|
-
background-position: -36px -156px;
|
337
|
-
}
|
338
|
-
i.flag.gl:before,
|
339
|
-
i.flag.greenland:before {
|
340
|
-
background-position: -36px -182px;
|
341
|
-
}
|
342
|
-
i.flag.gm:before,
|
343
|
-
i.flag.gambia:before {
|
344
|
-
background-position: -36px -208px;
|
345
|
-
}
|
346
|
-
i.flag.gn:before,
|
347
|
-
i.flag.guinea:before {
|
348
|
-
background-position: -36px -234px;
|
349
|
-
}
|
350
|
-
i.flag.gp:before,
|
351
|
-
i.flag.guadeloupe:before {
|
352
|
-
background-position: -36px -260px;
|
353
|
-
}
|
354
|
-
i.flag.gq:before,
|
355
|
-
i.flag.equatorial.guinea:before {
|
356
|
-
background-position: -36px -286px;
|
357
|
-
}
|
358
|
-
i.flag.gr:before,
|
359
|
-
i.flag.greece:before {
|
360
|
-
background-position: -36px -312px;
|
361
|
-
}
|
362
|
-
i.flag.gs:before,
|
363
|
-
i.flag.sandwich.islands:before {
|
364
|
-
background-position: -36px -338px;
|
365
|
-
}
|
366
|
-
i.flag.gt:before,
|
367
|
-
i.flag.guatemala:before {
|
368
|
-
background-position: -36px -364px;
|
369
|
-
}
|
370
|
-
i.flag.gu:before,
|
371
|
-
i.flag.guam:before {
|
372
|
-
background-position: -36px -390px;
|
373
|
-
}
|
374
|
-
i.flag.gw:before,
|
375
|
-
i.flag.guinea-bissau:before {
|
376
|
-
background-position: -36px -416px;
|
377
|
-
}
|
378
|
-
i.flag.gy:before,
|
379
|
-
i.flag.guyana:before {
|
380
|
-
background-position: -36px -442px;
|
381
|
-
}
|
382
|
-
i.flag.hk:before,
|
383
|
-
i.flag.hong.kong:before {
|
384
|
-
background-position: -36px -468px;
|
385
|
-
}
|
386
|
-
i.flag.hm:before,
|
387
|
-
i.flag.heard.island:before {
|
388
|
-
background-position: -36px -494px;
|
389
|
-
}
|
390
|
-
i.flag.hn:before,
|
391
|
-
i.flag.honduras:before {
|
392
|
-
background-position: -36px -520px;
|
393
|
-
}
|
394
|
-
i.flag.hr:before,
|
395
|
-
i.flag.croatia:before {
|
396
|
-
background-position: -36px -546px;
|
397
|
-
}
|
398
|
-
i.flag.ht:before,
|
399
|
-
i.flag.haiti:before {
|
400
|
-
background-position: -36px -572px;
|
401
|
-
}
|
402
|
-
i.flag.hu:before,
|
403
|
-
i.flag.hungary:before {
|
404
|
-
background-position: -36px -598px;
|
405
|
-
}
|
406
|
-
i.flag.id:before,
|
407
|
-
i.flag.indonesia:before {
|
408
|
-
background-position: -36px -624px;
|
409
|
-
}
|
410
|
-
i.flag.ie:before,
|
411
|
-
i.flag.ireland:before {
|
412
|
-
background-position: -36px -650px;
|
413
|
-
}
|
414
|
-
i.flag.il:before,
|
415
|
-
i.flag.israel:before {
|
416
|
-
background-position: -36px -676px;
|
417
|
-
}
|
418
|
-
i.flag.in:before,
|
419
|
-
i.flag.india:before {
|
420
|
-
background-position: -36px -702px;
|
421
|
-
}
|
422
|
-
i.flag.io:before,
|
423
|
-
i.flag.indian.ocean.territory:before {
|
424
|
-
background-position: -36px -728px;
|
425
|
-
}
|
426
|
-
i.flag.iq:before,
|
427
|
-
i.flag.iraq:before {
|
428
|
-
background-position: -36px -754px;
|
429
|
-
}
|
430
|
-
i.flag.ir:before,
|
431
|
-
i.flag.iran:before {
|
432
|
-
background-position: -36px -780px;
|
433
|
-
}
|
434
|
-
i.flag.is:before,
|
435
|
-
i.flag.iceland:before {
|
436
|
-
background-position: -36px -806px;
|
437
|
-
}
|
438
|
-
i.flag.it:before,
|
439
|
-
i.flag.italy:before {
|
440
|
-
background-position: -36px -832px;
|
441
|
-
}
|
442
|
-
i.flag.jm:before,
|
443
|
-
i.flag.jamaica:before {
|
444
|
-
background-position: -36px -858px;
|
445
|
-
}
|
446
|
-
i.flag.jo:before,
|
447
|
-
i.flag.jordan:before {
|
448
|
-
background-position: -36px -884px;
|
449
|
-
}
|
450
|
-
i.flag.jp:before,
|
451
|
-
i.flag.japan:before {
|
452
|
-
background-position: -36px -910px;
|
453
|
-
}
|
454
|
-
i.flag.ke:before,
|
455
|
-
i.flag.kenya:before {
|
456
|
-
background-position: -36px -936px;
|
457
|
-
}
|
458
|
-
i.flag.kg:before,
|
459
|
-
i.flag.kyrgyzstan:before {
|
460
|
-
background-position: -36px -962px;
|
461
|
-
}
|
462
|
-
i.flag.kh:before,
|
463
|
-
i.flag.cambodia:before {
|
464
|
-
background-position: -36px -988px;
|
465
|
-
}
|
466
|
-
i.flag.ki:before,
|
467
|
-
i.flag.kiribati:before {
|
468
|
-
background-position: -36px -1014px;
|
469
|
-
}
|
470
|
-
i.flag.km:before,
|
471
|
-
i.flag.comoros:before {
|
472
|
-
background-position: -36px -1040px;
|
473
|
-
}
|
474
|
-
i.flag.kn:before,
|
475
|
-
i.flag.saint.kitts.and.nevis:before {
|
476
|
-
background-position: -36px -1066px;
|
477
|
-
}
|
478
|
-
i.flag.kp:before,
|
479
|
-
i.flag.north.korea:before {
|
480
|
-
background-position: -36px -1092px;
|
481
|
-
}
|
482
|
-
i.flag.kr:before,
|
483
|
-
i.flag.south.korea:before {
|
484
|
-
background-position: -36px -1118px;
|
485
|
-
}
|
486
|
-
i.flag.kw:before,
|
487
|
-
i.flag.kuwait:before {
|
488
|
-
background-position: -36px -1144px;
|
489
|
-
}
|
490
|
-
i.flag.ky:before,
|
491
|
-
i.flag.cayman.islands:before {
|
492
|
-
background-position: -36px -1170px;
|
493
|
-
}
|
494
|
-
i.flag.kz:before,
|
495
|
-
i.flag.kazakhstan:before {
|
496
|
-
background-position: -36px -1196px;
|
497
|
-
}
|
498
|
-
i.flag.la:before,
|
499
|
-
i.flag.laos:before {
|
500
|
-
background-position: -36px -1222px;
|
501
|
-
}
|
502
|
-
i.flag.lb:before,
|
503
|
-
i.flag.lebanon:before {
|
504
|
-
background-position: -36px -1248px;
|
505
|
-
}
|
506
|
-
i.flag.lc:before,
|
507
|
-
i.flag.saint.lucia:before {
|
508
|
-
background-position: -36px -1274px;
|
509
|
-
}
|
510
|
-
i.flag.li:before,
|
511
|
-
i.flag.liechtenstein:before {
|
512
|
-
background-position: -36px -1300px;
|
513
|
-
}
|
514
|
-
i.flag.lk:before,
|
515
|
-
i.flag.sri.lanka:before {
|
516
|
-
background-position: -36px -1326px;
|
517
|
-
}
|
518
|
-
i.flag.lr:before,
|
519
|
-
i.flag.liberia:before {
|
520
|
-
background-position: -36px -1352px;
|
521
|
-
}
|
522
|
-
i.flag.ls:before,
|
523
|
-
i.flag.lesotho:before {
|
524
|
-
background-position: -36px -1378px;
|
525
|
-
}
|
526
|
-
i.flag.lt:before,
|
527
|
-
i.flag.lithuania:before {
|
528
|
-
background-position: -36px -1404px;
|
529
|
-
}
|
530
|
-
i.flag.lu:before,
|
531
|
-
i.flag.luxembourg:before {
|
532
|
-
background-position: -36px -1430px;
|
533
|
-
}
|
534
|
-
i.flag.lv:before,
|
535
|
-
i.flag.latvia:before {
|
536
|
-
background-position: -36px -1456px;
|
537
|
-
}
|
538
|
-
i.flag.ly:before,
|
539
|
-
i.flag.libya:before {
|
540
|
-
background-position: -36px -1482px;
|
541
|
-
}
|
542
|
-
i.flag.ma:before,
|
543
|
-
i.flag.morocco:before {
|
544
|
-
background-position: -36px -1508px;
|
545
|
-
}
|
546
|
-
i.flag.mc:before,
|
547
|
-
i.flag.monaco:before {
|
548
|
-
background-position: -36px -1534px;
|
549
|
-
}
|
550
|
-
i.flag.md:before,
|
551
|
-
i.flag.moldova:before {
|
552
|
-
background-position: -36px -1560px;
|
553
|
-
}
|
554
|
-
i.flag.me:before,
|
555
|
-
i.flag.montenegro:before {
|
556
|
-
background-position: -36px -1586px;
|
557
|
-
}
|
558
|
-
i.flag.mg:before,
|
559
|
-
i.flag.madagascar:before {
|
560
|
-
background-position: -36px -1613px;
|
561
|
-
}
|
562
|
-
i.flag.mh:before,
|
563
|
-
i.flag.marshall.islands:before {
|
564
|
-
background-position: -36px -1639px;
|
565
|
-
}
|
566
|
-
i.flag.mk:before,
|
567
|
-
i.flag.macedonia:before {
|
568
|
-
background-position: -36px -1665px;
|
569
|
-
}
|
570
|
-
i.flag.ml:before,
|
571
|
-
i.flag.mali:before {
|
572
|
-
background-position: -36px -1691px;
|
573
|
-
}
|
574
|
-
i.flag.mm:before,
|
575
|
-
i.flag.myanmar:before,
|
576
|
-
i.flag.burma:before {
|
577
|
-
background-position: -36px -1717px;
|
578
|
-
}
|
579
|
-
i.flag.mn:before,
|
580
|
-
i.flag.mongolia:before {
|
581
|
-
background-position: -36px -1743px;
|
582
|
-
}
|
583
|
-
i.flag.mo:before,
|
584
|
-
i.flag.macau:before {
|
585
|
-
background-position: -36px -1769px;
|
586
|
-
}
|
587
|
-
i.flag.mp:before,
|
588
|
-
i.flag.northern.mariana.islands:before {
|
589
|
-
background-position: -36px -1795px;
|
590
|
-
}
|
591
|
-
i.flag.mq:before,
|
592
|
-
i.flag.martinique:before {
|
593
|
-
background-position: -36px -1821px;
|
594
|
-
}
|
595
|
-
i.flag.mr:before,
|
596
|
-
i.flag.mauritania:before {
|
597
|
-
background-position: -36px -1847px;
|
598
|
-
}
|
599
|
-
i.flag.ms:before,
|
600
|
-
i.flag.montserrat:before {
|
601
|
-
background-position: -36px -1873px;
|
602
|
-
}
|
603
|
-
i.flag.mt:before,
|
604
|
-
i.flag.malta:before {
|
605
|
-
background-position: -36px -1899px;
|
606
|
-
}
|
607
|
-
i.flag.mu:before,
|
608
|
-
i.flag.mauritius:before {
|
609
|
-
background-position: -36px -1925px;
|
610
|
-
}
|
611
|
-
i.flag.mv:before,
|
612
|
-
i.flag.maldives:before {
|
613
|
-
background-position: -36px -1951px;
|
614
|
-
}
|
615
|
-
i.flag.mw:before,
|
616
|
-
i.flag.malawi:before {
|
617
|
-
background-position: -36px -1977px;
|
618
|
-
}
|
619
|
-
i.flag.mx:before,
|
620
|
-
i.flag.mexico:before {
|
621
|
-
background-position: -72px 0;
|
622
|
-
}
|
623
|
-
i.flag.my:before,
|
624
|
-
i.flag.malaysia:before {
|
625
|
-
background-position: -72px -26px;
|
626
|
-
}
|
627
|
-
i.flag.mz:before,
|
628
|
-
i.flag.mozambique:before {
|
629
|
-
background-position: -72px -52px;
|
630
|
-
}
|
631
|
-
i.flag.na:before,
|
632
|
-
i.flag.namibia:before {
|
633
|
-
background-position: -72px -78px;
|
634
|
-
}
|
635
|
-
i.flag.nc:before,
|
636
|
-
i.flag.new.caledonia:before {
|
637
|
-
background-position: -72px -104px;
|
638
|
-
}
|
639
|
-
i.flag.ne:before,
|
640
|
-
i.flag.niger:before {
|
641
|
-
background-position: -72px -130px;
|
642
|
-
}
|
643
|
-
i.flag.nf:before,
|
644
|
-
i.flag.norfolk.island:before {
|
645
|
-
background-position: -72px -156px;
|
646
|
-
}
|
647
|
-
i.flag.ng:before,
|
648
|
-
i.flag.nigeria:before {
|
649
|
-
background-position: -72px -182px;
|
650
|
-
}
|
651
|
-
i.flag.ni:before,
|
652
|
-
i.flag.nicaragua:before {
|
653
|
-
background-position: -72px -208px;
|
654
|
-
}
|
655
|
-
i.flag.nl:before,
|
656
|
-
i.flag.netherlands:before {
|
657
|
-
background-position: -72px -234px;
|
658
|
-
}
|
659
|
-
i.flag.no:before,
|
660
|
-
i.flag.norway:before {
|
661
|
-
background-position: -72px -260px;
|
662
|
-
}
|
663
|
-
i.flag.np:before,
|
664
|
-
i.flag.nepal:before {
|
665
|
-
background-position: -72px -286px;
|
666
|
-
}
|
667
|
-
i.flag.nr:before,
|
668
|
-
i.flag.nauru:before {
|
669
|
-
background-position: -72px -312px;
|
670
|
-
}
|
671
|
-
i.flag.nu:before,
|
672
|
-
i.flag.niue:before {
|
673
|
-
background-position: -72px -338px;
|
674
|
-
}
|
675
|
-
i.flag.nz:before,
|
676
|
-
i.flag.new.zealand:before {
|
677
|
-
background-position: -72px -364px;
|
678
|
-
}
|
679
|
-
i.flag.om:before,
|
680
|
-
i.flag.oman:before {
|
681
|
-
background-position: -72px -390px;
|
682
|
-
}
|
683
|
-
i.flag.pa:before,
|
684
|
-
i.flag.panama:before {
|
685
|
-
background-position: -72px -416px;
|
686
|
-
}
|
687
|
-
i.flag.pe:before,
|
688
|
-
i.flag.peru:before {
|
689
|
-
background-position: -72px -442px;
|
690
|
-
}
|
691
|
-
i.flag.pf:before,
|
692
|
-
i.flag.french.polynesia:before {
|
693
|
-
background-position: -72px -468px;
|
694
|
-
}
|
695
|
-
i.flag.pg:before,
|
696
|
-
i.flag.new.guinea:before {
|
697
|
-
background-position: -72px -494px;
|
698
|
-
}
|
699
|
-
i.flag.ph:before,
|
700
|
-
i.flag.philippines:before {
|
701
|
-
background-position: -72px -520px;
|
702
|
-
}
|
703
|
-
i.flag.pk:before,
|
704
|
-
i.flag.pakistan:before {
|
705
|
-
background-position: -72px -546px;
|
706
|
-
}
|
707
|
-
i.flag.pl:before,
|
708
|
-
i.flag.poland:before {
|
709
|
-
background-position: -72px -572px;
|
710
|
-
}
|
711
|
-
i.flag.pm:before,
|
712
|
-
i.flag.saint.pierre:before {
|
713
|
-
background-position: -72px -598px;
|
714
|
-
}
|
715
|
-
i.flag.pn:before,
|
716
|
-
i.flag.pitcairn.islands:before {
|
717
|
-
background-position: -72px -624px;
|
718
|
-
}
|
719
|
-
i.flag.pr:before,
|
720
|
-
i.flag.puerto.rico:before {
|
721
|
-
background-position: -72px -650px;
|
722
|
-
}
|
723
|
-
i.flag.ps:before,
|
724
|
-
i.flag.palestine:before {
|
725
|
-
background-position: -72px -676px;
|
726
|
-
}
|
727
|
-
i.flag.pt:before,
|
728
|
-
i.flag.portugal:before {
|
729
|
-
background-position: -72px -702px;
|
730
|
-
}
|
731
|
-
i.flag.pw:before,
|
732
|
-
i.flag.palau:before {
|
733
|
-
background-position: -72px -728px;
|
734
|
-
}
|
735
|
-
i.flag.py:before,
|
736
|
-
i.flag.paraguay:before {
|
737
|
-
background-position: -72px -754px;
|
738
|
-
}
|
739
|
-
i.flag.qa:before,
|
740
|
-
i.flag.qatar:before {
|
741
|
-
background-position: -72px -780px;
|
742
|
-
}
|
743
|
-
i.flag.re:before,
|
744
|
-
i.flag.reunion:before {
|
745
|
-
background-position: -72px -806px;
|
746
|
-
}
|
747
|
-
i.flag.ro:before,
|
748
|
-
i.flag.romania:before {
|
749
|
-
background-position: -72px -832px;
|
750
|
-
}
|
751
|
-
i.flag.rs:before,
|
752
|
-
i.flag.serbia:before {
|
753
|
-
background-position: -72px -858px;
|
754
|
-
}
|
755
|
-
i.flag.ru:before,
|
756
|
-
i.flag.russia:before {
|
757
|
-
background-position: -72px -884px;
|
758
|
-
}
|
759
|
-
i.flag.rw:before,
|
760
|
-
i.flag.rwanda:before {
|
761
|
-
background-position: -72px -910px;
|
762
|
-
}
|
763
|
-
i.flag.sa:before,
|
764
|
-
i.flag.saudi.arabia:before {
|
765
|
-
background-position: -72px -936px;
|
766
|
-
}
|
767
|
-
i.flag.sb:before,
|
768
|
-
i.flag.solomon.islands:before {
|
769
|
-
background-position: -72px -962px;
|
770
|
-
}
|
771
|
-
i.flag.sc:before,
|
772
|
-
i.flag.seychelles:before {
|
773
|
-
background-position: -72px -988px;
|
774
|
-
}
|
775
|
-
i.flag.gb.sct:before,
|
776
|
-
i.flag.scotland:before {
|
777
|
-
background-position: -72px -1014px;
|
778
|
-
}
|
779
|
-
i.flag.sd:before,
|
780
|
-
i.flag.sudan:before {
|
781
|
-
background-position: -72px -1040px;
|
782
|
-
}
|
783
|
-
i.flag.se:before,
|
784
|
-
i.flag.sweden:before {
|
785
|
-
background-position: -72px -1066px;
|
786
|
-
}
|
787
|
-
i.flag.sg:before,
|
788
|
-
i.flag.singapore:before {
|
789
|
-
background-position: -72px -1092px;
|
790
|
-
}
|
791
|
-
i.flag.sh:before,
|
792
|
-
i.flag.saint.helena:before {
|
793
|
-
background-position: -72px -1118px;
|
794
|
-
}
|
795
|
-
i.flag.si:before,
|
796
|
-
i.flag.slovenia:before {
|
797
|
-
background-position: -72px -1144px;
|
798
|
-
}
|
799
|
-
i.flag.sj:before,
|
800
|
-
i.flag.svalbard:before,
|
801
|
-
i.flag.jan.mayen:before {
|
802
|
-
background-position: -72px -1170px;
|
803
|
-
}
|
804
|
-
i.flag.sk:before,
|
805
|
-
i.flag.slovakia:before {
|
806
|
-
background-position: -72px -1196px;
|
807
|
-
}
|
808
|
-
i.flag.sl:before,
|
809
|
-
i.flag.sierra.leone:before {
|
810
|
-
background-position: -72px -1222px;
|
811
|
-
}
|
812
|
-
i.flag.sm:before,
|
813
|
-
i.flag.san.marino:before {
|
814
|
-
background-position: -72px -1248px;
|
815
|
-
}
|
816
|
-
i.flag.sn:before,
|
817
|
-
i.flag.senegal:before {
|
818
|
-
background-position: -72px -1274px;
|
819
|
-
}
|
820
|
-
i.flag.so:before,
|
821
|
-
i.flag.somalia:before {
|
822
|
-
background-position: -72px -1300px;
|
823
|
-
}
|
824
|
-
i.flag.sr:before,
|
825
|
-
i.flag.suriname:before {
|
826
|
-
background-position: -72px -1326px;
|
827
|
-
}
|
828
|
-
i.flag.st:before,
|
829
|
-
i.flag.sao.tome:before {
|
830
|
-
background-position: -72px -1352px;
|
831
|
-
}
|
832
|
-
i.flag.sv:before,
|
833
|
-
i.flag.el.salvador:before {
|
834
|
-
background-position: -72px -1378px;
|
835
|
-
}
|
836
|
-
i.flag.sy:before,
|
837
|
-
i.flag.syria:before {
|
838
|
-
background-position: -72px -1404px;
|
839
|
-
}
|
840
|
-
i.flag.sz:before,
|
841
|
-
i.flag.swaziland:before {
|
842
|
-
background-position: -72px -1430px;
|
843
|
-
}
|
844
|
-
i.flag.tc:before,
|
845
|
-
i.flag.caicos.islands:before {
|
846
|
-
background-position: -72px -1456px;
|
847
|
-
}
|
848
|
-
i.flag.td:before,
|
849
|
-
i.flag.chad:before {
|
850
|
-
background-position: -72px -1482px;
|
851
|
-
}
|
852
|
-
i.flag.tf:before,
|
853
|
-
i.flag.french.territories:before {
|
854
|
-
background-position: -72px -1508px;
|
855
|
-
}
|
856
|
-
i.flag.tg:before,
|
857
|
-
i.flag.togo:before {
|
858
|
-
background-position: -72px -1534px;
|
859
|
-
}
|
860
|
-
i.flag.th:before,
|
861
|
-
i.flag.thailand:before {
|
862
|
-
background-position: -72px -1560px;
|
863
|
-
}
|
864
|
-
i.flag.tj:before,
|
865
|
-
i.flag.tajikistan:before {
|
866
|
-
background-position: -72px -1586px;
|
867
|
-
}
|
868
|
-
i.flag.tk:before,
|
869
|
-
i.flag.tokelau:before {
|
870
|
-
background-position: -72px -1612px;
|
871
|
-
}
|
872
|
-
i.flag.tl:before,
|
873
|
-
i.flag.timorleste:before {
|
874
|
-
background-position: -72px -1638px;
|
875
|
-
}
|
876
|
-
i.flag.tm:before,
|
877
|
-
i.flag.turkmenistan:before {
|
878
|
-
background-position: -72px -1664px;
|
879
|
-
}
|
880
|
-
i.flag.tn:before,
|
881
|
-
i.flag.tunisia:before {
|
882
|
-
background-position: -72px -1690px;
|
883
|
-
}
|
884
|
-
i.flag.to:before,
|
885
|
-
i.flag.tonga:before {
|
886
|
-
background-position: -72px -1716px;
|
887
|
-
}
|
888
|
-
i.flag.tr:before,
|
889
|
-
i.flag.turkey:before {
|
890
|
-
background-position: -72px -1742px;
|
891
|
-
}
|
892
|
-
i.flag.tt:before,
|
893
|
-
i.flag.trinidad:before {
|
894
|
-
background-position: -72px -1768px;
|
895
|
-
}
|
896
|
-
i.flag.tv:before,
|
897
|
-
i.flag.tuvalu:before {
|
898
|
-
background-position: -72px -1794px;
|
899
|
-
}
|
900
|
-
i.flag.tw:before,
|
901
|
-
i.flag.taiwan:before {
|
902
|
-
background-position: -72px -1820px;
|
903
|
-
}
|
904
|
-
i.flag.tz:before,
|
905
|
-
i.flag.tanzania:before {
|
906
|
-
background-position: -72px -1846px;
|
907
|
-
}
|
908
|
-
i.flag.ua:before,
|
909
|
-
i.flag.ukraine:before {
|
910
|
-
background-position: -72px -1872px;
|
911
|
-
}
|
912
|
-
i.flag.ug:before,
|
913
|
-
i.flag.uganda:before {
|
914
|
-
background-position: -72px -1898px;
|
915
|
-
}
|
916
|
-
i.flag.um:before,
|
917
|
-
i.flag.us.minor.islands:before {
|
918
|
-
background-position: -72px -1924px;
|
919
|
-
}
|
920
|
-
i.flag.us:before,
|
921
|
-
i.flag.america:before,
|
922
|
-
i.flag.united.states:before {
|
923
|
-
background-position: -72px -1950px;
|
924
|
-
}
|
925
|
-
i.flag.uy:before,
|
926
|
-
i.flag.uruguay:before {
|
927
|
-
background-position: -72px -1976px;
|
928
|
-
}
|
929
|
-
i.flag.uz:before,
|
930
|
-
i.flag.uzbekistan:before {
|
931
|
-
background-position: -108px 0;
|
932
|
-
}
|
933
|
-
i.flag.va:before,
|
934
|
-
i.flag.vatican.city:before {
|
935
|
-
background-position: -108px -26px;
|
936
|
-
}
|
937
|
-
i.flag.vc:before,
|
938
|
-
i.flag.saint.vincent:before {
|
939
|
-
background-position: -108px -52px;
|
940
|
-
}
|
941
|
-
i.flag.ve:before,
|
942
|
-
i.flag.venezuela:before {
|
943
|
-
background-position: -108px -78px;
|
944
|
-
}
|
945
|
-
i.flag.vg:before,
|
946
|
-
i.flag.british.virgin.islands:before {
|
947
|
-
background-position: -108px -104px;
|
948
|
-
}
|
949
|
-
i.flag.vi:before,
|
950
|
-
i.flag.us.virgin.islands:before {
|
951
|
-
background-position: -108px -130px;
|
952
|
-
}
|
953
|
-
i.flag.vn:before,
|
954
|
-
i.flag.vietnam:before {
|
955
|
-
background-position: -108px -156px;
|
956
|
-
}
|
957
|
-
i.flag.vu:before,
|
958
|
-
i.flag.vanuatu:before {
|
959
|
-
background-position: -108px -182px;
|
960
|
-
}
|
961
|
-
i.flag.gb.wls:before,
|
962
|
-
i.flag.wales:before {
|
963
|
-
background-position: -108px -208px;
|
964
|
-
}
|
965
|
-
i.flag.wf:before,
|
966
|
-
i.flag.wallis.and.futuna:before {
|
967
|
-
background-position: -108px -234px;
|
968
|
-
}
|
969
|
-
i.flag.ws:before,
|
970
|
-
i.flag.samoa:before {
|
971
|
-
background-position: -108px -260px;
|
972
|
-
}
|
973
|
-
i.flag.ye:before,
|
974
|
-
i.flag.yemen:before {
|
975
|
-
background-position: -108px -286px;
|
976
|
-
}
|
977
|
-
i.flag.yt:before,
|
978
|
-
i.flag.mayotte:before {
|
979
|
-
background-position: -108px -312px;
|
980
|
-
}
|
981
|
-
i.flag.za:before,
|
982
|
-
i.flag.south.africa:before {
|
983
|
-
background-position: -108px -338px;
|
984
|
-
}
|
985
|
-
i.flag.zm:before,
|
986
|
-
i.flag.zambia:before {
|
987
|
-
background-position: -108px -364px;
|
988
|
-
}
|
989
|
-
i.flag.zw:before,
|
990
|
-
i.flag.zimbabwe:before {
|
991
|
-
background-position: -108px -390px;
|
992
|
-
}
|
993
|
-
|
994
|
-
/*rtl:end:ignore*/
|