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

b/snf-cyclades-app/synnefo/ui/new_ui/ui/stylesheets/font_custom.css
1
/* snf-font */
2

  
1 3
@font-face {
2 4
	font-family: "snf-font";
3 5
	src:url("../fonts/snf-font.eot");
......
268 270
}
269 271
.snf-folder-outline:before {
270 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";
271 340
}

Also available in: Unified diff