fomantic-ui-sass 2.8.8.1 → 2.9.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (113) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +4 -0
  3. data/app/assets/fonts/semantic-ui/Lato-Bold.woff +0 -0
  4. data/app/assets/fonts/semantic-ui/Lato-Bold.woff2 +0 -0
  5. data/app/assets/fonts/semantic-ui/Lato-BoldItalic.woff +0 -0
  6. data/app/assets/fonts/semantic-ui/Lato-BoldItalic.woff2 +0 -0
  7. data/app/assets/fonts/semantic-ui/Lato-Italic.woff +0 -0
  8. data/app/assets/fonts/semantic-ui/Lato-Italic.woff2 +0 -0
  9. data/app/assets/fonts/semantic-ui/Lato-Regular.woff +0 -0
  10. data/app/assets/fonts/semantic-ui/Lato-Regular.woff2 +0 -0
  11. data/app/assets/fonts/semantic-ui/LatoLatin-Bold.woff +0 -0
  12. data/app/assets/fonts/semantic-ui/LatoLatin-Bold.woff2 +0 -0
  13. data/app/assets/fonts/semantic-ui/LatoLatin-BoldItalic.woff +0 -0
  14. data/app/assets/fonts/semantic-ui/LatoLatin-BoldItalic.woff2 +0 -0
  15. data/app/assets/fonts/semantic-ui/LatoLatin-Italic.woff +0 -0
  16. data/app/assets/fonts/semantic-ui/LatoLatin-Italic.woff2 +0 -0
  17. data/app/assets/fonts/semantic-ui/LatoLatin-Regular.woff +0 -0
  18. data/app/assets/fonts/semantic-ui/LatoLatin-Regular.woff2 +0 -0
  19. data/app/assets/fonts/semantic-ui/brand-icons.eot +0 -0
  20. data/app/assets/fonts/semantic-ui/brand-icons.svg +41 -6
  21. data/app/assets/fonts/semantic-ui/brand-icons.ttf +0 -0
  22. data/app/assets/fonts/semantic-ui/brand-icons.woff +0 -0
  23. data/app/assets/fonts/semantic-ui/brand-icons.woff2 +0 -0
  24. data/app/assets/fonts/semantic-ui/icons.eot +0 -0
  25. data/app/assets/fonts/semantic-ui/icons.svg +245 -7
  26. data/app/assets/fonts/semantic-ui/icons.ttf +0 -0
  27. data/app/assets/fonts/semantic-ui/icons.woff +0 -0
  28. data/app/assets/fonts/semantic-ui/icons.woff2 +0 -0
  29. data/app/assets/fonts/semantic-ui/outline-icons.eot +0 -0
  30. data/app/assets/fonts/semantic-ui/outline-icons.svg +2 -2
  31. data/app/assets/fonts/semantic-ui/outline-icons.ttf +0 -0
  32. data/app/assets/fonts/semantic-ui/outline-icons.woff +0 -0
  33. data/app/assets/fonts/semantic-ui/outline-icons.woff2 +0 -0
  34. data/app/assets/javascripts/semantic-ui/accordion.js +569 -590
  35. data/app/assets/javascripts/semantic-ui/api.js +1153 -1116
  36. data/app/assets/javascripts/semantic-ui/calendar.js +1941 -1698
  37. data/app/assets/javascripts/semantic-ui/checkbox.js +862 -854
  38. data/app/assets/javascripts/semantic-ui/dimmer.js +697 -713
  39. data/app/assets/javascripts/semantic-ui/dropdown.js +4196 -4192
  40. data/app/assets/javascripts/semantic-ui/embed.js +646 -672
  41. data/app/assets/javascripts/semantic-ui/flyout.js +1579 -0
  42. data/app/assets/javascripts/semantic-ui/form.js +2024 -2000
  43. data/app/assets/javascripts/semantic-ui/modal.js +1546 -1384
  44. data/app/assets/javascripts/semantic-ui/nag.js +521 -527
  45. data/app/assets/javascripts/semantic-ui/popup.js +1457 -1463
  46. data/app/assets/javascripts/semantic-ui/progress.js +970 -995
  47. data/app/assets/javascripts/semantic-ui/rating.js +508 -520
  48. data/app/assets/javascripts/semantic-ui/search.js +1521 -1508
  49. data/app/assets/javascripts/semantic-ui/shape.js +784 -811
  50. data/app/assets/javascripts/semantic-ui/sidebar.js +1061 -1002
  51. data/app/assets/javascripts/semantic-ui/site.js +437 -477
  52. data/app/assets/javascripts/semantic-ui/slider.js +1311 -1297
  53. data/app/assets/javascripts/semantic-ui/state.js +639 -658
  54. data/app/assets/javascripts/semantic-ui/sticky.js +848 -891
  55. data/app/assets/javascripts/semantic-ui/tab.js +895 -941
  56. data/app/assets/javascripts/semantic-ui/toast.js +911 -851
  57. data/app/assets/javascripts/semantic-ui/transition.js +1049 -1073
  58. data/app/assets/javascripts/semantic-ui/visibility.js +1214 -1246
  59. data/app/assets/stylesheets/semantic-ui/collections/_breadcrumb.scss +7 -7
  60. data/app/assets/stylesheets/semantic-ui/collections/_form.scss +389 -407
  61. data/app/assets/stylesheets/semantic-ui/collections/_grid.scss +203 -345
  62. data/app/assets/stylesheets/semantic-ui/collections/_menu.scss +372 -501
  63. data/app/assets/stylesheets/semantic-ui/collections/_message.scss +154 -226
  64. data/app/assets/stylesheets/semantic-ui/collections/_table.scss +2065 -880
  65. data/app/assets/stylesheets/semantic-ui/elements/_button.scss +867 -1232
  66. data/app/assets/stylesheets/semantic-ui/elements/_container.scss +101 -6
  67. data/app/assets/stylesheets/semantic-ui/elements/_divider.scss +75 -93
  68. data/app/assets/stylesheets/semantic-ui/elements/_emoji.scss +11148 -9190
  69. data/app/assets/stylesheets/semantic-ui/elements/_flag.scss +1037 -929
  70. data/app/assets/stylesheets/semantic-ui/elements/_header.scss +124 -146
  71. data/app/assets/stylesheets/semantic-ui/elements/_icon.scss +2728 -2759
  72. data/app/assets/stylesheets/semantic-ui/elements/_image.scss +41 -65
  73. data/app/assets/stylesheets/semantic-ui/elements/_input.scss +982 -163
  74. data/app/assets/stylesheets/semantic-ui/elements/_label.scss +432 -479
  75. data/app/assets/stylesheets/semantic-ui/elements/_list.scss +80 -101
  76. data/app/assets/stylesheets/semantic-ui/elements/_loader.scss +452 -540
  77. data/app/assets/stylesheets/semantic-ui/elements/_placeholder.scss +56 -76
  78. data/app/assets/stylesheets/semantic-ui/elements/_rail.scss +17 -22
  79. data/app/assets/stylesheets/semantic-ui/elements/_reveal.scss +46 -85
  80. data/app/assets/stylesheets/semantic-ui/elements/_segment.scss +263 -255
  81. data/app/assets/stylesheets/semantic-ui/elements/_step.scss +106 -179
  82. data/app/assets/stylesheets/semantic-ui/elements/_text.scss +33 -33
  83. data/app/assets/stylesheets/semantic-ui/globals/_reset.scss +14 -18
  84. data/app/assets/stylesheets/semantic-ui/globals/_site.scss +132 -48
  85. data/app/assets/stylesheets/semantic-ui/modules/_accordion.scss +196 -74
  86. data/app/assets/stylesheets/semantic-ui/modules/_calendar.scss +43 -29
  87. data/app/assets/stylesheets/semantic-ui/modules/_checkbox.scss +210 -280
  88. data/app/assets/stylesheets/semantic-ui/modules/_dimmer.scss +78 -182
  89. data/app/assets/stylesheets/semantic-ui/modules/_dropdown.scss +339 -423
  90. data/app/assets/stylesheets/semantic-ui/modules/_embed.scss +24 -35
  91. data/app/assets/stylesheets/semantic-ui/modules/_flyout.scss +546 -0
  92. data/app/assets/stylesheets/semantic-ui/modules/_modal.scss +150 -153
  93. data/app/assets/stylesheets/semantic-ui/modules/_nag.scss +55 -65
  94. data/app/assets/stylesheets/semantic-ui/modules/_popup.scss +530 -310
  95. data/app/assets/stylesheets/semantic-ui/modules/_progress.scss +108 -213
  96. data/app/assets/stylesheets/semantic-ui/modules/_rating.scss +88 -168
  97. data/app/assets/stylesheets/semantic-ui/modules/_search.scss +73 -102
  98. data/app/assets/stylesheets/semantic-ui/modules/_shape.scss +16 -32
  99. data/app/assets/stylesheets/semantic-ui/modules/_sidebar.scss +126 -215
  100. data/app/assets/stylesheets/semantic-ui/modules/_slider.scss +110 -138
  101. data/app/assets/stylesheets/semantic-ui/modules/_sticky.scss +3 -7
  102. data/app/assets/stylesheets/semantic-ui/modules/_tab.scss +16 -20
  103. data/app/assets/stylesheets/semantic-ui/modules/_toast.scss +111 -141
  104. data/app/assets/stylesheets/semantic-ui/modules/_transition.scss +371 -1282
  105. data/app/assets/stylesheets/semantic-ui/views/_ad.scss +39 -50
  106. data/app/assets/stylesheets/semantic-ui/views/_card.scss +949 -458
  107. data/app/assets/stylesheets/semantic-ui/views/_comment.scss +44 -62
  108. data/app/assets/stylesheets/semantic-ui/views/_feed.scss +50 -72
  109. data/app/assets/stylesheets/semantic-ui/views/_item.scss +89 -136
  110. data/app/assets/stylesheets/semantic-ui/views/_statistic.scss +78 -119
  111. data/lib/fomantic/ui/sass/version.rb +2 -2
  112. data/tasks/converter.rb +1 -1
  113. metadata +21 -3
@@ -1,6 +1,6 @@
1
1
  /*!
2
- * # Fomantic-UI 2.8.8 - Text
3
- * http://github.com/fomantic/Fomantic-UI/
2
+ * # Fomantic-UI 2.9.1 - Text
3
+ * https://github.com/fomantic/Fomantic-UI/
4
4
  *
5
5
  *
6
6
  * Released under the MIT license
@@ -17,106 +17,106 @@ span.ui.text {
17
17
  line-height: 1;
18
18
  }
19
19
  span.ui.primary.text {
20
- color: #2185D0;
20
+ color: #2185d0;
21
21
  }
22
22
  span.ui.inverted.primary.text {
23
- color: #54C8FF;
23
+ color: #54c8ff;
24
24
  }
25
25
  span.ui.secondary.text {
26
- color: #1B1C1D;
26
+ color: #1b1c1d;
27
27
  }
28
28
  span.ui.inverted.secondary.text {
29
29
  color: #545454;
30
30
  }
31
31
  span.ui.red.text {
32
- color: #DB2828;
32
+ color: #db2828;
33
33
  }
34
34
  span.ui.inverted.red.text {
35
- color: #FF695E;
35
+ color: #ff695e;
36
36
  }
37
37
  span.ui.orange.text {
38
- color: #F2711C;
38
+ color: #f2711c;
39
39
  }
40
40
  span.ui.inverted.orange.text {
41
- color: #FF851B;
41
+ color: #ff851b;
42
42
  }
43
43
  span.ui.yellow.text {
44
- color: #FBBD08;
44
+ color: #fbbd08;
45
45
  }
46
46
  span.ui.inverted.yellow.text {
47
- color: #FFE21F;
47
+ color: #ffe21f;
48
48
  }
49
49
  span.ui.olive.text {
50
- color: #B5CC18;
50
+ color: #b5cc18;
51
51
  }
52
52
  span.ui.inverted.olive.text {
53
- color: #D9E778;
53
+ color: #d9e778;
54
54
  }
55
55
  span.ui.green.text {
56
- color: #21BA45;
56
+ color: #21ba45;
57
57
  }
58
58
  span.ui.inverted.green.text {
59
- color: #2ECC40;
59
+ color: #2ecc40;
60
60
  }
61
61
  span.ui.teal.text {
62
- color: #00B5AD;
62
+ color: #00b5ad;
63
63
  }
64
64
  span.ui.inverted.teal.text {
65
- color: #6DFFFF;
65
+ color: #6dffff;
66
66
  }
67
67
  span.ui.blue.text {
68
- color: #2185D0;
68
+ color: #2185d0;
69
69
  }
70
70
  span.ui.inverted.blue.text {
71
- color: #54C8FF;
71
+ color: #54c8ff;
72
72
  }
73
73
  span.ui.violet.text {
74
- color: #6435C9;
74
+ color: #6435c9;
75
75
  }
76
76
  span.ui.inverted.violet.text {
77
- color: #A291FB;
77
+ color: #a291fb;
78
78
  }
79
79
  span.ui.purple.text {
80
- color: #A333C8;
80
+ color: #a333c8;
81
81
  }
82
82
  span.ui.inverted.purple.text {
83
- color: #DC73FF;
83
+ color: #dc73ff;
84
84
  }
85
85
  span.ui.pink.text {
86
- color: #E03997;
86
+ color: #e03997;
87
87
  }
88
88
  span.ui.inverted.pink.text {
89
- color: #FF8EDF;
89
+ color: #ff8edf;
90
90
  }
91
91
  span.ui.brown.text {
92
- color: #A5673F;
92
+ color: #a5673f;
93
93
  }
94
94
  span.ui.inverted.brown.text {
95
- color: #D67C1C;
95
+ color: #d67c1c;
96
96
  }
97
97
  span.ui.grey.text {
98
98
  color: #767676;
99
99
  }
100
100
  span.ui.inverted.grey.text {
101
- color: #DCDDDE;
101
+ color: #dcddde;
102
102
  }
103
103
  span.ui.black.text {
104
- color: #1B1C1D;
104
+ color: #1b1c1d;
105
105
  }
106
106
  span.ui.inverted.black.text {
107
107
  color: #545454;
108
108
  }
109
109
  span.ui.error.text {
110
- color: #DB2828;
110
+ color: #db2828;
111
111
  }
112
112
  span.ui.info.text {
113
- color: #31CCEC;
113
+ color: #31ccec;
114
114
  }
115
115
  span.ui.success.text {
116
- color: #21BA45;
116
+ color: #21ba45;
117
117
  }
118
118
  span.ui.warning.text {
119
- color: #F2C037;
119
+ color: #f2c037;
120
120
  }
121
121
  span.ui.disabled.text {
122
122
  opacity: 0.45;
@@ -1,10 +1,10 @@
1
1
  /*!
2
- * # Fomantic-UI 2.8.8 - Reset
3
- * http://github.com/fomantic/Fomantic-UI/
2
+ * # Fomantic-UI 2.9.1 - Reset
3
+ * https://github.com/fomantic/Fomantic-UI/
4
4
  *
5
5
  *
6
6
  * Released under the MIT license
7
- * http://opensource.org/licenses/MIT
7
+ * https://opensource.org/licenses/MIT
8
8
  *
9
9
  */
10
10
 
@@ -16,14 +16,12 @@
16
16
 
17
17
  /* Border-Box */
18
18
  *,
19
- *:before,
20
- *:after {
21
- -webkit-box-sizing: inherit;
22
- box-sizing: inherit;
19
+ *::before,
20
+ *::after {
21
+ box-sizing: inherit;
23
22
  }
24
23
  html {
25
- -webkit-box-sizing: border-box;
26
- box-sizing: border-box;
24
+ box-sizing: border-box;
27
25
  }
28
26
 
29
27
  /* iPad Input Shadows */
@@ -83,8 +81,7 @@ h1 {
83
81
  * 2. Show the overflow in Edge and IE.
84
82
  */
85
83
  hr {
86
- -webkit-box-sizing: content-box;
87
- box-sizing: content-box;
84
+ box-sizing: content-box;
88
85
 
89
86
  /* 1 */
90
87
  height: 0;
@@ -126,7 +123,8 @@ abbr[title] {
126
123
  text-decoration: underline;
127
124
 
128
125
  /* 2 */
129
- text-decoration: underline dotted;
126
+ -webkit-text-decoration: underline dotted;
127
+ text-decoration: underline dotted;
130
128
 
131
129
  /* 2 */
132
130
  }
@@ -214,9 +212,9 @@ textarea {
214
212
  */
215
213
  button,
216
214
  input {
215
+ overflow: visible;
217
216
 
218
217
  /* 1 */
219
- overflow: visible;
220
218
  }
221
219
  /**
222
220
  * Remove the inheritance of text transform in Edge, Firefox, and IE.
@@ -224,9 +222,9 @@ input {
224
222
  */
225
223
  button,
226
224
  select {
225
+ text-transform: none;
227
226
 
228
227
  /* 1 */
229
- text-transform: none;
230
228
  }
231
229
  /**
232
230
  * Correct the inability to style clickable types in iOS and Safari.
@@ -269,8 +267,7 @@ fieldset {
269
267
  * `fieldset` elements in all browsers.
270
268
  */
271
269
  legend {
272
- -webkit-box-sizing: border-box;
273
- box-sizing: border-box;
270
+ box-sizing: border-box;
274
271
 
275
272
  /* 1 */
276
273
  color: inherit;
@@ -307,8 +304,7 @@ textarea {
307
304
  */
308
305
  [type="checkbox"],
309
306
  [type="radio"] {
310
- -webkit-box-sizing: border-box;
311
- box-sizing: border-box;
307
+ box-sizing: border-box;
312
308
 
313
309
  /* 1 */
314
310
  padding: 0;
@@ -1,10 +1,10 @@
1
1
  /*!
2
- * # Fomantic-UI 2.8.8 - Site
3
- * http://github.com/fomantic/Fomantic-UI/
2
+ * # Fomantic-UI 2.9.1 - Site
3
+ * https://github.com/fomantic/Fomantic-UI/
4
4
  *
5
5
  *
6
6
  * Released under the MIT license
7
- * http://opensource.org/licenses/MIT
7
+ * https://opensource.org/licenses/MIT
8
8
  *
9
9
  */
10
10
 
@@ -13,7 +13,78 @@
13
13
  Page
14
14
  *******************************/
15
15
 
16
- @import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,400%3B0,700%3B1,400%3B1,700&subset=latin&display=swap');
16
+ @font-face {
17
+ font-family: "Lato";
18
+ src: font-url("semantic-ui/LatoLatin-Regular.woff2") format("woff2") , font-url("semantic-ui/LatoLatin-Regular.woff") format("woff");
19
+ font-style: normal;
20
+ font-weight: normal;
21
+ font-display: swap;
22
+ text-rendering: optimizeLegibility;
23
+ unicode-range: U+0000, U+000D, U+0020-007E, U+00A0-017F, U+0192, U+0218-021B, U+0237, U+02C6-02C7, U+02C9, U+02D8-02DD, U+0394, U+03A9, U+03BC, U+03C0, U+1E80-1E85, U+2010, U+2013-2014, U+2018-201A, U+201C-201E, U+2020-2022, U+2026, U+2030, U+2039-203A, U+2044, U+20A3-20A4, U+20A7, U+20AC, U+2113, U+2122, U+2126, U+212E, U+2202, U+2206, U+220F, U+2211-2212, U+2215, U+2219-221A, U+221E, U+222B, U+2248, U+2260, U+2264-2265, U+25CA, U+F8FF, U+FB00-FB04;
24
+ }
25
+ @font-face {
26
+ font-family: "Lato";
27
+ src: font-url("semantic-ui/LatoLatin-Bold.woff2") format("woff2") , font-url("semantic-ui/LatoLatin-Bold.woff") format("woff");
28
+ font-style: normal;
29
+ font-weight: bold;
30
+ font-display: swap;
31
+ text-rendering: optimizeLegibility;
32
+ unicode-range: U+0000, U+000D, U+0020-007E, U+00A0-017F, U+0192, U+0218-021B, U+0237, U+02C6-02C7, U+02C9, U+02D8-02DD, U+0394, U+03A9, U+03BC, U+03C0, U+1E80-1E85, U+2010, U+2013-2014, U+2018-201A, U+201C-201E, U+2020-2022, U+2026, U+2030, U+2039-203A, U+2044, U+20A3-20A4, U+20A7, U+20AC, U+2113, U+2122, U+2126, U+212E, U+2202, U+2206, U+220F, U+2211-2212, U+2215, U+2219-221A, U+221E, U+222B, U+2248, U+2260, U+2264-2265, U+25CA, U+F8FF, U+FB00-FB04;
33
+ }
34
+ @font-face {
35
+ font-family: "Lato";
36
+ src: font-url("semantic-ui/LatoLatin-Italic.woff2") format("woff2") , font-url("semantic-ui/LatoLatin-Italic.woff") format("woff");
37
+ font-style: italic;
38
+ font-weight: normal;
39
+ font-display: swap;
40
+ text-rendering: optimizeLegibility;
41
+ unicode-range: U+0000, U+000D, U+0020-007E, U+00A0-017F, U+0192, U+0218-021B, U+0237, U+02C6-02C7, U+02C9, U+02D8-02DD, U+0394, U+03A9, U+03BC, U+03C0, U+1E80-1E85, U+2010, U+2013-2014, U+2018-201A, U+201C-201E, U+2020-2022, U+2026, U+2030, U+2039-203A, U+2044, U+20A3-20A4, U+20A7, U+20AC, U+2113, U+2122, U+2126, U+212E, U+2202, U+2206, U+220F, U+2211-2212, U+2215, U+2219-221A, U+221E, U+222B, U+2248, U+2260, U+2264-2265, U+25CA, U+F8FF, U+FB00-FB04;
42
+ }
43
+ @font-face {
44
+ font-family: "Lato";
45
+ src: font-url("semantic-ui/LatoLatin-BoldItalic.woff2") format("woff2") , font-url("semantic-ui/LatoLatin-BoldItalic.woff") format("woff");
46
+ font-style: italic;
47
+ font-weight: bold;
48
+ font-display: swap;
49
+ text-rendering: optimizeLegibility;
50
+ unicode-range: U+0000, U+000D, U+0020-007E, U+00A0-017F, U+0192, U+0218-021B, U+0237, U+02C6-02C7, U+02C9, U+02D8-02DD, U+0394, U+03A9, U+03BC, U+03C0, U+1E80-1E85, U+2010, U+2013-2014, U+2018-201A, U+201C-201E, U+2020-2022, U+2026, U+2030, U+2039-203A, U+2044, U+20A3-20A4, U+20A7, U+20AC, U+2113, U+2122, U+2126, U+212E, U+2202, U+2206, U+220F, U+2211-2212, U+2215, U+2219-221A, U+221E, U+222B, U+2248, U+2260, U+2264-2265, U+25CA, U+F8FF, U+FB00-FB04;
51
+ }
52
+ @font-face {
53
+ font-family: "Lato";
54
+ src: font-url("semantic-ui/Lato-Regular.woff2") format("woff2") , font-url("semantic-ui/Lato-Regular.woff") format("woff");
55
+ font-style: normal;
56
+ font-weight: normal;
57
+ font-display: swap;
58
+ text-rendering: optimizeLegibility;
59
+ unicode-range: U+0180-0191, U+0193-0217, U+021C-0236, U+0238-02C5, U+02C8, U+02CA-02D7, U+02DE-036F, U+0374-0375, U+037A-037E, U+0384-038A, U+038C, U+038E-0393, U+0395-03A1, U+03A3-03A8, U+03AA-03BB, U+03BD-03BF, U+03C1-03CE, U+03D0-0486, U+0488-0513, U+1D00-1DCA, U+1DFE-1E7F, U+1E86-1E9B, U+1E9E, U+1EA0-1EF9, U+1F00-1F15, U+1F18-1F1D, U+1F20-1F45, U+1F48-1F4D, U+1F50-1F57, U+1F59, U+1F5B, U+1F5D, U+1F5F-1F7D, U+1F80-1FB4, U+1FB6-1FC4, U+1FC6-1FD3, U+1FD6-1FDB, U+1FDD-1FEF, U+1FF2-1FF4, U+1FF6-1FFE, U+2000-200F, U+2012, U+2015-2017, U+201B, U+201F, U+202F, U+2034, U+203C-203E, U+205E-205F, U+2070-2071, U+2074-2094, U+20A0-20A2, U+20A5-20A6, U+20A8-20AB, U+20AD-20B5, U+20B8-20BA, U+20DD, U+2105, U+2116-2117, U+2120, U+2132, U+214D-214E, U+2153-215F, U+2183-2184, U+2190-2199, U+21A8, U+221F, U+2229, U+2261, U+2302, U+2310, U+2320-2321, U+2460-2473, U+24EA-24F4, U+24FF-2500, U+2502, U+250C, U+2510, U+2514, U+2518, U+2C60-2C6C, U+2C74-2C77;
60
+ }
61
+ @font-face {
62
+ font-family: "Lato";
63
+ src: font-url("semantic-ui/Lato-Bold.woff2") format("woff2") , font-url("semantic-ui/Lato-Bold.woff") format("woff");
64
+ font-style: normal;
65
+ font-weight: bold;
66
+ font-display: swap;
67
+ text-rendering: optimizeLegibility;
68
+ unicode-range: U+0180-0191, U+0193-0217, U+021C-0236, U+0238-02C5, U+02C8, U+02CA-02D7, U+02DE-036F, U+0374-0375, U+037A-037E, U+0384-038A, U+038C, U+038E-0393, U+0395-03A1, U+03A3-03A8, U+03AA-03BB, U+03BD-03BF, U+03C1-03CE, U+03D0-0486, U+0488-0513, U+1D00-1DCA, U+1DFE-1E7F, U+1E86-1E9B, U+1E9E, U+1EA0-1EF9, U+1F00-1F15, U+1F18-1F1D, U+1F20-1F45, U+1F48-1F4D, U+1F50-1F57, U+1F59, U+1F5B, U+1F5D, U+1F5F-1F7D, U+1F80-1FB4, U+1FB6-1FC4, U+1FC6-1FD3, U+1FD6-1FDB, U+1FDD-1FEF, U+1FF2-1FF4, U+1FF6-1FFE, U+2000-200F, U+2012, U+2015-2017, U+201B, U+201F, U+202F, U+2034, U+203C-203E, U+205E-205F, U+2070-2071, U+2074-2094, U+20A0-20A2, U+20A5-20A6, U+20A8-20AB, U+20AD-20B5, U+20B8-20BA, U+20DD, U+2105, U+2116-2117, U+2120, U+2132, U+214D-214E, U+2153-215F, U+2183-2184, U+2190-2199, U+21A8, U+221F, U+2229, U+2261, U+2302, U+2310, U+2320-2321, U+2460-2473, U+24EA-24F4, U+24FF-2500, U+2502, U+250C, U+2510, U+2514, U+2518, U+2C60-2C6C, U+2C74-2C77;
69
+ }
70
+ @font-face {
71
+ font-family: "Lato";
72
+ src: font-url("semantic-ui/Lato-Italic.woff2") format("woff2") , font-url("semantic-ui/Lato-Italic.woff") format("woff");
73
+ font-style: italic;
74
+ font-weight: normal;
75
+ font-display: swap;
76
+ text-rendering: optimizeLegibility;
77
+ unicode-range: U+0180-0191, U+0193-0217, U+021C-0236, U+0238-02C5, U+02C8, U+02CA-02D7, U+02DE-036F, U+0374-0375, U+037A-037E, U+0384-038A, U+038C, U+038E-0393, U+0395-03A1, U+03A3-03A8, U+03AA-03BB, U+03BD-03BF, U+03C1-03CE, U+03D0-0486, U+0488-0513, U+1D00-1DCA, U+1DFE-1E7F, U+1E86-1E9B, U+1E9E, U+1EA0-1EF9, U+1F00-1F15, U+1F18-1F1D, U+1F20-1F45, U+1F48-1F4D, U+1F50-1F57, U+1F59, U+1F5B, U+1F5D, U+1F5F-1F7D, U+1F80-1FB4, U+1FB6-1FC4, U+1FC6-1FD3, U+1FD6-1FDB, U+1FDD-1FEF, U+1FF2-1FF4, U+1FF6-1FFE, U+2000-200F, U+2012, U+2015-2017, U+201B, U+201F, U+202F, U+2034, U+203C-203E, U+205E-205F, U+2070-2071, U+2074-2094, U+20A0-20A2, U+20A5-20A6, U+20A8-20AB, U+20AD-20B5, U+20B8-20BA, U+20DD, U+2105, U+2116-2117, U+2120, U+2132, U+214D-214E, U+2153-215F, U+2183-2184, U+2190-2199, U+21A8, U+221F, U+2229, U+2261, U+2302, U+2310, U+2320-2321, U+2460-2473, U+24EA-24F4, U+24FF-2500, U+2502, U+250C, U+2510, U+2514, U+2518, U+2C60-2C6C, U+2C74-2C77;
78
+ }
79
+ @font-face {
80
+ font-family: "Lato";
81
+ src: font-url("semantic-ui/Lato-BoldItalic.woff2") format("woff2") , font-url("semantic-ui/Lato-BoldItalic.woff") format("woff");
82
+ font-style: italic;
83
+ font-weight: bold;
84
+ font-display: swap;
85
+ text-rendering: optimizeLegibility;
86
+ unicode-range: U+0180-0191, U+0193-0217, U+021C-0236, U+0238-02C5, U+02C8, U+02CA-02D7, U+02DE-036F, U+0374-0375, U+037A-037E, U+0384-038A, U+038C, U+038E-0393, U+0395-03A1, U+03A3-03A8, U+03AA-03BB, U+03BD-03BF, U+03C1-03CE, U+03D0-0486, U+0488-0513, U+1D00-1DCA, U+1DFE-1E7F, U+1E86-1E9B, U+1E9E, U+1EA0-1EF9, U+1F00-1F15, U+1F18-1F1D, U+1F20-1F45, U+1F48-1F4D, U+1F50-1F57, U+1F59, U+1F5B, U+1F5D, U+1F5F-1F7D, U+1F80-1FB4, U+1FB6-1FC4, U+1FC6-1FD3, U+1FD6-1FDB, U+1FDD-1FEF, U+1FF2-1FF4, U+1FF6-1FFE, U+2000-200F, U+2012, U+2015-2017, U+201B, U+201F, U+202F, U+2034, U+203C-203E, U+205E-205F, U+2070-2071, U+2074-2094, U+20A0-20A2, U+20A5-20A6, U+20A8-20AB, U+20AD-20B5, U+20B8-20BA, U+20DD, U+2105, U+2116-2117, U+2120, U+2132, U+214D-214E, U+2153-215F, U+2183-2184, U+2190-2199, U+21A8, U+221F, U+2229, U+2261, U+2302, U+2310, U+2320-2321, U+2460-2473, U+24EA-24F4, U+24FF-2500, U+2502, U+250C, U+2510, U+2514, U+2518, U+2C60-2C6C, U+2C74-2C77;
87
+ }
17
88
  html,
18
89
  body {
19
90
  height: 100%;
@@ -26,8 +97,8 @@ body {
26
97
  padding: 0;
27
98
  overflow-x: hidden;
28
99
  min-width: 320px;
29
- background: #FFFFFF;
30
- font-family: $font-family;
100
+ background: #fff;
101
+ font-family: "Lato", system-ui, -apple-system, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
31
102
  font-size: 14px;
32
103
  line-height: 1.4285em;
33
104
  color: rgba(0, 0, 0, 0.87);
@@ -43,7 +114,7 @@ h2,
43
114
  h3,
44
115
  h4,
45
116
  h5 {
46
- font-family: $font-family;
117
+ font-family: "Lato", system-ui, -apple-system, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
47
118
  line-height: 1.28571429em;
48
119
  margin: calc(2rem - 0.1428571428571429em) 0 1rem;
49
120
  font-weight: bold;
@@ -96,12 +167,11 @@ p:last-child {
96
167
  margin-bottom: 0;
97
168
  }
98
169
 
99
- /*-------------------
170
+ /* -------------------
100
171
  Links
101
- --------------------*/
102
-
172
+ -------------------- */
103
173
  a {
104
- color: #4183C4;
174
+ color: #4183c4;
105
175
  text-decoration: none;
106
176
  }
107
177
  a:hover {
@@ -115,43 +185,6 @@ a:hover {
115
185
  *******************************/
116
186
 
117
187
 
118
-
119
- /*******************************
120
- Highlighting
121
- *******************************/
122
-
123
-
124
- /* Site */
125
- ::-webkit-selection {
126
- background-color: #CCE2FF;
127
- color: rgba(0, 0, 0, 0.87);
128
- }
129
- ::-moz-selection {
130
- background-color: #CCE2FF;
131
- color: rgba(0, 0, 0, 0.87);
132
- }
133
- ::selection {
134
- background-color: #CCE2FF;
135
- color: rgba(0, 0, 0, 0.87);
136
- }
137
-
138
- /* Form */
139
- textarea::-webkit-selection,
140
- input::-webkit-selection {
141
- background-color: rgba(100, 100, 100, 0.4);
142
- color: rgba(0, 0, 0, 0.87);
143
- }
144
- textarea::-moz-selection,
145
- input::-moz-selection {
146
- background-color: rgba(100, 100, 100, 0.4);
147
- color: rgba(0, 0, 0, 0.87);
148
- }
149
- textarea::selection,
150
- input::selection {
151
- background-color: rgba(100, 100, 100, 0.4);
152
- color: rgba(0, 0, 0, 0.87);
153
- }
154
-
155
188
  /* Force Simple Scrollbars */
156
189
  body ::-webkit-scrollbar {
157
190
  -webkit-appearance: none;
@@ -175,6 +208,18 @@ body ::-webkit-scrollbar-thumb:window-inactive {
175
208
  body ::-webkit-scrollbar-thumb:hover {
176
209
  background: rgba(128, 135, 139, 0.8);
177
210
  }
211
+ body .ui {
212
+
213
+ /* IE11 */
214
+ scrollbar-face-color: #bfbfbf;
215
+ scrollbar-shadow-color: #bfbfbf;
216
+ scrollbar-track-color: #e6e6e6;
217
+ scrollbar-arrow-color: #e6e6e6;
218
+
219
+ /* firefox: first color thumb, second track */
220
+ scrollbar-color: rgba(0, 0, 0, 0.25) rgba(0, 0, 0, 0.1);
221
+ scrollbar-width: thin;
222
+ }
178
223
 
179
224
  /* Inverted UI */
180
225
  body .ui.inverted:not(.dimmer)::-webkit-scrollbar-track {
@@ -189,6 +234,45 @@ body .ui.inverted:not(.dimmer)::-webkit-scrollbar-thumb:window-inactive {
189
234
  body .ui.inverted:not(.dimmer)::-webkit-scrollbar-thumb:hover {
190
235
  background: rgba(255, 255, 255, 0.35);
191
236
  }
237
+ body .ui.inverted:not(.dimmer) {
238
+
239
+ /* IE11 */
240
+ scrollbar-face-color: #656565;
241
+ scrollbar-shadow-color: #656565;
242
+ scrollbar-track-color: #323232;
243
+ scrollbar-arrow-color: #323232;
244
+
245
+ /* firefox: first color thumb, second track */
246
+ scrollbar-color: rgba(255, 255, 255, 0.25) rgba(255, 255, 255, 0.1);
247
+ }
248
+
249
+
250
+ /*******************************
251
+ Highlighting
252
+ *******************************/
253
+
254
+
255
+ /* Site */
256
+ ::-webkit-selection {
257
+ background-color: #cce2ff;
258
+ color: rgba(0, 0, 0, 0.87);
259
+ }
260
+ ::selection {
261
+ background-color: #cce2ff;
262
+ color: rgba(0, 0, 0, 0.87);
263
+ }
264
+
265
+ /* Form */
266
+ textarea::-webkit-selection,
267
+ input::-webkit-selection {
268
+ background-color: rgba(100, 100, 100, 0.4);
269
+ color: rgba(0, 0, 0, 0.87);
270
+ }
271
+ textarea::selection,
272
+ input::selection {
273
+ background-color: rgba(100, 100, 100, 0.4);
274
+ color: rgba(0, 0, 0, 0.87);
275
+ }
192
276
 
193
277
 
194
278
  /*******************************