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.
- checksums.yaml +4 -4
- data/CHANGELOG.md +4 -0
- data/app/assets/fonts/semantic-ui/Lato-Bold.woff +0 -0
- data/app/assets/fonts/semantic-ui/Lato-Bold.woff2 +0 -0
- data/app/assets/fonts/semantic-ui/Lato-BoldItalic.woff +0 -0
- data/app/assets/fonts/semantic-ui/Lato-BoldItalic.woff2 +0 -0
- data/app/assets/fonts/semantic-ui/Lato-Italic.woff +0 -0
- data/app/assets/fonts/semantic-ui/Lato-Italic.woff2 +0 -0
- data/app/assets/fonts/semantic-ui/Lato-Regular.woff +0 -0
- data/app/assets/fonts/semantic-ui/Lato-Regular.woff2 +0 -0
- data/app/assets/fonts/semantic-ui/LatoLatin-Bold.woff +0 -0
- data/app/assets/fonts/semantic-ui/LatoLatin-Bold.woff2 +0 -0
- data/app/assets/fonts/semantic-ui/LatoLatin-BoldItalic.woff +0 -0
- data/app/assets/fonts/semantic-ui/LatoLatin-BoldItalic.woff2 +0 -0
- data/app/assets/fonts/semantic-ui/LatoLatin-Italic.woff +0 -0
- data/app/assets/fonts/semantic-ui/LatoLatin-Italic.woff2 +0 -0
- data/app/assets/fonts/semantic-ui/LatoLatin-Regular.woff +0 -0
- data/app/assets/fonts/semantic-ui/LatoLatin-Regular.woff2 +0 -0
- data/app/assets/fonts/semantic-ui/brand-icons.eot +0 -0
- data/app/assets/fonts/semantic-ui/brand-icons.svg +41 -6
- data/app/assets/fonts/semantic-ui/brand-icons.ttf +0 -0
- data/app/assets/fonts/semantic-ui/brand-icons.woff +0 -0
- data/app/assets/fonts/semantic-ui/brand-icons.woff2 +0 -0
- data/app/assets/fonts/semantic-ui/icons.eot +0 -0
- data/app/assets/fonts/semantic-ui/icons.svg +245 -7
- data/app/assets/fonts/semantic-ui/icons.ttf +0 -0
- data/app/assets/fonts/semantic-ui/icons.woff +0 -0
- data/app/assets/fonts/semantic-ui/icons.woff2 +0 -0
- data/app/assets/fonts/semantic-ui/outline-icons.eot +0 -0
- data/app/assets/fonts/semantic-ui/outline-icons.svg +2 -2
- data/app/assets/fonts/semantic-ui/outline-icons.ttf +0 -0
- data/app/assets/fonts/semantic-ui/outline-icons.woff +0 -0
- data/app/assets/fonts/semantic-ui/outline-icons.woff2 +0 -0
- data/app/assets/javascripts/semantic-ui/accordion.js +569 -590
- data/app/assets/javascripts/semantic-ui/api.js +1153 -1116
- data/app/assets/javascripts/semantic-ui/calendar.js +1941 -1698
- data/app/assets/javascripts/semantic-ui/checkbox.js +862 -854
- data/app/assets/javascripts/semantic-ui/dimmer.js +697 -713
- data/app/assets/javascripts/semantic-ui/dropdown.js +4196 -4192
- data/app/assets/javascripts/semantic-ui/embed.js +646 -672
- data/app/assets/javascripts/semantic-ui/flyout.js +1579 -0
- data/app/assets/javascripts/semantic-ui/form.js +2024 -2000
- data/app/assets/javascripts/semantic-ui/modal.js +1546 -1384
- data/app/assets/javascripts/semantic-ui/nag.js +521 -527
- data/app/assets/javascripts/semantic-ui/popup.js +1457 -1463
- data/app/assets/javascripts/semantic-ui/progress.js +970 -995
- data/app/assets/javascripts/semantic-ui/rating.js +508 -520
- data/app/assets/javascripts/semantic-ui/search.js +1521 -1508
- data/app/assets/javascripts/semantic-ui/shape.js +784 -811
- data/app/assets/javascripts/semantic-ui/sidebar.js +1061 -1002
- data/app/assets/javascripts/semantic-ui/site.js +437 -477
- data/app/assets/javascripts/semantic-ui/slider.js +1311 -1297
- data/app/assets/javascripts/semantic-ui/state.js +639 -658
- data/app/assets/javascripts/semantic-ui/sticky.js +848 -891
- data/app/assets/javascripts/semantic-ui/tab.js +895 -941
- data/app/assets/javascripts/semantic-ui/toast.js +911 -851
- data/app/assets/javascripts/semantic-ui/transition.js +1049 -1073
- data/app/assets/javascripts/semantic-ui/visibility.js +1214 -1246
- data/app/assets/stylesheets/semantic-ui/collections/_breadcrumb.scss +7 -7
- data/app/assets/stylesheets/semantic-ui/collections/_form.scss +389 -407
- data/app/assets/stylesheets/semantic-ui/collections/_grid.scss +203 -345
- data/app/assets/stylesheets/semantic-ui/collections/_menu.scss +372 -501
- data/app/assets/stylesheets/semantic-ui/collections/_message.scss +154 -226
- data/app/assets/stylesheets/semantic-ui/collections/_table.scss +2065 -880
- data/app/assets/stylesheets/semantic-ui/elements/_button.scss +867 -1232
- data/app/assets/stylesheets/semantic-ui/elements/_container.scss +101 -6
- data/app/assets/stylesheets/semantic-ui/elements/_divider.scss +75 -93
- data/app/assets/stylesheets/semantic-ui/elements/_emoji.scss +11148 -9190
- data/app/assets/stylesheets/semantic-ui/elements/_flag.scss +1037 -929
- data/app/assets/stylesheets/semantic-ui/elements/_header.scss +124 -146
- data/app/assets/stylesheets/semantic-ui/elements/_icon.scss +2728 -2759
- data/app/assets/stylesheets/semantic-ui/elements/_image.scss +41 -65
- data/app/assets/stylesheets/semantic-ui/elements/_input.scss +982 -163
- data/app/assets/stylesheets/semantic-ui/elements/_label.scss +432 -479
- data/app/assets/stylesheets/semantic-ui/elements/_list.scss +80 -101
- data/app/assets/stylesheets/semantic-ui/elements/_loader.scss +452 -540
- data/app/assets/stylesheets/semantic-ui/elements/_placeholder.scss +56 -76
- data/app/assets/stylesheets/semantic-ui/elements/_rail.scss +17 -22
- data/app/assets/stylesheets/semantic-ui/elements/_reveal.scss +46 -85
- data/app/assets/stylesheets/semantic-ui/elements/_segment.scss +263 -255
- data/app/assets/stylesheets/semantic-ui/elements/_step.scss +106 -179
- data/app/assets/stylesheets/semantic-ui/elements/_text.scss +33 -33
- data/app/assets/stylesheets/semantic-ui/globals/_reset.scss +14 -18
- data/app/assets/stylesheets/semantic-ui/globals/_site.scss +132 -48
- data/app/assets/stylesheets/semantic-ui/modules/_accordion.scss +196 -74
- data/app/assets/stylesheets/semantic-ui/modules/_calendar.scss +43 -29
- data/app/assets/stylesheets/semantic-ui/modules/_checkbox.scss +210 -280
- data/app/assets/stylesheets/semantic-ui/modules/_dimmer.scss +78 -182
- data/app/assets/stylesheets/semantic-ui/modules/_dropdown.scss +339 -423
- data/app/assets/stylesheets/semantic-ui/modules/_embed.scss +24 -35
- data/app/assets/stylesheets/semantic-ui/modules/_flyout.scss +546 -0
- data/app/assets/stylesheets/semantic-ui/modules/_modal.scss +150 -153
- data/app/assets/stylesheets/semantic-ui/modules/_nag.scss +55 -65
- data/app/assets/stylesheets/semantic-ui/modules/_popup.scss +530 -310
- data/app/assets/stylesheets/semantic-ui/modules/_progress.scss +108 -213
- data/app/assets/stylesheets/semantic-ui/modules/_rating.scss +88 -168
- data/app/assets/stylesheets/semantic-ui/modules/_search.scss +73 -102
- data/app/assets/stylesheets/semantic-ui/modules/_shape.scss +16 -32
- data/app/assets/stylesheets/semantic-ui/modules/_sidebar.scss +126 -215
- data/app/assets/stylesheets/semantic-ui/modules/_slider.scss +110 -138
- data/app/assets/stylesheets/semantic-ui/modules/_sticky.scss +3 -7
- data/app/assets/stylesheets/semantic-ui/modules/_tab.scss +16 -20
- data/app/assets/stylesheets/semantic-ui/modules/_toast.scss +111 -141
- data/app/assets/stylesheets/semantic-ui/modules/_transition.scss +371 -1282
- data/app/assets/stylesheets/semantic-ui/views/_ad.scss +39 -50
- data/app/assets/stylesheets/semantic-ui/views/_card.scss +949 -458
- data/app/assets/stylesheets/semantic-ui/views/_comment.scss +44 -62
- data/app/assets/stylesheets/semantic-ui/views/_feed.scss +50 -72
- data/app/assets/stylesheets/semantic-ui/views/_item.scss +89 -136
- data/app/assets/stylesheets/semantic-ui/views/_statistic.scss +78 -119
- data/lib/fomantic/ui/sass/version.rb +2 -2
- data/tasks/converter.rb +1 -1
- metadata +21 -3
@@ -1,11 +1,11 @@
|
|
1
1
|
/*!
|
2
|
-
* # Fomantic-UI 2.
|
3
|
-
*
|
2
|
+
* # Fomantic-UI 2.9.1 - Ad
|
3
|
+
* https://github.com/fomantic/Fomantic-UI/
|
4
4
|
*
|
5
5
|
*
|
6
6
|
* Copyright 2013 Contributors
|
7
7
|
* Released under the MIT license
|
8
|
-
*
|
8
|
+
* https://opensource.org/licenses/MIT
|
9
9
|
*
|
10
10
|
*/
|
11
11
|
|
@@ -32,10 +32,9 @@
|
|
32
32
|
overflow: hidden;
|
33
33
|
}
|
34
34
|
|
35
|
-
|
35
|
+
/* --------------
|
36
36
|
Common
|
37
|
-
|
38
|
-
|
37
|
+
--------------- */
|
39
38
|
|
40
39
|
/* Leaderboard */
|
41
40
|
.ui.leaderboard.ad {
|
@@ -61,10 +60,9 @@
|
|
61
60
|
height: 600px;
|
62
61
|
}
|
63
62
|
|
64
|
-
|
65
|
-
|
66
|
-
|
67
|
-
|
63
|
+
/* --------------
|
64
|
+
Square
|
65
|
+
--------------- */
|
68
66
|
|
69
67
|
/* Square */
|
70
68
|
.ui.square.ad {
|
@@ -78,10 +76,9 @@
|
|
78
76
|
height: 200px;
|
79
77
|
}
|
80
78
|
|
81
|
-
|
82
|
-
|
83
|
-
|
84
|
-
|
79
|
+
/* --------------
|
80
|
+
Rectangle
|
81
|
+
--------------- */
|
85
82
|
|
86
83
|
/* Small Rectangle */
|
87
84
|
.ui[class*="small rectangle"].ad {
|
@@ -95,10 +92,9 @@
|
|
95
92
|
height: 400px;
|
96
93
|
}
|
97
94
|
|
98
|
-
|
99
|
-
|
100
|
-
|
101
|
-
|
95
|
+
/* --------------
|
96
|
+
Button
|
97
|
+
--------------- */
|
102
98
|
.ui.button.ad {
|
103
99
|
width: 120px;
|
104
100
|
height: 90px;
|
@@ -112,10 +108,9 @@
|
|
112
108
|
height: 60px;
|
113
109
|
}
|
114
110
|
|
115
|
-
|
116
|
-
|
117
|
-
|
118
|
-
|
111
|
+
/* --------------
|
112
|
+
Skyscrapers
|
113
|
+
--------------- */
|
119
114
|
|
120
115
|
/* Skyscraper */
|
121
116
|
.ui.skyscraper.ad {
|
@@ -128,10 +123,9 @@
|
|
128
123
|
width: 160px;
|
129
124
|
}
|
130
125
|
|
131
|
-
|
132
|
-
|
133
|
-
|
134
|
-
|
126
|
+
/* --------------
|
127
|
+
Banners
|
128
|
+
--------------- */
|
135
129
|
|
136
130
|
/* Banner */
|
137
131
|
.ui.banner.ad {
|
@@ -157,10 +151,9 @@
|
|
157
151
|
height: 60px;
|
158
152
|
}
|
159
153
|
|
160
|
-
|
154
|
+
/* --------------
|
161
155
|
Boards
|
162
|
-
|
163
|
-
|
156
|
+
--------------- */
|
164
157
|
|
165
158
|
/* Leaderboard */
|
166
159
|
.ui[class*="large leaderboard"].ad {
|
@@ -174,10 +167,9 @@
|
|
174
167
|
height: 250px;
|
175
168
|
}
|
176
169
|
|
177
|
-
|
178
|
-
|
179
|
-
|
180
|
-
|
170
|
+
/* --------------
|
171
|
+
Panorama
|
172
|
+
--------------- */
|
181
173
|
|
182
174
|
/* Panorama */
|
183
175
|
.ui.panorama.ad {
|
@@ -185,10 +177,9 @@
|
|
185
177
|
height: 120px;
|
186
178
|
}
|
187
179
|
|
188
|
-
|
189
|
-
|
190
|
-
|
191
|
-
|
180
|
+
/* --------------
|
181
|
+
Netboard
|
182
|
+
--------------- */
|
192
183
|
|
193
184
|
/* Netboard */
|
194
185
|
.ui.netboard.ad {
|
@@ -196,10 +187,9 @@
|
|
196
187
|
height: 400px;
|
197
188
|
}
|
198
189
|
|
199
|
-
|
200
|
-
|
201
|
-
|
202
|
-
|
190
|
+
/* --------------
|
191
|
+
Mobile
|
192
|
+
--------------- */
|
203
193
|
|
204
194
|
/* Large Mobile Banner */
|
205
195
|
.ui[class*="large mobile banner"].ad {
|
@@ -215,8 +205,8 @@
|
|
215
205
|
|
216
206
|
|
217
207
|
/*******************************
|
218
|
-
|
219
|
-
*******************************/
|
208
|
+
Types
|
209
|
+
*******************************/
|
220
210
|
|
221
211
|
|
222
212
|
/* Mobile Sizes */
|
@@ -242,23 +232,22 @@
|
|
242
232
|
position: relative;
|
243
233
|
background: #545454;
|
244
234
|
}
|
245
|
-
.ui.test.ad
|
235
|
+
.ui.test.ad::after {
|
246
236
|
position: absolute;
|
247
237
|
top: 50%;
|
248
238
|
left: 50%;
|
249
239
|
width: 100%;
|
250
240
|
text-align: center;
|
251
|
-
|
252
|
-
|
253
|
-
|
254
|
-
color: #FFFFFF;
|
241
|
+
transform: translateX(-50%) translateY(-50%);
|
242
|
+
content: "Ad";
|
243
|
+
color: #fff;
|
255
244
|
font-size: 1em;
|
256
245
|
font-weight: bold;
|
257
246
|
}
|
258
|
-
.ui.mobile.test.ad
|
247
|
+
.ui.mobile.test.ad::after {
|
259
248
|
font-size: 0.85714286em;
|
260
249
|
}
|
261
|
-
.ui.test.ad[data-text]
|
250
|
+
.ui.test.ad[data-text]::after {
|
262
251
|
content: attr(data-text);
|
263
252
|
}
|
264
253
|
|