sul_styles 0.4.0 → 0.4.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/Rakefile +1 -1
- data/app/assets/stylesheets/sul-icons/_helpers.scss +35 -0
- data/dist/0.4.0/sul-icons.css +284 -0
- data/dist/0.4.0/sul-icons.eot +0 -0
- data/dist/0.4.0/sul-icons.min.css +1 -0
- data/dist/0.4.0/sul-icons.svg +403 -0
- data/dist/0.4.0/sul-icons.ttf +0 -0
- data/dist/0.4.0/sul-icons.woff +0 -0
- data/dist/0.4.1/sul-icons.css +321 -0
- data/dist/0.4.1/sul-icons.eot +0 -0
- data/dist/0.4.1/sul-icons.min.css +1 -0
- data/dist/0.4.1/sul-icons.svg +403 -0
- data/dist/0.4.1/sul-icons.ttf +0 -0
- data/dist/0.4.1/sul-icons.woff +0 -0
- data/lib/sul_styles/version.rb +1 -1
- metadata +14 -2
@@ -0,0 +1,321 @@
|
|
1
|
+
/* makes the font 33% larger relative to the icon container */
|
2
|
+
.sul-i-lg {
|
3
|
+
font-size: 1.33333em;
|
4
|
+
line-height: 0.75em;
|
5
|
+
vertical-align: -15%; }
|
6
|
+
|
7
|
+
.sul-i-2x {
|
8
|
+
font-size: 2em; }
|
9
|
+
|
10
|
+
.sul-i-3x {
|
11
|
+
font-size: 3em; }
|
12
|
+
|
13
|
+
.sul-i-4x {
|
14
|
+
font-size: 4em; }
|
15
|
+
|
16
|
+
.sul-i-5x {
|
17
|
+
font-size: 5em; }
|
18
|
+
|
19
|
+
.sul-i-rotate-90 {
|
20
|
+
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
|
21
|
+
-webkit-transform: rotate(90deg);
|
22
|
+
-ms-transform: rotate(90deg);
|
23
|
+
transform: rotate(90deg); }
|
24
|
+
|
25
|
+
.sul-i-rotate-180 {
|
26
|
+
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
|
27
|
+
-webkit-transform: rotate(180deg);
|
28
|
+
-ms-transform: rotate(180deg);
|
29
|
+
transform: rotate(180deg); }
|
30
|
+
|
31
|
+
.sul-i-rotate-270 {
|
32
|
+
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
|
33
|
+
-webkit-transform: rotate(270deg);
|
34
|
+
-ms-transform: rotate(270deg);
|
35
|
+
transform: rotate(270deg); }
|
36
|
+
|
37
|
+
.sul-i-flip-horizontal {
|
38
|
+
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0);
|
39
|
+
-webkit-transform: scale(-1, 1);
|
40
|
+
-ms-transform: scale(-1, 1);
|
41
|
+
transform: scale(-1, 1); }
|
42
|
+
|
43
|
+
.sul-i-flip-vertical {
|
44
|
+
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
|
45
|
+
-webkit-transform: scale(1, -1);
|
46
|
+
-ms-transform: scale(1, -1);
|
47
|
+
transform: scale(1, -1); }
|
48
|
+
|
49
|
+
:root .sul-i-rotate-90,
|
50
|
+
:root .sul-i-rotate-180,
|
51
|
+
:root .sul-i-rotate-270,
|
52
|
+
:root .sul-i-flip-horizontal,
|
53
|
+
:root .sul-i-flip-vertical {
|
54
|
+
filter: none; }
|
55
|
+
|
56
|
+
@font-face {
|
57
|
+
font-family: "sul-icons";
|
58
|
+
src: url("sul-icons.eot");
|
59
|
+
src: url("sul-icons.eot?#iefix") format("embedded-opentype"), url("sul-icons.woff") format("woff"), url("sul-icons.ttf") format("truetype"), url("sul-icons.svg#sul-icons") format("svg");
|
60
|
+
font-weight: normal;
|
61
|
+
font-style: normal; }
|
62
|
+
@media screen and (-webkit-min-device-pixel-ratio: 0) {
|
63
|
+
@font-face {
|
64
|
+
font-family: "sul-icons";
|
65
|
+
src: url("sul-icons.svg#sul-icons") format("svg"); } }
|
66
|
+
[data-icon]:before {
|
67
|
+
content: attr(data-icon); }
|
68
|
+
|
69
|
+
[data-icon]:before,
|
70
|
+
.sul-i-arrow-down-8:before,
|
71
|
+
.sul-i-arrow-left-3:before,
|
72
|
+
.sul-i-arrow-left-8:before,
|
73
|
+
.sul-i-arrow-right-3:before,
|
74
|
+
.sul-i-arrow-right-8:before,
|
75
|
+
.sul-i-arrow-up-8:before,
|
76
|
+
.sul-i-book-open-4:before,
|
77
|
+
.sul-i-bookmark-all-1:before,
|
78
|
+
.sul-i-books-library:before,
|
79
|
+
.sul-i-box-1:before,
|
80
|
+
.sul-i-bubble-chat-2:before,
|
81
|
+
.sul-i-camera-film-1:before,
|
82
|
+
.sul-i-check-box-1:before,
|
83
|
+
.sul-i-cube:before,
|
84
|
+
.sul-i-download-3:before,
|
85
|
+
.sul-i-email:before,
|
86
|
+
.sul-i-expand-1:before,
|
87
|
+
.sul-i-file-acrobat:before,
|
88
|
+
.sul-i-file-code-1:before,
|
89
|
+
.sul-i-file-excel:before,
|
90
|
+
.sul-i-file-music-1:before,
|
91
|
+
.sul-i-file-picture:before,
|
92
|
+
.sul-i-file-powerpoint:before,
|
93
|
+
.sul-i-file-text-document:before,
|
94
|
+
.sul-i-file-video-3:before,
|
95
|
+
.sul-i-file-words:before,
|
96
|
+
.sul-i-file-zipped:before,
|
97
|
+
.sul-i-graph-bar-2:before,
|
98
|
+
.sul-i-infomation-circle:before,
|
99
|
+
.sul-i-key-2:before,
|
100
|
+
.sul-i-layout-4:before,
|
101
|
+
.sul-i-layout-none:before,
|
102
|
+
.sul-i-link-3:before,
|
103
|
+
.sul-i-list-bullets-1:before,
|
104
|
+
.sul-i-map-pin-1:before,
|
105
|
+
.sul-i-microphone-3:before,
|
106
|
+
.sul-i-mobile-phone-2:before,
|
107
|
+
.sul-i-mouse:before,
|
108
|
+
.sul-i-navigation-drawer-1:before,
|
109
|
+
.sul-i-navigation-drawer-2:before,
|
110
|
+
.sul-i-navigation-left-2:before,
|
111
|
+
.sul-i-network-web:before,
|
112
|
+
.sul-i-news-article:before,
|
113
|
+
.sul-i-newspaper:before,
|
114
|
+
.sul-i-notebook:before,
|
115
|
+
.sul-i-person-1:before,
|
116
|
+
.sul-i-person-information-1:before,
|
117
|
+
.sul-i-picture-2:before,
|
118
|
+
.sul-i-plug-1:before,
|
119
|
+
.sul-i-print-text:before,
|
120
|
+
.sul-i-quote-1:before,
|
121
|
+
.sul-i-search:before,
|
122
|
+
.sul-i-share:before,
|
123
|
+
.sul-i-transfer-3:before,
|
124
|
+
.sul-i-turntable:before,
|
125
|
+
.sul-i-view-headline:before,
|
126
|
+
.sul-i-view-list:before,
|
127
|
+
.sul-i-view-module-1:before,
|
128
|
+
.sul-i-window-search:before,
|
129
|
+
.sul-i-zoom-in:before {
|
130
|
+
display: inline-block;
|
131
|
+
font-family: "sul-icons";
|
132
|
+
font-style: normal;
|
133
|
+
font-weight: normal;
|
134
|
+
font-variant: normal;
|
135
|
+
line-height: 1;
|
136
|
+
text-decoration: inherit;
|
137
|
+
text-rendering: optimizeLegibility;
|
138
|
+
text-transform: none;
|
139
|
+
-moz-osx-font-smoothing: grayscale;
|
140
|
+
-webkit-font-smoothing: antialiased;
|
141
|
+
font-smoothing: antialiased; }
|
142
|
+
|
143
|
+
.sul-i-arrow-down-8:before {
|
144
|
+
content: "\f13e"; }
|
145
|
+
|
146
|
+
.sul-i-arrow-left-3:before {
|
147
|
+
content: "\f108"; }
|
148
|
+
|
149
|
+
.sul-i-arrow-left-8:before {
|
150
|
+
content: "\f109"; }
|
151
|
+
|
152
|
+
.sul-i-arrow-right-3:before {
|
153
|
+
content: "\f10a"; }
|
154
|
+
|
155
|
+
.sul-i-arrow-right-8:before {
|
156
|
+
content: "\f10b"; }
|
157
|
+
|
158
|
+
.sul-i-arrow-up-8:before {
|
159
|
+
content: "\f13f"; }
|
160
|
+
|
161
|
+
.sul-i-book-open-4:before {
|
162
|
+
content: "\f10c"; }
|
163
|
+
|
164
|
+
.sul-i-bookmark-all-1:before {
|
165
|
+
content: "\f10d"; }
|
166
|
+
|
167
|
+
.sul-i-books-library:before {
|
168
|
+
content: "\f10e"; }
|
169
|
+
|
170
|
+
.sul-i-box-1:before {
|
171
|
+
content: "\f10f"; }
|
172
|
+
|
173
|
+
.sul-i-bubble-chat-2:before {
|
174
|
+
content: "\f110"; }
|
175
|
+
|
176
|
+
.sul-i-camera-film-1:before {
|
177
|
+
content: "\f111"; }
|
178
|
+
|
179
|
+
.sul-i-check-box-1:before {
|
180
|
+
content: "\f112"; }
|
181
|
+
|
182
|
+
.sul-i-cube:before {
|
183
|
+
content: "\f113"; }
|
184
|
+
|
185
|
+
.sul-i-download-3:before {
|
186
|
+
content: "\f106"; }
|
187
|
+
|
188
|
+
.sul-i-email:before {
|
189
|
+
content: "\f114"; }
|
190
|
+
|
191
|
+
.sul-i-expand-1:before {
|
192
|
+
content: "\f115"; }
|
193
|
+
|
194
|
+
.sul-i-file-acrobat:before {
|
195
|
+
content: "\f13a"; }
|
196
|
+
|
197
|
+
.sul-i-file-code-1:before {
|
198
|
+
content: "\f137"; }
|
199
|
+
|
200
|
+
.sul-i-file-excel:before {
|
201
|
+
content: "\f13b"; }
|
202
|
+
|
203
|
+
.sul-i-file-music-1:before {
|
204
|
+
content: "\f116"; }
|
205
|
+
|
206
|
+
.sul-i-file-picture:before {
|
207
|
+
content: "\f136"; }
|
208
|
+
|
209
|
+
.sul-i-file-powerpoint:before {
|
210
|
+
content: "\f13d"; }
|
211
|
+
|
212
|
+
.sul-i-file-text-document:before {
|
213
|
+
content: "\f139"; }
|
214
|
+
|
215
|
+
.sul-i-file-video-3:before {
|
216
|
+
content: "\f138"; }
|
217
|
+
|
218
|
+
.sul-i-file-words:before {
|
219
|
+
content: "\f13c"; }
|
220
|
+
|
221
|
+
.sul-i-file-zipped:before {
|
222
|
+
content: "\f134"; }
|
223
|
+
|
224
|
+
.sul-i-graph-bar-2:before {
|
225
|
+
content: "\f117"; }
|
226
|
+
|
227
|
+
.sul-i-infomation-circle:before {
|
228
|
+
content: "\f104"; }
|
229
|
+
|
230
|
+
.sul-i-key-2:before {
|
231
|
+
content: "\f118"; }
|
232
|
+
|
233
|
+
.sul-i-layout-4:before {
|
234
|
+
content: "\f119"; }
|
235
|
+
|
236
|
+
.sul-i-layout-none:before {
|
237
|
+
content: "\f11a"; }
|
238
|
+
|
239
|
+
.sul-i-link-3:before {
|
240
|
+
content: "\f107"; }
|
241
|
+
|
242
|
+
.sul-i-list-bullets-1:before {
|
243
|
+
content: "\f11b"; }
|
244
|
+
|
245
|
+
.sul-i-map-pin-1:before {
|
246
|
+
content: "\f11c"; }
|
247
|
+
|
248
|
+
.sul-i-microphone-3:before {
|
249
|
+
content: "\f11d"; }
|
250
|
+
|
251
|
+
.sul-i-mobile-phone-2:before {
|
252
|
+
content: "\f11e"; }
|
253
|
+
|
254
|
+
.sul-i-mouse:before {
|
255
|
+
content: "\f11f"; }
|
256
|
+
|
257
|
+
.sul-i-navigation-drawer-1:before {
|
258
|
+
content: "\f120"; }
|
259
|
+
|
260
|
+
.sul-i-navigation-drawer-2:before {
|
261
|
+
content: "\f121"; }
|
262
|
+
|
263
|
+
.sul-i-navigation-left-2:before {
|
264
|
+
content: "\f122"; }
|
265
|
+
|
266
|
+
.sul-i-network-web:before {
|
267
|
+
content: "\f123"; }
|
268
|
+
|
269
|
+
.sul-i-news-article:before {
|
270
|
+
content: "\f124"; }
|
271
|
+
|
272
|
+
.sul-i-newspaper:before {
|
273
|
+
content: "\f125"; }
|
274
|
+
|
275
|
+
.sul-i-notebook:before {
|
276
|
+
content: "\f126"; }
|
277
|
+
|
278
|
+
.sul-i-person-1:before {
|
279
|
+
content: "\f127"; }
|
280
|
+
|
281
|
+
.sul-i-person-information-1:before {
|
282
|
+
content: "\f128"; }
|
283
|
+
|
284
|
+
.sul-i-picture-2:before {
|
285
|
+
content: "\f129"; }
|
286
|
+
|
287
|
+
.sul-i-plug-1:before {
|
288
|
+
content: "\f12a"; }
|
289
|
+
|
290
|
+
.sul-i-print-text:before {
|
291
|
+
content: "\f12b"; }
|
292
|
+
|
293
|
+
.sul-i-quote-1:before {
|
294
|
+
content: "\f12c"; }
|
295
|
+
|
296
|
+
.sul-i-search:before {
|
297
|
+
content: "\f12d"; }
|
298
|
+
|
299
|
+
.sul-i-share:before {
|
300
|
+
content: "\f105"; }
|
301
|
+
|
302
|
+
.sul-i-transfer-3:before {
|
303
|
+
content: "\f12e"; }
|
304
|
+
|
305
|
+
.sul-i-turntable:before {
|
306
|
+
content: "\f12f"; }
|
307
|
+
|
308
|
+
.sul-i-view-headline:before {
|
309
|
+
content: "\f130"; }
|
310
|
+
|
311
|
+
.sul-i-view-list:before {
|
312
|
+
content: "\f131"; }
|
313
|
+
|
314
|
+
.sul-i-view-module-1:before {
|
315
|
+
content: "\f102"; }
|
316
|
+
|
317
|
+
.sul-i-window-search:before {
|
318
|
+
content: "\f132"; }
|
319
|
+
|
320
|
+
.sul-i-zoom-in:before {
|
321
|
+
content: "\f133"; }
|
Binary file
|
@@ -0,0 +1 @@
|
|
1
|
+
.sul-i-lg{font-size:1.33333em;line-height:0.75em;vertical-align:-15%}.sul-i-2x{font-size:2em}.sul-i-3x{font-size:3em}.sul-i-4x{font-size:4em}.sul-i-5x{font-size:5em}.sul-i-rotate-90{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=1);-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.sul-i-rotate-180{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2);-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.sul-i-rotate-270{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=3);-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.sul-i-flip-horizontal{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=0);-webkit-transform:scale(-1, 1);-ms-transform:scale(-1, 1);transform:scale(-1, 1)}.sul-i-flip-vertical{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2);-webkit-transform:scale(1, -1);-ms-transform:scale(1, -1);transform:scale(1, -1)}:root .sul-i-rotate-90,:root .sul-i-rotate-180,:root .sul-i-rotate-270,:root .sul-i-flip-horizontal,:root .sul-i-flip-vertical{filter:none}@font-face{font-family:"sul-icons";src:url("sul-icons.eot");src:url("sul-icons.eot?#iefix") format("embedded-opentype"),url("sul-icons.woff") format("woff"),url("sul-icons.ttf") format("truetype"),url("sul-icons.svg#sul-icons") format("svg");font-weight:normal;font-style:normal}@media screen and (-webkit-min-device-pixel-ratio: 0){@font-face{font-family:"sul-icons";src:url("sul-icons.svg#sul-icons") format("svg")}}[data-icon]:before{content:attr(data-icon)}[data-icon]:before,.sul-i-arrow-down-8:before,.sul-i-arrow-left-3:before,.sul-i-arrow-left-8:before,.sul-i-arrow-right-3:before,.sul-i-arrow-right-8:before,.sul-i-arrow-up-8:before,.sul-i-book-open-4:before,.sul-i-bookmark-all-1:before,.sul-i-books-library:before,.sul-i-box-1:before,.sul-i-bubble-chat-2:before,.sul-i-camera-film-1:before,.sul-i-check-box-1:before,.sul-i-cube:before,.sul-i-download-3:before,.sul-i-email:before,.sul-i-expand-1:before,.sul-i-file-acrobat:before,.sul-i-file-code-1:before,.sul-i-file-excel:before,.sul-i-file-music-1:before,.sul-i-file-picture:before,.sul-i-file-powerpoint:before,.sul-i-file-text-document:before,.sul-i-file-video-3:before,.sul-i-file-words:before,.sul-i-file-zipped:before,.sul-i-graph-bar-2:before,.sul-i-infomation-circle:before,.sul-i-key-2:before,.sul-i-layout-4:before,.sul-i-layout-none:before,.sul-i-link-3:before,.sul-i-list-bullets-1:before,.sul-i-map-pin-1:before,.sul-i-microphone-3:before,.sul-i-mobile-phone-2:before,.sul-i-mouse:before,.sul-i-navigation-drawer-1:before,.sul-i-navigation-drawer-2:before,.sul-i-navigation-left-2:before,.sul-i-network-web:before,.sul-i-news-article:before,.sul-i-newspaper:before,.sul-i-notebook:before,.sul-i-person-1:before,.sul-i-person-information-1:before,.sul-i-picture-2:before,.sul-i-plug-1:before,.sul-i-print-text:before,.sul-i-quote-1:before,.sul-i-search:before,.sul-i-share:before,.sul-i-transfer-3:before,.sul-i-turntable:before,.sul-i-view-headline:before,.sul-i-view-list:before,.sul-i-view-module-1:before,.sul-i-window-search:before,.sul-i-zoom-in:before{display:inline-block;font-family:"sul-icons";font-style:normal;font-weight:normal;font-variant:normal;line-height:1;text-decoration:inherit;text-rendering:optimizeLegibility;text-transform:none;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;font-smoothing:antialiased}.sul-i-arrow-down-8:before{content:"\f13e"}.sul-i-arrow-left-3:before{content:"\f108"}.sul-i-arrow-left-8:before{content:"\f109"}.sul-i-arrow-right-3:before{content:"\f10a"}.sul-i-arrow-right-8:before{content:"\f10b"}.sul-i-arrow-up-8:before{content:"\f13f"}.sul-i-book-open-4:before{content:"\f10c"}.sul-i-bookmark-all-1:before{content:"\f10d"}.sul-i-books-library:before{content:"\f10e"}.sul-i-box-1:before{content:"\f10f"}.sul-i-bubble-chat-2:before{content:"\f110"}.sul-i-camera-film-1:before{content:"\f111"}.sul-i-check-box-1:before{content:"\f112"}.sul-i-cube:before{content:"\f113"}.sul-i-download-3:before{content:"\f106"}.sul-i-email:before{content:"\f114"}.sul-i-expand-1:before{content:"\f115"}.sul-i-file-acrobat:before{content:"\f13a"}.sul-i-file-code-1:before{content:"\f137"}.sul-i-file-excel:before{content:"\f13b"}.sul-i-file-music-1:before{content:"\f116"}.sul-i-file-picture:before{content:"\f136"}.sul-i-file-powerpoint:before{content:"\f13d"}.sul-i-file-text-document:before{content:"\f139"}.sul-i-file-video-3:before{content:"\f138"}.sul-i-file-words:before{content:"\f13c"}.sul-i-file-zipped:before{content:"\f134"}.sul-i-graph-bar-2:before{content:"\f117"}.sul-i-infomation-circle:before{content:"\f104"}.sul-i-key-2:before{content:"\f118"}.sul-i-layout-4:before{content:"\f119"}.sul-i-layout-none:before{content:"\f11a"}.sul-i-link-3:before{content:"\f107"}.sul-i-list-bullets-1:before{content:"\f11b"}.sul-i-map-pin-1:before{content:"\f11c"}.sul-i-microphone-3:before{content:"\f11d"}.sul-i-mobile-phone-2:before{content:"\f11e"}.sul-i-mouse:before{content:"\f11f"}.sul-i-navigation-drawer-1:before{content:"\f120"}.sul-i-navigation-drawer-2:before{content:"\f121"}.sul-i-navigation-left-2:before{content:"\f122"}.sul-i-network-web:before{content:"\f123"}.sul-i-news-article:before{content:"\f124"}.sul-i-newspaper:before{content:"\f125"}.sul-i-notebook:before{content:"\f126"}.sul-i-person-1:before{content:"\f127"}.sul-i-person-information-1:before{content:"\f128"}.sul-i-picture-2:before{content:"\f129"}.sul-i-plug-1:before{content:"\f12a"}.sul-i-print-text:before{content:"\f12b"}.sul-i-quote-1:before{content:"\f12c"}.sul-i-search:before{content:"\f12d"}.sul-i-share:before{content:"\f105"}.sul-i-transfer-3:before{content:"\f12e"}.sul-i-turntable:before{content:"\f12f"}.sul-i-view-headline:before{content:"\f130"}.sul-i-view-list:before{content:"\f131"}.sul-i-view-module-1:before{content:"\f102"}.sul-i-window-search:before{content:"\f132"}.sul-i-zoom-in:before{content:"\f133"}
|