compass 0.13.alpha.7 → 0.13.alpha.8

Sign up to get free protection for your applications and to get access to all the features.
Files changed (68) hide show
  1. checksums.yaml +4 -4
  2. data/VERSION.yml +1 -1
  3. data/frameworks/compass/stylesheets/compass/_support.scss +136 -62
  4. data/frameworks/compass/stylesheets/compass/css3/_box-shadow.scss +1 -1
  5. data/frameworks/compass/stylesheets/compass/css3/_flexbox.scss +11 -2
  6. data/frameworks/compass/stylesheets/compass/css3/_inline-block.scss +2 -2
  7. data/frameworks/compass/stylesheets/compass/css3/_opacity.scss +1 -1
  8. data/frameworks/compass/stylesheets/compass/css3/_user-interface.scss +1 -1
  9. data/frameworks/compass/stylesheets/compass/typography/lists/_horizontal-list.scss +2 -2
  10. data/frameworks/compass/stylesheets/compass/typography/lists/_inline-list.scss +1 -1
  11. data/frameworks/compass/stylesheets/compass/utilities/general/_float.scss +3 -3
  12. data/frameworks/compass/stylesheets/compass/utilities/general/_hacks.scss +6 -6
  13. data/lib/compass/browser_support.rb +2 -2
  14. data/lib/compass/caniuse.rb +55 -19
  15. data/lib/compass/sass_extensions/functions/cross_browser_support.rb +34 -10
  16. data/test/fixtures/stylesheets/compass/css/animation-with-legacy-ie.css +0 -3
  17. data/test/fixtures/stylesheets/compass/css/animation.css +0 -3
  18. data/test/fixtures/stylesheets/compass/css/filters.css +30 -6
  19. data/test/fixtures/stylesheets/compass/css/gradients.css +7 -2
  20. data/test/fixtures/stylesheets/compass/css/support.css +23 -16
  21. data/test/fixtures/stylesheets/compass/sass/support.scss +45 -8
  22. data/test/fixtures/stylesheets/envtest/tmp/env.css +3 -3
  23. data/test/units/caniuse_test.rb +29 -10
  24. metadata +3 -91
  25. data/test/fixtures/stylesheets/compass/tmp/animation-with-legacy-ie.css +0 -22
  26. data/test/fixtures/stylesheets/compass/tmp/animation.css +0 -22
  27. data/test/fixtures/stylesheets/compass/tmp/appearance.css +0 -3
  28. data/test/fixtures/stylesheets/compass/tmp/background-clip.css +0 -11
  29. data/test/fixtures/stylesheets/compass/tmp/background-origin.css +0 -11
  30. data/test/fixtures/stylesheets/compass/tmp/background-size.css +0 -17
  31. data/test/fixtures/stylesheets/compass/tmp/border_radius.css +0 -14
  32. data/test/fixtures/stylesheets/compass/tmp/box-sizing.css +0 -9
  33. data/test/fixtures/stylesheets/compass/tmp/box.css +0 -103
  34. data/test/fixtures/stylesheets/compass/tmp/box_shadow.css +0 -24
  35. data/test/fixtures/stylesheets/compass/tmp/brightness.css +0 -14
  36. data/test/fixtures/stylesheets/compass/tmp/browser-support.css +0 -306
  37. data/test/fixtures/stylesheets/compass/tmp/color.css +0 -18
  38. data/test/fixtures/stylesheets/compass/tmp/columns.css +0 -134
  39. data/test/fixtures/stylesheets/compass/tmp/filters.css +0 -29
  40. data/test/fixtures/stylesheets/compass/tmp/flexbox.css +0 -94
  41. data/test/fixtures/stylesheets/compass/tmp/fonts.css +0 -4
  42. data/test/fixtures/stylesheets/compass/tmp/force-wrap.css +0 -9
  43. data/test/fixtures/stylesheets/compass/tmp/gradients.css +0 -230
  44. data/test/fixtures/stylesheets/compass/tmp/grid_background.css +0 -64
  45. data/test/fixtures/stylesheets/compass/tmp/hyphenation.css +0 -16
  46. data/test/fixtures/stylesheets/compass/tmp/image_size.css +0 -15
  47. data/test/fixtures/stylesheets/compass/tmp/images.css +0 -8
  48. data/test/fixtures/stylesheets/compass/tmp/layout.css +0 -16
  49. data/test/fixtures/stylesheets/compass/tmp/legacy_clearfix.css +0 -26
  50. data/test/fixtures/stylesheets/compass/tmp/lists.css +0 -145
  51. data/test/fixtures/stylesheets/compass/tmp/opacity.css +0 -3
  52. data/test/fixtures/stylesheets/compass/tmp/print.css +0 -11
  53. data/test/fixtures/stylesheets/compass/tmp/regions.css +0 -9
  54. data/test/fixtures/stylesheets/compass/tmp/replacement.css +0 -59
  55. data/test/fixtures/stylesheets/compass/tmp/reset.css +0 -59
  56. data/test/fixtures/stylesheets/compass/tmp/selection.css +0 -50
  57. data/test/fixtures/stylesheets/compass/tmp/sprites.css +0 -1263
  58. data/test/fixtures/stylesheets/compass/tmp/sprites_with_explicit_separator.css +0 -16
  59. data/test/fixtures/stylesheets/compass/tmp/stretching.css +0 -66
  60. data/test/fixtures/stylesheets/compass/tmp/support.css +0 -59
  61. data/test/fixtures/stylesheets/compass/tmp/text_shadow.css +0 -29
  62. data/test/fixtures/stylesheets/compass/tmp/transform.css +0 -369
  63. data/test/fixtures/stylesheets/compass/tmp/transition.css +0 -116
  64. data/test/fixtures/stylesheets/compass/tmp/typography/links/hover-link.css +0 -4
  65. data/test/fixtures/stylesheets/compass/tmp/units.css +0 -30
  66. data/test/fixtures/stylesheets/compass/tmp/user-interface.css +0 -52
  67. data/test/fixtures/stylesheets/compass/tmp/utilities.css +0 -71
  68. data/test/fixtures/stylesheets/compass/tmp/vertical_rhythm.css +0 -211
@@ -1,15 +0,0 @@
1
- .png {
2
- width: 100px;
3
- height: 150px; }
4
-
5
- .jpg {
6
- width: 100px;
7
- height: 150px; }
8
-
9
- .jpeg {
10
- width: 100px;
11
- height: 150px; }
12
-
13
- .gif {
14
- width: 100px;
15
- height: 150px; }
@@ -1,8 +0,0 @@
1
- .relative {
2
- background-image: url('/images/4x6.png?busted=true'); }
3
-
4
- .root-relative {
5
- background-image: url('/images/4x6.png?busted=true'); }
6
-
7
- .absolute {
8
- background-image: url(http://example.com/images/4x6.png); }
@@ -1,16 +0,0 @@
1
- html, body {
2
- height: 100%; }
3
-
4
- #layout {
5
- clear: both;
6
- min-height: 100%;
7
- height: auto !important;
8
- height: 100%;
9
- margin-bottom: -72px; }
10
- #layout #layout_footer {
11
- height: 72px; }
12
-
13
- #footer {
14
- clear: both;
15
- position: relative;
16
- height: 72px; }
@@ -1,26 +0,0 @@
1
- .clearfix {
2
- overflow: hidden;
3
- display: inline-block; }
4
- .clearfix {
5
- display: block; }
6
-
7
- .pie-clearfix {
8
- display: inline-block; }
9
- .pie-clearfix:after {
10
- content: "\0020";
11
- display: block;
12
- height: 0;
13
- clear: both;
14
- overflow: hidden;
15
- visibility: hidden; }
16
- .pie-clearfix {
17
- display: block; }
18
-
19
- .simplified-pie-clearfix {
20
- display: inline-block; }
21
- .simplified-pie-clearfix:after {
22
- content: "";
23
- display: table;
24
- clear: both; }
25
- .simplified-pie-clearfix {
26
- display: block; }
@@ -1,145 +0,0 @@
1
- ul.horizontal {
2
- margin: 0;
3
- padding: 0;
4
- border: 0;
5
- overflow: hidden;
6
- *zoom: 1; }
7
- ul.horizontal li {
8
- list-style-image: none;
9
- list-style-type: none;
10
- margin-left: 0;
11
- white-space: nowrap;
12
- float: left;
13
- padding-left: 4px;
14
- padding-right: 4px; }
15
- ul.horizontal li:first-child {
16
- padding-left: 0; }
17
- ul.horizontal li:last-child {
18
- padding-right: 0; }
19
- ul.horizontal li.last {
20
- padding-right: 0; }
21
-
22
- ul.wide-horizontal {
23
- margin: 0;
24
- padding: 0;
25
- border: 0;
26
- overflow: hidden;
27
- *zoom: 1; }
28
- ul.wide-horizontal li {
29
- list-style-image: none;
30
- list-style-type: none;
31
- margin-left: 0;
32
- white-space: nowrap;
33
- float: left;
34
- padding-left: 10px;
35
- padding-right: 10px; }
36
- ul.wide-horizontal li:first-child {
37
- padding-left: 0; }
38
- ul.wide-horizontal li:last-child {
39
- padding-right: 0; }
40
- ul.wide-horizontal li.last {
41
- padding-right: 0; }
42
-
43
- ul.right-horizontal {
44
- margin: 0;
45
- padding: 0;
46
- border: 0;
47
- overflow: hidden;
48
- *zoom: 1; }
49
- ul.right-horizontal li {
50
- list-style-image: none;
51
- list-style-type: none;
52
- margin-left: 0;
53
- white-space: nowrap;
54
- float: right;
55
- padding-left: 4px;
56
- padding-right: 4px; }
57
- ul.right-horizontal li:first-child {
58
- padding-right: 0; }
59
- ul.right-horizontal li:last-child {
60
- padding-left: 0; }
61
- ul.right-horizontal li.last {
62
- padding-left: 0; }
63
-
64
- ul.no-padding {
65
- margin: 0;
66
- padding: 0;
67
- border: 0;
68
- overflow: hidden;
69
- *zoom: 1; }
70
- ul.no-padding li {
71
- list-style-image: none;
72
- list-style-type: none;
73
- margin-left: 0;
74
- white-space: nowrap;
75
- float: left; }
76
-
77
- ul.inline-block {
78
- margin: 0;
79
- padding: 0;
80
- border: 0;
81
- overflow: hidden;
82
- *zoom: 1; }
83
- ul.inline-block li {
84
- list-style-image: none;
85
- list-style-type: none;
86
- margin-left: 0;
87
- display: inline-block;
88
- vertical-align: middle;
89
- *vertical-align: auto;
90
- *zoom: 1;
91
- *display: inline;
92
- white-space: nowrap; }
93
-
94
- ul.wide-inline-block {
95
- margin: 0;
96
- padding: 0;
97
- border: 0;
98
- overflow: hidden;
99
- *zoom: 1; }
100
- ul.wide-inline-block li {
101
- list-style-image: none;
102
- list-style-type: none;
103
- margin-left: 0;
104
- display: inline-block;
105
- vertical-align: middle;
106
- *vertical-align: auto;
107
- *zoom: 1;
108
- *display: inline;
109
- white-space: nowrap;
110
- padding-left: 10px;
111
- padding-right: 10px; }
112
-
113
- ul.inline {
114
- list-style-type: none; }
115
- ul.inline, ul.inline li {
116
- margin: 0px;
117
- padding: 0px;
118
- display: inline; }
119
-
120
- ul.comma {
121
- list-style-type: none; }
122
- ul.comma, ul.comma li {
123
- margin: 0px;
124
- padding: 0px;
125
- display: inline; }
126
- ul.comma li:after {
127
- content: ", "; }
128
- ul.comma li:last-child:after {
129
- content: ""; }
130
- ul.comma li.last:after {
131
- content: ""; }
132
-
133
- ul.no-bullets {
134
- list-style: none; }
135
- ul.no-bullets li {
136
- list-style-image: none;
137
- list-style-type: none;
138
- margin-left: 0; }
139
-
140
- ul.pretty {
141
- margin-left: 0; }
142
- ul.pretty li {
143
- padding-left: 14px;
144
- background: url('/images/4x6.png?busted=true') no-repeat 4px 7px;
145
- list-style-type: none; }
@@ -1,3 +0,0 @@
1
- div {
2
- filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=20);
3
- opacity: 0.2; }
@@ -1,11 +0,0 @@
1
- .noprint, .no-print {
2
- display: none; }
3
-
4
- address.print-only, article.print-only, aside.print-only, blockquote.print-only, center.print-only, dir.print-only, div.print-only, dd.print-only, details.print-only, dl.print-only, dt.print-only, fieldset.print-only, figcaption.print-only, figure.print-only, form.print-only, footer.print-only, frameset.print-only, h1.print-only, h2.print-only, h3.print-only, h4.print-only, h5.print-only, h6.print-only, hr.print-only, header.print-only, hgroup.print-only, isindex.print-only, menu.print-only, nav.print-only, noframes.print-only, noscript.print-only, ol.print-only, p.print-only, pre.print-only, section.print-only, summary.print-only, ul.print-only {
5
- display: block; }
6
-
7
- a.print-only, abbr.print-only, acronym.print-only, audio.print-only, b.print-only, basefont.print-only, bdo.print-only, big.print-only, br.print-only, canvas.print-only, cite.print-only, code.print-only, command.print-only, datalist.print-only, dfn.print-only, em.print-only, embed.print-only, font.print-only, i.print-only, img.print-only, input.print-only, keygen.print-only, kbd.print-only, label.print-only, mark.print-only, meter.print-only, output.print-only, progress.print-only, q.print-only, rp.print-only, rt.print-only, ruby.print-only, s.print-only, samp.print-only, select.print-only, small.print-only, span.print-only, strike.print-only, strong.print-only, sub.print-only, sup.print-only, textarea.print-only, time.print-only, tt.print-only, u.print-only, var.print-only, video.print-only, wbr.print-only {
8
- display: inline; }
9
-
10
- .print-only {
11
- display: none; }
@@ -1,9 +0,0 @@
1
- .source {
2
- -ms-flow-into: target;
3
- -webkit-flow-into: target;
4
- flow-into: target; }
5
-
6
- .new-container {
7
- -ms-flow-from: target;
8
- -webkit-flow-from: target;
9
- flow-from: target; }
@@ -1,59 +0,0 @@
1
- .basic {
2
- text-indent: -119988px;
3
- overflow: hidden;
4
- text-align: left;
5
- background-image: url('/images/4x6.png?busted=true');
6
- background-repeat: no-repeat;
7
- background-position: 50% 50%; }
8
-
9
- .with-dimensions {
10
- text-indent: -119988px;
11
- overflow: hidden;
12
- text-align: left;
13
- background-image: url('/images/4x6.png?busted=true');
14
- background-repeat: no-repeat;
15
- background-position: 50% 50%;
16
- width: 6px;
17
- height: 4px; }
18
-
19
- .with-dimensions-inline {
20
- text-indent: -119988px;
21
- overflow: hidden;
22
- text-align: left;
23
- background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAYAAAAECAIAAAAiZtkUAAAC7mlDQ1BJQ0MgUHJvZmlsZQAAeAGFVM9rE0EU/jZuqdAiCFprDrJ4kCJJWatoRdQ2/RFiawzbH7ZFkGQzSdZuNuvuJrWliOTi0SreRe2hB/+AHnrwZC9KhVpFKN6rKGKhFy3xzW5MtqXqwM5+8943731vdt8ADXLSNPWABOQNx1KiEWlsfEJq/IgAjqIJQTQlVdvsTiQGQYNz+Xvn2HoPgVtWw3v7d7J3rZrStpoHhP1A4Eea2Sqw7xdxClkSAog836Epx3QI3+PY8uyPOU55eMG1Dys9xFkifEA1Lc5/TbhTzSXTQINIOJT1cVI+nNeLlNcdB2luZsbIEL1PkKa7zO6rYqGcTvYOkL2d9H5Os94+wiHCCxmtP0a4jZ71jNU/4mHhpObEhj0cGDX0+GAVtxqp+DXCFF8QTSeiVHHZLg3xmK79VvJKgnCQOMpkYYBzWkhP10xu+LqHBX0m1xOv4ndWUeF5jxNn3tTd70XaAq8wDh0MGgyaDUhQEEUEYZiwUECGPBoxNLJyPyOrBhuTezJ1JGq7dGJEsUF7Ntw9t1Gk3Tz+KCJxlEO1CJL8Qf4qr8lP5Xn5y1yw2Fb3lK2bmrry4DvF5Zm5Gh7X08jjc01efJXUdpNXR5aseXq8muwaP+xXlzHmgjWPxHOw+/EtX5XMlymMFMXjVfPqS4R1WjE3359sfzs94i7PLrXWc62JizdWm5dn/WpI++6qvJPmVflPXvXx/GfNxGPiKTEmdornIYmXxS7xkthLqwviYG3HCJ2VhinSbZH6JNVgYJq89S9dP1t4vUZ/DPVRlBnM0lSJ93/CKmQ0nbkOb/qP28f8F+T3iuefKAIvbODImbptU3HvEKFlpW5zrgIXv9F98LZua6N+OPwEWDyrFq1SNZ8gvAEcdod6HugpmNOWls05Uocsn5O66cpiUsxQ20NSUtcl12VLFrOZVWLpdtiZ0x1uHKE5QvfEp0plk/qv8RGw/bBS+fmsUtl+ThrWgZf6b8C8/UXAeIuJAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAI0lEQVQIHWOwtLT8//9/eno6kISwGdD4QDkGZHkIG6QKTS8A/s4vHesO+KkAAAAASUVORK5CYII=');
24
- background-repeat: no-repeat;
25
- background-position: 50% 50%;
26
- width: 6px;
27
- height: 4px; }
28
-
29
- .with-position {
30
- text-indent: -119988px;
31
- overflow: hidden;
32
- text-align: left;
33
- background-image: url('/images/4x6.png?busted=true');
34
- background-repeat: no-repeat;
35
- background-position: 10px top; }
36
-
37
- .with-arbitrary-url {
38
- text-indent: -119988px;
39
- overflow: hidden;
40
- text-align: left;
41
- background-image: url(http://google.com/logo.gif);
42
- background-repeat: no-repeat;
43
- background-position: 10px top; }
44
-
45
- .with-inline-url {
46
- text-indent: -119988px;
47
- overflow: hidden;
48
- text-align: left;
49
- background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAYAAAAECAIAAAAiZtkUAAAC7mlDQ1BJQ0MgUHJvZmlsZQAAeAGFVM9rE0EU/jZuqdAiCFprDrJ4kCJJWatoRdQ2/RFiawzbH7ZFkGQzSdZuNuvuJrWliOTi0SreRe2hB/+AHnrwZC9KhVpFKN6rKGKhFy3xzW5MtqXqwM5+8943731vdt8ADXLSNPWABOQNx1KiEWlsfEJq/IgAjqIJQTQlVdvsTiQGQYNz+Xvn2HoPgVtWw3v7d7J3rZrStpoHhP1A4Eea2Sqw7xdxClkSAog836Epx3QI3+PY8uyPOU55eMG1Dys9xFkifEA1Lc5/TbhTzSXTQINIOJT1cVI+nNeLlNcdB2luZsbIEL1PkKa7zO6rYqGcTvYOkL2d9H5Os94+wiHCCxmtP0a4jZ71jNU/4mHhpObEhj0cGDX0+GAVtxqp+DXCFF8QTSeiVHHZLg3xmK79VvJKgnCQOMpkYYBzWkhP10xu+LqHBX0m1xOv4ndWUeF5jxNn3tTd70XaAq8wDh0MGgyaDUhQEEUEYZiwUECGPBoxNLJyPyOrBhuTezJ1JGq7dGJEsUF7Ntw9t1Gk3Tz+KCJxlEO1CJL8Qf4qr8lP5Xn5y1yw2Fb3lK2bmrry4DvF5Zm5Gh7X08jjc01efJXUdpNXR5aseXq8muwaP+xXlzHmgjWPxHOw+/EtX5XMlymMFMXjVfPqS4R1WjE3359sfzs94i7PLrXWc62JizdWm5dn/WpI++6qvJPmVflPXvXx/GfNxGPiKTEmdornIYmXxS7xkthLqwviYG3HCJ2VhinSbZH6JNVgYJq89S9dP1t4vUZ/DPVRlBnM0lSJ93/CKmQ0nbkOb/qP28f8F+T3iuefKAIvbODImbptU3HvEKFlpW5zrgIXv9F98LZua6N+OPwEWDyrFq1SNZ8gvAEcdod6HugpmNOWls05Uocsn5O66cpiUsxQ20NSUtcl12VLFrOZVWLpdtiZ0x1uHKE5QvfEp0plk/qv8RGw/bBS+fmsUtl+ThrWgZf6b8C8/UXAeIuJAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAI0lEQVQIHWOwtLT8//9/eno6kISwGdD4QDkGZHkIG6QKTS8A/s4vHesO+KkAAAAASUVORK5CYII=');
50
- background-repeat: no-repeat;
51
- background-position: 10px top; }
52
-
53
- .with-image-url {
54
- text-indent: -119988px;
55
- overflow: hidden;
56
- text-align: left;
57
- background-image: url('/images/4x6.png?busted=true');
58
- background-repeat: no-repeat;
59
- background-position: 10px top; }
@@ -1,59 +0,0 @@
1
- html, body, div, span, applet, object, iframe,
2
- h1, h2, h3, h4, h5, h6, p, blockquote, pre,
3
- a, abbr, acronym, address, big, cite, code,
4
- del, dfn, em, img, ins, kbd, q, s, samp,
5
- small, strike, strong, sub, sup, tt, var,
6
- b, u, i, center,
7
- dl, dt, dd, ol, ul, li,
8
- fieldset, form, label, legend,
9
- table, caption, tbody, tfoot, thead, tr, th, td,
10
- article, aside, canvas, details, embed,
11
- figure, figcaption, footer, header, hgroup,
12
- menu, nav, output, ruby, section, summary,
13
- time, mark, audio, video {
14
- margin: 0;
15
- padding: 0;
16
- border: 0;
17
- font: inherit;
18
- font-size: 100%;
19
- vertical-align: baseline; }
20
-
21
- html {
22
- line-height: 1; }
23
-
24
- ol, ul {
25
- list-style: none; }
26
-
27
- table {
28
- border-collapse: collapse;
29
- border-spacing: 0; }
30
-
31
- caption, th, td {
32
- text-align: left;
33
- font-weight: normal;
34
- vertical-align: middle; }
35
-
36
- q, blockquote {
37
- quotes: none; }
38
- q:before, q:after, blockquote:before, blockquote:after {
39
- content: "";
40
- content: none; }
41
-
42
- a img {
43
- border: none; }
44
-
45
- article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
46
- display: block; }
47
-
48
- .unregistered-only, .registered-only {
49
- display: none; }
50
-
51
- body.registered a.registered-only, body.registered abbr.registered-only, body.registered acronym.registered-only, body.registered audio.registered-only, body.registered b.registered-only, body.registered basefont.registered-only, body.registered bdo.registered-only, body.registered big.registered-only, body.registered br.registered-only, body.registered canvas.registered-only, body.registered cite.registered-only, body.registered code.registered-only, body.registered command.registered-only, body.registered datalist.registered-only, body.registered dfn.registered-only, body.registered em.registered-only, body.registered embed.registered-only, body.registered font.registered-only, body.registered i.registered-only, body.registered img.registered-only, body.registered input.registered-only, body.registered keygen.registered-only, body.registered kbd.registered-only, body.registered label.registered-only, body.registered mark.registered-only, body.registered meter.registered-only, body.registered output.registered-only, body.registered progress.registered-only, body.registered q.registered-only, body.registered rp.registered-only, body.registered rt.registered-only, body.registered ruby.registered-only, body.registered s.registered-only, body.registered samp.registered-only, body.registered select.registered-only, body.registered small.registered-only, body.registered span.registered-only, body.registered strike.registered-only, body.registered strong.registered-only, body.registered sub.registered-only, body.registered sup.registered-only, body.registered textarea.registered-only, body.registered time.registered-only, body.registered tt.registered-only, body.registered u.registered-only, body.registered var.registered-only, body.registered video.registered-only, body.registered wbr.registered-only {
52
- display: inline; }
53
- body.registered address.registered-only, body.registered article.registered-only, body.registered aside.registered-only, body.registered blockquote.registered-only, body.registered center.registered-only, body.registered dir.registered-only, body.registered div.registered-only, body.registered dd.registered-only, body.registered details.registered-only, body.registered dl.registered-only, body.registered dt.registered-only, body.registered fieldset.registered-only, body.registered figcaption.registered-only, body.registered figure.registered-only, body.registered form.registered-only, body.registered footer.registered-only, body.registered frameset.registered-only, body.registered h1.registered-only, body.registered h2.registered-only, body.registered h3.registered-only, body.registered h4.registered-only, body.registered h5.registered-only, body.registered h6.registered-only, body.registered hr.registered-only, body.registered header.registered-only, body.registered hgroup.registered-only, body.registered isindex.registered-only, body.registered menu.registered-only, body.registered nav.registered-only, body.registered noframes.registered-only, body.registered noscript.registered-only, body.registered ol.registered-only, body.registered p.registered-only, body.registered pre.registered-only, body.registered section.registered-only, body.registered summary.registered-only, body.registered ul.registered-only {
54
- display: block; }
55
-
56
- body.unregistered a.unregistered-only, body.unregistered abbr.unregistered-only, body.unregistered acronym.unregistered-only, body.unregistered audio.unregistered-only, body.unregistered b.unregistered-only, body.unregistered basefont.unregistered-only, body.unregistered bdo.unregistered-only, body.unregistered big.unregistered-only, body.unregistered br.unregistered-only, body.unregistered canvas.unregistered-only, body.unregistered cite.unregistered-only, body.unregistered code.unregistered-only, body.unregistered command.unregistered-only, body.unregistered datalist.unregistered-only, body.unregistered dfn.unregistered-only, body.unregistered em.unregistered-only, body.unregistered embed.unregistered-only, body.unregistered font.unregistered-only, body.unregistered i.unregistered-only, body.unregistered img.unregistered-only, body.unregistered input.unregistered-only, body.unregistered keygen.unregistered-only, body.unregistered kbd.unregistered-only, body.unregistered label.unregistered-only, body.unregistered mark.unregistered-only, body.unregistered meter.unregistered-only, body.unregistered output.unregistered-only, body.unregistered progress.unregistered-only, body.unregistered q.unregistered-only, body.unregistered rp.unregistered-only, body.unregistered rt.unregistered-only, body.unregistered ruby.unregistered-only, body.unregistered s.unregistered-only, body.unregistered samp.unregistered-only, body.unregistered select.unregistered-only, body.unregistered small.unregistered-only, body.unregistered span.unregistered-only, body.unregistered strike.unregistered-only, body.unregistered strong.unregistered-only, body.unregistered sub.unregistered-only, body.unregistered sup.unregistered-only, body.unregistered textarea.unregistered-only, body.unregistered time.unregistered-only, body.unregistered tt.unregistered-only, body.unregistered u.unregistered-only, body.unregistered var.unregistered-only, body.unregistered video.unregistered-only, body.unregistered wbr.unregistered-only {
57
- display: inline; }
58
- body.unregistered address.unregistered-only, body.unregistered article.unregistered-only, body.unregistered aside.unregistered-only, body.unregistered blockquote.unregistered-only, body.unregistered center.unregistered-only, body.unregistered dir.unregistered-only, body.unregistered div.unregistered-only, body.unregistered dd.unregistered-only, body.unregistered details.unregistered-only, body.unregistered dl.unregistered-only, body.unregistered dt.unregistered-only, body.unregistered fieldset.unregistered-only, body.unregistered figcaption.unregistered-only, body.unregistered figure.unregistered-only, body.unregistered form.unregistered-only, body.unregistered footer.unregistered-only, body.unregistered frameset.unregistered-only, body.unregistered h1.unregistered-only, body.unregistered h2.unregistered-only, body.unregistered h3.unregistered-only, body.unregistered h4.unregistered-only, body.unregistered h5.unregistered-only, body.unregistered h6.unregistered-only, body.unregistered hr.unregistered-only, body.unregistered header.unregistered-only, body.unregistered hgroup.unregistered-only, body.unregistered isindex.unregistered-only, body.unregistered menu.unregistered-only, body.unregistered nav.unregistered-only, body.unregistered noframes.unregistered-only, body.unregistered noscript.unregistered-only, body.unregistered ol.unregistered-only, body.unregistered p.unregistered-only, body.unregistered pre.unregistered-only, body.unregistered section.unregistered-only, body.unregistered summary.unregistered-only, body.unregistered ul.unregistered-only {
59
- display: block; }
@@ -1,50 +0,0 @@
1
- *::-moz-selection {
2
- background-color: #fe57a1;
3
- color: #fff; }
4
- *::selection {
5
- background-color: #fe57a1;
6
- color: #fff; }
7
-
8
- .hot-pink::-moz-selection {
9
- background-color: #fe57a1;
10
- color: #fff; }
11
- .hot-pink::selection {
12
- background-color: #fe57a1;
13
- color: #fff; }
14
-
15
- .hot-pink-with-arguments::-moz-selection {
16
- color: white;
17
- background-color: #fe57a1; }
18
- .hot-pink-with-arguments::selection {
19
- color: white;
20
- background-color: #fe57a1; }
21
-
22
- .hot-pink-with-arguments-and-extra-stuff::-moz-selection {
23
- color: white;
24
- background-color: #fe57a1;
25
- text-decoration: line-through; }
26
- .hot-pink-with-arguments-and-extra-stuff::selection {
27
- color: white;
28
- background-color: #fe57a1;
29
- text-decoration: line-through; }
30
-
31
- .hot-pink-with-default-foreground::-moz-selection {
32
- color: black;
33
- background-color: #fe57a1; }
34
- .hot-pink-with-default-foreground::selection {
35
- color: black;
36
- background-color: #fe57a1; }
37
-
38
- .browser-support-is-considered::-moz-selection {
39
- color: black;
40
- background-color: #fe57a1;
41
- prefix: -moz;
42
- -moz-prefix: true;
43
- -ms-prefix: false;
44
- -webkit-prefix: false; }
45
- .browser-support-is-considered::selection {
46
- color: black;
47
- background-color: #fe57a1;
48
- -moz-prefix: false;
49
- -ms-prefix: false;
50
- -webkit-prefix: false; }
@@ -1,1263 +0,0 @@
1
- .flag-sprite, #flags .us, #flags .au, #flags .ca, #flags .es, #flags .eg, #flags .ly, .flag-ad, .flag-ae, .flag-af, .flag-ag, .flag-ai, .flag-al, .flag-am, .flag-an, .flag-ao, .flag-ar, .flag-as, .flag-at, .flag-au, .flag-aw, .flag-ax, .flag-az, .flag-ba, .flag-bb, .flag-bd, .flag-be, .flag-bf, .flag-bg, .flag-bh, .flag-bi, .flag-bj, .flag-bm, .flag-bn, .flag-bo, .flag-br, .flag-bs, .flag-bt, .flag-bv, .flag-bw, .flag-by, .flag-bz, .flag-ca, .flag-catalonia, .flag-cc, .flag-cd, .flag-cf, .flag-cg, .flag-ch, .flag-ci, .flag-ck, .flag-cl, .flag-cm, .flag-cn, .flag-co, .flag-cr, .flag-cs, .flag-cu, .flag-cv, .flag-cx, .flag-cy, .flag-cz, .flag-de, .flag-dj, .flag-dk, .flag-dm, .flag-do, .flag-dz, .flag-ec, .flag-ee, .flag-eg, .flag-eh, .flag-england, .flag-er, .flag-es, .flag-et, .flag-europeanunion, .flag-fam, .flag-fi, .flag-fj, .flag-fk, .flag-fm, .flag-fo, .flag-fr, .flag-ga, .flag-gb, .flag-gd, .flag-ge, .flag-gf, .flag-gh, .flag-gi, .flag-gl, .flag-gm, .flag-gn, .flag-gp, .flag-gq, .flag-gr, .flag-gs, .flag-gt, .flag-gu, .flag-gw, .flag-gy, .flag-hk, .flag-hm, .flag-hn, .flag-hr, .flag-ht, .flag-hu, .flag-id-2, .flag-ie, .flag-il, .flag-in, .flag-io, .flag-iq, .flag-ir, .flag-is, .flag-it, .flag-jm, .flag-jo, .flag-jp, .flag-ke, .flag-kg, .flag-kh, .flag-ki, .flag-km, .flag-kn, .flag-kp, .flag-kr, .flag-kw, .flag-ky, .flag-kz, .flag-la, .flag-lb, .flag-lc, .flag-li, .flag-lk, .flag-lr, .flag-ls, .flag-lt, .flag-lu, .flag-lv, .flag-ly, .flag-ma, .flag-mc, .flag-md, .flag-me, .flag-mg, .flag-mh, .flag-mk, .flag-ml, .flag-mm, .flag-mn, .flag-mo, .flag-mp, .flag-mq, .flag-mr, .flag-ms, .flag-mt, .flag-mu, .flag-mv, .flag-mw, .flag-mx, .flag-my, .flag-mz, .flag-na, .flag-nc, .flag-ne, .flag-nf, .flag-ng, .flag-ni, .flag-nl, .flag-no, .flag-np, .flag-nr, .flag-nu, .flag-nz, .flag-om, .flag-pa, .flag-pe, .flag-pf, .flag-pg, .flag-ph, .flag-pk, .flag-pl, .flag-pm, .flag-pn, .flag-pr, .flag-ps, .flag-pt, .flag-pw, .flag-py, .flag-qa, .flag-re, .flag-ro, .flag-rs, .flag-ru, .flag-rw, .flag-sa, .flag-sb, .flag-sc, .flag-scotland, .flag-sd, .flag-se, .flag-sg, .flag-sh, .flag-si, .flag-sj, .flag-sk, .flag-sl, .flag-sm, .flag-sn, .flag-so, .flag-sr, .flag-st, .flag-sv, .flag-sy, .flag-sz, .flag-tc, .flag-td, .flag-tf, .flag-tg, .flag-th, .flag-tj, .flag-tk, .flag-tl, .flag-tm, .flag-tn, .flag-to, .flag-tr, .flag-tt, .flag-tv, .flag-tw, .flag-tz, .flag-ua, .flag-ug, .flag-um, .flag-us, .flag-uy, .flag-uz, .flag-va, .flag-vc, .flag-ve, .flag-vg, .flag-vi, .flag-vn, .flag-vu, .flag-wales, .flag-wf, .flag-ws, .flag-ye, .flag-yt, .flag-za, .flag-zm, .flag-zw {
2
- background-image: url('/images/flag-s5b4f509715.png');
3
- background-repeat: no-repeat; }
4
-
5
- #flags .us {
6
- background-position: 0 -2520px;
7
- height: 11px;
8
- width: 16px; }
9
- #flags .au {
10
- background-position: 0 -132px;
11
- height: 11px;
12
- width: 16px; }
13
- #flags .ca {
14
- background-position: 0 -385px;
15
- height: 11px;
16
- width: 16px; }
17
- #flags .es {
18
- background-position: 0 -737px;
19
- height: 11px;
20
- width: 16px; }
21
- #flags .eg {
22
- background-position: 0 -693px;
23
- height: 11px;
24
- width: 16px; }
25
- #flags .ly {
26
- background-position: 0 -1474px;
27
- height: 11px;
28
- width: 16px; }
29
-
30
- .flag-ad {
31
- background-position: 0 0;
32
- height: 11px;
33
- width: 16px; }
34
-
35
- .flag-ae {
36
- background-position: 0 -11px;
37
- height: 11px;
38
- width: 16px; }
39
-
40
- .flag-af {
41
- background-position: 0 -22px;
42
- height: 11px;
43
- width: 16px; }
44
-
45
- .flag-ag {
46
- background-position: 0 -33px;
47
- height: 11px;
48
- width: 16px; }
49
-
50
- .flag-ai {
51
- background-position: 0 -44px;
52
- height: 11px;
53
- width: 16px; }
54
-
55
- .flag-al {
56
- background-position: 0 -55px;
57
- height: 11px;
58
- width: 16px; }
59
-
60
- .flag-am {
61
- background-position: 0 -66px;
62
- height: 11px;
63
- width: 16px; }
64
-
65
- .flag-an {
66
- background-position: 0 -77px;
67
- height: 11px;
68
- width: 16px; }
69
-
70
- .flag-ao {
71
- background-position: 0 -88px;
72
- height: 11px;
73
- width: 16px; }
74
-
75
- .flag-ar {
76
- background-position: 0 -99px;
77
- height: 11px;
78
- width: 16px; }
79
-
80
- .flag-as {
81
- background-position: 0 -110px;
82
- height: 11px;
83
- width: 16px; }
84
-
85
- .flag-at {
86
- background-position: 0 -121px;
87
- height: 11px;
88
- width: 16px; }
89
-
90
- .flag-au {
91
- background-position: 0 -132px;
92
- height: 11px;
93
- width: 16px; }
94
-
95
- .flag-aw {
96
- background-position: 0 -143px;
97
- height: 11px;
98
- width: 16px; }
99
-
100
- .flag-ax {
101
- background-position: 0 -154px;
102
- height: 11px;
103
- width: 16px; }
104
-
105
- .flag-az {
106
- background-position: 0 -165px;
107
- height: 11px;
108
- width: 16px; }
109
-
110
- .flag-ba {
111
- background-position: 0 -176px;
112
- height: 11px;
113
- width: 16px; }
114
-
115
- .flag-bb {
116
- background-position: 0 -187px;
117
- height: 11px;
118
- width: 16px; }
119
-
120
- .flag-bd {
121
- background-position: 0 -198px;
122
- height: 11px;
123
- width: 16px; }
124
-
125
- .flag-be {
126
- background-position: 0 -209px;
127
- height: 11px;
128
- width: 16px; }
129
-
130
- .flag-bf {
131
- background-position: 0 -220px;
132
- height: 11px;
133
- width: 16px; }
134
-
135
- .flag-bg {
136
- background-position: 0 -231px;
137
- height: 11px;
138
- width: 16px; }
139
-
140
- .flag-bh {
141
- background-position: 0 -242px;
142
- height: 11px;
143
- width: 16px; }
144
-
145
- .flag-bi {
146
- background-position: 0 -253px;
147
- height: 11px;
148
- width: 16px; }
149
-
150
- .flag-bj {
151
- background-position: 0 -264px;
152
- height: 11px;
153
- width: 16px; }
154
-
155
- .flag-bm {
156
- background-position: 0 -275px;
157
- height: 11px;
158
- width: 16px; }
159
-
160
- .flag-bn {
161
- background-position: 0 -286px;
162
- height: 11px;
163
- width: 16px; }
164
-
165
- .flag-bo {
166
- background-position: 0 -297px;
167
- height: 11px;
168
- width: 16px; }
169
-
170
- .flag-br {
171
- background-position: 0 -308px;
172
- height: 11px;
173
- width: 16px; }
174
-
175
- .flag-bs {
176
- background-position: 0 -319px;
177
- height: 11px;
178
- width: 16px; }
179
-
180
- .flag-bt {
181
- background-position: 0 -330px;
182
- height: 11px;
183
- width: 16px; }
184
-
185
- .flag-bv {
186
- background-position: 0 -341px;
187
- height: 11px;
188
- width: 16px; }
189
-
190
- .flag-bw {
191
- background-position: 0 -352px;
192
- height: 11px;
193
- width: 16px; }
194
-
195
- .flag-by {
196
- background-position: 0 -363px;
197
- height: 11px;
198
- width: 16px; }
199
-
200
- .flag-bz {
201
- background-position: 0 -374px;
202
- height: 11px;
203
- width: 16px; }
204
-
205
- .flag-ca {
206
- background-position: 0 -385px;
207
- height: 11px;
208
- width: 16px; }
209
-
210
- .flag-catalonia {
211
- background-position: 0 -396px;
212
- height: 11px;
213
- width: 16px; }
214
-
215
- .flag-cc {
216
- background-position: 0 -407px;
217
- height: 11px;
218
- width: 16px; }
219
-
220
- .flag-cd {
221
- background-position: 0 -418px;
222
- height: 11px;
223
- width: 16px; }
224
-
225
- .flag-cf {
226
- background-position: 0 -429px;
227
- height: 11px;
228
- width: 16px; }
229
-
230
- .flag-cg {
231
- background-position: 0 -440px;
232
- height: 11px;
233
- width: 16px; }
234
-
235
- .flag-ch {
236
- background-position: 0 -451px;
237
- height: 11px;
238
- width: 11px; }
239
-
240
- .flag-ci {
241
- background-position: 0 -462px;
242
- height: 11px;
243
- width: 16px; }
244
-
245
- .flag-ck {
246
- background-position: 0 -473px;
247
- height: 11px;
248
- width: 16px; }
249
-
250
- .flag-cl {
251
- background-position: 0 -484px;
252
- height: 11px;
253
- width: 16px; }
254
-
255
- .flag-cm {
256
- background-position: 0 -495px;
257
- height: 11px;
258
- width: 16px; }
259
-
260
- .flag-cn {
261
- background-position: 0 -506px;
262
- height: 11px;
263
- width: 16px; }
264
-
265
- .flag-co {
266
- background-position: 0 -517px;
267
- height: 11px;
268
- width: 16px; }
269
-
270
- .flag-cr {
271
- background-position: 0 -528px;
272
- height: 11px;
273
- width: 16px; }
274
-
275
- .flag-cs {
276
- background-position: 0 -539px;
277
- height: 11px;
278
- width: 16px; }
279
-
280
- .flag-cu {
281
- background-position: 0 -550px;
282
- height: 11px;
283
- width: 16px; }
284
-
285
- .flag-cv {
286
- background-position: 0 -561px;
287
- height: 11px;
288
- width: 16px; }
289
-
290
- .flag-cx {
291
- background-position: 0 -572px;
292
- height: 11px;
293
- width: 16px; }
294
-
295
- .flag-cy {
296
- background-position: 0 -583px;
297
- height: 11px;
298
- width: 16px; }
299
-
300
- .flag-cz {
301
- background-position: 0 -594px;
302
- height: 11px;
303
- width: 16px; }
304
-
305
- .flag-de {
306
- background-position: 0 -605px;
307
- height: 11px;
308
- width: 16px; }
309
-
310
- .flag-dj {
311
- background-position: 0 -616px;
312
- height: 11px;
313
- width: 16px; }
314
-
315
- .flag-dk {
316
- background-position: 0 -627px;
317
- height: 11px;
318
- width: 16px; }
319
-
320
- .flag-dm {
321
- background-position: 0 -638px;
322
- height: 11px;
323
- width: 16px; }
324
-
325
- .flag-do {
326
- background-position: 0 -649px;
327
- height: 11px;
328
- width: 16px; }
329
-
330
- .flag-dz {
331
- background-position: 0 -660px;
332
- height: 11px;
333
- width: 16px; }
334
-
335
- .flag-ec {
336
- background-position: 0 -671px;
337
- height: 11px;
338
- width: 16px; }
339
-
340
- .flag-ee {
341
- background-position: 0 -682px;
342
- height: 11px;
343
- width: 16px; }
344
-
345
- .flag-eg {
346
- background-position: 0 -693px;
347
- height: 11px;
348
- width: 16px; }
349
-
350
- .flag-eh {
351
- background-position: 0 -704px;
352
- height: 11px;
353
- width: 16px; }
354
-
355
- .flag-england {
356
- background-position: 0 -715px;
357
- height: 11px;
358
- width: 16px; }
359
-
360
- .flag-er {
361
- background-position: 0 -726px;
362
- height: 11px;
363
- width: 16px; }
364
-
365
- .flag-es {
366
- background-position: 0 -737px;
367
- height: 11px;
368
- width: 16px; }
369
-
370
- .flag-et {
371
- background-position: 0 -748px;
372
- height: 11px;
373
- width: 16px; }
374
-
375
- .flag-europeanunion {
376
- background-position: 0 -759px;
377
- height: 11px;
378
- width: 16px; }
379
-
380
- .flag-fam {
381
- background-position: 0 -770px;
382
- height: 11px;
383
- width: 16px; }
384
-
385
- .flag-fi {
386
- background-position: 0 -781px;
387
- height: 11px;
388
- width: 16px; }
389
-
390
- .flag-fj {
391
- background-position: 0 -792px;
392
- height: 11px;
393
- width: 16px; }
394
-
395
- .flag-fk {
396
- background-position: 0 -803px;
397
- height: 11px;
398
- width: 16px; }
399
-
400
- .flag-fm {
401
- background-position: 0 -814px;
402
- height: 11px;
403
- width: 16px; }
404
-
405
- .flag-fo {
406
- background-position: 0 -825px;
407
- height: 11px;
408
- width: 16px; }
409
-
410
- .flag-fr {
411
- background-position: 0 -836px;
412
- height: 11px;
413
- width: 16px; }
414
-
415
- .flag-ga {
416
- background-position: 0 -847px;
417
- height: 11px;
418
- width: 16px; }
419
-
420
- .flag-gb {
421
- background-position: 0 -858px;
422
- height: 11px;
423
- width: 16px; }
424
-
425
- .flag-gd {
426
- background-position: 0 -869px;
427
- height: 11px;
428
- width: 16px; }
429
-
430
- .flag-ge {
431
- background-position: 0 -880px;
432
- height: 11px;
433
- width: 16px; }
434
-
435
- .flag-gf {
436
- background-position: 0 -891px;
437
- height: 11px;
438
- width: 16px; }
439
-
440
- .flag-gh {
441
- background-position: 0 -902px;
442
- height: 11px;
443
- width: 16px; }
444
-
445
- .flag-gi {
446
- background-position: 0 -913px;
447
- height: 11px;
448
- width: 16px; }
449
-
450
- .flag-gl {
451
- background-position: 0 -924px;
452
- height: 11px;
453
- width: 16px; }
454
-
455
- .flag-gm {
456
- background-position: 0 -935px;
457
- height: 11px;
458
- width: 16px; }
459
-
460
- .flag-gn {
461
- background-position: 0 -946px;
462
- height: 11px;
463
- width: 16px; }
464
-
465
- .flag-gp {
466
- background-position: 0 -957px;
467
- height: 11px;
468
- width: 16px; }
469
-
470
- .flag-gq {
471
- background-position: 0 -968px;
472
- height: 11px;
473
- width: 16px; }
474
-
475
- .flag-gr {
476
- background-position: 0 -979px;
477
- height: 11px;
478
- width: 16px; }
479
-
480
- .flag-gs {
481
- background-position: 0 -990px;
482
- height: 11px;
483
- width: 16px; }
484
-
485
- .flag-gt {
486
- background-position: 0 -1001px;
487
- height: 11px;
488
- width: 16px; }
489
-
490
- .flag-gu {
491
- background-position: 0 -1012px;
492
- height: 11px;
493
- width: 16px; }
494
-
495
- .flag-gw {
496
- background-position: 0 -1023px;
497
- height: 11px;
498
- width: 16px; }
499
-
500
- .flag-gy {
501
- background-position: 0 -1034px;
502
- height: 11px;
503
- width: 16px; }
504
-
505
- .flag-hk {
506
- background-position: 0 -1045px;
507
- height: 11px;
508
- width: 16px; }
509
-
510
- .flag-hm {
511
- background-position: 0 -1056px;
512
- height: 11px;
513
- width: 16px; }
514
-
515
- .flag-hn {
516
- background-position: 0 -1067px;
517
- height: 11px;
518
- width: 16px; }
519
-
520
- .flag-hr {
521
- background-position: 0 -1078px;
522
- height: 11px;
523
- width: 16px; }
524
-
525
- .flag-ht {
526
- background-position: 0 -1089px;
527
- height: 11px;
528
- width: 16px; }
529
-
530
- .flag-hu {
531
- background-position: 0 -1100px;
532
- height: 11px;
533
- width: 16px; }
534
-
535
- .flag-id-2 {
536
- background-position: 0 -1111px;
537
- height: 11px;
538
- width: 16px; }
539
-
540
- .flag-ie {
541
- background-position: 0 -1122px;
542
- height: 11px;
543
- width: 16px; }
544
-
545
- .flag-il {
546
- background-position: 0 -1133px;
547
- height: 11px;
548
- width: 16px; }
549
-
550
- .flag-in {
551
- background-position: 0 -1144px;
552
- height: 11px;
553
- width: 16px; }
554
-
555
- .flag-io {
556
- background-position: 0 -1155px;
557
- height: 11px;
558
- width: 16px; }
559
-
560
- .flag-iq {
561
- background-position: 0 -1166px;
562
- height: 11px;
563
- width: 16px; }
564
-
565
- .flag-ir {
566
- background-position: 0 -1177px;
567
- height: 11px;
568
- width: 16px; }
569
-
570
- .flag-is {
571
- background-position: 0 -1188px;
572
- height: 11px;
573
- width: 16px; }
574
-
575
- .flag-it {
576
- background-position: 0 -1199px;
577
- height: 11px;
578
- width: 16px; }
579
-
580
- .flag-jm {
581
- background-position: 0 -1210px;
582
- height: 11px;
583
- width: 16px; }
584
-
585
- .flag-jo {
586
- background-position: 0 -1221px;
587
- height: 11px;
588
- width: 16px; }
589
-
590
- .flag-jp {
591
- background-position: 0 -1232px;
592
- height: 11px;
593
- width: 16px; }
594
-
595
- .flag-ke {
596
- background-position: 0 -1243px;
597
- height: 11px;
598
- width: 16px; }
599
-
600
- .flag-kg {
601
- background-position: 0 -1254px;
602
- height: 11px;
603
- width: 16px; }
604
-
605
- .flag-kh {
606
- background-position: 0 -1265px;
607
- height: 11px;
608
- width: 16px; }
609
-
610
- .flag-ki {
611
- background-position: 0 -1276px;
612
- height: 11px;
613
- width: 16px; }
614
-
615
- .flag-km {
616
- background-position: 0 -1287px;
617
- height: 11px;
618
- width: 16px; }
619
-
620
- .flag-kn {
621
- background-position: 0 -1298px;
622
- height: 11px;
623
- width: 16px; }
624
-
625
- .flag-kp {
626
- background-position: 0 -1309px;
627
- height: 11px;
628
- width: 16px; }
629
-
630
- .flag-kr {
631
- background-position: 0 -1320px;
632
- height: 11px;
633
- width: 16px; }
634
-
635
- .flag-kw {
636
- background-position: 0 -1331px;
637
- height: 11px;
638
- width: 16px; }
639
-
640
- .flag-ky {
641
- background-position: 0 -1342px;
642
- height: 11px;
643
- width: 16px; }
644
-
645
- .flag-kz {
646
- background-position: 0 -1353px;
647
- height: 11px;
648
- width: 16px; }
649
-
650
- .flag-la {
651
- background-position: 0 -1364px;
652
- height: 11px;
653
- width: 16px; }
654
-
655
- .flag-lb {
656
- background-position: 0 -1375px;
657
- height: 11px;
658
- width: 16px; }
659
-
660
- .flag-lc {
661
- background-position: 0 -1386px;
662
- height: 11px;
663
- width: 16px; }
664
-
665
- .flag-li {
666
- background-position: 0 -1397px;
667
- height: 11px;
668
- width: 16px; }
669
-
670
- .flag-lk {
671
- background-position: 0 -1408px;
672
- height: 11px;
673
- width: 16px; }
674
-
675
- .flag-lr {
676
- background-position: 0 -1419px;
677
- height: 11px;
678
- width: 16px; }
679
-
680
- .flag-ls {
681
- background-position: 0 -1430px;
682
- height: 11px;
683
- width: 16px; }
684
-
685
- .flag-lt {
686
- background-position: 0 -1441px;
687
- height: 11px;
688
- width: 16px; }
689
-
690
- .flag-lu {
691
- background-position: 0 -1452px;
692
- height: 11px;
693
- width: 16px; }
694
-
695
- .flag-lv {
696
- background-position: 0 -1463px;
697
- height: 11px;
698
- width: 16px; }
699
-
700
- .flag-ly {
701
- background-position: 0 -1474px;
702
- height: 11px;
703
- width: 16px; }
704
-
705
- .flag-ma {
706
- background-position: 0 -1485px;
707
- height: 11px;
708
- width: 16px; }
709
-
710
- .flag-mc {
711
- background-position: 0 -1496px;
712
- height: 11px;
713
- width: 16px; }
714
-
715
- .flag-md {
716
- background-position: 0 -1507px;
717
- height: 11px;
718
- width: 16px; }
719
-
720
- .flag-me {
721
- background-position: 0 -1518px;
722
- height: 12px;
723
- width: 16px; }
724
-
725
- .flag-mg {
726
- background-position: 0 -1530px;
727
- height: 11px;
728
- width: 16px; }
729
-
730
- .flag-mh {
731
- background-position: 0 -1541px;
732
- height: 11px;
733
- width: 16px; }
734
-
735
- .flag-mk {
736
- background-position: 0 -1552px;
737
- height: 11px;
738
- width: 16px; }
739
-
740
- .flag-ml {
741
- background-position: 0 -1563px;
742
- height: 11px;
743
- width: 16px; }
744
-
745
- .flag-mm {
746
- background-position: 0 -1574px;
747
- height: 11px;
748
- width: 16px; }
749
-
750
- .flag-mn {
751
- background-position: 0 -1585px;
752
- height: 11px;
753
- width: 16px; }
754
-
755
- .flag-mo {
756
- background-position: 0 -1596px;
757
- height: 11px;
758
- width: 16px; }
759
-
760
- .flag-mp {
761
- background-position: 0 -1607px;
762
- height: 11px;
763
- width: 16px; }
764
-
765
- .flag-mq {
766
- background-position: 0 -1618px;
767
- height: 11px;
768
- width: 16px; }
769
-
770
- .flag-mr {
771
- background-position: 0 -1629px;
772
- height: 11px;
773
- width: 16px; }
774
-
775
- .flag-ms {
776
- background-position: 0 -1640px;
777
- height: 11px;
778
- width: 16px; }
779
-
780
- .flag-mt {
781
- background-position: 0 -1651px;
782
- height: 11px;
783
- width: 16px; }
784
-
785
- .flag-mu {
786
- background-position: 0 -1662px;
787
- height: 11px;
788
- width: 16px; }
789
-
790
- .flag-mv {
791
- background-position: 0 -1673px;
792
- height: 11px;
793
- width: 16px; }
794
-
795
- .flag-mw {
796
- background-position: 0 -1684px;
797
- height: 11px;
798
- width: 16px; }
799
-
800
- .flag-mx {
801
- background-position: 0 -1695px;
802
- height: 11px;
803
- width: 16px; }
804
-
805
- .flag-my {
806
- background-position: 0 -1706px;
807
- height: 11px;
808
- width: 16px; }
809
-
810
- .flag-mz {
811
- background-position: 0 -1717px;
812
- height: 11px;
813
- width: 16px; }
814
-
815
- .flag-na {
816
- background-position: 0 -1728px;
817
- height: 11px;
818
- width: 16px; }
819
-
820
- .flag-nc {
821
- background-position: 0 -1739px;
822
- height: 11px;
823
- width: 16px; }
824
-
825
- .flag-ne {
826
- background-position: 0 -1750px;
827
- height: 11px;
828
- width: 16px; }
829
-
830
- .flag-nf {
831
- background-position: 0 -1761px;
832
- height: 11px;
833
- width: 16px; }
834
-
835
- .flag-ng {
836
- background-position: 0 -1772px;
837
- height: 11px;
838
- width: 16px; }
839
-
840
- .flag-ni {
841
- background-position: 0 -1783px;
842
- height: 11px;
843
- width: 16px; }
844
-
845
- .flag-nl {
846
- background-position: 0 -1794px;
847
- height: 11px;
848
- width: 16px; }
849
-
850
- .flag-no {
851
- background-position: 0 -1805px;
852
- height: 11px;
853
- width: 16px; }
854
-
855
- .flag-np {
856
- background-position: 0 -1816px;
857
- height: 11px;
858
- width: 9px; }
859
-
860
- .flag-nr {
861
- background-position: 0 -1827px;
862
- height: 11px;
863
- width: 16px; }
864
-
865
- .flag-nu {
866
- background-position: 0 -1838px;
867
- height: 11px;
868
- width: 16px; }
869
-
870
- .flag-nz {
871
- background-position: 0 -1849px;
872
- height: 11px;
873
- width: 16px; }
874
-
875
- .flag-om {
876
- background-position: 0 -1860px;
877
- height: 11px;
878
- width: 16px; }
879
-
880
- .flag-pa {
881
- background-position: 0 -1871px;
882
- height: 11px;
883
- width: 16px; }
884
-
885
- .flag-pe {
886
- background-position: 0 -1882px;
887
- height: 11px;
888
- width: 16px; }
889
-
890
- .flag-pf {
891
- background-position: 0 -1893px;
892
- height: 11px;
893
- width: 16px; }
894
-
895
- .flag-pg {
896
- background-position: 0 -1904px;
897
- height: 11px;
898
- width: 16px; }
899
-
900
- .flag-ph {
901
- background-position: 0 -1915px;
902
- height: 11px;
903
- width: 16px; }
904
-
905
- .flag-pk {
906
- background-position: 0 -1926px;
907
- height: 11px;
908
- width: 16px; }
909
-
910
- .flag-pl {
911
- background-position: 0 -1937px;
912
- height: 11px;
913
- width: 16px; }
914
-
915
- .flag-pm {
916
- background-position: 0 -1948px;
917
- height: 11px;
918
- width: 16px; }
919
-
920
- .flag-pn {
921
- background-position: 0 -1959px;
922
- height: 11px;
923
- width: 16px; }
924
-
925
- .flag-pr {
926
- background-position: 0 -1970px;
927
- height: 11px;
928
- width: 16px; }
929
-
930
- .flag-ps {
931
- background-position: 0 -1981px;
932
- height: 11px;
933
- width: 16px; }
934
-
935
- .flag-pt {
936
- background-position: 0 -1992px;
937
- height: 11px;
938
- width: 16px; }
939
-
940
- .flag-pw {
941
- background-position: 0 -2003px;
942
- height: 11px;
943
- width: 16px; }
944
-
945
- .flag-py {
946
- background-position: 0 -2014px;
947
- height: 11px;
948
- width: 16px; }
949
-
950
- .flag-qa {
951
- background-position: 0 -2025px;
952
- height: 11px;
953
- width: 16px; }
954
-
955
- .flag-re {
956
- background-position: 0 -2036px;
957
- height: 11px;
958
- width: 16px; }
959
-
960
- .flag-ro {
961
- background-position: 0 -2047px;
962
- height: 11px;
963
- width: 16px; }
964
-
965
- .flag-rs {
966
- background-position: 0 -2058px;
967
- height: 11px;
968
- width: 16px; }
969
-
970
- .flag-ru {
971
- background-position: 0 -2069px;
972
- height: 11px;
973
- width: 16px; }
974
-
975
- .flag-rw {
976
- background-position: 0 -2080px;
977
- height: 11px;
978
- width: 16px; }
979
-
980
- .flag-sa {
981
- background-position: 0 -2091px;
982
- height: 11px;
983
- width: 16px; }
984
-
985
- .flag-sb {
986
- background-position: 0 -2102px;
987
- height: 11px;
988
- width: 16px; }
989
-
990
- .flag-sc {
991
- background-position: 0 -2113px;
992
- height: 11px;
993
- width: 16px; }
994
-
995
- .flag-scotland {
996
- background-position: 0 -2124px;
997
- height: 11px;
998
- width: 16px; }
999
-
1000
- .flag-sd {
1001
- background-position: 0 -2135px;
1002
- height: 11px;
1003
- width: 16px; }
1004
-
1005
- .flag-se {
1006
- background-position: 0 -2146px;
1007
- height: 11px;
1008
- width: 16px; }
1009
-
1010
- .flag-sg {
1011
- background-position: 0 -2157px;
1012
- height: 11px;
1013
- width: 16px; }
1014
-
1015
- .flag-sh {
1016
- background-position: 0 -2168px;
1017
- height: 11px;
1018
- width: 16px; }
1019
-
1020
- .flag-si {
1021
- background-position: 0 -2179px;
1022
- height: 11px;
1023
- width: 16px; }
1024
-
1025
- .flag-sj {
1026
- background-position: 0 -2190px;
1027
- height: 11px;
1028
- width: 16px; }
1029
-
1030
- .flag-sk {
1031
- background-position: 0 -2201px;
1032
- height: 11px;
1033
- width: 16px; }
1034
-
1035
- .flag-sl {
1036
- background-position: 0 -2212px;
1037
- height: 11px;
1038
- width: 16px; }
1039
-
1040
- .flag-sm {
1041
- background-position: 0 -2223px;
1042
- height: 11px;
1043
- width: 16px; }
1044
-
1045
- .flag-sn {
1046
- background-position: 0 -2234px;
1047
- height: 11px;
1048
- width: 16px; }
1049
-
1050
- .flag-so {
1051
- background-position: 0 -2245px;
1052
- height: 11px;
1053
- width: 16px; }
1054
-
1055
- .flag-sr {
1056
- background-position: 0 -2256px;
1057
- height: 11px;
1058
- width: 16px; }
1059
-
1060
- .flag-st {
1061
- background-position: 0 -2267px;
1062
- height: 11px;
1063
- width: 16px; }
1064
-
1065
- .flag-sv {
1066
- background-position: 0 -2278px;
1067
- height: 11px;
1068
- width: 16px; }
1069
-
1070
- .flag-sy {
1071
- background-position: 0 -2289px;
1072
- height: 11px;
1073
- width: 16px; }
1074
-
1075
- .flag-sz {
1076
- background-position: 0 -2300px;
1077
- height: 11px;
1078
- width: 16px; }
1079
-
1080
- .flag-tc {
1081
- background-position: 0 -2311px;
1082
- height: 11px;
1083
- width: 16px; }
1084
-
1085
- .flag-td {
1086
- background-position: 0 -2322px;
1087
- height: 11px;
1088
- width: 16px; }
1089
-
1090
- .flag-tf {
1091
- background-position: 0 -2333px;
1092
- height: 11px;
1093
- width: 16px; }
1094
-
1095
- .flag-tg {
1096
- background-position: 0 -2344px;
1097
- height: 11px;
1098
- width: 16px; }
1099
-
1100
- .flag-th {
1101
- background-position: 0 -2355px;
1102
- height: 11px;
1103
- width: 16px; }
1104
-
1105
- .flag-tj {
1106
- background-position: 0 -2366px;
1107
- height: 11px;
1108
- width: 16px; }
1109
-
1110
- .flag-tk {
1111
- background-position: 0 -2377px;
1112
- height: 11px;
1113
- width: 16px; }
1114
-
1115
- .flag-tl {
1116
- background-position: 0 -2388px;
1117
- height: 11px;
1118
- width: 16px; }
1119
-
1120
- .flag-tm {
1121
- background-position: 0 -2399px;
1122
- height: 11px;
1123
- width: 16px; }
1124
-
1125
- .flag-tn {
1126
- background-position: 0 -2410px;
1127
- height: 11px;
1128
- width: 16px; }
1129
-
1130
- .flag-to {
1131
- background-position: 0 -2421px;
1132
- height: 11px;
1133
- width: 16px; }
1134
-
1135
- .flag-tr {
1136
- background-position: 0 -2432px;
1137
- height: 11px;
1138
- width: 16px; }
1139
-
1140
- .flag-tt {
1141
- background-position: 0 -2443px;
1142
- height: 11px;
1143
- width: 16px; }
1144
-
1145
- .flag-tv {
1146
- background-position: 0 -2454px;
1147
- height: 11px;
1148
- width: 16px; }
1149
-
1150
- .flag-tw {
1151
- background-position: 0 -2465px;
1152
- height: 11px;
1153
- width: 16px; }
1154
-
1155
- .flag-tz {
1156
- background-position: 0 -2476px;
1157
- height: 11px;
1158
- width: 16px; }
1159
-
1160
- .flag-ua {
1161
- background-position: 0 -2487px;
1162
- height: 11px;
1163
- width: 16px; }
1164
-
1165
- .flag-ug {
1166
- background-position: 0 -2498px;
1167
- height: 11px;
1168
- width: 16px; }
1169
-
1170
- .flag-um {
1171
- background-position: 0 -2509px;
1172
- height: 11px;
1173
- width: 16px; }
1174
-
1175
- .flag-us {
1176
- background-position: 0 -2520px;
1177
- height: 11px;
1178
- width: 16px; }
1179
-
1180
- .flag-uy {
1181
- background-position: 0 -2531px;
1182
- height: 11px;
1183
- width: 16px; }
1184
-
1185
- .flag-uz {
1186
- background-position: 0 -2542px;
1187
- height: 11px;
1188
- width: 16px; }
1189
-
1190
- .flag-va {
1191
- background-position: 0 -2553px;
1192
- height: 11px;
1193
- width: 16px; }
1194
-
1195
- .flag-vc {
1196
- background-position: 0 -2564px;
1197
- height: 11px;
1198
- width: 16px; }
1199
-
1200
- .flag-ve {
1201
- background-position: 0 -2575px;
1202
- height: 11px;
1203
- width: 16px; }
1204
-
1205
- .flag-vg {
1206
- background-position: 0 -2586px;
1207
- height: 11px;
1208
- width: 16px; }
1209
-
1210
- .flag-vi {
1211
- background-position: 0 -2597px;
1212
- height: 11px;
1213
- width: 16px; }
1214
-
1215
- .flag-vn {
1216
- background-position: 0 -2608px;
1217
- height: 11px;
1218
- width: 16px; }
1219
-
1220
- .flag-vu {
1221
- background-position: 0 -2619px;
1222
- height: 11px;
1223
- width: 16px; }
1224
-
1225
- .flag-wales {
1226
- background-position: 0 -2630px;
1227
- height: 11px;
1228
- width: 16px; }
1229
-
1230
- .flag-wf {
1231
- background-position: 0 -2641px;
1232
- height: 11px;
1233
- width: 16px; }
1234
-
1235
- .flag-ws {
1236
- background-position: 0 -2652px;
1237
- height: 11px;
1238
- width: 16px; }
1239
-
1240
- .flag-ye {
1241
- background-position: 0 -2663px;
1242
- height: 11px;
1243
- width: 16px; }
1244
-
1245
- .flag-yt {
1246
- background-position: 0 -2674px;
1247
- height: 11px;
1248
- width: 16px; }
1249
-
1250
- .flag-za {
1251
- background-position: 0 -2685px;
1252
- height: 11px;
1253
- width: 16px; }
1254
-
1255
- .flag-zm {
1256
- background-position: 0 -2696px;
1257
- height: 11px;
1258
- width: 16px; }
1259
-
1260
- .flag-zw {
1261
- background-position: 0 -2707px;
1262
- height: 11px;
1263
- width: 16px; }