fomantic-ui 2.9.0-beta.8 → 2.9.0-beta.80
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.all-contributorsrc +188 -3
- package/CONTRIBUTING.md +1 -1
- package/CONTRIBUTORS.md +71 -37
- package/README.md +1 -1
- package/dist/components/accordion.css +50 -6
- package/dist/components/accordion.js +1 -1
- package/dist/components/accordion.min.css +2 -2
- package/dist/components/accordion.min.js +1 -1
- package/dist/components/ad.css +1 -1
- package/dist/components/ad.min.css +1 -1
- package/dist/components/api.js +26 -24
- package/dist/components/api.min.js +2 -2
- package/dist/components/breadcrumb.css +1 -1
- package/dist/components/breadcrumb.min.css +1 -1
- package/dist/components/button.css +6 -6
- package/dist/components/button.min.css +2 -2
- package/dist/components/calendar.css +1 -1
- package/dist/components/calendar.js +106 -10
- package/dist/components/calendar.min.css +1 -1
- package/dist/components/calendar.min.js +2 -2
- package/dist/components/card.css +26 -19
- package/dist/components/card.min.css +2 -2
- package/dist/components/checkbox.css +2 -1
- package/dist/components/checkbox.js +2 -4
- package/dist/components/checkbox.min.css +2 -2
- package/dist/components/checkbox.min.js +2 -2
- package/dist/components/comment.css +11 -11
- package/dist/components/comment.min.css +1 -1
- package/dist/components/container.css +1 -1
- package/dist/components/container.min.css +1 -1
- package/dist/components/dimmer.css +28 -14
- package/dist/components/dimmer.js +1 -1
- package/dist/components/dimmer.min.css +2 -2
- package/dist/components/dimmer.min.js +1 -1
- package/dist/components/divider.css +1 -1
- package/dist/components/divider.min.css +1 -1
- package/dist/components/dropdown.css +28 -5
- package/dist/components/dropdown.js +15 -19
- package/dist/components/dropdown.min.css +2 -2
- package/dist/components/dropdown.min.js +2 -2
- package/dist/components/embed.css +1 -1
- package/dist/components/embed.js +1 -1
- package/dist/components/embed.min.css +1 -1
- package/dist/components/embed.min.js +1 -1
- package/dist/components/emoji.css +2 -2
- package/dist/components/feed.css +28 -28
- package/dist/components/feed.min.css +2 -2
- package/dist/components/flag.css +731 -625
- package/dist/components/flag.min.css +2 -2
- package/dist/components/form.css +103 -54
- package/dist/components/form.js +24 -22
- package/dist/components/form.min.css +2 -2
- package/dist/components/form.min.js +2 -2
- package/dist/components/grid.css +11 -8
- package/dist/components/grid.min.css +2 -2
- package/dist/components/header.css +1 -1
- package/dist/components/header.min.css +1 -1
- package/dist/components/icon.css +6 -1
- package/dist/components/icon.min.css +2 -2
- package/dist/components/image.css +1 -1
- package/dist/components/image.min.css +1 -1
- package/dist/components/input.css +17 -2
- package/dist/components/input.min.css +2 -2
- package/dist/components/item.css +13 -13
- package/dist/components/item.min.css +1 -1
- package/dist/components/label.css +1 -1
- package/dist/components/label.min.css +1 -1
- package/dist/components/list.css +1 -1
- package/dist/components/list.min.css +1 -1
- package/dist/components/loader.css +1 -1
- package/dist/components/loader.min.css +1 -1
- package/dist/components/menu.css +31 -7
- package/dist/components/menu.min.css +1 -1
- package/dist/components/message.css +1 -1
- package/dist/components/message.min.css +1 -1
- package/dist/components/modal.css +3 -1
- package/dist/components/modal.js +94 -30
- package/dist/components/modal.min.css +2 -2
- package/dist/components/modal.min.js +2 -2
- package/dist/components/nag.css +1 -1
- package/dist/components/nag.js +1 -1
- package/dist/components/nag.min.css +1 -1
- package/dist/components/nag.min.js +1 -1
- package/dist/components/placeholder.css +1 -1
- package/dist/components/placeholder.min.css +1 -1
- package/dist/components/popup.css +5 -3
- package/dist/components/popup.js +1 -1
- package/dist/components/popup.min.css +2 -2
- package/dist/components/popup.min.js +1 -1
- package/dist/components/progress.css +1 -1
- package/dist/components/progress.js +3 -3
- package/dist/components/progress.min.css +1 -1
- package/dist/components/progress.min.js +2 -2
- package/dist/components/rail.css +1 -1
- package/dist/components/rail.min.css +1 -1
- package/dist/components/rating.css +7 -46
- package/dist/components/rating.js +1 -1
- package/dist/components/rating.min.css +2 -2
- package/dist/components/rating.min.js +1 -1
- package/dist/components/reset.css +1 -1
- package/dist/components/reset.min.css +1 -1
- package/dist/components/reveal.css +1 -1
- package/dist/components/reveal.min.css +1 -1
- package/dist/components/search.css +1 -1
- package/dist/components/search.js +1 -1
- package/dist/components/search.min.css +1 -1
- package/dist/components/search.min.js +1 -1
- package/dist/components/segment.css +12 -6
- package/dist/components/segment.min.css +2 -2
- package/dist/components/shape.css +1 -1
- package/dist/components/shape.js +1 -1
- package/dist/components/shape.min.css +1 -1
- package/dist/components/shape.min.js +1 -1
- package/dist/components/sidebar.css +1 -1
- package/dist/components/sidebar.js +1 -1
- package/dist/components/sidebar.min.css +1 -1
- package/dist/components/sidebar.min.js +1 -1
- package/dist/components/site.css +61 -39
- package/dist/components/site.js +1 -1
- package/dist/components/site.min.css +2 -2
- package/dist/components/site.min.js +1 -1
- package/dist/components/slider.js +1 -1
- package/dist/components/slider.min.js +1 -1
- package/dist/components/state.js +1 -1
- package/dist/components/state.min.js +1 -1
- package/dist/components/statistic.css +1 -1
- package/dist/components/statistic.min.css +1 -1
- package/dist/components/step.css +4 -4
- package/dist/components/step.min.css +2 -2
- package/dist/components/sticky.css +1 -1
- package/dist/components/sticky.js +2 -2
- package/dist/components/sticky.min.css +1 -1
- package/dist/components/sticky.min.js +2 -2
- package/dist/components/tab.css +1 -1
- package/dist/components/tab.js +1 -1
- package/dist/components/tab.min.css +1 -1
- package/dist/components/tab.min.js +1 -1
- package/dist/components/table.css +5 -3
- package/dist/components/table.min.css +2 -2
- package/dist/components/text.css +1 -1
- package/dist/components/text.min.css +1 -1
- package/dist/components/toast.css +7 -1
- package/dist/components/toast.js +3 -3
- package/dist/components/toast.min.css +2 -2
- package/dist/components/toast.min.js +2 -2
- package/dist/components/transition.css +1 -1
- package/dist/components/transition.js +2 -2
- package/dist/components/transition.min.css +1 -1
- package/dist/components/transition.min.js +2 -2
- package/dist/components/visibility.js +2 -2
- package/dist/components/visibility.min.js +1 -1
- package/dist/semantic.css +1323 -981
- package/dist/semantic.js +293 -135
- package/dist/semantic.min.css +2 -2
- package/dist/semantic.min.js +2 -2
- package/examples/assets/library/iframe-content.js +8 -8
- package/examples/assets/library/iframe.js +3 -3
- package/package.json +2 -2
- package/src/definitions/behaviors/api.js +25 -23
- package/src/definitions/behaviors/form.js +23 -21
- package/src/definitions/behaviors/visibility.js +1 -1
- package/src/definitions/collections/form.less +184 -133
- package/src/definitions/collections/grid.less +704 -669
- package/src/definitions/collections/menu.less +128 -85
- package/src/definitions/collections/message.less +8 -7
- package/src/definitions/collections/table.less +186 -174
- package/src/definitions/elements/button.less +130 -119
- package/src/definitions/elements/container.less +16 -8
- package/src/definitions/elements/emoji.less +15 -9
- package/src/definitions/elements/flag.less +7 -17
- package/src/definitions/elements/header.less +14 -8
- package/src/definitions/elements/icon.less +16 -10
- package/src/definitions/elements/input.less +17 -1
- package/src/definitions/elements/list.less +55 -45
- package/src/definitions/elements/segment.less +15 -8
- package/src/definitions/elements/step.less +52 -48
- package/src/definitions/globals/site.less +23 -2
- package/src/definitions/modules/accordion.less +55 -5
- package/src/definitions/modules/calendar.js +105 -9
- package/src/definitions/modules/checkbox.js +1 -3
- package/src/definitions/modules/checkbox.less +1 -146
- package/src/definitions/modules/dimmer.less +21 -8
- package/src/definitions/modules/dropdown.js +14 -18
- package/src/definitions/modules/dropdown.less +96 -64
- package/src/definitions/modules/modal.js +93 -29
- package/src/definitions/modules/modal.less +2 -0
- package/src/definitions/modules/popup.less +5 -1
- package/src/definitions/modules/progress.js +2 -2
- package/src/definitions/modules/rating.less +18 -12
- package/src/definitions/modules/search.less +32 -16
- package/src/definitions/modules/sidebar.less +30 -18
- package/src/definitions/modules/sticky.js +1 -1
- package/src/definitions/modules/toast.js +2 -2
- package/src/definitions/modules/toast.less +5 -0
- package/src/definitions/modules/transition.js +1 -1
- package/src/definitions/views/card.less +373 -333
- package/src/definitions/views/comment.less +92 -81
- package/src/definitions/views/feed.less +164 -144
- package/src/definitions/views/item.less +249 -196
- package/src/definitions/views/statistic.less +71 -70
- package/src/themes/default/collections/menu.variables +6 -0
- package/src/themes/default/elements/button.variables +2 -1
- package/src/themes/default/elements/flag.overrides +1635 -986
- package/src/themes/default/elements/flag.variables +7 -5
- package/src/themes/default/elements/icon.overrides +35 -28
- package/src/themes/default/elements/icon.variables +1 -0
- package/src/themes/default/elements/step.overrides +1 -1
- package/src/themes/default/globals/site.variables +6 -0
- package/src/themes/default/globals/variation.variables +74 -1
- package/src/themes/default/modules/accordion.variables +15 -0
- package/src/themes/default/modules/dimmer.variables +1 -1
- package/src/themes/default/modules/dropdown.variables +1 -1
- package/src/themes/famfamfam/elements/flag.overrides +1026 -0
- package/src/themes/famfamfam/elements/flag.variables +13 -0
- package/tasks/admin/components/init.js +2 -2
- package/tasks/admin/distributions/init.js +2 -2
- package/test/helpers/sinon.js +1 -1
package/dist/semantic.css
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
/*
|
2
|
-
* # Fomantic UI - 2.9.0-beta.
|
2
|
+
* # Fomantic UI - 2.9.0-beta.80
|
3
3
|
* https://github.com/fomantic/Fomantic-UI
|
4
4
|
* http://fomantic-ui.com/
|
5
5
|
*
|
@@ -10,7 +10,7 @@
|
|
10
10
|
*/
|
11
11
|
@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,400%3B0,700%3B1,400%3B1,700&subset=latin&display=swap');
|
12
12
|
/*!
|
13
|
-
* # Fomantic-UI 2.9.0-beta.
|
13
|
+
* # Fomantic-UI 2.9.0-beta.80 - Reset
|
14
14
|
* http://github.com/fomantic/Fomantic-UI/
|
15
15
|
*
|
16
16
|
*
|
@@ -435,7 +435,7 @@ template {
|
|
435
435
|
Site Overrides
|
436
436
|
*******************************/
|
437
437
|
/*!
|
438
|
-
* # Fomantic-UI 2.9.0-beta.
|
438
|
+
* # Fomantic-UI 2.9.0-beta.80 - Site
|
439
439
|
* http://github.com/fomantic/Fomantic-UI/
|
440
440
|
*
|
441
441
|
*
|
@@ -557,47 +557,6 @@ a:hover {
|
|
557
557
|
Scrollbars
|
558
558
|
*******************************/
|
559
559
|
|
560
|
-
/*******************************
|
561
|
-
Highlighting
|
562
|
-
*******************************/
|
563
|
-
|
564
|
-
/* Site */
|
565
|
-
|
566
|
-
::-webkit-selection {
|
567
|
-
background-color: #CCE2FF;
|
568
|
-
color: rgba(0, 0, 0, 0.87);
|
569
|
-
}
|
570
|
-
|
571
|
-
::-moz-selection {
|
572
|
-
background-color: #CCE2FF;
|
573
|
-
color: rgba(0, 0, 0, 0.87);
|
574
|
-
}
|
575
|
-
|
576
|
-
::selection {
|
577
|
-
background-color: #CCE2FF;
|
578
|
-
color: rgba(0, 0, 0, 0.87);
|
579
|
-
}
|
580
|
-
|
581
|
-
/* Form */
|
582
|
-
|
583
|
-
textarea::-webkit-selection,
|
584
|
-
input::-webkit-selection {
|
585
|
-
background-color: rgba(100, 100, 100, 0.4);
|
586
|
-
color: rgba(0, 0, 0, 0.87);
|
587
|
-
}
|
588
|
-
|
589
|
-
textarea::-moz-selection,
|
590
|
-
input::-moz-selection {
|
591
|
-
background-color: rgba(100, 100, 100, 0.4);
|
592
|
-
color: rgba(0, 0, 0, 0.87);
|
593
|
-
}
|
594
|
-
|
595
|
-
textarea::selection,
|
596
|
-
input::selection {
|
597
|
-
background-color: rgba(100, 100, 100, 0.4);
|
598
|
-
color: rgba(0, 0, 0, 0.87);
|
599
|
-
}
|
600
|
-
|
601
560
|
/* Force Simple Scrollbars */
|
602
561
|
|
603
562
|
body ::-webkit-scrollbar {
|
@@ -627,6 +586,17 @@ body ::-webkit-scrollbar-thumb:hover {
|
|
627
586
|
background: rgba(128, 135, 139, 0.8);
|
628
587
|
}
|
629
588
|
|
589
|
+
body .ui {
|
590
|
+
/* IE11 */
|
591
|
+
scrollbar-face-color: #bfbfbf;
|
592
|
+
scrollbar-shadow-color: #bfbfbf;
|
593
|
+
scrollbar-track-color: #e6e6e6;
|
594
|
+
scrollbar-arrow-color: #e6e6e6;
|
595
|
+
/* firefox : first color thumb, second track*/
|
596
|
+
scrollbar-color: rgba(0, 0, 0, 0.25) rgba(0, 0, 0, 0.1);
|
597
|
+
scrollbar-width: thin;
|
598
|
+
}
|
599
|
+
|
630
600
|
/* Inverted UI */
|
631
601
|
|
632
602
|
body .ui.inverted:not(.dimmer)::-webkit-scrollbar-track {
|
@@ -645,6 +615,57 @@ body .ui.inverted:not(.dimmer)::-webkit-scrollbar-thumb:hover {
|
|
645
615
|
background: rgba(255, 255, 255, 0.35);
|
646
616
|
}
|
647
617
|
|
618
|
+
body .ui.inverted:not(.dimmer) {
|
619
|
+
/* IE11 */
|
620
|
+
scrollbar-face-color: #656565;
|
621
|
+
scrollbar-shadow-color: #656565;
|
622
|
+
scrollbar-track-color: #323232;
|
623
|
+
scrollbar-arrow-color: #323232;
|
624
|
+
/* firefox : first color thumb, second track */
|
625
|
+
scrollbar-color: rgba(255, 255, 255, 0.25) rgba(255, 255, 255, 0.1);
|
626
|
+
}
|
627
|
+
|
628
|
+
/*******************************
|
629
|
+
Highlighting
|
630
|
+
*******************************/
|
631
|
+
|
632
|
+
/* Site */
|
633
|
+
|
634
|
+
::-webkit-selection {
|
635
|
+
background-color: #CCE2FF;
|
636
|
+
color: rgba(0, 0, 0, 0.87);
|
637
|
+
}
|
638
|
+
|
639
|
+
::-moz-selection {
|
640
|
+
background-color: #CCE2FF;
|
641
|
+
color: rgba(0, 0, 0, 0.87);
|
642
|
+
}
|
643
|
+
|
644
|
+
::selection {
|
645
|
+
background-color: #CCE2FF;
|
646
|
+
color: rgba(0, 0, 0, 0.87);
|
647
|
+
}
|
648
|
+
|
649
|
+
/* Form */
|
650
|
+
|
651
|
+
textarea::-webkit-selection,
|
652
|
+
input::-webkit-selection {
|
653
|
+
background-color: rgba(100, 100, 100, 0.4);
|
654
|
+
color: rgba(0, 0, 0, 0.87);
|
655
|
+
}
|
656
|
+
|
657
|
+
textarea::-moz-selection,
|
658
|
+
input::-moz-selection {
|
659
|
+
background-color: rgba(100, 100, 100, 0.4);
|
660
|
+
color: rgba(0, 0, 0, 0.87);
|
661
|
+
}
|
662
|
+
|
663
|
+
textarea::selection,
|
664
|
+
input::selection {
|
665
|
+
background-color: rgba(100, 100, 100, 0.4);
|
666
|
+
color: rgba(0, 0, 0, 0.87);
|
667
|
+
}
|
668
|
+
|
648
669
|
/*******************************
|
649
670
|
Global Overrides
|
650
671
|
*******************************/
|
@@ -653,7 +674,7 @@ body .ui.inverted:not(.dimmer)::-webkit-scrollbar-thumb:hover {
|
|
653
674
|
Site Overrides
|
654
675
|
*******************************/
|
655
676
|
/*!
|
656
|
-
* # Fomantic-UI 2.9.0-beta.
|
677
|
+
* # Fomantic-UI 2.9.0-beta.80 - Button
|
657
678
|
* http://github.com/fomantic/Fomantic-UI/
|
658
679
|
*
|
659
680
|
*
|
@@ -773,8 +794,8 @@ body .ui.inverted:not(.dimmer)::-webkit-scrollbar-thumb:hover {
|
|
773
794
|
}
|
774
795
|
|
775
796
|
/*--------------
|
776
|
-
|
777
|
-
---------------*/
|
797
|
+
Loading
|
798
|
+
---------------*/
|
778
799
|
|
779
800
|
/* Specificity hack */
|
780
801
|
|
@@ -1514,8 +1535,8 @@ body .ui.inverted:not(.dimmer)::-webkit-scrollbar-thumb:hover {
|
|
1514
1535
|
}
|
1515
1536
|
|
1516
1537
|
/*--------------
|
1517
|
-
|
1518
|
-
---------------*/
|
1538
|
+
Icon Only
|
1539
|
+
---------------*/
|
1519
1540
|
|
1520
1541
|
.ui.icon.buttons .button,
|
1521
1542
|
.ui.icon.button:not(.animated):not(.compact):not(.labeled) {
|
@@ -1692,7 +1713,7 @@ body .ui.inverted:not(.dimmer)::-webkit-scrollbar-thumb:hover {
|
|
1692
1713
|
transition: color 0.1s ease !important;
|
1693
1714
|
border-radius: 0;
|
1694
1715
|
margin: 0.28571429em 0.25em 0.28571429em 0 !important;
|
1695
|
-
padding: 0.5em !important;
|
1716
|
+
padding: 0.5em 0.5em !important;
|
1696
1717
|
-webkit-box-shadow: none;
|
1697
1718
|
box-shadow: none;
|
1698
1719
|
color: rgba(0, 0, 0, 0.6);
|
@@ -5666,7 +5687,7 @@ body .ui.inverted:not(.dimmer)::-webkit-scrollbar-thumb:hover {
|
|
5666
5687
|
Site Overrides
|
5667
5688
|
*******************************/
|
5668
5689
|
/*!
|
5669
|
-
* # Fomantic-UI 2.9.0-beta.
|
5690
|
+
* # Fomantic-UI 2.9.0-beta.80 - Container
|
5670
5691
|
* http://github.com/fomantic/Fomantic-UI/
|
5671
5692
|
*
|
5672
5693
|
*
|
@@ -5823,7 +5844,7 @@ body .ui.inverted:not(.dimmer)::-webkit-scrollbar-thumb:hover {
|
|
5823
5844
|
Site Overrides
|
5824
5845
|
*******************************/
|
5825
5846
|
/*!
|
5826
|
-
* # Fomantic-UI 2.9.0-beta.
|
5847
|
+
* # Fomantic-UI 2.9.0-beta.80 - Divider
|
5827
5848
|
* http://github.com/fomantic/Fomantic-UI/
|
5828
5849
|
*
|
5829
5850
|
*
|
@@ -6183,8 +6204,8 @@ em[data-emoji].loading:before {
|
|
6183
6204
|
}
|
6184
6205
|
|
6185
6206
|
/*-------------------
|
6186
|
-
|
6187
|
-
--------------------*/
|
6207
|
+
Link
|
6208
|
+
--------------------*/
|
6188
6209
|
|
6189
6210
|
em[data-emoji].link:not(.disabled) {
|
6190
6211
|
cursor: pointer;
|
@@ -21504,7 +21525,7 @@ em[data-emoji="tone5"]:before {
|
|
21504
21525
|
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f3ff.svg");
|
21505
21526
|
}
|
21506
21527
|
/*!
|
21507
|
-
* # Fomantic-UI 2.9.0-beta.
|
21528
|
+
* # Fomantic-UI 2.9.0-beta.80 - Flag
|
21508
21529
|
* http://github.com/fomantic/Fomantic-UI/
|
21509
21530
|
*
|
21510
21531
|
*
|
@@ -21518,1265 +21539,1396 @@ em[data-emoji="tone5"]:before {
|
|
21518
21539
|
*******************************/
|
21519
21540
|
|
21520
21541
|
i.flag:not(.icon) {
|
21521
|
-
display: inline-block;
|
21522
|
-
width: 16px;
|
21523
|
-
height: 11px;
|
21524
|
-
line-height: 11px;
|
21525
|
-
vertical-align: baseline;
|
21526
|
-
margin: 0 0.5em 0 0;
|
21527
|
-
text-decoration: inherit;
|
21528
21542
|
speak: none;
|
21529
|
-
-webkit-font-smoothing: antialiased;
|
21530
21543
|
-webkit-backface-visibility: hidden;
|
21531
21544
|
backface-visibility: hidden;
|
21532
21545
|
}
|
21533
21546
|
|
21534
|
-
/* Sprite */
|
21535
|
-
|
21536
21547
|
i.flag:not(.icon):before {
|
21548
|
+
content: '\00A0\00A0\00A0\00A0\00A0\00A0\00A0';
|
21537
21549
|
display: inline-block;
|
21538
|
-
|
21539
|
-
background:
|
21540
|
-
|
21541
|
-
height: 11px;
|
21550
|
+
line-height: 1.28571429em;
|
21551
|
+
background-repeat: no-repeat;
|
21552
|
+
background-position: center center;
|
21542
21553
|
}
|
21543
21554
|
|
21544
|
-
/* Flag Sprite Based On http://www.famfamfam.com/lab/icons/flags/ */
|
21545
|
-
|
21546
21555
|
/*******************************
|
21547
21556
|
Theme Overrides
|
21548
21557
|
*******************************/
|
21549
21558
|
|
21550
21559
|
/*rtl:begin:ignore*/
|
21551
21560
|
|
21552
|
-
i.flag.
|
21553
|
-
|
21554
|
-
|
21561
|
+
i.flag.small {
|
21562
|
+
font-size: 1.5em;
|
21563
|
+
vertical-align: middle;
|
21555
21564
|
}
|
21556
21565
|
|
21557
|
-
i.flag.
|
21558
|
-
|
21559
|
-
|
21560
|
-
background-position: 0 -26px;
|
21566
|
+
i.flag.medium {
|
21567
|
+
font-size: 3em;
|
21568
|
+
vertical-align: middle;
|
21561
21569
|
}
|
21562
21570
|
|
21563
|
-
i.flag.
|
21564
|
-
|
21565
|
-
|
21571
|
+
i.flag.large {
|
21572
|
+
font-size: 6em;
|
21573
|
+
vertical-align: middle;
|
21566
21574
|
}
|
21567
21575
|
|
21568
|
-
i.flag.
|
21569
|
-
|
21570
|
-
|
21576
|
+
i.flag.big {
|
21577
|
+
font-size: 7.5em;
|
21578
|
+
vertical-align: middle;
|
21571
21579
|
}
|
21572
21580
|
|
21573
|
-
i.flag.
|
21574
|
-
|
21575
|
-
|
21581
|
+
i.flag.huge {
|
21582
|
+
font-size: 9em;
|
21583
|
+
vertical-align: middle;
|
21584
|
+
}
|
21585
|
+
|
21586
|
+
i.flag.massive {
|
21587
|
+
font-size: 12em;
|
21588
|
+
vertical-align: middle;
|
21589
|
+
}
|
21590
|
+
|
21591
|
+
i.flag.rainbow:before,
|
21592
|
+
i.flag.rainbow:before,
|
21593
|
+
i.flag.gay.pride:before {
|
21594
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f3f3-fe0f-200d-1f308.svg");
|
21595
|
+
}
|
21596
|
+
|
21597
|
+
i.flag.pirate:before {
|
21598
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f3f4-200d-2620-fe0f.svg");
|
21599
|
+
}
|
21600
|
+
|
21601
|
+
i.flag.af:before,
|
21602
|
+
i.flag.afghanistan:before {
|
21603
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1e6-1f1eb.svg");
|
21604
|
+
}
|
21605
|
+
|
21606
|
+
i.flag.ax:before,
|
21607
|
+
i.flag.åland.islands:before {
|
21608
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1e6-1f1fd.svg");
|
21576
21609
|
}
|
21577
21610
|
|
21578
21611
|
i.flag.al:before,
|
21579
21612
|
i.flag.albania:before {
|
21580
|
-
background-
|
21613
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1e6-1f1f1.svg");
|
21581
21614
|
}
|
21582
21615
|
|
21583
|
-
i.flag.
|
21584
|
-
i.flag.
|
21585
|
-
background-
|
21616
|
+
i.flag.dz:before,
|
21617
|
+
i.flag.algeria:before {
|
21618
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1e9-1f1ff.svg");
|
21586
21619
|
}
|
21587
21620
|
|
21588
|
-
i.flag.
|
21589
|
-
i.flag.
|
21590
|
-
background-
|
21621
|
+
i.flag.as:before,
|
21622
|
+
i.flag.american.samoa:before {
|
21623
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1e6-1f1f8.svg");
|
21624
|
+
}
|
21625
|
+
|
21626
|
+
i.flag.ad:before,
|
21627
|
+
i.flag.andorra:before {
|
21628
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1e6-1f1e9.svg");
|
21591
21629
|
}
|
21592
21630
|
|
21593
21631
|
i.flag.ao:before,
|
21594
21632
|
i.flag.angola:before {
|
21595
|
-
background-
|
21633
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1e6-1f1f4.svg");
|
21596
21634
|
}
|
21597
21635
|
|
21598
|
-
i.flag.
|
21599
|
-
i.flag.
|
21600
|
-
background-
|
21636
|
+
i.flag.ai:before,
|
21637
|
+
i.flag.anguilla:before {
|
21638
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1e6-1f1ee.svg");
|
21601
21639
|
}
|
21602
21640
|
|
21603
|
-
i.flag.
|
21604
|
-
i.flag.
|
21605
|
-
background-
|
21641
|
+
i.flag.aq:before,
|
21642
|
+
i.flag.antarctica:before {
|
21643
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1e6-1f1f6.svg");
|
21606
21644
|
}
|
21607
21645
|
|
21608
|
-
i.flag.
|
21609
|
-
i.flag.
|
21610
|
-
|
21646
|
+
i.flag.ag:before,
|
21647
|
+
i.flag.antigua.and.barbuda:before,
|
21648
|
+
i.flag.antigua:before {
|
21649
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1e6-1f1ec.svg");
|
21611
21650
|
}
|
21612
21651
|
|
21613
|
-
i.flag.
|
21614
|
-
i.flag.
|
21615
|
-
background-
|
21652
|
+
i.flag.ar:before,
|
21653
|
+
i.flag.argentina:before {
|
21654
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1e6-1f1f7.svg");
|
21655
|
+
}
|
21656
|
+
|
21657
|
+
i.flag.am:before,
|
21658
|
+
i.flag.armenia:before {
|
21659
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1e6-1f1f2.svg");
|
21616
21660
|
}
|
21617
21661
|
|
21618
21662
|
i.flag.aw:before,
|
21619
21663
|
i.flag.aruba:before {
|
21620
|
-
background-
|
21664
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1e6-1f1fc.svg");
|
21621
21665
|
}
|
21622
21666
|
|
21623
|
-
i.flag.
|
21624
|
-
i.flag.
|
21625
|
-
background-
|
21667
|
+
i.flag.au:before,
|
21668
|
+
i.flag.australia:before {
|
21669
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1e6-1f1fa.svg");
|
21670
|
+
}
|
21671
|
+
|
21672
|
+
i.flag.at:before,
|
21673
|
+
i.flag.austria:before {
|
21674
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1e6-1f1f9.svg");
|
21626
21675
|
}
|
21627
21676
|
|
21628
21677
|
i.flag.az:before,
|
21629
21678
|
i.flag.azerbaijan:before {
|
21630
|
-
background-
|
21679
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1e6-1f1ff.svg");
|
21631
21680
|
}
|
21632
21681
|
|
21633
|
-
i.flag.
|
21634
|
-
i.flag.
|
21635
|
-
background-
|
21682
|
+
i.flag.bs:before,
|
21683
|
+
i.flag.bahamas:before {
|
21684
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1e7-1f1f8.svg");
|
21636
21685
|
}
|
21637
21686
|
|
21638
|
-
i.flag.
|
21639
|
-
i.flag.
|
21640
|
-
background-
|
21687
|
+
i.flag.bh:before,
|
21688
|
+
i.flag.bahrain:before {
|
21689
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1e7-1f1ed.svg");
|
21641
21690
|
}
|
21642
21691
|
|
21643
21692
|
i.flag.bd:before,
|
21644
21693
|
i.flag.bangladesh:before {
|
21645
|
-
background-
|
21646
|
-
}
|
21647
|
-
|
21648
|
-
i.flag.be:before,
|
21649
|
-
i.flag.belgium:before {
|
21650
|
-
background-position: 0 -494px;
|
21694
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1e7-1f1e9.svg");
|
21651
21695
|
}
|
21652
21696
|
|
21653
|
-
i.flag.
|
21654
|
-
i.flag.
|
21655
|
-
background-
|
21697
|
+
i.flag.bb:before,
|
21698
|
+
i.flag.barbados:before {
|
21699
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1e7-1f1e7.svg");
|
21656
21700
|
}
|
21657
21701
|
|
21658
|
-
i.flag.
|
21659
|
-
i.flag.
|
21660
|
-
background-
|
21702
|
+
i.flag.by:before,
|
21703
|
+
i.flag.belarus:before {
|
21704
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1e7-1f1fe.svg");
|
21661
21705
|
}
|
21662
21706
|
|
21663
|
-
i.flag.
|
21664
|
-
i.flag.
|
21665
|
-
background-
|
21707
|
+
i.flag.be:before,
|
21708
|
+
i.flag.belgium:before {
|
21709
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1e7-1f1ea.svg");
|
21666
21710
|
}
|
21667
21711
|
|
21668
|
-
i.flag.
|
21669
|
-
i.flag.
|
21670
|
-
background-
|
21712
|
+
i.flag.bz:before,
|
21713
|
+
i.flag.belize:before {
|
21714
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1e7-1f1ff.svg");
|
21671
21715
|
}
|
21672
21716
|
|
21673
21717
|
i.flag.bj:before,
|
21674
21718
|
i.flag.benin:before {
|
21675
|
-
background-
|
21719
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1e7-1f1ef.svg");
|
21676
21720
|
}
|
21677
21721
|
|
21678
21722
|
i.flag.bm:before,
|
21679
21723
|
i.flag.bermuda:before {
|
21680
|
-
background-
|
21724
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1e7-1f1f2.svg");
|
21681
21725
|
}
|
21682
21726
|
|
21683
|
-
i.flag.
|
21684
|
-
i.flag.
|
21685
|
-
background-
|
21727
|
+
i.flag.bt:before,
|
21728
|
+
i.flag.bhutan:before {
|
21729
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1e7-1f1f9.svg");
|
21686
21730
|
}
|
21687
21731
|
|
21688
21732
|
i.flag.bo:before,
|
21689
21733
|
i.flag.bolivia:before {
|
21690
|
-
background-
|
21734
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1e7-1f1f4.svg");
|
21735
|
+
}
|
21736
|
+
|
21737
|
+
i.flag.ba:before,
|
21738
|
+
i.flag.bosnia.and.herzegovina:before {
|
21739
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1e7-1f1e6.svg");
|
21740
|
+
}
|
21741
|
+
|
21742
|
+
i.flag.bw:before,
|
21743
|
+
i.flag.botswana:before {
|
21744
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1e7-1f1fc.svg");
|
21691
21745
|
}
|
21692
21746
|
|
21693
21747
|
i.flag.br:before,
|
21694
21748
|
i.flag.brazil:before {
|
21695
|
-
background-
|
21749
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1e7-1f1f7.svg");
|
21696
21750
|
}
|
21697
21751
|
|
21698
|
-
i.flag.
|
21699
|
-
i.flag.
|
21700
|
-
background-
|
21752
|
+
i.flag.io:before,
|
21753
|
+
i.flag.british.indian.ocean.territory:before {
|
21754
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1ee-1f1f4.svg");
|
21701
21755
|
}
|
21702
21756
|
|
21703
|
-
i.flag.
|
21704
|
-
i.flag.
|
21705
|
-
background-
|
21757
|
+
i.flag.vg:before,
|
21758
|
+
i.flag.british.virgin.islands:before {
|
21759
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1fb-1f1ec.svg");
|
21706
21760
|
}
|
21707
21761
|
|
21708
|
-
i.flag.
|
21709
|
-
i.flag.
|
21710
|
-
background-
|
21762
|
+
i.flag.bn:before,
|
21763
|
+
i.flag.brunei:before {
|
21764
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1e7-1f1f3.svg");
|
21711
21765
|
}
|
21712
21766
|
|
21713
|
-
i.flag.
|
21714
|
-
i.flag.
|
21715
|
-
background-
|
21767
|
+
i.flag.bg:before,
|
21768
|
+
i.flag.bulgaria:before {
|
21769
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1e7-1f1ec.svg");
|
21716
21770
|
}
|
21717
21771
|
|
21718
|
-
i.flag.
|
21719
|
-
i.flag.
|
21720
|
-
background-
|
21772
|
+
i.flag.bf:before,
|
21773
|
+
i.flag.burkina.faso:before {
|
21774
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1e7-1f1eb.svg");
|
21721
21775
|
}
|
21722
21776
|
|
21723
|
-
i.flag.
|
21724
|
-
i.flag.
|
21725
|
-
background-
|
21777
|
+
i.flag.bi:before,
|
21778
|
+
i.flag.burundi:before {
|
21779
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1e7-1f1ee.svg");
|
21726
21780
|
}
|
21727
21781
|
|
21728
|
-
i.flag.
|
21729
|
-
i.flag.
|
21730
|
-
background-
|
21782
|
+
i.flag.kh:before,
|
21783
|
+
i.flag.cambodia:before {
|
21784
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1f0-1f1ed.svg");
|
21731
21785
|
}
|
21732
21786
|
|
21733
|
-
i.flag.
|
21734
|
-
i.flag.
|
21735
|
-
background-
|
21787
|
+
i.flag.cm:before,
|
21788
|
+
i.flag.cameroon:before {
|
21789
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1e8-1f1f2.svg");
|
21736
21790
|
}
|
21737
21791
|
|
21738
|
-
i.flag.
|
21739
|
-
i.flag.
|
21740
|
-
background-
|
21792
|
+
i.flag.ca:before,
|
21793
|
+
i.flag.canada:before {
|
21794
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1e8-1f1e6.svg");
|
21741
21795
|
}
|
21742
21796
|
|
21743
|
-
i.flag.
|
21744
|
-
i.flag.
|
21745
|
-
background-
|
21797
|
+
i.flag.ic:before,
|
21798
|
+
i.flag.canary.islands:before {
|
21799
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1ee-1f1e8.svg");
|
21746
21800
|
}
|
21747
21801
|
|
21748
|
-
i.flag.
|
21749
|
-
i.flag.
|
21750
|
-
background-
|
21802
|
+
i.flag.cv:before,
|
21803
|
+
i.flag.cape.verde:before {
|
21804
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1e8-1f1fb.svg");
|
21751
21805
|
}
|
21752
21806
|
|
21753
|
-
i.flag.
|
21754
|
-
i.flag.
|
21755
|
-
|
21807
|
+
i.flag.bq:before,
|
21808
|
+
i.flag.caribbean.netherlands:before,
|
21809
|
+
i.flag.an:before,
|
21810
|
+
i.flag.netherlands.antilles:before {
|
21811
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1e7-1f1f6.svg");
|
21756
21812
|
}
|
21757
21813
|
|
21758
|
-
i.flag.
|
21759
|
-
i.flag.
|
21760
|
-
background-
|
21814
|
+
i.flag.ky:before,
|
21815
|
+
i.flag.cayman.islands:before {
|
21816
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1f0-1f1fe.svg");
|
21761
21817
|
}
|
21762
21818
|
|
21763
|
-
i.flag.
|
21764
|
-
i.flag.
|
21765
|
-
background-
|
21819
|
+
i.flag.cf:before,
|
21820
|
+
i.flag.central.african.republic:before {
|
21821
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1e8-1f1eb.svg");
|
21766
21822
|
}
|
21767
21823
|
|
21768
|
-
i.flag.
|
21769
|
-
i.flag.
|
21770
|
-
background-
|
21824
|
+
i.flag.td:before,
|
21825
|
+
i.flag.chad:before {
|
21826
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1f9-1f1e9.svg");
|
21771
21827
|
}
|
21772
21828
|
|
21773
|
-
i.flag.
|
21774
|
-
i.flag.
|
21775
|
-
background-
|
21829
|
+
i.flag.cl:before,
|
21830
|
+
i.flag.chile:before {
|
21831
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1e8-1f1f1.svg");
|
21776
21832
|
}
|
21777
21833
|
|
21778
21834
|
i.flag.cn:before,
|
21779
21835
|
i.flag.china:before {
|
21780
|
-
background-
|
21836
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1e8-1f1f3.svg");
|
21837
|
+
}
|
21838
|
+
|
21839
|
+
i.flag.cx:before,
|
21840
|
+
i.flag.christmas.island:before {
|
21841
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1e8-1f1fd.svg");
|
21842
|
+
}
|
21843
|
+
|
21844
|
+
i.flag.cc:before,
|
21845
|
+
i.flag.cocos.islands:before {
|
21846
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1e8-1f1e8.svg");
|
21781
21847
|
}
|
21782
21848
|
|
21783
21849
|
i.flag.co:before,
|
21784
21850
|
i.flag.colombia:before {
|
21785
|
-
background-
|
21851
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1e8-1f1f4.svg");
|
21852
|
+
}
|
21853
|
+
|
21854
|
+
i.flag.km:before,
|
21855
|
+
i.flag.comoros:before {
|
21856
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1f0-1f1f2.svg");
|
21857
|
+
}
|
21858
|
+
|
21859
|
+
i.flag.cg:before,
|
21860
|
+
i.flag.congo.brazzaville:before {
|
21861
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1e8-1f1ec.svg");
|
21862
|
+
}
|
21863
|
+
|
21864
|
+
i.flag.cd:before,
|
21865
|
+
i.flag.congo.kinshasa:before,
|
21866
|
+
i.flag.congo:before {
|
21867
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1e8-1f1e9.svg");
|
21868
|
+
}
|
21869
|
+
|
21870
|
+
i.flag.ck:before,
|
21871
|
+
i.flag.cook.islands:before {
|
21872
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1e8-1f1f0.svg");
|
21786
21873
|
}
|
21787
21874
|
|
21788
21875
|
i.flag.cr:before,
|
21789
21876
|
i.flag.costa.rica:before {
|
21790
|
-
background-
|
21877
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1e8-1f1f7.svg");
|
21791
21878
|
}
|
21792
21879
|
|
21793
|
-
i.flag.
|
21794
|
-
i.flag.
|
21795
|
-
background-
|
21880
|
+
i.flag.ci:before,
|
21881
|
+
i.flag.côte.d’ivoire:before {
|
21882
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1e8-1f1ee.svg");
|
21796
21883
|
}
|
21797
21884
|
|
21798
|
-
i.flag.
|
21799
|
-
i.flag.
|
21800
|
-
background-
|
21885
|
+
i.flag.hr:before,
|
21886
|
+
i.flag.croatia:before {
|
21887
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1ed-1f1f7.svg");
|
21801
21888
|
}
|
21802
21889
|
|
21803
|
-
i.flag.
|
21804
|
-
i.flag.
|
21805
|
-
background-
|
21890
|
+
i.flag.cu:before,
|
21891
|
+
i.flag.cuba:before {
|
21892
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1e8-1f1fa.svg");
|
21806
21893
|
}
|
21807
21894
|
|
21808
|
-
i.flag.
|
21809
|
-
i.flag.
|
21810
|
-
background-
|
21895
|
+
i.flag.cw:before,
|
21896
|
+
i.flag.curaçao:before {
|
21897
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1e8-1f1fc.svg");
|
21811
21898
|
}
|
21812
21899
|
|
21813
21900
|
i.flag.cy:before,
|
21814
21901
|
i.flag.cyprus:before {
|
21815
|
-
background-
|
21902
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1e8-1f1fe.svg");
|
21816
21903
|
}
|
21817
21904
|
|
21818
21905
|
i.flag.cz:before,
|
21819
|
-
i.flag.
|
21820
|
-
background-
|
21906
|
+
i.flag.czechia:before {
|
21907
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1e8-1f1ff.svg");
|
21821
21908
|
}
|
21822
21909
|
|
21823
|
-
i.flag.
|
21824
|
-
i.flag.
|
21825
|
-
background-
|
21910
|
+
i.flag.dk:before,
|
21911
|
+
i.flag.denmark:before {
|
21912
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1e9-1f1f0.svg");
|
21826
21913
|
}
|
21827
21914
|
|
21828
21915
|
i.flag.dj:before,
|
21829
21916
|
i.flag.djibouti:before {
|
21830
|
-
background-
|
21831
|
-
}
|
21832
|
-
|
21833
|
-
i.flag.dk:before,
|
21834
|
-
i.flag.denmark:before {
|
21835
|
-
background-position: 0 -1482px;
|
21917
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1e9-1f1ef.svg");
|
21836
21918
|
}
|
21837
21919
|
|
21838
21920
|
i.flag.dm:before,
|
21839
21921
|
i.flag.dominica:before {
|
21840
|
-
background-
|
21922
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1e9-1f1f2.svg");
|
21841
21923
|
}
|
21842
21924
|
|
21843
21925
|
i.flag.do:before,
|
21844
21926
|
i.flag.dominican.republic:before {
|
21845
|
-
background-
|
21846
|
-
}
|
21847
|
-
|
21848
|
-
i.flag.dz:before,
|
21849
|
-
i.flag.algeria:before {
|
21850
|
-
background-position: 0 -1560px;
|
21927
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1e9-1f1f4.svg");
|
21851
21928
|
}
|
21852
21929
|
|
21853
21930
|
i.flag.ec:before,
|
21854
21931
|
i.flag.ecuador:before {
|
21855
|
-
background-
|
21856
|
-
}
|
21857
|
-
|
21858
|
-
i.flag.ee:before,
|
21859
|
-
i.flag.estonia:before {
|
21860
|
-
background-position: 0 -1612px;
|
21932
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1ea-1f1e8.svg");
|
21861
21933
|
}
|
21862
21934
|
|
21863
21935
|
i.flag.eg:before,
|
21864
21936
|
i.flag.egypt:before {
|
21865
|
-
background-
|
21937
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1ea-1f1ec.svg");
|
21866
21938
|
}
|
21867
21939
|
|
21868
|
-
i.flag.
|
21869
|
-
i.flag.
|
21870
|
-
background-
|
21940
|
+
i.flag.sv:before,
|
21941
|
+
i.flag.el.salvador:before {
|
21942
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1f8-1f1fb.svg");
|
21871
21943
|
}
|
21872
21944
|
|
21873
|
-
i.flag.
|
21874
|
-
i.flag.
|
21875
|
-
background-
|
21945
|
+
i.flag.gq:before,
|
21946
|
+
i.flag.equatorial.guinea:before {
|
21947
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1ec-1f1f6.svg");
|
21876
21948
|
}
|
21877
21949
|
|
21878
21950
|
i.flag.er:before,
|
21879
21951
|
i.flag.eritrea:before {
|
21880
|
-
background-
|
21952
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1ea-1f1f7.svg");
|
21881
21953
|
}
|
21882
21954
|
|
21883
|
-
i.flag.
|
21884
|
-
i.flag.
|
21885
|
-
background-
|
21955
|
+
i.flag.ee:before,
|
21956
|
+
i.flag.estonia:before {
|
21957
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1ea-1f1ea.svg");
|
21886
21958
|
}
|
21887
21959
|
|
21888
21960
|
i.flag.et:before,
|
21889
21961
|
i.flag.ethiopia:before {
|
21890
|
-
background-
|
21962
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1ea-1f1f9.svg");
|
21891
21963
|
}
|
21892
21964
|
|
21893
21965
|
i.flag.eu:before,
|
21894
21966
|
i.flag.european.union:before {
|
21895
|
-
background-
|
21967
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1ea-1f1fa.svg");
|
21896
21968
|
}
|
21897
21969
|
|
21898
|
-
i.flag.
|
21899
|
-
i.flag.
|
21900
|
-
background-
|
21970
|
+
i.flag.fk:before,
|
21971
|
+
i.flag.falkland.islands:before {
|
21972
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1eb-1f1f0.svg");
|
21973
|
+
}
|
21974
|
+
|
21975
|
+
i.flag.fo:before,
|
21976
|
+
i.flag.faroe.islands:before {
|
21977
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1eb-1f1f4.svg");
|
21901
21978
|
}
|
21902
21979
|
|
21903
21980
|
i.flag.fj:before,
|
21904
21981
|
i.flag.fiji:before {
|
21905
|
-
background-
|
21982
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1eb-1f1ef.svg");
|
21906
21983
|
}
|
21907
21984
|
|
21908
|
-
i.flag.
|
21909
|
-
i.flag.
|
21910
|
-
background-
|
21985
|
+
i.flag.fi:before,
|
21986
|
+
i.flag.finland:before {
|
21987
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1eb-1f1ee.svg");
|
21911
21988
|
}
|
21912
21989
|
|
21913
|
-
i.flag.
|
21914
|
-
i.flag.
|
21915
|
-
background-
|
21990
|
+
i.flag.fr:before,
|
21991
|
+
i.flag.france:before {
|
21992
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1eb-1f1f7.svg");
|
21916
21993
|
}
|
21917
21994
|
|
21918
|
-
i.flag.
|
21919
|
-
i.flag.
|
21920
|
-
background-
|
21995
|
+
i.flag.gf:before,
|
21996
|
+
i.flag.french.guiana:before {
|
21997
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1ec-1f1eb.svg");
|
21921
21998
|
}
|
21922
21999
|
|
21923
|
-
i.flag.
|
21924
|
-
i.flag.
|
21925
|
-
background-
|
22000
|
+
i.flag.pf:before,
|
22001
|
+
i.flag.french.polynesia:before {
|
22002
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1f5-1f1eb.svg");
|
21926
22003
|
}
|
21927
22004
|
|
21928
|
-
i.flag.
|
21929
|
-
i.flag.
|
21930
|
-
|
22005
|
+
i.flag.tf:before,
|
22006
|
+
i.flag.french.southern.territories:before,
|
22007
|
+
i.flag.french.territories:before {
|
22008
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1f9-1f1eb.svg");
|
21931
22009
|
}
|
21932
22010
|
|
21933
|
-
i.flag.
|
21934
|
-
i.flag.
|
21935
|
-
|
21936
|
-
background-position: -36px -26px;
|
22011
|
+
i.flag.ga:before,
|
22012
|
+
i.flag.gabon:before {
|
22013
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1ec-1f1e6.svg");
|
21937
22014
|
}
|
21938
22015
|
|
21939
|
-
i.flag.
|
21940
|
-
i.flag.
|
21941
|
-
background-
|
22016
|
+
i.flag.gm:before,
|
22017
|
+
i.flag.gambia:before {
|
22018
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1ec-1f1f2.svg");
|
21942
22019
|
}
|
21943
22020
|
|
21944
22021
|
i.flag.ge:before,
|
21945
22022
|
i.flag.georgia:before {
|
21946
|
-
background-
|
22023
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1ec-1f1ea.svg");
|
21947
22024
|
}
|
21948
22025
|
|
21949
|
-
i.flag.
|
21950
|
-
i.flag.
|
21951
|
-
background-
|
22026
|
+
i.flag.de:before,
|
22027
|
+
i.flag.germany:before {
|
22028
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1e9-1f1ea.svg");
|
21952
22029
|
}
|
21953
22030
|
|
21954
22031
|
i.flag.gh:before,
|
21955
22032
|
i.flag.ghana:before {
|
21956
|
-
background-
|
22033
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1ec-1f1ed.svg");
|
21957
22034
|
}
|
21958
22035
|
|
21959
22036
|
i.flag.gi:before,
|
21960
22037
|
i.flag.gibraltar:before {
|
21961
|
-
background-
|
22038
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1ec-1f1ee.svg");
|
21962
22039
|
}
|
21963
22040
|
|
21964
|
-
i.flag.
|
21965
|
-
i.flag.
|
21966
|
-
background-
|
22041
|
+
i.flag.gr:before,
|
22042
|
+
i.flag.greece:before {
|
22043
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1ec-1f1f7.svg");
|
21967
22044
|
}
|
21968
22045
|
|
21969
|
-
i.flag.
|
21970
|
-
i.flag.
|
21971
|
-
background-
|
22046
|
+
i.flag.gl:before,
|
22047
|
+
i.flag.greenland:before {
|
22048
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1ec-1f1f1.svg");
|
21972
22049
|
}
|
21973
22050
|
|
21974
|
-
i.flag.
|
21975
|
-
i.flag.
|
21976
|
-
background-
|
22051
|
+
i.flag.gd:before,
|
22052
|
+
i.flag.grenada:before {
|
22053
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1ec-1f1e9.svg");
|
21977
22054
|
}
|
21978
22055
|
|
21979
22056
|
i.flag.gp:before,
|
21980
22057
|
i.flag.guadeloupe:before {
|
21981
|
-
background-
|
21982
|
-
}
|
21983
|
-
|
21984
|
-
i.flag.gq:before,
|
21985
|
-
i.flag.equatorial.guinea:before {
|
21986
|
-
background-position: -36px -286px;
|
21987
|
-
}
|
21988
|
-
|
21989
|
-
i.flag.gr:before,
|
21990
|
-
i.flag.greece:before {
|
21991
|
-
background-position: -36px -312px;
|
22058
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1ec-1f1f5.svg");
|
21992
22059
|
}
|
21993
22060
|
|
21994
|
-
i.flag.
|
21995
|
-
i.flag.
|
21996
|
-
background-
|
22061
|
+
i.flag.gu:before,
|
22062
|
+
i.flag.guam:before {
|
22063
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1ec-1f1fa.svg");
|
21997
22064
|
}
|
21998
22065
|
|
21999
22066
|
i.flag.gt:before,
|
22000
22067
|
i.flag.guatemala:before {
|
22001
|
-
background-
|
22068
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1ec-1f1f9.svg");
|
22002
22069
|
}
|
22003
22070
|
|
22004
|
-
i.flag.
|
22005
|
-
i.flag.
|
22006
|
-
background-
|
22071
|
+
i.flag.gg:before,
|
22072
|
+
i.flag.guernsey:before {
|
22073
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1ec-1f1ec.svg");
|
22074
|
+
}
|
22075
|
+
|
22076
|
+
i.flag.gn:before,
|
22077
|
+
i.flag.guinea:before {
|
22078
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1ec-1f1f3.svg");
|
22007
22079
|
}
|
22008
22080
|
|
22009
22081
|
i.flag.gw:before,
|
22010
22082
|
i.flag.guinea-bissau:before {
|
22011
|
-
background-
|
22083
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1ec-1f1fc.svg");
|
22012
22084
|
}
|
22013
22085
|
|
22014
22086
|
i.flag.gy:before,
|
22015
22087
|
i.flag.guyana:before {
|
22016
|
-
background-
|
22088
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1ec-1f1fe.svg");
|
22017
22089
|
}
|
22018
22090
|
|
22019
|
-
i.flag.
|
22020
|
-
i.flag.
|
22021
|
-
background-
|
22022
|
-
}
|
22023
|
-
|
22024
|
-
i.flag.hm:before,
|
22025
|
-
i.flag.heard.island:before {
|
22026
|
-
background-position: -36px -494px;
|
22091
|
+
i.flag.ht:before,
|
22092
|
+
i.flag.haiti:before {
|
22093
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1ed-1f1f9.svg");
|
22027
22094
|
}
|
22028
22095
|
|
22029
22096
|
i.flag.hn:before,
|
22030
22097
|
i.flag.honduras:before {
|
22031
|
-
background-
|
22032
|
-
}
|
22033
|
-
|
22034
|
-
i.flag.hr:before,
|
22035
|
-
i.flag.croatia:before {
|
22036
|
-
background-position: -36px -546px;
|
22098
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1ed-1f1f3.svg");
|
22037
22099
|
}
|
22038
22100
|
|
22039
|
-
i.flag.
|
22040
|
-
i.flag.
|
22041
|
-
|
22101
|
+
i.flag.hk:before,
|
22102
|
+
i.flag.hong.kong.sar.china:before,
|
22103
|
+
i.flag.hong.kong:before {
|
22104
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1ed-1f1f0.svg");
|
22042
22105
|
}
|
22043
22106
|
|
22044
22107
|
i.flag.hu:before,
|
22045
22108
|
i.flag.hungary:before {
|
22046
|
-
background-
|
22047
|
-
}
|
22048
|
-
|
22049
|
-
i.flag.id:before,
|
22050
|
-
i.flag.indonesia:before {
|
22051
|
-
background-position: -36px -624px;
|
22052
|
-
}
|
22053
|
-
|
22054
|
-
i.flag.ie:before,
|
22055
|
-
i.flag.ireland:before {
|
22056
|
-
background-position: -36px -650px;
|
22109
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1ed-1f1fa.svg");
|
22057
22110
|
}
|
22058
22111
|
|
22059
|
-
i.flag.
|
22060
|
-
i.flag.
|
22061
|
-
background-
|
22112
|
+
i.flag.is:before,
|
22113
|
+
i.flag.iceland:before {
|
22114
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1ee-1f1f8.svg");
|
22062
22115
|
}
|
22063
22116
|
|
22064
22117
|
i.flag.in:before,
|
22065
22118
|
i.flag.india:before {
|
22066
|
-
background-
|
22119
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1ee-1f1f3.svg");
|
22067
22120
|
}
|
22068
22121
|
|
22069
|
-
i.flag.
|
22070
|
-
i.flag.
|
22071
|
-
background-
|
22122
|
+
i.flag.id:before,
|
22123
|
+
i.flag.indonesia:before {
|
22124
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1ee-1f1e9.svg");
|
22125
|
+
}
|
22126
|
+
|
22127
|
+
i.flag.ir:before,
|
22128
|
+
i.flag.iran:before {
|
22129
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1ee-1f1f7.svg");
|
22072
22130
|
}
|
22073
22131
|
|
22074
22132
|
i.flag.iq:before,
|
22075
22133
|
i.flag.iraq:before {
|
22076
|
-
background-
|
22134
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1ee-1f1f6.svg");
|
22077
22135
|
}
|
22078
22136
|
|
22079
|
-
i.flag.
|
22080
|
-
i.flag.
|
22081
|
-
background-
|
22137
|
+
i.flag.ie:before,
|
22138
|
+
i.flag.ireland:before {
|
22139
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1ee-1f1ea.svg");
|
22082
22140
|
}
|
22083
22141
|
|
22084
|
-
i.flag.
|
22085
|
-
i.flag.
|
22086
|
-
background-
|
22142
|
+
i.flag.im:before,
|
22143
|
+
i.flag.isle.of.man:before {
|
22144
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1ee-1f1f2.svg");
|
22145
|
+
}
|
22146
|
+
|
22147
|
+
i.flag.il:before,
|
22148
|
+
i.flag.israel:before {
|
22149
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1ee-1f1f1.svg");
|
22087
22150
|
}
|
22088
22151
|
|
22089
22152
|
i.flag.it:before,
|
22090
22153
|
i.flag.italy:before {
|
22091
|
-
background-
|
22154
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1ee-1f1f9.svg");
|
22092
22155
|
}
|
22093
22156
|
|
22094
22157
|
i.flag.jm:before,
|
22095
22158
|
i.flag.jamaica:before {
|
22096
|
-
background-
|
22097
|
-
}
|
22098
|
-
|
22099
|
-
i.flag.jo:before,
|
22100
|
-
i.flag.jordan:before {
|
22101
|
-
background-position: -36px -884px;
|
22159
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1ef-1f1f2.svg");
|
22102
22160
|
}
|
22103
22161
|
|
22104
22162
|
i.flag.jp:before,
|
22105
22163
|
i.flag.japan:before {
|
22106
|
-
background-
|
22107
|
-
}
|
22108
|
-
|
22109
|
-
i.flag.ke:before,
|
22110
|
-
i.flag.kenya:before {
|
22111
|
-
background-position: -36px -936px;
|
22164
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1ef-1f1f5.svg");
|
22112
22165
|
}
|
22113
22166
|
|
22114
|
-
i.flag.
|
22115
|
-
|
22116
|
-
background-position: -36px -962px;
|
22167
|
+
i.flag.crosseds:before {
|
22168
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f38c.svg");
|
22117
22169
|
}
|
22118
22170
|
|
22119
|
-
i.flag.
|
22120
|
-
i.flag.
|
22121
|
-
background-
|
22171
|
+
i.flag.je:before,
|
22172
|
+
i.flag.jersey:before {
|
22173
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1ef-1f1ea.svg");
|
22122
22174
|
}
|
22123
22175
|
|
22124
|
-
i.flag.
|
22125
|
-
i.flag.
|
22126
|
-
background-
|
22176
|
+
i.flag.jo:before,
|
22177
|
+
i.flag.jordan:before {
|
22178
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1ef-1f1f4.svg");
|
22127
22179
|
}
|
22128
22180
|
|
22129
|
-
i.flag.
|
22130
|
-
i.flag.
|
22131
|
-
background-
|
22181
|
+
i.flag.kz:before,
|
22182
|
+
i.flag.kazakhstan:before {
|
22183
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1f0-1f1ff.svg");
|
22132
22184
|
}
|
22133
22185
|
|
22134
|
-
i.flag.
|
22135
|
-
i.flag.
|
22136
|
-
background-
|
22186
|
+
i.flag.ke:before,
|
22187
|
+
i.flag.kenya:before {
|
22188
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1f0-1f1ea.svg");
|
22137
22189
|
}
|
22138
22190
|
|
22139
|
-
i.flag.
|
22140
|
-
i.flag.
|
22141
|
-
background-
|
22191
|
+
i.flag.ki:before,
|
22192
|
+
i.flag.kiribati:before {
|
22193
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1f0-1f1ee.svg");
|
22142
22194
|
}
|
22143
22195
|
|
22144
|
-
i.flag.
|
22145
|
-
i.flag.
|
22146
|
-
background-
|
22196
|
+
i.flag.xk:before,
|
22197
|
+
i.flag.kosovo:before {
|
22198
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1fd-1f1f0.svg");
|
22147
22199
|
}
|
22148
22200
|
|
22149
22201
|
i.flag.kw:before,
|
22150
22202
|
i.flag.kuwait:before {
|
22151
|
-
background-
|
22152
|
-
}
|
22153
|
-
|
22154
|
-
i.flag.ky:before,
|
22155
|
-
i.flag.cayman.islands:before {
|
22156
|
-
background-position: -36px -1170px;
|
22203
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1f0-1f1fc.svg");
|
22157
22204
|
}
|
22158
22205
|
|
22159
|
-
i.flag.
|
22160
|
-
i.flag.
|
22161
|
-
background-
|
22206
|
+
i.flag.kg:before,
|
22207
|
+
i.flag.kyrgyzstan:before {
|
22208
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1f0-1f1ec.svg");
|
22162
22209
|
}
|
22163
22210
|
|
22164
22211
|
i.flag.la:before,
|
22165
22212
|
i.flag.laos:before {
|
22166
|
-
background-
|
22167
|
-
}
|
22168
|
-
|
22169
|
-
i.flag.lb:before,
|
22170
|
-
i.flag.lebanon:before {
|
22171
|
-
background-position: -36px -1248px;
|
22213
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1f1-1f1e6.svg");
|
22172
22214
|
}
|
22173
22215
|
|
22174
|
-
i.flag.
|
22175
|
-
i.flag.
|
22176
|
-
background-
|
22216
|
+
i.flag.lv:before,
|
22217
|
+
i.flag.latvia:before {
|
22218
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1f1-1f1fb.svg");
|
22177
22219
|
}
|
22178
22220
|
|
22179
|
-
i.flag.
|
22180
|
-
i.flag.
|
22181
|
-
background-
|
22221
|
+
i.flag.lb:before,
|
22222
|
+
i.flag.lebanon:before {
|
22223
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1f1-1f1e7.svg");
|
22182
22224
|
}
|
22183
22225
|
|
22184
|
-
i.flag.
|
22185
|
-
i.flag.
|
22186
|
-
background-
|
22226
|
+
i.flag.ls:before,
|
22227
|
+
i.flag.lesotho:before {
|
22228
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1f1-1f1f8.svg");
|
22187
22229
|
}
|
22188
22230
|
|
22189
22231
|
i.flag.lr:before,
|
22190
22232
|
i.flag.liberia:before {
|
22191
|
-
background-
|
22233
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1f1-1f1f7.svg");
|
22192
22234
|
}
|
22193
22235
|
|
22194
|
-
i.flag.
|
22195
|
-
i.flag.
|
22196
|
-
background-
|
22236
|
+
i.flag.ly:before,
|
22237
|
+
i.flag.libya:before {
|
22238
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1f1-1f1fe.svg");
|
22239
|
+
}
|
22240
|
+
|
22241
|
+
i.flag.li:before,
|
22242
|
+
i.flag.liechtenstein:before {
|
22243
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1f1-1f1ee.svg");
|
22197
22244
|
}
|
22198
22245
|
|
22199
22246
|
i.flag.lt:before,
|
22200
22247
|
i.flag.lithuania:before {
|
22201
|
-
background-
|
22248
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1f1-1f1f9.svg");
|
22202
22249
|
}
|
22203
22250
|
|
22204
22251
|
i.flag.lu:before,
|
22205
22252
|
i.flag.luxembourg:before {
|
22206
|
-
background-
|
22207
|
-
}
|
22208
|
-
|
22209
|
-
i.flag.lv:before,
|
22210
|
-
i.flag.latvia:before {
|
22211
|
-
background-position: -36px -1456px;
|
22212
|
-
}
|
22213
|
-
|
22214
|
-
i.flag.ly:before,
|
22215
|
-
i.flag.libya:before {
|
22216
|
-
background-position: -36px -1482px;
|
22217
|
-
}
|
22218
|
-
|
22219
|
-
i.flag.ma:before,
|
22220
|
-
i.flag.morocco:before {
|
22221
|
-
background-position: -36px -1508px;
|
22222
|
-
}
|
22223
|
-
|
22224
|
-
i.flag.mc:before,
|
22225
|
-
i.flag.monaco:before {
|
22226
|
-
background-position: -36px -1534px;
|
22253
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1f1-1f1fa.svg");
|
22227
22254
|
}
|
22228
22255
|
|
22229
|
-
i.flag.
|
22230
|
-
i.flag.
|
22231
|
-
background-
|
22256
|
+
i.flag.mo:before,
|
22257
|
+
i.flag.macao.sar.china:before {
|
22258
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1f2-1f1f4.svg");
|
22232
22259
|
}
|
22233
22260
|
|
22234
|
-
i.flag.
|
22235
|
-
i.flag.
|
22236
|
-
background-
|
22261
|
+
i.flag.mk:before,
|
22262
|
+
i.flag.macedonia:before {
|
22263
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1f2-1f1f0.svg");
|
22237
22264
|
}
|
22238
22265
|
|
22239
22266
|
i.flag.mg:before,
|
22240
22267
|
i.flag.madagascar:before {
|
22241
|
-
background-
|
22242
|
-
}
|
22243
|
-
|
22244
|
-
i.flag.mh:before,
|
22245
|
-
i.flag.marshall.islands:before {
|
22246
|
-
background-position: -36px -1639px;
|
22268
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1f2-1f1ec.svg");
|
22247
22269
|
}
|
22248
22270
|
|
22249
|
-
i.flag.
|
22250
|
-
i.flag.
|
22251
|
-
background-
|
22271
|
+
i.flag.mw:before,
|
22272
|
+
i.flag.malawi:before {
|
22273
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1f2-1f1fc.svg");
|
22252
22274
|
}
|
22253
22275
|
|
22254
|
-
i.flag.
|
22255
|
-
i.flag.
|
22256
|
-
background-
|
22276
|
+
i.flag.my:before,
|
22277
|
+
i.flag.malaysia:before {
|
22278
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1f2-1f1fe.svg");
|
22257
22279
|
}
|
22258
22280
|
|
22259
|
-
i.flag.
|
22260
|
-
i.flag.
|
22261
|
-
|
22262
|
-
background-position: -36px -1717px;
|
22281
|
+
i.flag.mv:before,
|
22282
|
+
i.flag.maldives:before {
|
22283
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1f2-1f1fb.svg");
|
22263
22284
|
}
|
22264
22285
|
|
22265
|
-
i.flag.
|
22266
|
-
i.flag.
|
22267
|
-
background-
|
22286
|
+
i.flag.ml:before,
|
22287
|
+
i.flag.mali:before {
|
22288
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1f2-1f1f1.svg");
|
22268
22289
|
}
|
22269
22290
|
|
22270
|
-
i.flag.
|
22271
|
-
i.flag.
|
22272
|
-
background-
|
22291
|
+
i.flag.mt:before,
|
22292
|
+
i.flag.malta:before {
|
22293
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1f2-1f1f9.svg");
|
22273
22294
|
}
|
22274
22295
|
|
22275
|
-
i.flag.
|
22276
|
-
i.flag.
|
22277
|
-
background-
|
22296
|
+
i.flag.mh:before,
|
22297
|
+
i.flag.marshall.islands:before {
|
22298
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1f2-1f1ed.svg");
|
22278
22299
|
}
|
22279
22300
|
|
22280
22301
|
i.flag.mq:before,
|
22281
22302
|
i.flag.martinique:before {
|
22282
|
-
background-
|
22303
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1f2-1f1f6.svg");
|
22283
22304
|
}
|
22284
22305
|
|
22285
22306
|
i.flag.mr:before,
|
22286
22307
|
i.flag.mauritania:before {
|
22287
|
-
background-
|
22308
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1f2-1f1f7.svg");
|
22288
22309
|
}
|
22289
22310
|
|
22290
|
-
i.flag.
|
22291
|
-
i.flag.
|
22292
|
-
background-
|
22311
|
+
i.flag.mu:before,
|
22312
|
+
i.flag.mauritius:before {
|
22313
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1f2-1f1fa.svg");
|
22293
22314
|
}
|
22294
22315
|
|
22295
|
-
i.flag.
|
22296
|
-
i.flag.
|
22297
|
-
background-
|
22316
|
+
i.flag.yt:before,
|
22317
|
+
i.flag.mayotte:before {
|
22318
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1fe-1f1f9.svg");
|
22298
22319
|
}
|
22299
22320
|
|
22300
|
-
i.flag.
|
22301
|
-
i.flag.
|
22302
|
-
background-
|
22321
|
+
i.flag.mx:before,
|
22322
|
+
i.flag.mexico:before {
|
22323
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1f2-1f1fd.svg");
|
22303
22324
|
}
|
22304
22325
|
|
22305
|
-
i.flag.
|
22306
|
-
i.flag.
|
22307
|
-
background-
|
22326
|
+
i.flag.fm:before,
|
22327
|
+
i.flag.micronesia:before {
|
22328
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1eb-1f1f2.svg");
|
22308
22329
|
}
|
22309
22330
|
|
22310
|
-
i.flag.
|
22311
|
-
i.flag.
|
22312
|
-
background-
|
22331
|
+
i.flag.md:before,
|
22332
|
+
i.flag.moldova:before {
|
22333
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1f2-1f1e9.svg");
|
22313
22334
|
}
|
22314
22335
|
|
22315
|
-
i.flag.
|
22316
|
-
i.flag.
|
22317
|
-
background-
|
22336
|
+
i.flag.mc:before,
|
22337
|
+
i.flag.monaco:before {
|
22338
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1f2-1f1e8.svg");
|
22318
22339
|
}
|
22319
22340
|
|
22320
|
-
i.flag.
|
22321
|
-
i.flag.
|
22322
|
-
background-
|
22341
|
+
i.flag.mn:before,
|
22342
|
+
i.flag.mongolia:before {
|
22343
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1f2-1f1f3.svg");
|
22344
|
+
}
|
22345
|
+
|
22346
|
+
i.flag.me:before,
|
22347
|
+
i.flag.montenegro:before {
|
22348
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1f2-1f1ea.svg");
|
22349
|
+
}
|
22350
|
+
|
22351
|
+
i.flag.ms:before,
|
22352
|
+
i.flag.montserrat:before {
|
22353
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1f2-1f1f8.svg");
|
22354
|
+
}
|
22355
|
+
|
22356
|
+
i.flag.ma:before,
|
22357
|
+
i.flag.morocco:before {
|
22358
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1f2-1f1e6.svg");
|
22323
22359
|
}
|
22324
22360
|
|
22325
22361
|
i.flag.mz:before,
|
22326
22362
|
i.flag.mozambique:before {
|
22327
|
-
background-
|
22363
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1f2-1f1ff.svg");
|
22364
|
+
}
|
22365
|
+
|
22366
|
+
i.flag.mm:before,
|
22367
|
+
i.flag.myanmar:before,
|
22368
|
+
i.flag.burma:before {
|
22369
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1f2-1f1f2.svg");
|
22328
22370
|
}
|
22329
22371
|
|
22330
22372
|
i.flag.na:before,
|
22331
22373
|
i.flag.namibia:before {
|
22332
|
-
background-
|
22374
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1f3-1f1e6.svg");
|
22333
22375
|
}
|
22334
22376
|
|
22335
|
-
i.flag.
|
22336
|
-
i.flag.
|
22337
|
-
background-
|
22377
|
+
i.flag.nr:before,
|
22378
|
+
i.flag.nauru:before {
|
22379
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1f3-1f1f7.svg");
|
22338
22380
|
}
|
22339
22381
|
|
22340
|
-
i.flag.
|
22341
|
-
i.flag.
|
22342
|
-
background-
|
22382
|
+
i.flag.np:before,
|
22383
|
+
i.flag.nepal:before {
|
22384
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1f3-1f1f5.svg");
|
22343
22385
|
}
|
22344
22386
|
|
22345
|
-
i.flag.
|
22346
|
-
i.flag.
|
22347
|
-
background-
|
22387
|
+
i.flag.nl:before,
|
22388
|
+
i.flag.netherlands:before {
|
22389
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1f3-1f1f1.svg");
|
22348
22390
|
}
|
22349
22391
|
|
22350
|
-
i.flag.
|
22351
|
-
i.flag.
|
22352
|
-
background-
|
22392
|
+
i.flag.nc:before,
|
22393
|
+
i.flag.new.caledonia:before {
|
22394
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1f3-1f1e8.svg");
|
22395
|
+
}
|
22396
|
+
|
22397
|
+
i.flag.nz:before,
|
22398
|
+
i.flag.new.zealand:before {
|
22399
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1f3-1f1ff.svg");
|
22353
22400
|
}
|
22354
22401
|
|
22355
22402
|
i.flag.ni:before,
|
22356
22403
|
i.flag.nicaragua:before {
|
22357
|
-
background-
|
22404
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1f3-1f1ee.svg");
|
22358
22405
|
}
|
22359
22406
|
|
22360
|
-
i.flag.
|
22361
|
-
i.flag.
|
22362
|
-
background-
|
22407
|
+
i.flag.ne:before,
|
22408
|
+
i.flag.niger:before {
|
22409
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1f3-1f1ea.svg");
|
22363
22410
|
}
|
22364
22411
|
|
22365
|
-
i.flag.
|
22366
|
-
i.flag.
|
22367
|
-
background-
|
22412
|
+
i.flag.ng:before,
|
22413
|
+
i.flag.nigeria:before {
|
22414
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1f3-1f1ec.svg");
|
22368
22415
|
}
|
22369
22416
|
|
22370
|
-
i.flag.
|
22371
|
-
i.flag.
|
22372
|
-
background-
|
22417
|
+
i.flag.nu:before,
|
22418
|
+
i.flag.niue:before {
|
22419
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1f3-1f1fa.svg");
|
22373
22420
|
}
|
22374
22421
|
|
22375
|
-
i.flag.
|
22376
|
-
i.flag.
|
22377
|
-
background-
|
22422
|
+
i.flag.nf:before,
|
22423
|
+
i.flag.norfolk.island:before {
|
22424
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1f3-1f1eb.svg");
|
22378
22425
|
}
|
22379
22426
|
|
22380
|
-
i.flag.
|
22381
|
-
i.flag.
|
22382
|
-
background-
|
22427
|
+
i.flag.kp:before,
|
22428
|
+
i.flag.north.korea:before {
|
22429
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1f0-1f1f5.svg");
|
22383
22430
|
}
|
22384
22431
|
|
22385
|
-
i.flag.
|
22386
|
-
i.flag.
|
22387
|
-
background-
|
22432
|
+
i.flag.mp:before,
|
22433
|
+
i.flag.northern.mariana.islands:before {
|
22434
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1f2-1f1f5.svg");
|
22435
|
+
}
|
22436
|
+
|
22437
|
+
i.flag.no:before,
|
22438
|
+
i.flag.norway:before {
|
22439
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1f3-1f1f4.svg");
|
22388
22440
|
}
|
22389
22441
|
|
22390
22442
|
i.flag.om:before,
|
22391
22443
|
i.flag.oman:before {
|
22392
|
-
background-
|
22444
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1f4-1f1f2.svg");
|
22393
22445
|
}
|
22394
22446
|
|
22395
|
-
i.flag.
|
22396
|
-
i.flag.
|
22397
|
-
background-
|
22447
|
+
i.flag.pk:before,
|
22448
|
+
i.flag.pakistan:before {
|
22449
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1f5-1f1f0.svg");
|
22398
22450
|
}
|
22399
22451
|
|
22400
|
-
i.flag.
|
22401
|
-
i.flag.
|
22402
|
-
background-
|
22452
|
+
i.flag.pw:before,
|
22453
|
+
i.flag.palau:before {
|
22454
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1f5-1f1fc.svg");
|
22403
22455
|
}
|
22404
22456
|
|
22405
|
-
i.flag.
|
22406
|
-
i.flag.
|
22407
|
-
background-
|
22457
|
+
i.flag.ps:before,
|
22458
|
+
i.flag.palestinian.territories:before {
|
22459
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1f5-1f1f8.svg");
|
22408
22460
|
}
|
22409
22461
|
|
22410
|
-
i.flag.
|
22411
|
-
i.flag.
|
22412
|
-
background-
|
22462
|
+
i.flag.pa:before,
|
22463
|
+
i.flag.panama:before {
|
22464
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1f5-1f1e6.svg");
|
22413
22465
|
}
|
22414
22466
|
|
22415
|
-
i.flag.
|
22416
|
-
i.flag.
|
22417
|
-
|
22467
|
+
i.flag.pg:before,
|
22468
|
+
i.flag.papua.new.guinea:before,
|
22469
|
+
i.flag.new.guinea:before {
|
22470
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1f5-1f1ec.svg");
|
22418
22471
|
}
|
22419
22472
|
|
22420
|
-
i.flag.
|
22421
|
-
i.flag.
|
22422
|
-
background-
|
22473
|
+
i.flag.py:before,
|
22474
|
+
i.flag.paraguay:before {
|
22475
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1f5-1f1fe.svg");
|
22423
22476
|
}
|
22424
22477
|
|
22425
|
-
i.flag.
|
22426
|
-
i.flag.
|
22427
|
-
background-
|
22478
|
+
i.flag.pe:before,
|
22479
|
+
i.flag.peru:before {
|
22480
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1f5-1f1ea.svg");
|
22428
22481
|
}
|
22429
22482
|
|
22430
|
-
i.flag.
|
22431
|
-
i.flag.
|
22432
|
-
background-
|
22483
|
+
i.flag.ph:before,
|
22484
|
+
i.flag.philippines:before {
|
22485
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1f5-1f1ed.svg");
|
22433
22486
|
}
|
22434
22487
|
|
22435
22488
|
i.flag.pn:before,
|
22436
22489
|
i.flag.pitcairn.islands:before {
|
22437
|
-
background-
|
22438
|
-
}
|
22439
|
-
|
22440
|
-
i.flag.pr:before,
|
22441
|
-
i.flag.puerto.rico:before {
|
22442
|
-
background-position: -72px -650px;
|
22490
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1f5-1f1f3.svg");
|
22443
22491
|
}
|
22444
22492
|
|
22445
|
-
i.flag.
|
22446
|
-
i.flag.
|
22447
|
-
background-
|
22493
|
+
i.flag.pl:before,
|
22494
|
+
i.flag.poland:before {
|
22495
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1f5-1f1f1.svg");
|
22448
22496
|
}
|
22449
22497
|
|
22450
22498
|
i.flag.pt:before,
|
22451
22499
|
i.flag.portugal:before {
|
22452
|
-
background-
|
22453
|
-
}
|
22454
|
-
|
22455
|
-
i.flag.pw:before,
|
22456
|
-
i.flag.palau:before {
|
22457
|
-
background-position: -72px -728px;
|
22500
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1f5-1f1f9.svg");
|
22458
22501
|
}
|
22459
22502
|
|
22460
|
-
i.flag.
|
22461
|
-
i.flag.
|
22462
|
-
background-
|
22503
|
+
i.flag.pr:before,
|
22504
|
+
i.flag.puerto.rico:before {
|
22505
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1f5-1f1f7.svg");
|
22463
22506
|
}
|
22464
22507
|
|
22465
22508
|
i.flag.qa:before,
|
22466
22509
|
i.flag.qatar:before {
|
22467
|
-
background-
|
22510
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1f6-1f1e6.svg");
|
22468
22511
|
}
|
22469
22512
|
|
22470
22513
|
i.flag.re:before,
|
22471
|
-
i.flag.
|
22472
|
-
background-
|
22514
|
+
i.flag.réunion:before {
|
22515
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1f7-1f1ea.svg");
|
22473
22516
|
}
|
22474
22517
|
|
22475
22518
|
i.flag.ro:before,
|
22476
22519
|
i.flag.romania:before {
|
22477
|
-
background-
|
22478
|
-
}
|
22479
|
-
|
22480
|
-
i.flag.rs:before,
|
22481
|
-
i.flag.serbia:before {
|
22482
|
-
background-position: -72px -858px;
|
22520
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1f7-1f1f4.svg");
|
22483
22521
|
}
|
22484
22522
|
|
22485
22523
|
i.flag.ru:before,
|
22486
22524
|
i.flag.russia:before {
|
22487
|
-
background-
|
22525
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1f7-1f1fa.svg");
|
22488
22526
|
}
|
22489
22527
|
|
22490
22528
|
i.flag.rw:before,
|
22491
22529
|
i.flag.rwanda:before {
|
22492
|
-
background-
|
22530
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1f7-1f1fc.svg");
|
22493
22531
|
}
|
22494
22532
|
|
22495
|
-
i.flag.
|
22496
|
-
i.flag.
|
22497
|
-
background-
|
22533
|
+
i.flag.ws:before,
|
22534
|
+
i.flag.samoa:before {
|
22535
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1fc-1f1f8.svg");
|
22498
22536
|
}
|
22499
22537
|
|
22500
|
-
i.flag.
|
22501
|
-
i.flag.
|
22502
|
-
background-
|
22538
|
+
i.flag.sm:before,
|
22539
|
+
i.flag.san.marino:before {
|
22540
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1f8-1f1f2.svg");
|
22503
22541
|
}
|
22504
22542
|
|
22505
|
-
i.flag.
|
22506
|
-
i.flag.
|
22507
|
-
|
22543
|
+
i.flag.st:before,
|
22544
|
+
i.flag.são.tomé.and.príncipe:before,
|
22545
|
+
i.flag.samo.tome:before {
|
22546
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1f8-1f1f9.svg");
|
22508
22547
|
}
|
22509
22548
|
|
22510
|
-
i.flag.
|
22511
|
-
i.flag.
|
22512
|
-
|
22549
|
+
i.flag.sa:before,
|
22550
|
+
i.flag.saudi.arabia:before,
|
22551
|
+
i.flag.saudiarabia:before,
|
22552
|
+
i.flag.saudi:before {
|
22553
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1f8-1f1e6.svg");
|
22513
22554
|
}
|
22514
22555
|
|
22515
|
-
i.flag.
|
22516
|
-
i.flag.
|
22517
|
-
background-
|
22556
|
+
i.flag.sn:before,
|
22557
|
+
i.flag.senegal:before {
|
22558
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1f8-1f1f3.svg");
|
22518
22559
|
}
|
22519
22560
|
|
22520
|
-
i.flag.
|
22521
|
-
i.flag.
|
22522
|
-
background-
|
22561
|
+
i.flag.rs:before,
|
22562
|
+
i.flag.serbia:before {
|
22563
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1f7-1f1f8.svg");
|
22523
22564
|
}
|
22524
22565
|
|
22525
|
-
i.flag.
|
22526
|
-
i.flag.
|
22527
|
-
background-
|
22566
|
+
i.flag.sc:before,
|
22567
|
+
i.flag.seychelles:before {
|
22568
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1f8-1f1e8.svg");
|
22528
22569
|
}
|
22529
22570
|
|
22530
|
-
i.flag.
|
22531
|
-
i.flag.
|
22532
|
-
background-
|
22571
|
+
i.flag.sl:before,
|
22572
|
+
i.flag.sierra.leone:before {
|
22573
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1f8-1f1f1.svg");
|
22533
22574
|
}
|
22534
22575
|
|
22535
|
-
i.flag.
|
22536
|
-
i.flag.
|
22537
|
-
background-
|
22576
|
+
i.flag.sg:before,
|
22577
|
+
i.flag.singapore:before {
|
22578
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1f8-1f1ec.svg");
|
22538
22579
|
}
|
22539
22580
|
|
22540
|
-
i.flag.
|
22541
|
-
i.flag.
|
22542
|
-
|
22543
|
-
background-position: -72px -1170px;
|
22581
|
+
i.flag.sx:before,
|
22582
|
+
i.flag.sint.maarten:before {
|
22583
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1f8-1f1fd.svg");
|
22544
22584
|
}
|
22545
22585
|
|
22546
22586
|
i.flag.sk:before,
|
22547
22587
|
i.flag.slovakia:before {
|
22548
|
-
background-
|
22588
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1f8-1f1f0.svg");
|
22549
22589
|
}
|
22550
22590
|
|
22551
|
-
i.flag.
|
22552
|
-
i.flag.
|
22553
|
-
background-
|
22591
|
+
i.flag.si:before,
|
22592
|
+
i.flag.slovenia:before {
|
22593
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1f8-1f1ee.svg");
|
22554
22594
|
}
|
22555
22595
|
|
22556
|
-
i.flag.
|
22557
|
-
i.flag.
|
22558
|
-
|
22596
|
+
i.flag.gs:before,
|
22597
|
+
i.flag.south.georgia.and.south.sandwich.islands:before,
|
22598
|
+
i.flag.sandwich.islands:before {
|
22599
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1ec-1f1f8.svg");
|
22559
22600
|
}
|
22560
22601
|
|
22561
|
-
i.flag.
|
22562
|
-
i.flag.
|
22563
|
-
background-
|
22602
|
+
i.flag.sb:before,
|
22603
|
+
i.flag.solomon.islands:before {
|
22604
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1f8-1f1e7.svg");
|
22564
22605
|
}
|
22565
22606
|
|
22566
22607
|
i.flag.so:before,
|
22567
22608
|
i.flag.somalia:before {
|
22568
|
-
background-
|
22609
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1f8-1f1f4.svg");
|
22569
22610
|
}
|
22570
22611
|
|
22571
|
-
i.flag.
|
22572
|
-
i.flag.
|
22573
|
-
background-
|
22612
|
+
i.flag.za:before,
|
22613
|
+
i.flag.south.africa:before {
|
22614
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1ff-1f1e6.svg");
|
22574
22615
|
}
|
22575
22616
|
|
22576
|
-
i.flag.
|
22577
|
-
i.flag.
|
22578
|
-
background-
|
22617
|
+
i.flag.kr:before,
|
22618
|
+
i.flag.south.korea:before {
|
22619
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1f0-1f1f7.svg");
|
22579
22620
|
}
|
22580
22621
|
|
22581
|
-
i.flag.
|
22582
|
-
i.flag.
|
22583
|
-
background-
|
22622
|
+
i.flag.ss:before,
|
22623
|
+
i.flag.south.sudan:before {
|
22624
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1f8-1f1f8.svg");
|
22584
22625
|
}
|
22585
22626
|
|
22586
|
-
i.flag.
|
22587
|
-
i.flag.
|
22588
|
-
background-
|
22627
|
+
i.flag.es:before,
|
22628
|
+
i.flag.spain:before {
|
22629
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1ea-1f1f8.svg");
|
22589
22630
|
}
|
22590
22631
|
|
22591
|
-
i.flag.
|
22592
|
-
i.flag.
|
22593
|
-
background-
|
22632
|
+
i.flag.lk:before,
|
22633
|
+
i.flag.sri.lanka:before {
|
22634
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1f1-1f1f0.svg");
|
22594
22635
|
}
|
22595
22636
|
|
22596
|
-
i.flag.
|
22597
|
-
i.flag.
|
22598
|
-
|
22637
|
+
i.flag.bl:before,
|
22638
|
+
i.flag.st.barthélemy:before,
|
22639
|
+
i.flag.saint.barth:before {
|
22640
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1e7-1f1f1.svg");
|
22599
22641
|
}
|
22600
22642
|
|
22601
|
-
i.flag.
|
22602
|
-
i.flag.
|
22603
|
-
|
22643
|
+
i.flag.sh:before,
|
22644
|
+
i.flag.st.helena:before,
|
22645
|
+
i.flag.saint.helena:before {
|
22646
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1f8-1f1ed.svg");
|
22604
22647
|
}
|
22605
22648
|
|
22606
|
-
i.flag.
|
22607
|
-
i.flag.
|
22608
|
-
|
22649
|
+
i.flag.kn:before,
|
22650
|
+
i.flag.st.kitts.and.nevis:before,
|
22651
|
+
i.flag.saint.kitts.and.navis:before {
|
22652
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1f0-1f1f3.svg");
|
22609
22653
|
}
|
22610
22654
|
|
22611
|
-
i.flag.
|
22612
|
-
i.flag.
|
22613
|
-
|
22655
|
+
i.flag.lc:before,
|
22656
|
+
i.flag.st.lucia:before,
|
22657
|
+
i.flag.saint.lucia:before {
|
22658
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1f1-1f1e8.svg");
|
22614
22659
|
}
|
22615
22660
|
|
22616
|
-
i.flag.
|
22617
|
-
i.flag.
|
22618
|
-
|
22661
|
+
i.flag.pm:before,
|
22662
|
+
i.flag.st.pierre.and.miquelon:before,
|
22663
|
+
i.flag.saint.pierre:before {
|
22664
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1f5-1f1f2.svg");
|
22665
|
+
}
|
22666
|
+
|
22667
|
+
i.flag.vc:before,
|
22668
|
+
i.flag.st.vincent.and.grenadines:before {
|
22669
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1fb-1f1e8.svg");
|
22670
|
+
}
|
22671
|
+
|
22672
|
+
i.flag.sd:before,
|
22673
|
+
i.flag.sudan:before {
|
22674
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1f8-1f1e9.svg");
|
22675
|
+
}
|
22676
|
+
|
22677
|
+
i.flag.sr:before,
|
22678
|
+
i.flag.suriname:before {
|
22679
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1f8-1f1f7.svg");
|
22680
|
+
}
|
22681
|
+
|
22682
|
+
i.flag.sz:before,
|
22683
|
+
i.flag.eswatini:before {
|
22684
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1f8-1f1ff.svg");
|
22685
|
+
}
|
22686
|
+
|
22687
|
+
i.flag.se:before,
|
22688
|
+
i.flag.sweden:before {
|
22689
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1f8-1f1ea.svg");
|
22690
|
+
}
|
22691
|
+
|
22692
|
+
i.flag.ch:before,
|
22693
|
+
i.flag.switzerland:before {
|
22694
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1e8-1f1ed.svg");
|
22695
|
+
}
|
22696
|
+
|
22697
|
+
i.flag.sy:before,
|
22698
|
+
i.flag.syria:before {
|
22699
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1f8-1f1fe.svg");
|
22700
|
+
}
|
22701
|
+
|
22702
|
+
i.flag.tw:before,
|
22703
|
+
i.flag.taiwan:before {
|
22704
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1f9-1f1fc.svg");
|
22619
22705
|
}
|
22620
22706
|
|
22621
22707
|
i.flag.tj:before,
|
22622
22708
|
i.flag.tajikistan:before {
|
22623
|
-
background-
|
22709
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1f9-1f1ef.svg");
|
22624
22710
|
}
|
22625
22711
|
|
22626
|
-
i.flag.
|
22627
|
-
i.flag.
|
22628
|
-
background-
|
22712
|
+
i.flag.tz:before,
|
22713
|
+
i.flag.tanzania:before {
|
22714
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1f9-1f1ff.svg");
|
22715
|
+
}
|
22716
|
+
|
22717
|
+
i.flag.th:before,
|
22718
|
+
i.flag.thailand:before {
|
22719
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1f9-1f1ed.svg");
|
22629
22720
|
}
|
22630
22721
|
|
22631
22722
|
i.flag.tl:before,
|
22632
|
-
i.flag.
|
22633
|
-
background-
|
22723
|
+
i.flag.timor-leste:before {
|
22724
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1f9-1f1f1.svg");
|
22634
22725
|
}
|
22635
22726
|
|
22636
|
-
i.flag.
|
22637
|
-
i.flag.
|
22638
|
-
background-
|
22727
|
+
i.flag.tg:before,
|
22728
|
+
i.flag.togo:before {
|
22729
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1f9-1f1ec.svg");
|
22639
22730
|
}
|
22640
22731
|
|
22641
|
-
i.flag.
|
22642
|
-
i.flag.
|
22643
|
-
background-
|
22732
|
+
i.flag.tk:before,
|
22733
|
+
i.flag.tokelau:before {
|
22734
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1f9-1f1f0.svg");
|
22644
22735
|
}
|
22645
22736
|
|
22646
22737
|
i.flag.to:before,
|
22647
22738
|
i.flag.tonga:before {
|
22648
|
-
background-
|
22739
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1f9-1f1f4.svg");
|
22740
|
+
}
|
22741
|
+
|
22742
|
+
i.flag.tt:before,
|
22743
|
+
i.flag.trinidad.and.tobago:before {
|
22744
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1f9-1f1f9.svg");
|
22745
|
+
}
|
22746
|
+
|
22747
|
+
i.flag.tn:before,
|
22748
|
+
i.flag.tunisia:before {
|
22749
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1f9-1f1f3.svg");
|
22649
22750
|
}
|
22650
22751
|
|
22651
22752
|
i.flag.tr:before,
|
22652
22753
|
i.flag.turkey:before {
|
22653
|
-
background-
|
22754
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1f9-1f1f7.svg");
|
22654
22755
|
}
|
22655
22756
|
|
22656
|
-
i.flag.
|
22657
|
-
i.flag.
|
22658
|
-
background-
|
22757
|
+
i.flag.tm:before,
|
22758
|
+
i.flag.turkmenistan:before {
|
22759
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1f9-1f1f2.svg");
|
22659
22760
|
}
|
22660
22761
|
|
22661
|
-
i.flag.
|
22662
|
-
i.flag.
|
22663
|
-
background-
|
22762
|
+
i.flag.tc:before,
|
22763
|
+
i.flag.turks.and.caicos.islands:before {
|
22764
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1f9-1f1e8.svg");
|
22664
22765
|
}
|
22665
22766
|
|
22666
|
-
i.flag.
|
22667
|
-
i.flag.
|
22668
|
-
background-
|
22767
|
+
i.flag.vi:before,
|
22768
|
+
i.flag.us.virgin.islands:before {
|
22769
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1fb-1f1ee.svg");
|
22669
22770
|
}
|
22670
22771
|
|
22671
|
-
i.flag.
|
22672
|
-
i.flag.
|
22673
|
-
background-
|
22772
|
+
i.flag.tv:before,
|
22773
|
+
i.flag.tuvalu:before {
|
22774
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1f9-1f1fb.svg");
|
22775
|
+
}
|
22776
|
+
|
22777
|
+
i.flag.ug:before,
|
22778
|
+
i.flag.uganda:before {
|
22779
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1fa-1f1ec.svg");
|
22674
22780
|
}
|
22675
22781
|
|
22676
22782
|
i.flag.ua:before,
|
22677
22783
|
i.flag.ukraine:before {
|
22678
|
-
background-
|
22784
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1fa-1f1e6.svg");
|
22679
22785
|
}
|
22680
22786
|
|
22681
|
-
i.flag.
|
22682
|
-
i.flag.
|
22683
|
-
|
22787
|
+
i.flag.ae:before,
|
22788
|
+
i.flag.united.arab.emirates:before,
|
22789
|
+
i.flag.uae:before {
|
22790
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1e6-1f1ea.svg");
|
22684
22791
|
}
|
22685
22792
|
|
22686
|
-
i.flag.
|
22687
|
-
i.flag.
|
22688
|
-
|
22793
|
+
i.flag.gb:before,
|
22794
|
+
i.flag.united.kingdom:before,
|
22795
|
+
i.flag.uk:before {
|
22796
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1ec-1f1e7.svg");
|
22797
|
+
}
|
22798
|
+
|
22799
|
+
i.flag.gb.eng:before,
|
22800
|
+
i.flag.england:before {
|
22801
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f3f4-e0067-e0062-e0065-e006e-e0067-e007f.svg");
|
22802
|
+
}
|
22803
|
+
|
22804
|
+
i.flag.gb.sct:before,
|
22805
|
+
i.flag.scotland:before {
|
22806
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f3f4-e0067-e0062-e0073-e0063-e0074-e007f.svg");
|
22807
|
+
}
|
22808
|
+
|
22809
|
+
i.flag.gb.wls:before,
|
22810
|
+
i.flag.wales:before {
|
22811
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f3f4-e0067-e0062-e0077-e006c-e0073-e007f.svg");
|
22689
22812
|
}
|
22690
22813
|
|
22691
22814
|
i.flag.us:before,
|
22692
|
-
i.flag.
|
22693
|
-
i.flag.
|
22694
|
-
background-
|
22815
|
+
i.flag.united.states:before,
|
22816
|
+
i.flag.america:before {
|
22817
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1fa-1f1f8.svg");
|
22695
22818
|
}
|
22696
22819
|
|
22697
22820
|
i.flag.uy:before,
|
22698
22821
|
i.flag.uruguay:before {
|
22699
|
-
background-
|
22822
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1fa-1f1fe.svg");
|
22700
22823
|
}
|
22701
22824
|
|
22702
22825
|
i.flag.uz:before,
|
22703
22826
|
i.flag.uzbekistan:before {
|
22704
|
-
background-
|
22827
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1fa-1f1ff.svg");
|
22705
22828
|
}
|
22706
22829
|
|
22707
|
-
i.flag.
|
22708
|
-
i.flag.
|
22709
|
-
background-
|
22830
|
+
i.flag.vu:before,
|
22831
|
+
i.flag.vanuatu:before {
|
22832
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1fb-1f1fa.svg");
|
22710
22833
|
}
|
22711
22834
|
|
22712
|
-
i.flag.
|
22713
|
-
i.flag.
|
22714
|
-
background-
|
22835
|
+
i.flag.va:before,
|
22836
|
+
i.flag.vatican.city:before {
|
22837
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1fb-1f1e6.svg");
|
22715
22838
|
}
|
22716
22839
|
|
22717
22840
|
i.flag.ve:before,
|
22718
22841
|
i.flag.venezuela:before {
|
22719
|
-
background-
|
22842
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1fb-1f1ea.svg");
|
22720
22843
|
}
|
22721
22844
|
|
22722
|
-
i.flag.
|
22723
|
-
i.flag.
|
22724
|
-
background-
|
22845
|
+
i.flag.vn:before,
|
22846
|
+
i.flag.vietnam:before {
|
22847
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1fb-1f1f3.svg");
|
22725
22848
|
}
|
22726
22849
|
|
22727
|
-
i.flag.
|
22728
|
-
i.flag.
|
22729
|
-
background-
|
22850
|
+
i.flag.wf:before,
|
22851
|
+
i.flag.wallis.and.futuna:before {
|
22852
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1fc-1f1eb.svg");
|
22730
22853
|
}
|
22731
22854
|
|
22732
|
-
i.flag.
|
22733
|
-
i.flag.
|
22734
|
-
background-
|
22855
|
+
i.flag.eh:before,
|
22856
|
+
i.flag.western.sahara:before {
|
22857
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1ea-1f1ed.svg");
|
22735
22858
|
}
|
22736
22859
|
|
22737
|
-
i.flag.
|
22738
|
-
i.flag.
|
22739
|
-
background-
|
22860
|
+
i.flag.ye:before,
|
22861
|
+
i.flag.yemen:before {
|
22862
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1fe-1f1ea.svg");
|
22740
22863
|
}
|
22741
22864
|
|
22742
|
-
i.flag.
|
22743
|
-
i.flag.
|
22744
|
-
background-
|
22865
|
+
i.flag.zm:before,
|
22866
|
+
i.flag.zambia:before {
|
22867
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1ff-1f1f2.svg");
|
22745
22868
|
}
|
22746
22869
|
|
22747
|
-
i.flag.
|
22748
|
-
i.flag.
|
22749
|
-
background-
|
22870
|
+
i.flag.zw:before,
|
22871
|
+
i.flag.zimbabwe:before {
|
22872
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1ff-1f1fc.svg");
|
22750
22873
|
}
|
22751
22874
|
|
22752
|
-
i.flag.
|
22753
|
-
i.flag.
|
22754
|
-
background-
|
22875
|
+
i.flag.ac:before,
|
22876
|
+
i.flag.ascension.island:before {
|
22877
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1e6-1f1e8.svg");
|
22755
22878
|
}
|
22756
22879
|
|
22757
|
-
i.flag.
|
22758
|
-
i.flag.
|
22759
|
-
background-
|
22880
|
+
i.flag.bv:before,
|
22881
|
+
i.flag.bouvet.island:before {
|
22882
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1e7-1f1fb.svg");
|
22760
22883
|
}
|
22761
22884
|
|
22762
|
-
i.flag.
|
22763
|
-
i.flag.
|
22764
|
-
background-
|
22885
|
+
i.flag.cp:before,
|
22886
|
+
i.flag.clipperton.island:before {
|
22887
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1e8-1f1f5.svg");
|
22765
22888
|
}
|
22766
22889
|
|
22767
|
-
i.flag.
|
22768
|
-
i.flag.
|
22769
|
-
background-
|
22890
|
+
i.flag.ea:before,
|
22891
|
+
i.flag.ceuta.and.melilla:before {
|
22892
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1ea-1f1e6.svg");
|
22770
22893
|
}
|
22771
22894
|
|
22772
|
-
i.flag.
|
22773
|
-
i.flag.
|
22774
|
-
background-
|
22895
|
+
i.flag.dg:before,
|
22896
|
+
i.flag.diego.garcia:before {
|
22897
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1e9-1f1ec.svg");
|
22775
22898
|
}
|
22776
22899
|
|
22777
|
-
i.flag.
|
22778
|
-
i.flag.
|
22779
|
-
background-
|
22900
|
+
i.flag.hm:before,
|
22901
|
+
i.flag.heard.and.mcdonald.islands:before {
|
22902
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1ed-1f1f2.svg");
|
22903
|
+
}
|
22904
|
+
|
22905
|
+
i.flag.mf:before,
|
22906
|
+
i.flag.st.martin:before {
|
22907
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1f2-1f1eb.svg");
|
22908
|
+
}
|
22909
|
+
|
22910
|
+
i.flag.sj:before,
|
22911
|
+
i.flag.svalbard.and.jan.mayen:before,
|
22912
|
+
i.flag.svalbard:before,
|
22913
|
+
i.flag.jan.mayen:before {
|
22914
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1f8-1f1ef.svg");
|
22915
|
+
}
|
22916
|
+
|
22917
|
+
i.flag.ta:before,
|
22918
|
+
i.flag.tristan.da.cunha:before {
|
22919
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1f9-1f1e6.svg");
|
22920
|
+
}
|
22921
|
+
|
22922
|
+
i.flag.um:before,
|
22923
|
+
i.flag.us.outlying.islands:before,
|
22924
|
+
i.flag.minor.islands:before {
|
22925
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1fa-1f1f2.svg");
|
22926
|
+
}
|
22927
|
+
|
22928
|
+
i.flag.un:before,
|
22929
|
+
i.flag.united.nations:before,
|
22930
|
+
i.flag.united.nations:before {
|
22931
|
+
background-image: url("https://twemoji.maxcdn.com/v/latest/svg/1f1fa-1f1f3.svg");
|
22780
22932
|
}
|
22781
22933
|
|
22782
22934
|
/*rtl:end:ignore*/
|
@@ -22785,7 +22937,7 @@ i.flag.zimbabwe:before {
|
|
22785
22937
|
Site Overrides
|
22786
22938
|
*******************************/
|
22787
22939
|
/*!
|
22788
|
-
* # Fomantic-UI 2.9.0-beta.
|
22940
|
+
* # Fomantic-UI 2.9.0-beta.80 - Header
|
22789
22941
|
* http://github.com/fomantic/Fomantic-UI/
|
22790
22942
|
*
|
22791
22943
|
*
|
@@ -23739,7 +23891,7 @@ a.ui.inverted.black.header.header.header:hover {
|
|
23739
23891
|
Site Overrides
|
23740
23892
|
*******************************/
|
23741
23893
|
/*!
|
23742
|
-
* # Fomantic-UI 2.9.0-beta.
|
23894
|
+
* # Fomantic-UI 2.9.0-beta.80 - Icon
|
23743
23895
|
* http://github.com/fomantic/Fomantic-UI/
|
23744
23896
|
*
|
23745
23897
|
*
|
@@ -23832,6 +23984,7 @@ i.disabled.icons {
|
|
23832
23984
|
Fitted
|
23833
23985
|
--------------------*/
|
23834
23986
|
|
23987
|
+
i.fitted.icons,
|
23835
23988
|
i.fitted.icon {
|
23836
23989
|
width: auto;
|
23837
23990
|
margin: 0 !important;
|
@@ -24367,6 +24520,10 @@ i.icons {
|
|
24367
24520
|
display: inline-block;
|
24368
24521
|
position: relative;
|
24369
24522
|
line-height: 1;
|
24523
|
+
min-width: 1.18em;
|
24524
|
+
min-height: 1em;
|
24525
|
+
margin: 0 0.25rem 0 0;
|
24526
|
+
text-align: center;
|
24370
24527
|
}
|
24371
24528
|
|
24372
24529
|
i.icons .icon {
|
@@ -32857,7 +33014,7 @@ i.icon.youtube.play:before {
|
|
32857
33014
|
Site Overrides
|
32858
33015
|
*******************************/
|
32859
33016
|
/*!
|
32860
|
-
* # Fomantic-UI 2.9.0-beta.
|
33017
|
+
* # Fomantic-UI 2.9.0-beta.80 - Image
|
32861
33018
|
* http://github.com/fomantic/Fomantic-UI/
|
32862
33019
|
*
|
32863
33020
|
*
|
@@ -33212,7 +33369,7 @@ img.ui.bordered.image {
|
|
33212
33369
|
Site Overrides
|
33213
33370
|
*******************************/
|
33214
33371
|
/*!
|
33215
|
-
* # Fomantic-UI 2.9.0-beta.
|
33372
|
+
* # Fomantic-UI 2.9.0-beta.80 - Input
|
33216
33373
|
* http://github.com/fomantic/Fomantic-UI/
|
33217
33374
|
*
|
33218
33375
|
*
|
@@ -33250,7 +33407,6 @@ img.ui.bordered.image {
|
|
33250
33407
|
text-align: left;
|
33251
33408
|
line-height: 1.21428571em;
|
33252
33409
|
font-family: 'Lato', 'Helvetica Neue', Arial, Helvetica, sans-serif;
|
33253
|
-
padding: 0.67857143em 1em;
|
33254
33410
|
background: #FFFFFF;
|
33255
33411
|
border: 1px solid rgba(34, 36, 38, 0.15);
|
33256
33412
|
color: rgba(0, 0, 0, 0.87);
|
@@ -33263,6 +33419,10 @@ img.ui.bordered.image {
|
|
33263
33419
|
box-shadow: none;
|
33264
33420
|
}
|
33265
33421
|
|
33422
|
+
.ui.input > input:not([type="color"]) {
|
33423
|
+
padding: 0.67857143em 1em;
|
33424
|
+
}
|
33425
|
+
|
33266
33426
|
/*--------------------
|
33267
33427
|
Placeholder
|
33268
33428
|
---------------------*/
|
@@ -33385,6 +33545,21 @@ img.ui.bordered.image {
|
|
33385
33545
|
box-shadow: none;
|
33386
33546
|
}
|
33387
33547
|
|
33548
|
+
.ui.input > input:not(:placeholder-shown):invalid {
|
33549
|
+
background-color: #FFF6F6;
|
33550
|
+
border-color: #E0B4B4;
|
33551
|
+
color: #9F3A38;
|
33552
|
+
-webkit-box-shadow: none;
|
33553
|
+
box-shadow: none;
|
33554
|
+
}
|
33555
|
+
|
33556
|
+
.ui.input > input:not(:-ms-input-placeholder):invalid {
|
33557
|
+
background-color: #FFF6F6;
|
33558
|
+
border-color: #E0B4B4;
|
33559
|
+
color: #9F3A38;
|
33560
|
+
box-shadow: none;
|
33561
|
+
}
|
33562
|
+
|
33388
33563
|
/* Placeholder */
|
33389
33564
|
|
33390
33565
|
.ui.input.error > input::-webkit-input-placeholder {
|
@@ -34018,7 +34193,7 @@ img.ui.bordered.image {
|
|
34018
34193
|
Site Overrides
|
34019
34194
|
*******************************/
|
34020
34195
|
/*!
|
34021
|
-
* # Fomantic-UI 2.9.0-beta.
|
34196
|
+
* # Fomantic-UI 2.9.0-beta.80 - Label
|
34022
34197
|
* http://github.com/fomantic/Fomantic-UI/
|
34023
34198
|
*
|
34024
34199
|
*
|
@@ -36418,7 +36593,7 @@ a.ui.ui.ui.inverted.basic.black.label:hover {
|
|
36418
36593
|
Site Overrides
|
36419
36594
|
*******************************/
|
36420
36595
|
/*!
|
36421
|
-
* # Fomantic-UI 2.9.0-beta.
|
36596
|
+
* # Fomantic-UI 2.9.0-beta.80 - List
|
36422
36597
|
* http://github.com/fomantic/Fomantic-UI/
|
36423
36598
|
*
|
36424
36599
|
*
|
@@ -37524,7 +37699,7 @@ ol.ui.suffixed.list li:before,
|
|
37524
37699
|
User Variable Overrides
|
37525
37700
|
*******************************/
|
37526
37701
|
/*!
|
37527
|
-
* # Fomantic-UI 2.9.0-beta.
|
37702
|
+
* # Fomantic-UI 2.9.0-beta.80 - Loader
|
37528
37703
|
* http://github.com/fomantic/Fomantic-UI/
|
37529
37704
|
*
|
37530
37705
|
*
|
@@ -38479,7 +38654,7 @@ ol.ui.suffixed.list li:before,
|
|
38479
38654
|
Site Overrides
|
38480
38655
|
*******************************/
|
38481
38656
|
/*!
|
38482
|
-
* # Fomantic-UI 2.9.0-beta.
|
38657
|
+
* # Fomantic-UI 2.9.0-beta.80 - Loader
|
38483
38658
|
* http://github.com/fomantic/Fomantic-UI/
|
38484
38659
|
*
|
38485
38660
|
*
|
@@ -38766,7 +38941,7 @@ ol.ui.suffixed.list li:before,
|
|
38766
38941
|
Theme Overrides
|
38767
38942
|
*******************************/
|
38768
38943
|
/*!
|
38769
|
-
* # Fomantic-UI 2.9.0-beta.
|
38944
|
+
* # Fomantic-UI 2.9.0-beta.80 - Rail
|
38770
38945
|
* http://github.com/fomantic/Fomantic-UI/
|
38771
38946
|
*
|
38772
38947
|
*
|
@@ -38928,7 +39103,7 @@ ol.ui.suffixed.list li:before,
|
|
38928
39103
|
Site Overrides
|
38929
39104
|
*******************************/
|
38930
39105
|
/*!
|
38931
|
-
* # Fomantic-UI 2.9.0-beta.
|
39106
|
+
* # Fomantic-UI 2.9.0-beta.80 - Reveal
|
38932
39107
|
* http://github.com/fomantic/Fomantic-UI/
|
38933
39108
|
*
|
38934
39109
|
*
|
@@ -39271,7 +39446,7 @@ ol.ui.suffixed.list li:before,
|
|
39271
39446
|
Site Overrides
|
39272
39447
|
*******************************/
|
39273
39448
|
/*!
|
39274
|
-
* # Fomantic-UI 2.9.0-beta.
|
39449
|
+
* # Fomantic-UI 2.9.0-beta.80 - Segment
|
39275
39450
|
* http://github.com/fomantic/Fomantic-UI/
|
39276
39451
|
*
|
39277
39452
|
*
|
@@ -39314,11 +39489,11 @@ ol.ui.suffixed.list li:before,
|
|
39314
39489
|
-webkit-box-shadow: none;
|
39315
39490
|
box-shadow: none;
|
39316
39491
|
border: none;
|
39317
|
-
border-
|
39492
|
+
border-top: 1px solid rgba(34, 36, 38, 0.15);
|
39318
39493
|
}
|
39319
39494
|
|
39320
|
-
.ui.vertical.segment:
|
39321
|
-
border-
|
39495
|
+
.ui.vertical.segment:first-child {
|
39496
|
+
border-top: none;
|
39322
39497
|
}
|
39323
39498
|
|
39324
39499
|
/*-------------------
|
@@ -40163,13 +40338,13 @@ ol.ui.suffixed.list li:before,
|
|
40163
40338
|
border: 1px solid #D4D4D5;
|
40164
40339
|
}
|
40165
40340
|
|
40166
|
-
.ui.attached:not(.message) + .ui.attached.segment:not(.top) {
|
40341
|
+
.ui.attached:not(.message):not(.text) + .ui.attached.segment:not(.top) {
|
40167
40342
|
border-top: none;
|
40168
40343
|
}
|
40169
40344
|
|
40170
40345
|
/* Top */
|
40171
40346
|
|
40172
|
-
.ui[class*="top attached"]
|
40347
|
+
.ui.segment[class*="top attached"] {
|
40173
40348
|
bottom: 0;
|
40174
40349
|
margin-bottom: 0;
|
40175
40350
|
top: 0;
|
@@ -40181,6 +40356,10 @@ ol.ui.suffixed.list li:before,
|
|
40181
40356
|
margin-top: 0;
|
40182
40357
|
}
|
40183
40358
|
|
40359
|
+
.ui.tab.segment[class*="top attached"]:first-child {
|
40360
|
+
margin-top: 1rem;
|
40361
|
+
}
|
40362
|
+
|
40184
40363
|
/* Bottom */
|
40185
40364
|
|
40186
40365
|
.ui.segment[class*="bottom attached"] {
|
@@ -40194,6 +40373,10 @@ ol.ui.suffixed.list li:before,
|
|
40194
40373
|
}
|
40195
40374
|
|
40196
40375
|
.ui.segment[class*="bottom attached"]:last-child {
|
40376
|
+
margin-bottom: 0;
|
40377
|
+
}
|
40378
|
+
|
40379
|
+
.ui.tab.segment[class*="bottom attached"]:last-child {
|
40197
40380
|
margin-bottom: 1rem;
|
40198
40381
|
}
|
40199
40382
|
|
@@ -40263,7 +40446,7 @@ ol.ui.suffixed.list li:before,
|
|
40263
40446
|
Site Overrides
|
40264
40447
|
*******************************/
|
40265
40448
|
/*!
|
40266
|
-
* # Fomantic-UI 2.9.0-beta.
|
40449
|
+
* # Fomantic-UI 2.9.0-beta.80 - Step
|
40267
40450
|
* http://github.com/fomantic/Fomantic-UI/
|
40268
40451
|
*
|
40269
40452
|
*
|
@@ -40845,8 +41028,8 @@ ol.ui.suffixed.list li:before,
|
|
40845
41028
|
}
|
40846
41029
|
|
40847
41030
|
/*-------------------
|
40848
|
-
|
40849
|
-
--------------------*/
|
41031
|
+
Evenly Divided
|
41032
|
+
--------------------*/
|
40850
41033
|
|
40851
41034
|
.ui.one.steps,
|
40852
41035
|
.ui.two.steps,
|
@@ -41021,7 +41204,7 @@ ol.ui.suffixed.list li:before,
|
|
41021
41204
|
|
41022
41205
|
@font-face {
|
41023
41206
|
font-family: 'Step';
|
41024
|
-
src: url(data:application/x-font-ttf;charset=utf-8
|
41207
|
+
src: url(data:application/x-font-ttf;charset=utf-8;base64,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) format('truetype'), url(data:application/font-woff;charset=utf-8;base64,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) format('woff');
|
41025
41208
|
}
|
41026
41209
|
|
41027
41210
|
.ui.steps .step.completed > .icon:before,
|
@@ -41035,7 +41218,7 @@ ol.ui.suffixed.list li:before,
|
|
41035
41218
|
Site Overrides
|
41036
41219
|
*******************************/
|
41037
41220
|
/*!
|
41038
|
-
* # Fomantic-UI 2.9.0-beta.
|
41221
|
+
* # Fomantic-UI 2.9.0-beta.80 - Text
|
41039
41222
|
* http://github.com/fomantic/Fomantic-UI/
|
41040
41223
|
*
|
41041
41224
|
*
|
@@ -41230,7 +41413,7 @@ span.ui.massive.text {
|
|
41230
41413
|
Theme Overrides
|
41231
41414
|
*******************************/
|
41232
41415
|
/*!
|
41233
|
-
* # Fomantic-UI 2.9.0-beta.
|
41416
|
+
* # Fomantic-UI 2.9.0-beta.80 - Breadcrumb
|
41234
41417
|
* http://github.com/fomantic/Fomantic-UI/
|
41235
41418
|
*
|
41236
41419
|
*
|
@@ -41375,7 +41558,7 @@ span.ui.massive.text {
|
|
41375
41558
|
Site Overrides
|
41376
41559
|
*******************************/
|
41377
41560
|
/*!
|
41378
|
-
* # Fomantic-UI 2.9.0-beta.
|
41561
|
+
* # Fomantic-UI 2.9.0-beta.80 - Form
|
41379
41562
|
* http://github.com/fomantic/Fomantic-UI/
|
41380
41563
|
*
|
41381
41564
|
*
|
@@ -41444,9 +41627,11 @@ span.ui.massive.text {
|
|
41444
41627
|
|
41445
41628
|
.ui.form textarea,
|
41446
41629
|
.ui.form input:not([type]),
|
41630
|
+
.ui.form input[type="color"],
|
41447
41631
|
.ui.form input[type="date"],
|
41448
41632
|
.ui.form input[type="datetime-local"],
|
41449
41633
|
.ui.form input[type="email"],
|
41634
|
+
.ui.form input[type="month"],
|
41450
41635
|
.ui.form input[type="number"],
|
41451
41636
|
.ui.form input[type="password"],
|
41452
41637
|
.ui.form input[type="search"],
|
@@ -41454,7 +41639,8 @@ span.ui.massive.text {
|
|
41454
41639
|
.ui.form input[type="time"],
|
41455
41640
|
.ui.form input[type="text"],
|
41456
41641
|
.ui.form input[type="file"],
|
41457
|
-
.ui.form input[type="url"]
|
41642
|
+
.ui.form input[type="url"],
|
41643
|
+
.ui.form input[type="week"] {
|
41458
41644
|
width: 100%;
|
41459
41645
|
vertical-align: top;
|
41460
41646
|
}
|
@@ -41467,9 +41653,11 @@ span.ui.massive.text {
|
|
41467
41653
|
}
|
41468
41654
|
|
41469
41655
|
.ui.form input:not([type]),
|
41656
|
+
.ui.form input[type="color"],
|
41470
41657
|
.ui.form input[type="date"],
|
41471
41658
|
.ui.form input[type="datetime-local"],
|
41472
41659
|
.ui.form input[type="email"],
|
41660
|
+
.ui.form input[type="month"],
|
41473
41661
|
.ui.form input[type="number"],
|
41474
41662
|
.ui.form input[type="password"],
|
41475
41663
|
.ui.form input[type="search"],
|
@@ -41477,7 +41665,8 @@ span.ui.massive.text {
|
|
41477
41665
|
.ui.form input[type="time"],
|
41478
41666
|
.ui.form input[type="text"],
|
41479
41667
|
.ui.form input[type="file"],
|
41480
|
-
.ui.form input[type="url"]
|
41668
|
+
.ui.form input[type="url"],
|
41669
|
+
.ui.form input[type="week"] {
|
41481
41670
|
font-family: 'Lato', 'Helvetica Neue', Arial, Helvetica, sans-serif;
|
41482
41671
|
margin: 0;
|
41483
41672
|
outline: none;
|
@@ -41496,6 +41685,10 @@ span.ui.massive.text {
|
|
41496
41685
|
transition: color 0.1s ease, border-color 0.1s ease;
|
41497
41686
|
}
|
41498
41687
|
|
41688
|
+
.ui.form input[type="color"] {
|
41689
|
+
padding: initial;
|
41690
|
+
}
|
41691
|
+
|
41499
41692
|
/* Text Area */
|
41500
41693
|
|
41501
41694
|
.ui.input textarea,
|
@@ -41613,7 +41806,7 @@ span.ui.massive.text {
|
|
41613
41806
|
|
41614
41807
|
/* Block */
|
41615
41808
|
|
41616
|
-
.ui.form .field > .selection.dropdown {
|
41809
|
+
.ui.form .field > .selection.dropdown:not(.compact) {
|
41617
41810
|
min-width: auto;
|
41618
41811
|
width: 100%;
|
41619
41812
|
}
|
@@ -41720,6 +41913,10 @@ span.ui.massive.text {
|
|
41720
41913
|
color: #9F3A38 !important;
|
41721
41914
|
}
|
41722
41915
|
|
41916
|
+
.ui.form .field .prompt.label li:before {
|
41917
|
+
color: #9F3A38;
|
41918
|
+
}
|
41919
|
+
|
41723
41920
|
.ui.form .inline.fields .field .prompt,
|
41724
41921
|
.ui.form .inline.field .prompt {
|
41725
41922
|
vertical-align: top;
|
@@ -41793,9 +41990,11 @@ span.ui.massive.text {
|
|
41793
41990
|
---------------------*/
|
41794
41991
|
|
41795
41992
|
.ui.form input:not([type]):focus,
|
41993
|
+
.ui.form input[type="color"]:focus,
|
41796
41994
|
.ui.form input[type="date"]:focus,
|
41797
41995
|
.ui.form input[type="datetime-local"]:focus,
|
41798
41996
|
.ui.form input[type="email"]:focus,
|
41997
|
+
.ui.form input[type="month"]:focus,
|
41799
41998
|
.ui.form input[type="number"]:focus,
|
41800
41999
|
.ui.form input[type="password"]:focus,
|
41801
42000
|
.ui.form input[type="search"]:focus,
|
@@ -41803,7 +42002,8 @@ span.ui.massive.text {
|
|
41803
42002
|
.ui.form input[type="time"]:focus,
|
41804
42003
|
.ui.form input[type="text"]:focus,
|
41805
42004
|
.ui.form input[type="file"]:focus,
|
41806
|
-
.ui.form input[type="url"]:focus
|
42005
|
+
.ui.form input[type="url"]:focus,
|
42006
|
+
.ui.form input[type="week"]:focus {
|
41807
42007
|
color: rgba(0, 0, 0, 0.95);
|
41808
42008
|
border-color: #85B7D9;
|
41809
42009
|
border-radius: 0.28571429rem;
|
@@ -41813,9 +42013,11 @@ span.ui.massive.text {
|
|
41813
42013
|
}
|
41814
42014
|
|
41815
42015
|
.ui.form .ui.action.input:not([class*="left action"]) input:not([type]):focus,
|
42016
|
+
.ui.form .ui.action.input:not([class*="left action"]) input[type="color"]:focus,
|
41816
42017
|
.ui.form .ui.action.input:not([class*="left action"]) input[type="date"]:focus,
|
41817
42018
|
.ui.form .ui.action.input:not([class*="left action"]) input[type="datetime-local"]:focus,
|
41818
42019
|
.ui.form .ui.action.input:not([class*="left action"]) input[type="email"]:focus,
|
42020
|
+
.ui.form .ui.action.input:not([class*="left action"]) input[type="month"]:focus,
|
41819
42021
|
.ui.form .ui.action.input:not([class*="left action"]) input[type="number"]:focus,
|
41820
42022
|
.ui.form .ui.action.input:not([class*="left action"]) input[type="password"]:focus,
|
41821
42023
|
.ui.form .ui.action.input:not([class*="left action"]) input[type="search"]:focus,
|
@@ -41823,15 +42025,18 @@ span.ui.massive.text {
|
|
41823
42025
|
.ui.form .ui.action.input:not([class*="left action"]) input[type="time"]:focus,
|
41824
42026
|
.ui.form .ui.action.input:not([class*="left action"]) input[type="text"]:focus,
|
41825
42027
|
.ui.form .ui.action.input:not([class*="left action"]) input[type="file"]:focus,
|
41826
|
-
.ui.form .ui.action.input:not([class*="left action"]) input[type="url"]:focus
|
42028
|
+
.ui.form .ui.action.input:not([class*="left action"]) input[type="url"]:focus,
|
42029
|
+
.ui.form .ui.action.input:not([class*="left action"]) input[type="week"]:focus {
|
41827
42030
|
border-top-right-radius: 0;
|
41828
42031
|
border-bottom-right-radius: 0;
|
41829
42032
|
}
|
41830
42033
|
|
41831
42034
|
.ui.form .ui[class*="left action"].input input:not([type]),
|
42035
|
+
.ui.form .ui[class*="left action"].input input[type="color"],
|
41832
42036
|
.ui.form .ui[class*="left action"].input input[type="date"],
|
41833
42037
|
.ui.form .ui[class*="left action"].input input[type="datetime-local"],
|
41834
42038
|
.ui.form .ui[class*="left action"].input input[type="email"],
|
42039
|
+
.ui.form .ui[class*="left action"].input input[type="month"],
|
41835
42040
|
.ui.form .ui[class*="left action"].input input[type="number"],
|
41836
42041
|
.ui.form .ui[class*="left action"].input input[type="password"],
|
41837
42042
|
.ui.form .ui[class*="left action"].input input[type="search"],
|
@@ -41839,7 +42044,8 @@ span.ui.massive.text {
|
|
41839
42044
|
.ui.form .ui[class*="left action"].input input[type="time"],
|
41840
42045
|
.ui.form .ui[class*="left action"].input input[type="text"],
|
41841
42046
|
.ui.form .ui[class*="left action"].input input[type="file"],
|
41842
|
-
.ui.form .ui[class*="left action"].input input[type="url"]
|
42047
|
+
.ui.form .ui[class*="left action"].input input[type="url"],
|
42048
|
+
.ui.form .ui[class*="left action"].input input[type="week"] {
|
41843
42049
|
border-bottom-left-radius: 0;
|
41844
42050
|
border-top-left-radius: 0;
|
41845
42051
|
}
|
@@ -41916,9 +42122,11 @@ span.ui.massive.text {
|
|
41916
42122
|
.ui.form .fields.error .field textarea,
|
41917
42123
|
.ui.form .fields.error .field select,
|
41918
42124
|
.ui.form .fields.error .field input:not([type]),
|
42125
|
+
.ui.form .fields.error .field input[type="color"],
|
41919
42126
|
.ui.form .fields.error .field input[type="date"],
|
41920
42127
|
.ui.form .fields.error .field input[type="datetime-local"],
|
41921
42128
|
.ui.form .fields.error .field input[type="email"],
|
42129
|
+
.ui.form .fields.error .field input[type="month"],
|
41922
42130
|
.ui.form .fields.error .field input[type="number"],
|
41923
42131
|
.ui.form .fields.error .field input[type="password"],
|
41924
42132
|
.ui.form .fields.error .field input[type="search"],
|
@@ -41927,12 +42135,15 @@ span.ui.massive.text {
|
|
41927
42135
|
.ui.form .fields.error .field input[type="text"],
|
41928
42136
|
.ui.form .fields.error .field input[type="file"],
|
41929
42137
|
.ui.form .fields.error .field input[type="url"],
|
42138
|
+
.ui.form .fields.error .field input[type="week"],
|
41930
42139
|
.ui.form .field.error textarea,
|
41931
42140
|
.ui.form .field.error select,
|
41932
42141
|
.ui.form .field.error input:not([type]),
|
42142
|
+
.ui.form .field.error input[type="color"],
|
41933
42143
|
.ui.form .field.error input[type="date"],
|
41934
42144
|
.ui.form .field.error input[type="datetime-local"],
|
41935
42145
|
.ui.form .field.error input[type="email"],
|
42146
|
+
.ui.form .field.error input[type="month"],
|
41936
42147
|
.ui.form .field.error input[type="number"],
|
41937
42148
|
.ui.form .field.error input[type="password"],
|
41938
42149
|
.ui.form .field.error input[type="search"],
|
@@ -41940,7 +42151,8 @@ span.ui.massive.text {
|
|
41940
42151
|
.ui.form .field.error input[type="time"],
|
41941
42152
|
.ui.form .field.error input[type="text"],
|
41942
42153
|
.ui.form .field.error input[type="file"],
|
41943
|
-
.ui.form .field.error input[type="url"]
|
42154
|
+
.ui.form .field.error input[type="url"],
|
42155
|
+
.ui.form .field.error input[type="week"] {
|
41944
42156
|
color: #9F3A38;
|
41945
42157
|
background: #FFF6F6;
|
41946
42158
|
border-color: #E0B4B4;
|
@@ -41949,12 +42161,31 @@ span.ui.massive.text {
|
|
41949
42161
|
box-shadow: none;
|
41950
42162
|
}
|
41951
42163
|
|
42164
|
+
.ui.form .field input:not(:placeholder-shown):invalid {
|
42165
|
+
color: #9F3A38;
|
42166
|
+
background: #FFF6F6;
|
42167
|
+
border-color: #E0B4B4;
|
42168
|
+
border-radius: '';
|
42169
|
+
-webkit-box-shadow: none;
|
42170
|
+
box-shadow: none;
|
42171
|
+
}
|
42172
|
+
|
42173
|
+
.ui.form .field input:not(:-ms-input-placeholder):invalid {
|
42174
|
+
color: #9F3A38;
|
42175
|
+
background: #FFF6F6;
|
42176
|
+
border-color: #E0B4B4;
|
42177
|
+
border-radius: '';
|
42178
|
+
box-shadow: none;
|
42179
|
+
}
|
42180
|
+
|
41952
42181
|
.ui.form .field.error textarea:focus,
|
41953
42182
|
.ui.form .field.error select:focus,
|
41954
42183
|
.ui.form .field.error input:not([type]):focus,
|
42184
|
+
.ui.form .field.error input[type="color"]:focus,
|
41955
42185
|
.ui.form .field.error input[type="date"]:focus,
|
41956
42186
|
.ui.form .field.error input[type="datetime-local"]:focus,
|
41957
42187
|
.ui.form .field.error input[type="email"]:focus,
|
42188
|
+
.ui.form .field.error input[type="month"]:focus,
|
41958
42189
|
.ui.form .field.error input[type="number"]:focus,
|
41959
42190
|
.ui.form .field.error input[type="password"]:focus,
|
41960
42191
|
.ui.form .field.error input[type="search"]:focus,
|
@@ -41962,7 +42193,8 @@ span.ui.massive.text {
|
|
41962
42193
|
.ui.form .field.error input[type="time"]:focus,
|
41963
42194
|
.ui.form .field.error input[type="text"]:focus,
|
41964
42195
|
.ui.form .field.error input[type="file"]:focus,
|
41965
|
-
.ui.form .field.error input[type="url"]:focus
|
42196
|
+
.ui.form .field.error input[type="url"]:focus,
|
42197
|
+
.ui.form .field.error input[type="week"]:focus {
|
41966
42198
|
background: #FFF6F6;
|
41967
42199
|
border-color: #E0B4B4;
|
41968
42200
|
color: #9F3A38;
|
@@ -42084,24 +42316,18 @@ span.ui.massive.text {
|
|
42084
42316
|
---------------------*/
|
42085
42317
|
|
42086
42318
|
.ui.form .fields.error .field .checkbox:not(.toggle):not(.slider) label,
|
42087
|
-
.ui.form .field.error .checkbox:not(.toggle):not(.slider) label
|
42088
|
-
.ui.form .fields.error .field .checkbox:not(.toggle):not(.slider) .box,
|
42089
|
-
.ui.form .field.error .checkbox:not(.toggle):not(.slider) .box {
|
42319
|
+
.ui.form .field.error .checkbox:not(.toggle):not(.slider) label {
|
42090
42320
|
color: #9F3A38;
|
42091
42321
|
}
|
42092
42322
|
|
42093
42323
|
.ui.form .fields.error .field .checkbox:not(.toggle):not(.slider) label:before,
|
42094
|
-
.ui.form .field.error .checkbox:not(.toggle):not(.slider) label:before
|
42095
|
-
.ui.form .fields.error .field .checkbox:not(.toggle):not(.slider) .box:before,
|
42096
|
-
.ui.form .field.error .checkbox:not(.toggle):not(.slider) .box:before {
|
42324
|
+
.ui.form .field.error .checkbox:not(.toggle):not(.slider) label:before {
|
42097
42325
|
background: #FFF6F6;
|
42098
42326
|
border-color: #E0B4B4;
|
42099
42327
|
}
|
42100
42328
|
|
42101
42329
|
.ui.form .fields.error .field .checkbox label:after,
|
42102
|
-
.ui.form .field.error .checkbox label:after
|
42103
|
-
.ui.form .fields.error .field .checkbox .box:after,
|
42104
|
-
.ui.form .field.error .checkbox .box:after {
|
42330
|
+
.ui.form .field.error .checkbox label:after {
|
42105
42331
|
color: #9F3A38;
|
42106
42332
|
}
|
42107
42333
|
|
@@ -42168,9 +42394,11 @@ span.ui.massive.text {
|
|
42168
42394
|
.ui.form .fields.info .field textarea,
|
42169
42395
|
.ui.form .fields.info .field select,
|
42170
42396
|
.ui.form .fields.info .field input:not([type]),
|
42397
|
+
.ui.form .fields.info .field input[type="color"],
|
42171
42398
|
.ui.form .fields.info .field input[type="date"],
|
42172
42399
|
.ui.form .fields.info .field input[type="datetime-local"],
|
42173
42400
|
.ui.form .fields.info .field input[type="email"],
|
42401
|
+
.ui.form .fields.info .field input[type="month"],
|
42174
42402
|
.ui.form .fields.info .field input[type="number"],
|
42175
42403
|
.ui.form .fields.info .field input[type="password"],
|
42176
42404
|
.ui.form .fields.info .field input[type="search"],
|
@@ -42179,12 +42407,15 @@ span.ui.massive.text {
|
|
42179
42407
|
.ui.form .fields.info .field input[type="text"],
|
42180
42408
|
.ui.form .fields.info .field input[type="file"],
|
42181
42409
|
.ui.form .fields.info .field input[type="url"],
|
42410
|
+
.ui.form .fields.info .field input[type="week"],
|
42182
42411
|
.ui.form .field.info textarea,
|
42183
42412
|
.ui.form .field.info select,
|
42184
42413
|
.ui.form .field.info input:not([type]),
|
42414
|
+
.ui.form .field.info input[type="color"],
|
42185
42415
|
.ui.form .field.info input[type="date"],
|
42186
42416
|
.ui.form .field.info input[type="datetime-local"],
|
42187
42417
|
.ui.form .field.info input[type="email"],
|
42418
|
+
.ui.form .field.info input[type="month"],
|
42188
42419
|
.ui.form .field.info input[type="number"],
|
42189
42420
|
.ui.form .field.info input[type="password"],
|
42190
42421
|
.ui.form .field.info input[type="search"],
|
@@ -42192,7 +42423,8 @@ span.ui.massive.text {
|
|
42192
42423
|
.ui.form .field.info input[type="time"],
|
42193
42424
|
.ui.form .field.info input[type="text"],
|
42194
42425
|
.ui.form .field.info input[type="file"],
|
42195
|
-
.ui.form .field.info input[type="url"]
|
42426
|
+
.ui.form .field.info input[type="url"],
|
42427
|
+
.ui.form .field.info input[type="week"] {
|
42196
42428
|
color: #276F86;
|
42197
42429
|
background: #F8FFFF;
|
42198
42430
|
border-color: #A9D5DE;
|
@@ -42204,9 +42436,11 @@ span.ui.massive.text {
|
|
42204
42436
|
.ui.form .field.info textarea:focus,
|
42205
42437
|
.ui.form .field.info select:focus,
|
42206
42438
|
.ui.form .field.info input:not([type]):focus,
|
42439
|
+
.ui.form .field.info input[type="color"]:focus,
|
42207
42440
|
.ui.form .field.info input[type="date"]:focus,
|
42208
42441
|
.ui.form .field.info input[type="datetime-local"]:focus,
|
42209
42442
|
.ui.form .field.info input[type="email"]:focus,
|
42443
|
+
.ui.form .field.info input[type="month"]:focus,
|
42210
42444
|
.ui.form .field.info input[type="number"]:focus,
|
42211
42445
|
.ui.form .field.info input[type="password"]:focus,
|
42212
42446
|
.ui.form .field.info input[type="search"]:focus,
|
@@ -42214,7 +42448,8 @@ span.ui.massive.text {
|
|
42214
42448
|
.ui.form .field.info input[type="time"]:focus,
|
42215
42449
|
.ui.form .field.info input[type="text"]:focus,
|
42216
42450
|
.ui.form .field.info input[type="file"]:focus,
|
42217
|
-
.ui.form .field.info input[type="url"]:focus
|
42451
|
+
.ui.form .field.info input[type="url"]:focus,
|
42452
|
+
.ui.form .field.info input[type="week"]:focus {
|
42218
42453
|
background: #F8FFFF;
|
42219
42454
|
border-color: #A9D5DE;
|
42220
42455
|
color: #276F86;
|
@@ -42336,24 +42571,18 @@ span.ui.massive.text {
|
|
42336
42571
|
---------------------*/
|
42337
42572
|
|
42338
42573
|
.ui.form .fields.info .field .checkbox:not(.toggle):not(.slider) label,
|
42339
|
-
.ui.form .field.info .checkbox:not(.toggle):not(.slider) label
|
42340
|
-
.ui.form .fields.info .field .checkbox:not(.toggle):not(.slider) .box,
|
42341
|
-
.ui.form .field.info .checkbox:not(.toggle):not(.slider) .box {
|
42574
|
+
.ui.form .field.info .checkbox:not(.toggle):not(.slider) label {
|
42342
42575
|
color: #276F86;
|
42343
42576
|
}
|
42344
42577
|
|
42345
42578
|
.ui.form .fields.info .field .checkbox:not(.toggle):not(.slider) label:before,
|
42346
|
-
.ui.form .field.info .checkbox:not(.toggle):not(.slider) label:before
|
42347
|
-
.ui.form .fields.info .field .checkbox:not(.toggle):not(.slider) .box:before,
|
42348
|
-
.ui.form .field.info .checkbox:not(.toggle):not(.slider) .box:before {
|
42579
|
+
.ui.form .field.info .checkbox:not(.toggle):not(.slider) label:before {
|
42349
42580
|
background: #F8FFFF;
|
42350
42581
|
border-color: #A9D5DE;
|
42351
42582
|
}
|
42352
42583
|
|
42353
42584
|
.ui.form .fields.info .field .checkbox label:after,
|
42354
|
-
.ui.form .field.info .checkbox label:after
|
42355
|
-
.ui.form .fields.info .field .checkbox .box:after,
|
42356
|
-
.ui.form .field.info .checkbox .box:after {
|
42585
|
+
.ui.form .field.info .checkbox label:after {
|
42357
42586
|
color: #276F86;
|
42358
42587
|
}
|
42359
42588
|
|
@@ -42420,9 +42649,11 @@ span.ui.massive.text {
|
|
42420
42649
|
.ui.form .fields.success .field textarea,
|
42421
42650
|
.ui.form .fields.success .field select,
|
42422
42651
|
.ui.form .fields.success .field input:not([type]),
|
42652
|
+
.ui.form .fields.success .field input[type="color"],
|
42423
42653
|
.ui.form .fields.success .field input[type="date"],
|
42424
42654
|
.ui.form .fields.success .field input[type="datetime-local"],
|
42425
42655
|
.ui.form .fields.success .field input[type="email"],
|
42656
|
+
.ui.form .fields.success .field input[type="month"],
|
42426
42657
|
.ui.form .fields.success .field input[type="number"],
|
42427
42658
|
.ui.form .fields.success .field input[type="password"],
|
42428
42659
|
.ui.form .fields.success .field input[type="search"],
|
@@ -42431,12 +42662,15 @@ span.ui.massive.text {
|
|
42431
42662
|
.ui.form .fields.success .field input[type="text"],
|
42432
42663
|
.ui.form .fields.success .field input[type="file"],
|
42433
42664
|
.ui.form .fields.success .field input[type="url"],
|
42665
|
+
.ui.form .fields.success .field input[type="week"],
|
42434
42666
|
.ui.form .field.success textarea,
|
42435
42667
|
.ui.form .field.success select,
|
42436
42668
|
.ui.form .field.success input:not([type]),
|
42669
|
+
.ui.form .field.success input[type="color"],
|
42437
42670
|
.ui.form .field.success input[type="date"],
|
42438
42671
|
.ui.form .field.success input[type="datetime-local"],
|
42439
42672
|
.ui.form .field.success input[type="email"],
|
42673
|
+
.ui.form .field.success input[type="month"],
|
42440
42674
|
.ui.form .field.success input[type="number"],
|
42441
42675
|
.ui.form .field.success input[type="password"],
|
42442
42676
|
.ui.form .field.success input[type="search"],
|
@@ -42444,7 +42678,8 @@ span.ui.massive.text {
|
|
42444
42678
|
.ui.form .field.success input[type="time"],
|
42445
42679
|
.ui.form .field.success input[type="text"],
|
42446
42680
|
.ui.form .field.success input[type="file"],
|
42447
|
-
.ui.form .field.success input[type="url"]
|
42681
|
+
.ui.form .field.success input[type="url"],
|
42682
|
+
.ui.form .field.success input[type="week"] {
|
42448
42683
|
color: #2C662D;
|
42449
42684
|
background: #FCFFF5;
|
42450
42685
|
border-color: #A3C293;
|
@@ -42456,9 +42691,11 @@ span.ui.massive.text {
|
|
42456
42691
|
.ui.form .field.success textarea:focus,
|
42457
42692
|
.ui.form .field.success select:focus,
|
42458
42693
|
.ui.form .field.success input:not([type]):focus,
|
42694
|
+
.ui.form .field.success input[type="color"]:focus,
|
42459
42695
|
.ui.form .field.success input[type="date"]:focus,
|
42460
42696
|
.ui.form .field.success input[type="datetime-local"]:focus,
|
42461
42697
|
.ui.form .field.success input[type="email"]:focus,
|
42698
|
+
.ui.form .field.success input[type="month"]:focus,
|
42462
42699
|
.ui.form .field.success input[type="number"]:focus,
|
42463
42700
|
.ui.form .field.success input[type="password"]:focus,
|
42464
42701
|
.ui.form .field.success input[type="search"]:focus,
|
@@ -42466,7 +42703,8 @@ span.ui.massive.text {
|
|
42466
42703
|
.ui.form .field.success input[type="time"]:focus,
|
42467
42704
|
.ui.form .field.success input[type="text"]:focus,
|
42468
42705
|
.ui.form .field.success input[type="file"]:focus,
|
42469
|
-
.ui.form .field.success input[type="url"]:focus
|
42706
|
+
.ui.form .field.success input[type="url"]:focus,
|
42707
|
+
.ui.form .field.success input[type="week"]:focus {
|
42470
42708
|
background: #FCFFF5;
|
42471
42709
|
border-color: #A3C293;
|
42472
42710
|
color: #2C662D;
|
@@ -42588,24 +42826,18 @@ span.ui.massive.text {
|
|
42588
42826
|
---------------------*/
|
42589
42827
|
|
42590
42828
|
.ui.form .fields.success .field .checkbox:not(.toggle):not(.slider) label,
|
42591
|
-
.ui.form .field.success .checkbox:not(.toggle):not(.slider) label
|
42592
|
-
.ui.form .fields.success .field .checkbox:not(.toggle):not(.slider) .box,
|
42593
|
-
.ui.form .field.success .checkbox:not(.toggle):not(.slider) .box {
|
42829
|
+
.ui.form .field.success .checkbox:not(.toggle):not(.slider) label {
|
42594
42830
|
color: #2C662D;
|
42595
42831
|
}
|
42596
42832
|
|
42597
42833
|
.ui.form .fields.success .field .checkbox:not(.toggle):not(.slider) label:before,
|
42598
|
-
.ui.form .field.success .checkbox:not(.toggle):not(.slider) label:before
|
42599
|
-
.ui.form .fields.success .field .checkbox:not(.toggle):not(.slider) .box:before,
|
42600
|
-
.ui.form .field.success .checkbox:not(.toggle):not(.slider) .box:before {
|
42834
|
+
.ui.form .field.success .checkbox:not(.toggle):not(.slider) label:before {
|
42601
42835
|
background: #FCFFF5;
|
42602
42836
|
border-color: #A3C293;
|
42603
42837
|
}
|
42604
42838
|
|
42605
42839
|
.ui.form .fields.success .field .checkbox label:after,
|
42606
|
-
.ui.form .field.success .checkbox label:after
|
42607
|
-
.ui.form .fields.success .field .checkbox .box:after,
|
42608
|
-
.ui.form .field.success .checkbox .box:after {
|
42840
|
+
.ui.form .field.success .checkbox label:after {
|
42609
42841
|
color: #2C662D;
|
42610
42842
|
}
|
42611
42843
|
|
@@ -42672,9 +42904,11 @@ span.ui.massive.text {
|
|
42672
42904
|
.ui.form .fields.warning .field textarea,
|
42673
42905
|
.ui.form .fields.warning .field select,
|
42674
42906
|
.ui.form .fields.warning .field input:not([type]),
|
42907
|
+
.ui.form .fields.warning .field input[type="color"],
|
42675
42908
|
.ui.form .fields.warning .field input[type="date"],
|
42676
42909
|
.ui.form .fields.warning .field input[type="datetime-local"],
|
42677
42910
|
.ui.form .fields.warning .field input[type="email"],
|
42911
|
+
.ui.form .fields.warning .field input[type="month"],
|
42678
42912
|
.ui.form .fields.warning .field input[type="number"],
|
42679
42913
|
.ui.form .fields.warning .field input[type="password"],
|
42680
42914
|
.ui.form .fields.warning .field input[type="search"],
|
@@ -42683,12 +42917,15 @@ span.ui.massive.text {
|
|
42683
42917
|
.ui.form .fields.warning .field input[type="text"],
|
42684
42918
|
.ui.form .fields.warning .field input[type="file"],
|
42685
42919
|
.ui.form .fields.warning .field input[type="url"],
|
42920
|
+
.ui.form .fields.warning .field input[type="week"],
|
42686
42921
|
.ui.form .field.warning textarea,
|
42687
42922
|
.ui.form .field.warning select,
|
42688
42923
|
.ui.form .field.warning input:not([type]),
|
42924
|
+
.ui.form .field.warning input[type="color"],
|
42689
42925
|
.ui.form .field.warning input[type="date"],
|
42690
42926
|
.ui.form .field.warning input[type="datetime-local"],
|
42691
42927
|
.ui.form .field.warning input[type="email"],
|
42928
|
+
.ui.form .field.warning input[type="month"],
|
42692
42929
|
.ui.form .field.warning input[type="number"],
|
42693
42930
|
.ui.form .field.warning input[type="password"],
|
42694
42931
|
.ui.form .field.warning input[type="search"],
|
@@ -42696,7 +42933,8 @@ span.ui.massive.text {
|
|
42696
42933
|
.ui.form .field.warning input[type="time"],
|
42697
42934
|
.ui.form .field.warning input[type="text"],
|
42698
42935
|
.ui.form .field.warning input[type="file"],
|
42699
|
-
.ui.form .field.warning input[type="url"]
|
42936
|
+
.ui.form .field.warning input[type="url"],
|
42937
|
+
.ui.form .field.warning input[type="week"] {
|
42700
42938
|
color: #573A08;
|
42701
42939
|
background: #FFFAF3;
|
42702
42940
|
border-color: #C9BA9B;
|
@@ -42708,9 +42946,11 @@ span.ui.massive.text {
|
|
42708
42946
|
.ui.form .field.warning textarea:focus,
|
42709
42947
|
.ui.form .field.warning select:focus,
|
42710
42948
|
.ui.form .field.warning input:not([type]):focus,
|
42949
|
+
.ui.form .field.warning input[type="color"]:focus,
|
42711
42950
|
.ui.form .field.warning input[type="date"]:focus,
|
42712
42951
|
.ui.form .field.warning input[type="datetime-local"]:focus,
|
42713
42952
|
.ui.form .field.warning input[type="email"]:focus,
|
42953
|
+
.ui.form .field.warning input[type="month"]:focus,
|
42714
42954
|
.ui.form .field.warning input[type="number"]:focus,
|
42715
42955
|
.ui.form .field.warning input[type="password"]:focus,
|
42716
42956
|
.ui.form .field.warning input[type="search"]:focus,
|
@@ -42718,7 +42958,8 @@ span.ui.massive.text {
|
|
42718
42958
|
.ui.form .field.warning input[type="time"]:focus,
|
42719
42959
|
.ui.form .field.warning input[type="text"]:focus,
|
42720
42960
|
.ui.form .field.warning input[type="file"]:focus,
|
42721
|
-
.ui.form .field.warning input[type="url"]:focus
|
42961
|
+
.ui.form .field.warning input[type="url"]:focus,
|
42962
|
+
.ui.form .field.warning input[type="week"]:focus {
|
42722
42963
|
background: #FFFAF3;
|
42723
42964
|
border-color: #C9BA9B;
|
42724
42965
|
color: #573A08;
|
@@ -42840,24 +43081,18 @@ span.ui.massive.text {
|
|
42840
43081
|
---------------------*/
|
42841
43082
|
|
42842
43083
|
.ui.form .fields.warning .field .checkbox:not(.toggle):not(.slider) label,
|
42843
|
-
.ui.form .field.warning .checkbox:not(.toggle):not(.slider) label
|
42844
|
-
.ui.form .fields.warning .field .checkbox:not(.toggle):not(.slider) .box,
|
42845
|
-
.ui.form .field.warning .checkbox:not(.toggle):not(.slider) .box {
|
43084
|
+
.ui.form .field.warning .checkbox:not(.toggle):not(.slider) label {
|
42846
43085
|
color: #573A08;
|
42847
43086
|
}
|
42848
43087
|
|
42849
43088
|
.ui.form .fields.warning .field .checkbox:not(.toggle):not(.slider) label:before,
|
42850
|
-
.ui.form .field.warning .checkbox:not(.toggle):not(.slider) label:before
|
42851
|
-
.ui.form .fields.warning .field .checkbox:not(.toggle):not(.slider) .box:before,
|
42852
|
-
.ui.form .field.warning .checkbox:not(.toggle):not(.slider) .box:before {
|
43089
|
+
.ui.form .field.warning .checkbox:not(.toggle):not(.slider) label:before {
|
42853
43090
|
background: #FFFAF3;
|
42854
43091
|
border-color: #C9BA9B;
|
42855
43092
|
}
|
42856
43093
|
|
42857
43094
|
.ui.form .fields.warning .field .checkbox label:after,
|
42858
|
-
.ui.form .field.warning .checkbox label:after
|
42859
|
-
.ui.form .fields.warning .field .checkbox .box:after,
|
42860
|
-
.ui.form .field.warning .checkbox .box:after {
|
43095
|
+
.ui.form .field.warning .checkbox label:after {
|
42861
43096
|
color: #573A08;
|
42862
43097
|
}
|
42863
43098
|
|
@@ -42974,9 +43209,7 @@ span.ui.massive.text {
|
|
42974
43209
|
.ui.inverted.form label,
|
42975
43210
|
.ui.form .inverted.segment label,
|
42976
43211
|
.ui.form .inverted.segment .ui.checkbox label,
|
42977
|
-
.ui.form .inverted.segment .ui.checkbox .box,
|
42978
43212
|
.ui.inverted.form .ui.checkbox label,
|
42979
|
-
.ui.inverted.form .ui.checkbox .box,
|
42980
43213
|
.ui.inverted.form .inline.fields > label,
|
42981
43214
|
.ui.inverted.form .inline.fields .field > label,
|
42982
43215
|
.ui.inverted.form .inline.fields .field > p,
|
@@ -42996,9 +43229,11 @@ span.ui.massive.text {
|
|
42996
43229
|
/* Inverted Field */
|
42997
43230
|
|
42998
43231
|
.ui.inverted.form input:not([type]),
|
43232
|
+
.ui.inverted.form input[type="color"],
|
42999
43233
|
.ui.inverted.form input[type="date"],
|
43000
43234
|
.ui.inverted.form input[type="datetime-local"],
|
43001
43235
|
.ui.inverted.form input[type="email"],
|
43236
|
+
.ui.inverted.form input[type="month"],
|
43002
43237
|
.ui.inverted.form input[type="number"],
|
43003
43238
|
.ui.inverted.form input[type="password"],
|
43004
43239
|
.ui.inverted.form input[type="search"],
|
@@ -43006,7 +43241,8 @@ span.ui.massive.text {
|
|
43006
43241
|
.ui.inverted.form input[type="time"],
|
43007
43242
|
.ui.inverted.form input[type="text"],
|
43008
43243
|
.ui.inverted.form input[type="file"],
|
43009
|
-
.ui.inverted.form input[type="url"]
|
43244
|
+
.ui.inverted.form input[type="url"],
|
43245
|
+
.ui.inverted.form input[type="week"] {
|
43010
43246
|
background: #FFFFFF;
|
43011
43247
|
border-color: rgba(255, 255, 255, 0.1);
|
43012
43248
|
color: rgba(0, 0, 0, 0.87);
|
@@ -43378,7 +43614,7 @@ span.ui.massive.text {
|
|
43378
43614
|
Site Overrides
|
43379
43615
|
*******************************/
|
43380
43616
|
/*!
|
43381
|
-
* # Fomantic-UI 2.9.0-beta.
|
43617
|
+
* # Fomantic-UI 2.9.0-beta.80 - Grid
|
43382
43618
|
* http://github.com/fomantic/Fomantic-UI/
|
43383
43619
|
*
|
43384
43620
|
*
|
@@ -43774,8 +44010,8 @@ span.ui.massive.text {
|
|
43774
44010
|
}
|
43775
44011
|
|
43776
44012
|
/*-------------------
|
43777
|
-
|
43778
|
-
--------------------*/
|
44013
|
+
Column Width
|
44014
|
+
--------------------*/
|
43779
44015
|
|
43780
44016
|
/* Sizing Combinations */
|
43781
44017
|
|
@@ -43892,8 +44128,8 @@ span.ui.massive.text {
|
|
43892
44128
|
}
|
43893
44129
|
|
43894
44130
|
/*----------------------
|
43895
|
-
|
43896
|
-
-----------------------*/
|
44131
|
+
Width per Device
|
44132
|
+
-----------------------*/
|
43897
44133
|
|
43898
44134
|
/* Mobile Sizing Combinations */
|
43899
44135
|
|
@@ -44991,8 +45227,8 @@ span.ui.massive.text {
|
|
44991
45227
|
}
|
44992
45228
|
|
44993
45229
|
/*----------------------
|
44994
|
-
|
44995
|
-
-----------------------*/
|
45230
|
+
Equal Width
|
45231
|
+
-----------------------*/
|
44996
45232
|
|
44997
45233
|
.ui[class*="equal width"].grid > .column:not(.row),
|
44998
45234
|
.ui[class*="equal width"].grid > .row > .column,
|
@@ -45209,7 +45445,6 @@ span.ui.massive.text {
|
|
45209
45445
|
|
45210
45446
|
.ui.grid > .doubling.row > .column,
|
45211
45447
|
.ui.doubling.grid > .row > .column {
|
45212
|
-
display: inline-block !important;
|
45213
45448
|
padding-top: 1rem !important;
|
45214
45449
|
padding-bottom: 1rem !important;
|
45215
45450
|
-webkit-box-shadow: none !important;
|
@@ -45217,6 +45452,11 @@ span.ui.massive.text {
|
|
45217
45452
|
margin: 0;
|
45218
45453
|
}
|
45219
45454
|
|
45455
|
+
.ui.grid:not(.stretched) > .doubling.row:not(.stretched) > .column:not(.stretched),
|
45456
|
+
.ui.doubling.grid:not(.stretched) > .row:not(.stretched) > .column:not(.stretched) {
|
45457
|
+
display: inline-block !important;
|
45458
|
+
}
|
45459
|
+
|
45220
45460
|
.ui[class*="two column"].doubling.grid > .row > .column,
|
45221
45461
|
.ui[class*="two column"].doubling.grid > .column:not(.row),
|
45222
45462
|
.ui.grid > [class*="two column"].doubling.row.row > .column {
|
@@ -46161,7 +46401,7 @@ span.ui.massive.text {
|
|
46161
46401
|
List
|
46162
46402
|
---------------*/
|
46163
46403
|
|
46164
|
-
/* Menu divider
|
46404
|
+
/* Menu divider shouldn't apply */
|
46165
46405
|
|
46166
46406
|
.ui.menu .list .item:before {
|
46167
46407
|
background: none !important;
|
@@ -46503,10 +46743,13 @@ Floated Menu / Item
|
|
46503
46743
|
border-radius: 0.28571429rem 0.28571429rem 0 0 !important;
|
46504
46744
|
}
|
46505
46745
|
|
46746
|
+
.ui.tabular.menu .active.item:hover {
|
46747
|
+
cursor: default;
|
46748
|
+
}
|
46749
|
+
|
46506
46750
|
/* Coupling with segment for attachment */
|
46507
46751
|
|
46508
|
-
.ui.tabular.menu
|
46509
|
-
.ui.tabular.menu + .attached:not(.top).segment + .attached:not(.top).segment {
|
46752
|
+
.ui.tabular.menu ~ .attached:not(.top).segment {
|
46510
46753
|
border-top: none;
|
46511
46754
|
margin-left: 0;
|
46512
46755
|
margin-top: 0;
|
@@ -46612,6 +46855,18 @@ Floated Menu / Item
|
|
46612
46855
|
border-bottom: none;
|
46613
46856
|
}
|
46614
46857
|
|
46858
|
+
.ui.inverted.tabular.menu .active.item,
|
46859
|
+
.ui.inverted.tabular.menu .active.item:hover {
|
46860
|
+
background: none #1B1C1D;
|
46861
|
+
border-color: #555555;
|
46862
|
+
}
|
46863
|
+
|
46864
|
+
.ui.inverted.tabular.menu .item:not(.active):hover {
|
46865
|
+
color: #ffffff;
|
46866
|
+
background: transparent;
|
46867
|
+
cursor: pointer;
|
46868
|
+
}
|
46869
|
+
|
46615
46870
|
/*--------------
|
46616
46871
|
Pagination
|
46617
46872
|
---------------*/
|
@@ -47103,8 +47358,8 @@ Floated Menu / Item
|
|
47103
47358
|
}
|
47104
47359
|
|
47105
47360
|
/*--------------
|
47106
|
-
|
47107
|
-
---------------*/
|
47361
|
+
Icon Only
|
47362
|
+
---------------*/
|
47108
47363
|
|
47109
47364
|
/* Vertical Menu */
|
47110
47365
|
|
@@ -47128,7 +47383,7 @@ Floated Menu / Item
|
|
47128
47383
|
opacity: 1;
|
47129
47384
|
}
|
47130
47385
|
|
47131
|
-
/* Icon
|
47386
|
+
/* Icon Glyph */
|
47132
47387
|
|
47133
47388
|
.ui.icon.menu i.icon:before {
|
47134
47389
|
opacity: 1;
|
@@ -47464,6 +47719,16 @@ Floated Menu / Item
|
|
47464
47719
|
margin: 0 0 0 0.5rem;
|
47465
47720
|
}
|
47466
47721
|
|
47722
|
+
.ui.center.aligned.menu,
|
47723
|
+
.ui.centered.menu {
|
47724
|
+
display: -webkit-inline-box;
|
47725
|
+
display: -ms-inline-flexbox;
|
47726
|
+
display: inline-flex;
|
47727
|
+
-webkit-transform: translateX(-50%);
|
47728
|
+
transform: translateX(-50%);
|
47729
|
+
margin-left: 50%;
|
47730
|
+
}
|
47731
|
+
|
47467
47732
|
/*--------------
|
47468
47733
|
Inverted
|
47469
47734
|
---------------*/
|
@@ -48136,7 +48401,7 @@ Floated Menu / Item
|
|
48136
48401
|
|
48137
48402
|
/* Tabular Attached */
|
48138
48403
|
|
48139
|
-
.ui.attached.menu:not(.tabular) {
|
48404
|
+
.ui.attached.menu:not(.tabular):not(.text) {
|
48140
48405
|
border: 1px solid #D4D4D5;
|
48141
48406
|
}
|
48142
48407
|
|
@@ -48144,6 +48409,10 @@ Floated Menu / Item
|
|
48144
48409
|
border: none;
|
48145
48410
|
}
|
48146
48411
|
|
48412
|
+
.ui[class*="top attached"].inverted.tabular.menu {
|
48413
|
+
border-bottom: 1px solid #555555;
|
48414
|
+
}
|
48415
|
+
|
48147
48416
|
.ui.attached.tabular.menu {
|
48148
48417
|
margin-left: 0;
|
48149
48418
|
margin-right: 0;
|
@@ -48276,7 +48545,7 @@ Floated Menu / Item
|
|
48276
48545
|
Site Overrides
|
48277
48546
|
*******************************/
|
48278
48547
|
/*!
|
48279
|
-
* # Fomantic-UI 2.9.0-beta.
|
48548
|
+
* # Fomantic-UI 2.9.0-beta.80 - Message
|
48280
48549
|
* http://github.com/fomantic/Fomantic-UI/
|
48281
48550
|
*
|
48282
48551
|
*
|
@@ -49082,7 +49351,7 @@ Floated Menu / Item
|
|
49082
49351
|
Site Overrides
|
49083
49352
|
*******************************/
|
49084
49353
|
/*!
|
49085
|
-
* # Fomantic-UI 2.9.0-beta.
|
49354
|
+
* # Fomantic-UI 2.9.0-beta.80 - Table
|
49086
49355
|
* http://github.com/fomantic/Fomantic-UI/
|
49087
49356
|
*
|
49088
49357
|
*
|
@@ -50298,6 +50567,9 @@ Floated Menu / Item
|
|
50298
50567
|
.ui.table tbody tr td.selectable > a:not(.ui) {
|
50299
50568
|
display: block;
|
50300
50569
|
color: inherit;
|
50570
|
+
}
|
50571
|
+
|
50572
|
+
.ui.table:not(.compact) tbody tr td.selectable > a:not(.ui) {
|
50301
50573
|
padding: 0.78571429em 0.78571429em;
|
50302
50574
|
}
|
50303
50575
|
|
@@ -51126,8 +51398,8 @@ Floated Menu / Item
|
|
51126
51398
|
}
|
51127
51399
|
|
51128
51400
|
/*--------------
|
51129
|
-
|
51130
|
-
---------------*/
|
51401
|
+
Column Count
|
51402
|
+
---------------*/
|
51131
51403
|
|
51132
51404
|
/* Grid Based */
|
51133
51405
|
|
@@ -51673,7 +51945,7 @@ Floated Menu / Item
|
|
51673
51945
|
Site Overrides
|
51674
51946
|
*******************************/
|
51675
51947
|
/*!
|
51676
|
-
* # Fomantic-UI 2.9.0-beta.
|
51948
|
+
* # Fomantic-UI 2.9.0-beta.80 - Ad
|
51677
51949
|
* http://github.com/fomantic/Fomantic-UI/
|
51678
51950
|
*
|
51679
51951
|
*
|
@@ -51962,7 +52234,7 @@ Floated Menu / Item
|
|
51962
52234
|
User Variable Overrides
|
51963
52235
|
*******************************/
|
51964
52236
|
/*!
|
51965
|
-
* # Fomantic-UI 2.9.0-beta.
|
52237
|
+
* # Fomantic-UI 2.9.0-beta.80 - Card
|
51966
52238
|
* http://github.com/fomantic/Fomantic-UI/
|
51967
52239
|
*
|
51968
52240
|
*
|
@@ -52083,8 +52355,8 @@ Floated Menu / Item
|
|
52083
52355
|
}
|
52084
52356
|
|
52085
52357
|
/*--------------
|
52086
|
-
|
52087
|
-
---------------*/
|
52358
|
+
Images
|
52359
|
+
---------------*/
|
52088
52360
|
|
52089
52361
|
.ui.cards > .card > .image,
|
52090
52362
|
.ui.card > .image {
|
@@ -52166,8 +52438,8 @@ Floated Menu / Item
|
|
52166
52438
|
}
|
52167
52439
|
|
52168
52440
|
/*----------------
|
52169
|
-
|
52170
|
-
-----------------*/
|
52441
|
+
Floated Content
|
52442
|
+
-----------------*/
|
52171
52443
|
|
52172
52444
|
.ui.cards > .card [class*="left floated"],
|
52173
52445
|
.ui.card [class*="left floated"] {
|
@@ -52180,8 +52452,8 @@ Floated Menu / Item
|
|
52180
52452
|
}
|
52181
52453
|
|
52182
52454
|
/*--------------
|
52183
|
-
|
52184
|
-
---------------*/
|
52455
|
+
Aligned
|
52456
|
+
---------------*/
|
52185
52457
|
|
52186
52458
|
.ui.cards > .card [class*="left aligned"],
|
52187
52459
|
.ui.card [class*="left aligned"] {
|
@@ -52199,8 +52471,8 @@ Floated Menu / Item
|
|
52199
52471
|
}
|
52200
52472
|
|
52201
52473
|
/*--------------
|
52202
|
-
|
52203
|
-
---------------*/
|
52474
|
+
Content Image
|
52475
|
+
---------------*/
|
52204
52476
|
|
52205
52477
|
.ui.cards > .card .content img,
|
52206
52478
|
.ui.card .content img {
|
@@ -52219,8 +52491,8 @@ Floated Menu / Item
|
|
52219
52491
|
}
|
52220
52492
|
|
52221
52493
|
/*--------------
|
52222
|
-
|
52223
|
-
---------------*/
|
52494
|
+
Description
|
52495
|
+
---------------*/
|
52224
52496
|
|
52225
52497
|
.ui.cards > .card > .content > .description,
|
52226
52498
|
.ui.card > .content > .description {
|
@@ -52243,8 +52515,8 @@ Floated Menu / Item
|
|
52243
52515
|
}
|
52244
52516
|
|
52245
52517
|
/*--------------
|
52246
|
-
|
52247
|
-
---------------*/
|
52518
|
+
Meta
|
52519
|
+
---------------*/
|
52248
52520
|
|
52249
52521
|
.ui.cards > .card .meta,
|
52250
52522
|
.ui.card .meta {
|
@@ -52311,8 +52583,8 @@ Floated Menu / Item
|
|
52311
52583
|
}
|
52312
52584
|
|
52313
52585
|
/*--------------
|
52314
|
-
|
52315
|
-
---------------*/
|
52586
|
+
Buttons
|
52587
|
+
---------------*/
|
52316
52588
|
|
52317
52589
|
.ui.cards > .card > .buttons,
|
52318
52590
|
.ui.card > .buttons,
|
@@ -52390,8 +52662,8 @@ Floated Menu / Item
|
|
52390
52662
|
}
|
52391
52663
|
|
52392
52664
|
/*----------------
|
52393
|
-
|
52394
|
-
-----------------*/
|
52665
|
+
Extra Content
|
52666
|
+
-----------------*/
|
52395
52667
|
|
52396
52668
|
.ui.cards > .card > .extra,
|
52397
52669
|
.ui.card > .extra {
|
@@ -53037,8 +53309,8 @@ a.ui.card:hover,
|
|
53037
53309
|
}
|
53038
53310
|
|
53039
53311
|
/*--------------
|
53040
|
-
|
53041
|
-
---------------*/
|
53312
|
+
Card Count
|
53313
|
+
---------------*/
|
53042
53314
|
|
53043
53315
|
.ui.one.cards {
|
53044
53316
|
margin-left: 0;
|
@@ -53390,30 +53662,37 @@ a.ui.card:hover,
|
|
53390
53662
|
font-size: 1em;
|
53391
53663
|
}
|
53392
53664
|
|
53665
|
+
.ui.mini.card,
|
53393
53666
|
.ui.mini.cards .card {
|
53394
53667
|
font-size: 0.78571429rem;
|
53395
53668
|
}
|
53396
53669
|
|
53670
|
+
.ui.tiny.card,
|
53397
53671
|
.ui.tiny.cards .card {
|
53398
53672
|
font-size: 0.85714286rem;
|
53399
53673
|
}
|
53400
53674
|
|
53675
|
+
.ui.small.card,
|
53401
53676
|
.ui.small.cards .card {
|
53402
53677
|
font-size: 0.92857143rem;
|
53403
53678
|
}
|
53404
53679
|
|
53680
|
+
.ui.large.card,
|
53405
53681
|
.ui.large.cards .card {
|
53406
53682
|
font-size: 1.14285714rem;
|
53407
53683
|
}
|
53408
53684
|
|
53685
|
+
.ui.big.card,
|
53409
53686
|
.ui.big.cards .card {
|
53410
53687
|
font-size: 1.28571429rem;
|
53411
53688
|
}
|
53412
53689
|
|
53690
|
+
.ui.huge.card,
|
53413
53691
|
.ui.huge.cards .card {
|
53414
53692
|
font-size: 1.42857143rem;
|
53415
53693
|
}
|
53416
53694
|
|
53695
|
+
.ui.massive.card,
|
53417
53696
|
.ui.massive.cards .card {
|
53418
53697
|
font-size: 1.71428571rem;
|
53419
53698
|
}
|
@@ -53522,7 +53801,7 @@ a.inverted.ui.card:hover,
|
|
53522
53801
|
User Variable Overrides
|
53523
53802
|
*******************************/
|
53524
53803
|
/*!
|
53525
|
-
* # Fomantic-UI 2.9.0-beta.
|
53804
|
+
* # Fomantic-UI 2.9.0-beta.80 - Comment
|
53526
53805
|
* http://github.com/fomantic/Fomantic-UI/
|
53527
53806
|
*
|
53528
53807
|
*
|
@@ -53593,8 +53872,8 @@ a.inverted.ui.card:hover,
|
|
53593
53872
|
}
|
53594
53873
|
|
53595
53874
|
/*--------------
|
53596
|
-
|
53597
|
-
---------------*/
|
53875
|
+
Avatar
|
53876
|
+
---------------*/
|
53598
53877
|
|
53599
53878
|
.ui.comments .comment .avatar {
|
53600
53879
|
display: block;
|
@@ -53628,8 +53907,8 @@ a.inverted.ui.card:hover,
|
|
53628
53907
|
}
|
53629
53908
|
|
53630
53909
|
/*--------------
|
53631
|
-
|
53632
|
-
---------------*/
|
53910
|
+
Author
|
53911
|
+
---------------*/
|
53633
53912
|
|
53634
53913
|
.ui.comments .comment .author {
|
53635
53914
|
font-size: 1em;
|
@@ -53646,8 +53925,8 @@ a.inverted.ui.card:hover,
|
|
53646
53925
|
}
|
53647
53926
|
|
53648
53927
|
/*--------------
|
53649
|
-
|
53650
|
-
---------------*/
|
53928
|
+
Metadata
|
53929
|
+
---------------*/
|
53651
53930
|
|
53652
53931
|
.ui.comments .comment .metadata {
|
53653
53932
|
display: inline-block;
|
@@ -53678,8 +53957,8 @@ a.inverted.ui.card:hover,
|
|
53678
53957
|
}
|
53679
53958
|
|
53680
53959
|
/*--------------------
|
53681
|
-
|
53682
|
-
---------------------*/
|
53960
|
+
User Actions
|
53961
|
+
---------------------*/
|
53683
53962
|
|
53684
53963
|
.ui.comments .comment .actions {
|
53685
53964
|
font-size: 0.875em;
|
@@ -53702,8 +53981,8 @@ a.inverted.ui.card:hover,
|
|
53702
53981
|
}
|
53703
53982
|
|
53704
53983
|
/*--------------------
|
53705
|
-
|
53706
|
-
---------------------*/
|
53984
|
+
Reply Form
|
53985
|
+
---------------------*/
|
53707
53986
|
|
53708
53987
|
.ui.comments > .reply.form {
|
53709
53988
|
margin-top: 1em;
|
@@ -53837,7 +54116,7 @@ a.inverted.ui.card:hover,
|
|
53837
54116
|
User Variable Overrides
|
53838
54117
|
*******************************/
|
53839
54118
|
/*!
|
53840
|
-
* # Fomantic-UI 2.9.0-beta.
|
54119
|
+
* # Fomantic-UI 2.9.0-beta.80 - Feed
|
53841
54120
|
* http://github.com/fomantic/Fomantic-UI/
|
53842
54121
|
*
|
53843
54122
|
*
|
@@ -53955,8 +54234,8 @@ a.inverted.ui.card:hover,
|
|
53955
54234
|
}
|
53956
54235
|
|
53957
54236
|
/*--------------
|
53958
|
-
|
53959
|
-
---------------*/
|
54237
|
+
Date
|
54238
|
+
---------------*/
|
53960
54239
|
|
53961
54240
|
.ui.feed > .event > .content .date {
|
53962
54241
|
margin: -0.5rem 0 0;
|
@@ -53968,8 +54247,8 @@ a.inverted.ui.card:hover,
|
|
53968
54247
|
}
|
53969
54248
|
|
53970
54249
|
/*--------------
|
53971
|
-
|
53972
|
-
---------------*/
|
54250
|
+
Summary
|
54251
|
+
---------------*/
|
53973
54252
|
|
53974
54253
|
.ui.feed > .event > .content .summary {
|
53975
54254
|
margin: 0;
|
@@ -53990,8 +54269,25 @@ a.inverted.ui.card:hover,
|
|
53990
54269
|
}
|
53991
54270
|
|
53992
54271
|
/*--------------
|
53993
|
-
|
53994
|
-
---------------*/
|
54272
|
+
Inline Date
|
54273
|
+
---------------*/
|
54274
|
+
|
54275
|
+
/* Date inside Summary */
|
54276
|
+
|
54277
|
+
.ui.feed > .event > .content .summary > .date {
|
54278
|
+
display: inline-block;
|
54279
|
+
float: none;
|
54280
|
+
font-weight: normal;
|
54281
|
+
font-size: 0.85714286em;
|
54282
|
+
font-style: normal;
|
54283
|
+
margin: 0 0 0 0.5em;
|
54284
|
+
padding: 0;
|
54285
|
+
color: rgba(0, 0, 0, 0.4);
|
54286
|
+
}
|
54287
|
+
|
54288
|
+
/*--------------
|
54289
|
+
User
|
54290
|
+
---------------*/
|
53995
54291
|
|
53996
54292
|
.ui.feed > .event > .content .user {
|
53997
54293
|
display: inline-block;
|
@@ -54008,25 +54304,8 @@ a.inverted.ui.card:hover,
|
|
54008
54304
|
}
|
54009
54305
|
|
54010
54306
|
/*--------------
|
54011
|
-
|
54012
|
-
---------------*/
|
54013
|
-
|
54014
|
-
/* Date inside Summary */
|
54015
|
-
|
54016
|
-
.ui.feed > .event > .content .summary > .date {
|
54017
|
-
display: inline-block;
|
54018
|
-
float: none;
|
54019
|
-
font-weight: normal;
|
54020
|
-
font-size: 0.85714286em;
|
54021
|
-
font-style: normal;
|
54022
|
-
margin: 0 0 0 0.5em;
|
54023
|
-
padding: 0;
|
54024
|
-
color: rgba(0, 0, 0, 0.4);
|
54025
|
-
}
|
54026
|
-
|
54027
|
-
/*--------------
|
54028
|
-
Extra Summary
|
54029
|
-
---------------*/
|
54307
|
+
Extra Summary
|
54308
|
+
---------------*/
|
54030
54309
|
|
54031
54310
|
.ui.feed > .event > .content .extra {
|
54032
54311
|
margin: 0.5em 0 0;
|
@@ -54054,8 +54333,8 @@ a.inverted.ui.card:hover,
|
|
54054
54333
|
}
|
54055
54334
|
|
54056
54335
|
/*--------------
|
54057
|
-
|
54058
|
-
---------------*/
|
54336
|
+
Meta
|
54337
|
+
---------------*/
|
54059
54338
|
|
54060
54339
|
.ui.feed > .event > .content .meta {
|
54061
54340
|
display: inline-block;
|
@@ -54192,7 +54471,7 @@ a.inverted.ui.card:hover,
|
|
54192
54471
|
User Variable Overrides
|
54193
54472
|
*******************************/
|
54194
54473
|
/*!
|
54195
|
-
* # Fomantic-UI 2.9.0-beta.
|
54474
|
+
* # Fomantic-UI 2.9.0-beta.80 - Item
|
54196
54475
|
* http://github.com/fomantic/Fomantic-UI/
|
54197
54476
|
*
|
54198
54477
|
*
|
@@ -54271,8 +54550,8 @@ a.inverted.ui.card:hover,
|
|
54271
54550
|
}
|
54272
54551
|
|
54273
54552
|
/*--------------
|
54274
|
-
|
54275
|
-
---------------*/
|
54553
|
+
Images
|
54554
|
+
---------------*/
|
54276
54555
|
|
54277
54556
|
.ui.items > .item > .image {
|
54278
54557
|
position: relative;
|
@@ -54354,8 +54633,8 @@ a.inverted.ui.card:hover,
|
|
54354
54633
|
}
|
54355
54634
|
|
54356
54635
|
/*--------------
|
54357
|
-
|
54358
|
-
---------------*/
|
54636
|
+
Floated
|
54637
|
+
---------------*/
|
54359
54638
|
|
54360
54639
|
.ui.items > .item [class*="left floated"] {
|
54361
54640
|
float: left;
|
@@ -54366,8 +54645,8 @@ a.inverted.ui.card:hover,
|
|
54366
54645
|
}
|
54367
54646
|
|
54368
54647
|
/*--------------
|
54369
|
-
|
54370
|
-
---------------*/
|
54648
|
+
Content Image
|
54649
|
+
---------------*/
|
54371
54650
|
|
54372
54651
|
.ui.items > .item .content img {
|
54373
54652
|
-ms-flex-item-align: center;
|
@@ -54383,8 +54662,8 @@ a.inverted.ui.card:hover,
|
|
54383
54662
|
}
|
54384
54663
|
|
54385
54664
|
/*--------------
|
54386
|
-
|
54387
|
-
---------------*/
|
54665
|
+
Description
|
54666
|
+
---------------*/
|
54388
54667
|
|
54389
54668
|
.ui.items > .item > .content > .description {
|
54390
54669
|
margin-top: 0.6em;
|
@@ -54407,8 +54686,8 @@ a.inverted.ui.card:hover,
|
|
54407
54686
|
}
|
54408
54687
|
|
54409
54688
|
/*--------------
|
54410
|
-
|
54411
|
-
---------------*/
|
54689
|
+
Meta
|
54690
|
+
---------------*/
|
54412
54691
|
|
54413
54692
|
.ui.items > .item .meta {
|
54414
54693
|
margin: 0.5em 0 0.5em;
|
@@ -54511,8 +54790,8 @@ a.inverted.ui.card:hover,
|
|
54511
54790
|
}
|
54512
54791
|
|
54513
54792
|
/*----------------
|
54514
|
-
|
54515
|
-
-----------------*/
|
54793
|
+
Extra Content
|
54794
|
+
-----------------*/
|
54516
54795
|
|
54517
54796
|
.ui.items > .item .extra {
|
54518
54797
|
display: block;
|
@@ -54828,7 +55107,7 @@ a.inverted.ui.card:hover,
|
|
54828
55107
|
User Variable Overrides
|
54829
55108
|
*******************************/
|
54830
55109
|
/*!
|
54831
|
-
* # Fomantic-UI 2.9.0-beta.
|
55110
|
+
* # Fomantic-UI 2.9.0-beta.80 - Statistic
|
54832
55111
|
* http://github.com/fomantic/Fomantic-UI/
|
54833
55112
|
*
|
54834
55113
|
*
|
@@ -55534,7 +55813,7 @@ a.inverted.ui.card:hover,
|
|
55534
55813
|
User Variable Overrides
|
55535
55814
|
*******************************/
|
55536
55815
|
/*!
|
55537
|
-
* # Fomantic-UI 2.9.0-beta.
|
55816
|
+
* # Fomantic-UI 2.9.0-beta.80 - Accordion
|
55538
55817
|
* http://github.com/fomantic/Fomantic-UI/
|
55539
55818
|
*
|
55540
55819
|
*
|
@@ -55566,7 +55845,7 @@ a.inverted.ui.card:hover,
|
|
55566
55845
|
|
55567
55846
|
/* Default Styling */
|
55568
55847
|
|
55569
|
-
.ui.accordion .title
|
55848
|
+
.ui.accordion .title {
|
55570
55849
|
padding: 0.5em 0;
|
55571
55850
|
font-family: 'Lato', 'Helvetica Neue', Arial, Helvetica, sans-serif;
|
55572
55851
|
font-size: 1em;
|
@@ -55575,13 +55854,13 @@ a.inverted.ui.card:hover,
|
|
55575
55854
|
|
55576
55855
|
/* Default Styling */
|
55577
55856
|
|
55578
|
-
.ui.accordion:not(.styled) .title ~ .content
|
55579
|
-
.ui.accordion:not(.styled) .accordion .title ~ .content
|
55857
|
+
.ui.accordion:not(.styled) .title ~ .content,
|
55858
|
+
.ui.accordion:not(.styled) .accordion .title ~ .content {
|
55580
55859
|
margin: '';
|
55581
55860
|
padding: 0.5em 0 1em;
|
55582
55861
|
}
|
55583
55862
|
|
55584
|
-
.ui.accordion:not(.styled) .title ~ .content:
|
55863
|
+
.ui.accordion:not(.styled) .title ~ .content:last-child {
|
55585
55864
|
padding-bottom: 0;
|
55586
55865
|
}
|
55587
55866
|
|
@@ -55723,6 +56002,56 @@ a.inverted.ui.card:hover,
|
|
55723
56002
|
color: rgba(0, 0, 0, 0.95);
|
55724
56003
|
}
|
55725
56004
|
|
56005
|
+
/*--------------
|
56006
|
+
Compact
|
56007
|
+
---------------*/
|
56008
|
+
|
56009
|
+
/* Default Styling */
|
56010
|
+
|
56011
|
+
.ui.compact.accordion:not(.styled) .title {
|
56012
|
+
padding: 0.25em 0;
|
56013
|
+
}
|
56014
|
+
|
56015
|
+
.ui.compact.accordion:not(.styled) .title ~ .content,
|
56016
|
+
.ui.compact.accordion:not(.styled) .accordion .title ~ .content {
|
56017
|
+
padding: 0.25em 0 0.5em;
|
56018
|
+
}
|
56019
|
+
|
56020
|
+
/* Styled */
|
56021
|
+
|
56022
|
+
.ui.compact.styled.accordion .title,
|
56023
|
+
.ui.compact.styled.accordion .accordion .title {
|
56024
|
+
padding: 0.375em 0.5em;
|
56025
|
+
}
|
56026
|
+
|
56027
|
+
.ui.compact.styled.accordion .title ~ .content,
|
56028
|
+
.ui.compact.styled.accordion .accordion .title ~ .content {
|
56029
|
+
padding: 0.25em 0.5em 0.75em;
|
56030
|
+
}
|
56031
|
+
|
56032
|
+
/*--------------
|
56033
|
+
Very Compact
|
56034
|
+
---------------*/
|
56035
|
+
|
56036
|
+
.ui[class*="very compact"].accordion:not(.styled) .title {
|
56037
|
+
padding: 0.125em 0;
|
56038
|
+
}
|
56039
|
+
|
56040
|
+
.ui[class*="very compact"].accordion:not(.styled) .title ~ .content,
|
56041
|
+
.ui[class*="very compact"].accordion:not(.styled) .accordion .title ~ .content {
|
56042
|
+
padding: 0.125em 0 0.25em;
|
56043
|
+
}
|
56044
|
+
|
56045
|
+
.ui[class*="very compact"].styled.accordion .title,
|
56046
|
+
.ui[class*="very compact"].styled.accordion .accordion .title {
|
56047
|
+
padding: 0.1875em 0.25em;
|
56048
|
+
}
|
56049
|
+
|
56050
|
+
.ui[class*="very compact"].styled.accordion .title ~ .content,
|
56051
|
+
.ui[class*="very compact"].styled.accordion .accordion .title ~ .content {
|
56052
|
+
padding: 0.125em 0.25em 0.375em;
|
56053
|
+
}
|
56054
|
+
|
55726
56055
|
/*******************************
|
55727
56056
|
States
|
55728
56057
|
*******************************/
|
@@ -55753,7 +56082,7 @@ a.inverted.ui.card:hover,
|
|
55753
56082
|
Inverted
|
55754
56083
|
---------------*/
|
55755
56084
|
|
55756
|
-
.ui.inverted.accordion .title
|
56085
|
+
.ui.inverted.accordion .title {
|
55757
56086
|
color: rgba(255, 255, 255, 0.9);
|
55758
56087
|
}
|
55759
56088
|
|
@@ -55790,7 +56119,7 @@ a.inverted.ui.card:hover,
|
|
55790
56119
|
User Overrides
|
55791
56120
|
*******************************/
|
55792
56121
|
/*!
|
55793
|
-
* # Fomantic-UI 2.9.0-beta.
|
56122
|
+
* # Fomantic-UI 2.9.0-beta.80 - Calendar
|
55794
56123
|
* http://github.com/fomantic/Fomantic-UI/
|
55795
56124
|
*
|
55796
56125
|
*
|
@@ -55981,7 +56310,7 @@ a.inverted.ui.card:hover,
|
|
55981
56310
|
Theme Overrides
|
55982
56311
|
*******************************/
|
55983
56312
|
/*!
|
55984
|
-
* # Fomantic-UI 2.9.0-beta.
|
56313
|
+
* # Fomantic-UI 2.9.0-beta.80 - Checkbox
|
55985
56314
|
* http://github.com/fomantic/Fomantic-UI/
|
55986
56315
|
*
|
55987
56316
|
*
|
@@ -56245,6 +56574,7 @@ a.inverted.ui.card:hover,
|
|
56245
56574
|
|
56246
56575
|
/* Selectable Label */
|
56247
56576
|
|
56577
|
+
.ui.checkbox input + label[for],
|
56248
56578
|
.ui.checkbox input.hidden + label {
|
56249
56579
|
cursor: pointer;
|
56250
56580
|
-webkit-user-select: none;
|
@@ -56880,7 +57210,7 @@ a.inverted.ui.card:hover,
|
|
56880
57210
|
Site Overrides
|
56881
57211
|
*******************************/
|
56882
57212
|
/*!
|
56883
|
-
* # Fomantic-UI 2.9.0-beta.
|
57213
|
+
* # Fomantic-UI 2.9.0-beta.80 - Dimmer
|
56884
57214
|
* http://github.com/fomantic/Fomantic-UI/
|
56885
57215
|
*
|
56886
57216
|
*
|
@@ -56914,8 +57244,8 @@ a.inverted.ui.card:hover,
|
|
56914
57244
|
animation-fill-mode: both;
|
56915
57245
|
-webkit-animation-duration: 0.5s;
|
56916
57246
|
animation-duration: 0.5s;
|
56917
|
-
-webkit-transition:
|
56918
|
-
transition:
|
57247
|
+
-webkit-transition: all 0.5s linear;
|
57248
|
+
transition: all 0.5s linear;
|
56919
57249
|
-webkit-box-orient: vertical;
|
56920
57250
|
-webkit-box-direction: normal;
|
56921
57251
|
-ms-flex-direction: column;
|
@@ -56968,6 +57298,16 @@ a.inverted.ui.card:hover,
|
|
56968
57298
|
background: rgba(255, 255, 255, 0.35);
|
56969
57299
|
}
|
56970
57300
|
|
57301
|
+
.ui.dimmer:not(.inverted) {
|
57302
|
+
/* IE11 */
|
57303
|
+
scrollbar-face-color: #656565;
|
57304
|
+
scrollbar-shadow-color: #656565;
|
57305
|
+
scrollbar-track-color: #323232;
|
57306
|
+
scrollbar-arrow-color: #323232;
|
57307
|
+
/* firefox : first color thumb, second track */
|
57308
|
+
scrollbar-color: rgba(255, 255, 255, 0.25) rgba(255, 255, 255, 0.1);
|
57309
|
+
}
|
57310
|
+
|
56971
57311
|
/*******************************
|
56972
57312
|
States
|
56973
57313
|
*******************************/
|
@@ -57060,24 +57400,27 @@ body.dimmable > .dimmer {
|
|
57060
57400
|
Blurring
|
57061
57401
|
---------------*/
|
57062
57402
|
|
57063
|
-
|
57064
|
-
|
57065
|
-
|
57066
|
-
|
57067
|
-
|
57068
|
-
|
57069
|
-
|
57070
|
-
|
57403
|
+
@supports (not (-webkit-backdrop-filter: none)) and (not (backdrop-filter: none)) {
|
57404
|
+
.blurring.dimmable > :not(.dimmer) {
|
57405
|
+
-webkit-filter: initial;
|
57406
|
+
filter: initial;
|
57407
|
+
-webkit-transition: 800ms -webkit-filter ease;
|
57408
|
+
transition: 800ms -webkit-filter ease;
|
57409
|
+
transition: 800ms filter ease;
|
57410
|
+
transition: 800ms filter ease, 800ms -webkit-filter ease;
|
57411
|
+
}
|
57071
57412
|
|
57072
|
-
.blurring.dimmed.dimmable > :not(.dimmer):not(.popup) {
|
57073
|
-
|
57074
|
-
|
57413
|
+
.blurring.dimmed.dimmable > :not(.dimmer):not(.popup) {
|
57414
|
+
-webkit-filter: blur(5px) grayscale(0.7);
|
57415
|
+
filter: blur(5px) grayscale(0.7);
|
57416
|
+
}
|
57075
57417
|
}
|
57076
57418
|
|
57077
57419
|
/* Dimmer Color */
|
57078
57420
|
|
57079
57421
|
.blurring.dimmable > .dimmer {
|
57080
57422
|
background: rgba(0, 0, 0, 0.6);
|
57423
|
+
backdrop-filter: blur(5px) grayscale(0.7);
|
57081
57424
|
}
|
57082
57425
|
|
57083
57426
|
.blurring.dimmable > .inverted.dimmer {
|
@@ -57388,7 +57731,7 @@ body.dimmable > .dimmer {
|
|
57388
57731
|
User Overrides
|
57389
57732
|
*******************************/
|
57390
57733
|
/*!
|
57391
|
-
* # Fomantic-UI 2.9.0-beta.
|
57734
|
+
* # Fomantic-UI 2.9.0-beta.80 - Dropdown
|
57392
57735
|
* http://github.com/fomantic/Fomantic-UI/
|
57393
57736
|
*
|
57394
57737
|
*
|
@@ -57771,10 +58114,18 @@ body.dimmable > .dimmer {
|
|
57771
58114
|
margin: 0;
|
57772
58115
|
}
|
57773
58116
|
|
57774
|
-
.ui.button
|
58117
|
+
.ui.dropdown.button .menu {
|
57775
58118
|
min-width: 100%;
|
57776
58119
|
}
|
57777
58120
|
|
58121
|
+
.ui.dropdown.button:not(.pointing):not(.floating).active {
|
58122
|
+
border-radius: 0.28571429rem 0.28571429rem 0 0;
|
58123
|
+
}
|
58124
|
+
|
58125
|
+
.ui.dropdown.button:not(.pointing):not(.floating) > .menu {
|
58126
|
+
border-radius: 0 0 0.28571429rem 0.28571429rem;
|
58127
|
+
}
|
58128
|
+
|
57778
58129
|
/*******************************
|
57779
58130
|
Types
|
57780
58131
|
*******************************/
|
@@ -58834,7 +59185,6 @@ select.ui.dropdown {
|
|
58834
59185
|
bottom: 100%;
|
58835
59186
|
-webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.08);
|
58836
59187
|
box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.08);
|
58837
|
-
border-radius: 0.28571429rem 0.28571429rem 0 0;
|
58838
59188
|
}
|
58839
59189
|
|
58840
59190
|
/* Upward Sub Menu */
|
@@ -58851,7 +59201,13 @@ select.ui.dropdown {
|
|
58851
59201
|
border-radius: 0.28571429rem 0.28571429rem 0 0 !important;
|
58852
59202
|
}
|
58853
59203
|
|
59204
|
+
/* Button */
|
59205
|
+
|
58854
59206
|
.ui.upward.dropdown.button:not(.pointing):not(.floating).active {
|
59207
|
+
border-radius: 0 0 0.28571429rem 0.28571429rem;
|
59208
|
+
}
|
59209
|
+
|
59210
|
+
.ui.upward.dropdown.button:not(.pointing):not(.floating) > .menu {
|
58855
59211
|
border-radius: 0.28571429rem 0.28571429rem 0 0;
|
58856
59212
|
}
|
58857
59213
|
|
@@ -58862,6 +59218,7 @@ select.ui.dropdown {
|
|
58862
59218
|
border-bottom-width: 0 !important;
|
58863
59219
|
-webkit-box-shadow: 0 -2px 3px 0 rgba(0, 0, 0, 0.08);
|
58864
59220
|
box-shadow: 0 -2px 3px 0 rgba(0, 0, 0, 0.08);
|
59221
|
+
border-radius: 0.28571429rem 0.28571429rem 0 0;
|
58865
59222
|
}
|
58866
59223
|
|
58867
59224
|
.ui.upward.selection.dropdown:hover {
|
@@ -59008,8 +59365,8 @@ select.ui.dropdown {
|
|
59008
59365
|
}
|
59009
59366
|
|
59010
59367
|
/*--------------
|
59011
|
-
|
59012
|
-
---------------*/
|
59368
|
+
Columnar
|
59369
|
+
---------------*/
|
59013
59370
|
|
59014
59371
|
.ui.column.dropdown > .menu {
|
59015
59372
|
-ms-flex-wrap: wrap;
|
@@ -59619,6 +59976,17 @@ select.ui.dropdown {
|
|
59619
59976
|
background: rgba(255, 255, 255, 0.35);
|
59620
59977
|
}
|
59621
59978
|
|
59979
|
+
.ui.dropdown .inverted.menu,
|
59980
|
+
.ui.inverted.dropdown .menu {
|
59981
|
+
/* IE11 */
|
59982
|
+
scrollbar-face-color: #656565;
|
59983
|
+
scrollbar-shadow-color: #656565;
|
59984
|
+
scrollbar-track-color: #323232;
|
59985
|
+
scrollbar-arrow-color: #323232;
|
59986
|
+
/* firefox : first color thumb, second track */
|
59987
|
+
scrollbar-color: rgba(255, 255, 255, 0.25) rgba(255, 255, 255, 0.1);
|
59988
|
+
}
|
59989
|
+
|
59622
59990
|
.ui.pointing.dropdown > .inverted.menu:after,
|
59623
59991
|
.ui.inverted.pointing.dropdown > .menu:after {
|
59624
59992
|
background: #1B1C1D;
|
@@ -59695,7 +60063,7 @@ select.ui.dropdown {
|
|
59695
60063
|
User Overrides
|
59696
60064
|
*******************************/
|
59697
60065
|
/*!
|
59698
|
-
* # Fomantic-UI 2.9.0-beta.
|
60066
|
+
* # Fomantic-UI 2.9.0-beta.80 - Video
|
59699
60067
|
* http://github.com/fomantic/Fomantic-UI/
|
59700
60068
|
*
|
59701
60069
|
*
|
@@ -59860,7 +60228,7 @@ select.ui.dropdown {
|
|
59860
60228
|
Site Overrides
|
59861
60229
|
*******************************/
|
59862
60230
|
/*!
|
59863
|
-
* # Fomantic-UI 2.9.0-beta.
|
60231
|
+
* # Fomantic-UI 2.9.0-beta.80 - Modal
|
59864
60232
|
* http://github.com/fomantic/Fomantic-UI/
|
59865
60233
|
*
|
59866
60234
|
*
|
@@ -59934,8 +60302,10 @@ select.ui.dropdown {
|
|
59934
60302
|
padding: 0.625rem 0 0 0;
|
59935
60303
|
}
|
59936
60304
|
|
60305
|
+
.ui.modal > .close:focus,
|
59937
60306
|
.ui.modal > .close:hover {
|
59938
60307
|
opacity: 1;
|
60308
|
+
outline: none;
|
59939
60309
|
}
|
59940
60310
|
|
59941
60311
|
/*--------------
|
@@ -60735,7 +61105,7 @@ select.ui.dropdown {
|
|
60735
61105
|
Site Overrides
|
60736
61106
|
*******************************/
|
60737
61107
|
/*!
|
60738
|
-
* # Fomantic-UI 2.9.0-beta.
|
61108
|
+
* # Fomantic-UI 2.9.0-beta.80 - Nag
|
60739
61109
|
* http://github.com/fomantic/Fomantic-UI/
|
60740
61110
|
*
|
60741
61111
|
*
|
@@ -61074,7 +61444,7 @@ a.ui.nag {
|
|
61074
61444
|
User Overrides
|
61075
61445
|
*******************************/
|
61076
61446
|
/*!
|
61077
|
-
* # Fomantic-UI 2.9.0-beta.
|
61447
|
+
* # Fomantic-UI 2.9.0-beta.80 - Popup
|
61078
61448
|
* http://github.com/fomantic/Fomantic-UI/
|
61079
61449
|
*
|
61080
61450
|
*
|
@@ -61436,8 +61806,6 @@ a.ui.nag {
|
|
61436
61806
|
left: 50%;
|
61437
61807
|
margin-left: -0.07142857rem;
|
61438
61808
|
margin-top: 0.30714286em;
|
61439
|
-
-webkit-transform-origin: center top;
|
61440
|
-
transform-origin: center top;
|
61441
61809
|
}
|
61442
61810
|
|
61443
61811
|
/* Bottom Left */
|
@@ -61548,6 +61916,11 @@ a.ui.nag {
|
|
61548
61916
|
transform-origin: center top;
|
61549
61917
|
}
|
61550
61918
|
|
61919
|
+
[data-position="bottom center"][data-tooltip]:before {
|
61920
|
+
-webkit-transform-origin: center top;
|
61921
|
+
transform-origin: center top;
|
61922
|
+
}
|
61923
|
+
|
61551
61924
|
[data-position="left center"][data-tooltip]:before {
|
61552
61925
|
-webkit-transform-origin: top center;
|
61553
61926
|
transform-origin: top center;
|
@@ -61986,7 +62359,7 @@ a.ui.nag {
|
|
61986
62359
|
User Overrides
|
61987
62360
|
*******************************/
|
61988
62361
|
/*!
|
61989
|
-
* # Fomantic-UI 2.9.0-beta.
|
62362
|
+
* # Fomantic-UI 2.9.0-beta.80 - Progress Bar
|
61990
62363
|
* http://github.com/fomantic/Fomantic-UI/
|
61991
62364
|
*
|
61992
62365
|
*
|
@@ -63906,7 +64279,7 @@ a.ui.nag {
|
|
63906
64279
|
Slider Overrides
|
63907
64280
|
*******************************/
|
63908
64281
|
/*!
|
63909
|
-
* # Fomantic-UI 2.9.0-beta.
|
64282
|
+
* # Fomantic-UI 2.9.0-beta.80 - Rating
|
63910
64283
|
* http://github.com/fomantic/Fomantic-UI/
|
63911
64284
|
*
|
63912
64285
|
*
|
@@ -63980,8 +64353,15 @@ a.ui.nag {
|
|
63980
64353
|
background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.85)), to(rgba(0, 0, 0, 0.15)));
|
63981
64354
|
background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.85) 0% var(--full), rgba(0, 0, 0, 0.15) var(--full) 100%);
|
63982
64355
|
background: linear-gradient(to right, rgba(0, 0, 0, 0.85) 0% var(--full), rgba(0, 0, 0, 0.15) var(--full) 100%);
|
64356
|
+
}
|
64357
|
+
|
64358
|
+
/* central override for colors */
|
64359
|
+
|
64360
|
+
.ui.ui.rating .icon.partial.active {
|
64361
|
+
-webkit-background-clip: text;
|
63983
64362
|
background-clip: text;
|
63984
64363
|
color: transparent;
|
64364
|
+
text-shadow: none;
|
63985
64365
|
}
|
63986
64366
|
|
63987
64367
|
/* Selected Icon */
|
@@ -64017,10 +64397,7 @@ a.ui.nag {
|
|
64017
64397
|
background: -webkit-gradient(linear, left top, right top, from(#54C8FF), to(rgba(0, 0, 0, 0.15)));
|
64018
64398
|
background: -webkit-linear-gradient(left, #54C8FF 0% var(--full), rgba(0, 0, 0, 0.15) var(--full) 100%);
|
64019
64399
|
background: linear-gradient(to right, #54C8FF 0% var(--full), rgba(0, 0, 0, 0.15) var(--full) 100%);
|
64020
|
-
text-shadow: none;
|
64021
64400
|
-webkit-text-stroke: #2185D0 0.78px;
|
64022
|
-
background-clip: text;
|
64023
|
-
color: transparent;
|
64024
64401
|
}
|
64025
64402
|
|
64026
64403
|
.ui.secondary.rating .active.icon {
|
@@ -64042,10 +64419,7 @@ a.ui.nag {
|
|
64042
64419
|
background: -webkit-gradient(linear, left top, right top, from(#545454), to(rgba(0, 0, 0, 0.15)));
|
64043
64420
|
background: -webkit-linear-gradient(left, #545454 0% var(--full), rgba(0, 0, 0, 0.15) var(--full) 100%);
|
64044
64421
|
background: linear-gradient(to right, #545454 0% var(--full), rgba(0, 0, 0, 0.15) var(--full) 100%);
|
64045
|
-
text-shadow: none;
|
64046
64422
|
-webkit-text-stroke: #1B1C1D 0.78px;
|
64047
|
-
background-clip: text;
|
64048
|
-
color: transparent;
|
64049
64423
|
}
|
64050
64424
|
|
64051
64425
|
.ui.red.rating .active.icon {
|
@@ -64067,10 +64441,7 @@ a.ui.nag {
|
|
64067
64441
|
background: -webkit-gradient(linear, left top, right top, from(#FF695E), to(rgba(0, 0, 0, 0.15)));
|
64068
64442
|
background: -webkit-linear-gradient(left, #FF695E 0% var(--full), rgba(0, 0, 0, 0.15) var(--full) 100%);
|
64069
64443
|
background: linear-gradient(to right, #FF695E 0% var(--full), rgba(0, 0, 0, 0.15) var(--full) 100%);
|
64070
|
-
text-shadow: none;
|
64071
64444
|
-webkit-text-stroke: #DB2828 0.78px;
|
64072
|
-
background-clip: text;
|
64073
|
-
color: transparent;
|
64074
64445
|
}
|
64075
64446
|
|
64076
64447
|
.ui.orange.rating .active.icon {
|
@@ -64092,10 +64463,7 @@ a.ui.nag {
|
|
64092
64463
|
background: -webkit-gradient(linear, left top, right top, from(#FF851B), to(rgba(0, 0, 0, 0.15)));
|
64093
64464
|
background: -webkit-linear-gradient(left, #FF851B 0% var(--full), rgba(0, 0, 0, 0.15) var(--full) 100%);
|
64094
64465
|
background: linear-gradient(to right, #FF851B 0% var(--full), rgba(0, 0, 0, 0.15) var(--full) 100%);
|
64095
|
-
text-shadow: none;
|
64096
64466
|
-webkit-text-stroke: #F2711C 0.78px;
|
64097
|
-
background-clip: text;
|
64098
|
-
color: transparent;
|
64099
64467
|
}
|
64100
64468
|
|
64101
64469
|
.ui.yellow.rating .active.icon {
|
@@ -64117,10 +64485,7 @@ a.ui.nag {
|
|
64117
64485
|
background: -webkit-gradient(linear, left top, right top, from(#FFE21F), to(rgba(0, 0, 0, 0.15)));
|
64118
64486
|
background: -webkit-linear-gradient(left, #FFE21F 0% var(--full), rgba(0, 0, 0, 0.15) var(--full) 100%);
|
64119
64487
|
background: linear-gradient(to right, #FFE21F 0% var(--full), rgba(0, 0, 0, 0.15) var(--full) 100%);
|
64120
|
-
text-shadow: none;
|
64121
64488
|
-webkit-text-stroke: #FBBD08 0.78px;
|
64122
|
-
background-clip: text;
|
64123
|
-
color: transparent;
|
64124
64489
|
}
|
64125
64490
|
|
64126
64491
|
.ui.olive.rating .active.icon {
|
@@ -64142,10 +64507,7 @@ a.ui.nag {
|
|
64142
64507
|
background: -webkit-gradient(linear, left top, right top, from(#D9E778), to(rgba(0, 0, 0, 0.15)));
|
64143
64508
|
background: -webkit-linear-gradient(left, #D9E778 0% var(--full), rgba(0, 0, 0, 0.15) var(--full) 100%);
|
64144
64509
|
background: linear-gradient(to right, #D9E778 0% var(--full), rgba(0, 0, 0, 0.15) var(--full) 100%);
|
64145
|
-
text-shadow: none;
|
64146
64510
|
-webkit-text-stroke: #B5CC18 0.78px;
|
64147
|
-
background-clip: text;
|
64148
|
-
color: transparent;
|
64149
64511
|
}
|
64150
64512
|
|
64151
64513
|
.ui.green.rating .active.icon {
|
@@ -64167,10 +64529,7 @@ a.ui.nag {
|
|
64167
64529
|
background: -webkit-gradient(linear, left top, right top, from(#2ECC40), to(rgba(0, 0, 0, 0.15)));
|
64168
64530
|
background: -webkit-linear-gradient(left, #2ECC40 0% var(--full), rgba(0, 0, 0, 0.15) var(--full) 100%);
|
64169
64531
|
background: linear-gradient(to right, #2ECC40 0% var(--full), rgba(0, 0, 0, 0.15) var(--full) 100%);
|
64170
|
-
text-shadow: none;
|
64171
64532
|
-webkit-text-stroke: #21BA45 0.78px;
|
64172
|
-
background-clip: text;
|
64173
|
-
color: transparent;
|
64174
64533
|
}
|
64175
64534
|
|
64176
64535
|
.ui.teal.rating .active.icon {
|
@@ -64192,10 +64551,7 @@ a.ui.nag {
|
|
64192
64551
|
background: -webkit-gradient(linear, left top, right top, from(#6DFFFF), to(rgba(0, 0, 0, 0.15)));
|
64193
64552
|
background: -webkit-linear-gradient(left, #6DFFFF 0% var(--full), rgba(0, 0, 0, 0.15) var(--full) 100%);
|
64194
64553
|
background: linear-gradient(to right, #6DFFFF 0% var(--full), rgba(0, 0, 0, 0.15) var(--full) 100%);
|
64195
|
-
text-shadow: none;
|
64196
64554
|
-webkit-text-stroke: #00B5AD 0.78px;
|
64197
|
-
background-clip: text;
|
64198
|
-
color: transparent;
|
64199
64555
|
}
|
64200
64556
|
|
64201
64557
|
.ui.blue.rating .active.icon {
|
@@ -64217,10 +64573,7 @@ a.ui.nag {
|
|
64217
64573
|
background: -webkit-gradient(linear, left top, right top, from(#54C8FF), to(rgba(0, 0, 0, 0.15)));
|
64218
64574
|
background: -webkit-linear-gradient(left, #54C8FF 0% var(--full), rgba(0, 0, 0, 0.15) var(--full) 100%);
|
64219
64575
|
background: linear-gradient(to right, #54C8FF 0% var(--full), rgba(0, 0, 0, 0.15) var(--full) 100%);
|
64220
|
-
text-shadow: none;
|
64221
64576
|
-webkit-text-stroke: #2185D0 0.78px;
|
64222
|
-
background-clip: text;
|
64223
|
-
color: transparent;
|
64224
64577
|
}
|
64225
64578
|
|
64226
64579
|
.ui.violet.rating .active.icon {
|
@@ -64242,10 +64595,7 @@ a.ui.nag {
|
|
64242
64595
|
background: -webkit-gradient(linear, left top, right top, from(#A291FB), to(rgba(0, 0, 0, 0.15)));
|
64243
64596
|
background: -webkit-linear-gradient(left, #A291FB 0% var(--full), rgba(0, 0, 0, 0.15) var(--full) 100%);
|
64244
64597
|
background: linear-gradient(to right, #A291FB 0% var(--full), rgba(0, 0, 0, 0.15) var(--full) 100%);
|
64245
|
-
text-shadow: none;
|
64246
64598
|
-webkit-text-stroke: #6435C9 0.78px;
|
64247
|
-
background-clip: text;
|
64248
|
-
color: transparent;
|
64249
64599
|
}
|
64250
64600
|
|
64251
64601
|
.ui.purple.rating .active.icon {
|
@@ -64267,10 +64617,7 @@ a.ui.nag {
|
|
64267
64617
|
background: -webkit-gradient(linear, left top, right top, from(#DC73FF), to(rgba(0, 0, 0, 0.15)));
|
64268
64618
|
background: -webkit-linear-gradient(left, #DC73FF 0% var(--full), rgba(0, 0, 0, 0.15) var(--full) 100%);
|
64269
64619
|
background: linear-gradient(to right, #DC73FF 0% var(--full), rgba(0, 0, 0, 0.15) var(--full) 100%);
|
64270
|
-
text-shadow: none;
|
64271
64620
|
-webkit-text-stroke: #A333C8 0.78px;
|
64272
|
-
background-clip: text;
|
64273
|
-
color: transparent;
|
64274
64621
|
}
|
64275
64622
|
|
64276
64623
|
.ui.pink.rating .active.icon {
|
@@ -64292,10 +64639,7 @@ a.ui.nag {
|
|
64292
64639
|
background: -webkit-gradient(linear, left top, right top, from(#FF8EDF), to(rgba(0, 0, 0, 0.15)));
|
64293
64640
|
background: -webkit-linear-gradient(left, #FF8EDF 0% var(--full), rgba(0, 0, 0, 0.15) var(--full) 100%);
|
64294
64641
|
background: linear-gradient(to right, #FF8EDF 0% var(--full), rgba(0, 0, 0, 0.15) var(--full) 100%);
|
64295
|
-
text-shadow: none;
|
64296
64642
|
-webkit-text-stroke: #E03997 0.78px;
|
64297
|
-
background-clip: text;
|
64298
|
-
color: transparent;
|
64299
64643
|
}
|
64300
64644
|
|
64301
64645
|
.ui.brown.rating .active.icon {
|
@@ -64317,10 +64661,7 @@ a.ui.nag {
|
|
64317
64661
|
background: -webkit-gradient(linear, left top, right top, from(#D67C1C), to(rgba(0, 0, 0, 0.15)));
|
64318
64662
|
background: -webkit-linear-gradient(left, #D67C1C 0% var(--full), rgba(0, 0, 0, 0.15) var(--full) 100%);
|
64319
64663
|
background: linear-gradient(to right, #D67C1C 0% var(--full), rgba(0, 0, 0, 0.15) var(--full) 100%);
|
64320
|
-
text-shadow: none;
|
64321
64664
|
-webkit-text-stroke: #A5673F 0.78px;
|
64322
|
-
background-clip: text;
|
64323
|
-
color: transparent;
|
64324
64665
|
}
|
64325
64666
|
|
64326
64667
|
.ui.grey.rating .active.icon {
|
@@ -64342,10 +64683,7 @@ a.ui.nag {
|
|
64342
64683
|
background: -webkit-gradient(linear, left top, right top, from(#DCDDDE), to(rgba(0, 0, 0, 0.15)));
|
64343
64684
|
background: -webkit-linear-gradient(left, #DCDDDE 0% var(--full), rgba(0, 0, 0, 0.15) var(--full) 100%);
|
64344
64685
|
background: linear-gradient(to right, #DCDDDE 0% var(--full), rgba(0, 0, 0, 0.15) var(--full) 100%);
|
64345
|
-
text-shadow: none;
|
64346
64686
|
-webkit-text-stroke: #767676 0.78px;
|
64347
|
-
background-clip: text;
|
64348
|
-
color: transparent;
|
64349
64687
|
}
|
64350
64688
|
|
64351
64689
|
.ui.black.rating .active.icon {
|
@@ -64367,10 +64705,7 @@ a.ui.nag {
|
|
64367
64705
|
background: -webkit-gradient(linear, left top, right top, from(#545454), to(rgba(0, 0, 0, 0.15)));
|
64368
64706
|
background: -webkit-linear-gradient(left, #545454 0% var(--full), rgba(0, 0, 0, 0.15) var(--full) 100%);
|
64369
64707
|
background: linear-gradient(to right, #545454 0% var(--full), rgba(0, 0, 0, 0.15) var(--full) 100%);
|
64370
|
-
text-shadow: none;
|
64371
64708
|
-webkit-text-stroke: #1B1C1D 0.78px;
|
64372
|
-
background-clip: text;
|
64373
|
-
color: transparent;
|
64374
64709
|
}
|
64375
64710
|
|
64376
64711
|
/*******************************
|
@@ -64447,7 +64782,7 @@ a.ui.nag {
|
|
64447
64782
|
Site Overrides
|
64448
64783
|
*******************************/
|
64449
64784
|
/*!
|
64450
|
-
* # Fomantic-UI 2.9.0-beta.
|
64785
|
+
* # Fomantic-UI 2.9.0-beta.80 - Search
|
64451
64786
|
* http://github.com/fomantic/Fomantic-UI/
|
64452
64787
|
*
|
64453
64788
|
*
|
@@ -65029,7 +65364,7 @@ a.ui.nag {
|
|
65029
65364
|
Site Overrides
|
65030
65365
|
*******************************/
|
65031
65366
|
/*!
|
65032
|
-
* # Fomantic-UI 2.9.0-beta.
|
65367
|
+
* # Fomantic-UI 2.9.0-beta.80 - Shape
|
65033
65368
|
* http://github.com/fomantic/Fomantic-UI/
|
65034
65369
|
*
|
65035
65370
|
*
|
@@ -65190,7 +65525,7 @@ a.ui.nag {
|
|
65190
65525
|
User Overrides
|
65191
65526
|
*******************************/
|
65192
65527
|
/*!
|
65193
|
-
* # Fomantic-UI 2.9.0-beta.
|
65528
|
+
* # Fomantic-UI 2.9.0-beta.80 - Sidebar
|
65194
65529
|
* http://github.com/fomantic/Fomantic-UI/
|
65195
65530
|
*
|
65196
65531
|
*
|
@@ -65874,7 +66209,7 @@ body.pushable > .pusher {
|
|
65874
66209
|
Site Overrides
|
65875
66210
|
*******************************/
|
65876
66211
|
/*!
|
65877
|
-
* # Fomantic-UI 2.9.0-beta.
|
66212
|
+
* # Fomantic-UI 2.9.0-beta.80 - Sticky
|
65878
66213
|
* http://github.com/fomantic/Fomantic-UI/
|
65879
66214
|
*
|
65880
66215
|
*
|
@@ -65947,7 +66282,7 @@ body.pushable > .pusher {
|
|
65947
66282
|
Site Overrides
|
65948
66283
|
*******************************/
|
65949
66284
|
/*!
|
65950
|
-
* # Fomantic-UI 2.9.0-beta.
|
66285
|
+
* # Fomantic-UI 2.9.0-beta.80 - Tab
|
65951
66286
|
* http://github.com/fomantic/Fomantic-UI/
|
65952
66287
|
*
|
65953
66288
|
*
|
@@ -66031,7 +66366,7 @@ body.pushable > .pusher {
|
|
66031
66366
|
User Overrides
|
66032
66367
|
*******************************/
|
66033
66368
|
/*!
|
66034
|
-
* # Fomantic-UI 2.9.0-beta.
|
66369
|
+
* # Fomantic-UI 2.9.0-beta.80 - Toast
|
66035
66370
|
* http://github.com/fomantic/Fomantic-UI/
|
66036
66371
|
*
|
66037
66372
|
*
|
@@ -66145,6 +66480,13 @@ body.pushable > .pusher {
|
|
66145
66480
|
bottom: 0.85714286em;
|
66146
66481
|
}
|
66147
66482
|
|
66483
|
+
.ui.toast-container.centered {
|
66484
|
+
-webkit-transform: translate(-50%, -50%);
|
66485
|
+
transform: translate(-50%, -50%);
|
66486
|
+
top: 50%;
|
66487
|
+
left: 50%;
|
66488
|
+
}
|
66489
|
+
|
66148
66490
|
.ui.toast-container .visible.toast-box,
|
66149
66491
|
.ui.toast-container .animating.toast-box,
|
66150
66492
|
.ui.toast-container .toast-box {
|
@@ -66976,7 +67318,7 @@ body.pushable > .pusher {
|
|
66976
67318
|
}
|
66977
67319
|
}
|
66978
67320
|
/*!
|
66979
|
-
* # Fomantic-UI 2.9.0-beta.
|
67321
|
+
* # Fomantic-UI 2.9.0-beta.80 - Transition
|
66980
67322
|
* http://github.com/fomantic/Fomantic-UI/
|
66981
67323
|
*
|
66982
67324
|
*
|