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