Statistics
| Branch: | Tag: | Revision:

root / snf-cyclades-app / synnefo / ui / new_ui / ui / stylesheets / font_custom.css @ f0983986

History | View | Annotate | Download (7.8 kB)

1
/* snf-font */
2

    
3
@font-face {
4
        font-family: "snf-font";
5
        src:url("../fonts/snf-font.eot");
6
        src:url("../fonts/snf-font.eot?#iefix") format("embedded-opentype"),
7
                url("../fonts/snf-font.woff") format("woff"),
8
                url("../fonts/snf-font.ttf") format("truetype"),
9
                url("../fonts/snf-font.svg#snf-font") format("svg");
10
        font-weight: normal;
11
        font-style: normal;
12
}
13

    
14
/* Use the following CSS code if you want to use data attributes for inserting your icons */
15
[data-icon]:before {
16
        font-family: "snf-font";
17
        content: attr(data-icon);
18
        speak: none;
19
        font-weight: normal;
20
        font-variant: normal;
21
        text-transform: none;
22
        line-height: 1;
23
        -webkit-font-smoothing: antialiased;
24
        -moz-osx-font-smoothing: grayscale;
25
}
26

    
27
/* Use the following CSS code if you want to have a class per icon */
28
/*
29
Instead of a list of all class selectors,
30
you can use the generic selector below, but it"s slower:
31
[class*="snf-"] {
32
*/
33
.snf-font, .snf-trash-outline, .snf-eye, .snf-radio-checked, .snf-radio-unchecked, .snf-close, .snf-www, .snf-arrow-up, .snf-arrow-down, .snf-checkbox-unchecked, .snf-checkbox-checked, .snf-cancel-circled, .snf-search, .snf-twitter-logo, .snf-ok, .snf-switch, .snf-ban-circle, .snf-ok-sign, .snf-minus-sign, .snf-edit, .snf-listview, .snf-gridview, .snf-dashboard-outline, .snf-pithos-outline, .snf-info-full, .snf-volume-create-full, .snf-image-full, .snf-pc-create-full, .snf-network-create-outline, .snf-network-create-full, .snf-ram-outline, .snf-nic-outline, .snf-ram-full, .snf-nic-full, .snf-network-broken-1-full, .snf-network-broken-2-full, .snf-pc-broken-full, .snf-pc-reboot-full, .snf-pc-switch-full, .snf-key-full, .snf-router-full, .snf-chip-full, .snf-plus-full, .snf-snapshot-full, .snf-pithos-full, .snf-volume-full, .snf-network-full, .snf-pc-full, .snf-network-broken-1-outline, .snf-network-broken-2-outline, .snf-pc-broken-outline, .snf-volume-broken-outline, .snf-pc-reboot-outline, .snf-pc-switch-outline, .snf-key-outline, .snf-router-outline, .snf-chip-outline, .snf-image-outline, .snf-plus-outilne, .snf-snapshot-outline, .snf-volume-outline, .snf-network-outline, .snf-pc-outline, .snf-info-outline, .snf-thunder-full, .snf-lock-closed, .snf-lock-open, .snf-trash-outline, .snf-link-outline, .snf-refresh-outline, .snf-download-full, .snf-person-outline, .snf-upload-full, .snf-arrow-right-small-full, .snf-copy-outline, .snf-arrow-left-small-full, .snf-folder-full, .snf-folder-outline {
34
        font-family: 'snf-font';
35
        speak: none;
36
        font-style: normal;
37
        font-weight: normal;
38
        font-variant: normal;
39
        text-transform: none;
40
        line-height: 1;
41
        -webkit-font-smoothing: antialiased;
42
}
43
.snf-trash-outline:before {
44
        content: "\24";
45
}
46
.snf-eye:before {
47
        content: "\41";
48
}
49
.snf-radio-checked:before {
50
        content: "\42";
51
}
52
.snf-radio-unchecked:before {
53
        content: "\43";
54
}
55
.snf-close:before {
56
        content: "\44";
57
}
58
.snf-www:before {
59
        content: "\49";
60
}
61
.snf-arrow-up:before {
62
        content: "\4c";
63
}
64
.snf-arrow-down:before {
65
        content: "\4d";
66
}
67
.snf-checkbox-unchecked:before {
68
        content: "\61";
69
}
70
.snf-checkbox-checked:before {
71
        content: "\62";
72
}
73
.snf-cancel-circled:before {
74
        content: "\63";
75
}
76
.snf-search:before {
77
        content: "\64";
78
}
79
.snf-twitter-logo:before {
80
        content: "\67";
81
}
82
.snf-ok:before {
83
        content: "\68";
84
}
85
.snf-switch:before {
86
        content: "\69";
87
}
88
.snf-ban-circle:before {
89
        content: "\6a";
90
}
91
.snf-ok-sign:before {
92
        content: "\6c";
93
}
94
.snf-minus-sign:before {
95
        content: "\6e";
96
}
97
.snf-edit:before {
98
        content: "\71";
99
}
100
.snf-listview:before {
101
        content: "\73";
102
}
103
.snf-gridview:before {
104
        content: "\74";
105
}
106
.snf-dashboard-outline:before {
107
        content: "\7a";
108
}
109
.snf-pithos-outline:before {
110
        content: "\79";
111
}
112
.snf-info-full:before {
113
        content: "\70";
114
}
115
.snf-volume-create-full:before {
116
        content: "\36";
117
}
118
.snf-image-full:before {
119
        content: "\51";
120
}
121
.snf-pc-create-full:before {
122
        content: "\53";
123
}
124
.snf-network-create-outline:before {
125
        content: "\54";
126
}
127
.snf-network-create-full:before {
128
        content: "\55";
129
}
130
.snf-ram-outline:before {
131
        content: "\4a";
132
}
133
.snf-nic-outline:before {
134
        content: "\50";
135
}
136
.snf-ram-full:before {
137
        content: "\52";
138
}
139
.snf-nic-full:before {
140
        content: "\72";
141
}
142
.snf-network-broken-1-full:before {
143
        content: "\56";
144
}
145
.snf-network-broken-2-full:before {
146
        content: "\57";
147
}
148
.snf-pc-broken-full:before {
149
        content: "\58";
150
}
151
.snf-pc-reboot-full:before {
152
        content: "\59";
153
}
154
.snf-pc-switch-full:before {
155
        content: "\5a";
156
}
157
.snf-key-full:before {
158
        content: "\31";
159
}
160
.snf-router-full:before {
161
        content: "\32";
162
}
163
.snf-chip-full:before {
164
        content: "\33";
165
}
166
.snf-plus-full:before {
167
        content: "\34";
168
}
169
.snf-snapshot-full:before {
170
        content: "\4e";
171
}
172
.snf-pithos-full:before {
173
        content: "\35";
174
}
175
.snf-volume-full:before {
176
        content: "\4f";
177
}
178
.snf-network-full:before {
179
        content: "\4b";
180
}
181
.snf-pc-full:before {
182
        content: "\78";
183
}
184
.snf-network-broken-1-outline:before {
185
        content: "\37";
186
}
187
.snf-network-broken-2-outline:before {
188
        content: "\38";
189
}
190
.snf-pc-broken-outline:before {
191
        content: "\39";
192
}
193
.snf-volume-broken-outline:before {
194
        content: "\30";
195
}
196
.snf-pc-reboot-outline:before {
197
        content: "\21";
198
}
199
.snf-pc-switch-outline:before {
200
        content: "\40";
201
}
202
.snf-key-outline:before {
203
        content: "\23";
204
}
205
.snf-router-outline:before {
206
        content: "\48";
207
}
208
.snf-chip-outline:before {
209
        content: "\45";
210
}
211
.snf-image-outline:before {
212
        content: "\66";
213
}
214
.snf-plus-outilne:before {
215
        content: "\6d";
216
}
217
.snf-snapshot-outline:before {
218
        content: "\65";
219
}
220
.snf-volume-outline:before {
221
        content: "\75";
222
}
223
.snf-network-outline:before {
224
        content: "\76";
225
}
226
.snf-pc-outline:before {
227
        content: "\77";
228
}
229
.snf-info-outline:before {
230
        content: "\6f";
231
}
232
.snf-thunder-full:before {
233
        content: "\6b";
234
}
235
.snf-lock-closed-full:before {
236
        content: "\46";
237
}
238
.snf-lock-open-full:before {
239
        content: "\47";
240
}
241
.snf-trash-outline:before {
242
        content: "\24";
243
}
244
.snf-link-outline:before {
245
        content: "\26";
246
}
247
.snf-refresh-outline:before {
248
        content: "\29";
249
}
250
.snf-download-full:before {
251
        content: "\25";
252
}
253
.snf-person-outline:before {
254
        content: "\2a";
255
}
256
.snf-upload-full:before {
257
        content: "\28";
258
}
259
.snf-arrow-right-small-full:before {
260
        content: "\2d";
261
}
262
.snf-copy-outline:before {
263
        content: "\3f";
264
}
265
.snf-arrow-left-small-full:before {
266
        content: "\5f";
267
}
268
.snf-folder-full:before {
269
        content: "\3d";
270
}
271
.snf-folder-outline:before {
272
        content: "\5e";
273
}
274

    
275

    
276
/*snf-font-auxiliary*/
277
@font-face {
278
        font-family: 'snf-font-auxiliary';
279
        src:url('../fonts/snf-font-auxiliary.eot');
280
        src:url('../fonts/snf-font-auxiliary.eot?#iefix') format('embedded-opentype'),
281
                url('../fonts/snf-font-auxiliary.woff') format('woff'),
282
                url('../fonts/snf-font-auxiliary.ttf') format('truetype'),
283
                url('../fonts/snf-font-auxiliary.svg#snf-font-auxiliary') format('svg');
284
        font-weight: normal;
285
        font-style: normal;
286
}
287

    
288
/* Use the following CSS code if you want to use data attributes for inserting your icons */
289
[data-icon]:before {
290
        font-family: 'snf-font-auxiliary';
291
        content: attr(data-icon);
292
        speak: none;
293
        font-weight: normal;
294
        font-variant: normal;
295
        text-transform: none;
296
        line-height: 1;
297
        -webkit-font-smoothing: antialiased;
298
        -moz-osx-font-smoothing: grayscale;
299
}
300

    
301
/* Use the following CSS code if you want to have a class per icon */
302
/*
303
Instead of a list of all class selectors,
304
you can use the generic selector below, but it's slower:
305
[class*="snf-"] {
306
*/
307
.snf-folder-create-outline, .snf-folder-create-full, .snf-shared-by-me, .snf-shared-to-me-outline, .snf-shared-by-me-full, .snf-folder-move-full, .snf-folder-move-outline, .snf-shared-to-me-full {
308
        font-family: 'snf-font-auxiliary';
309
        speak: none;
310
        font-style: normal;
311
        font-weight: normal;
312
        font-variant: normal;
313
        text-transform: none;
314
        line-height: 1;
315
        -webkit-font-smoothing: antialiased;
316
}
317
.snf-folder-create-outline:before {
318
        content: "\61";
319
}
320
.snf-folder-create-full:before {
321
        content: "\41";
322
}
323
.snf-shared-by-me:before {
324
        content: "\63";
325
}
326
.snf-shared-to-me-outline:before {
327
        content: "\64";
328
}
329
.snf-shared-by-me-full:before {
330
        content: "\43";
331
}
332
.snf-folder-move-full:before {
333
        content: "\45";
334
}
335
.snf-folder-move-outline:before {
336
        content: "\65";
337
}
338
.snf-shared-to-me-full:before {
339
        content: "\44";
340
}