Subversion Repositories Applications.framework

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
469 jpm 1
@font-face {
2
	font-family: 'phpdocumentor-clean-icons';
3
	src:url('fonts/phpdocumentor-clean-icons.eot');
4
	src:url('fonts/phpdocumentor-clean-icons.eot?#iefix') format('embedded-opentype'),
5
		url('fonts/phpdocumentor-clean-icons.woff') format('woff'),
6
		url('fonts/phpdocumentor-clean-icons.ttf') format('truetype'),
7
		url('fonts/phpdocumentor-clean-icons.svg#phpdocumentor-clean-icons') format('svg');
8
	font-weight: normal;
9
	font-style: normal;
10
}
11
 
12
/* Use the following CSS code if you want to use data attributes for inserting your icons */
13
[data-icon]:before {
14
	font-family: 'phpdocumentor-clean-icons';
15
	content: attr(data-icon);
16
	speak: none;
17
	font-weight: normal;
18
	font-variant: normal;
19
	text-transform: none;
20
	line-height: 1;
21
	-webkit-font-smoothing: antialiased;
22
}
23
 
24
/* Use the following CSS code if you want to have a class per icon */
25
/*
26
Instead of a list of all class selectors,
27
you can use the generic selector below, but it's slower:
28
[class*="icon-"] {
29
*/
30
.icon-trait, .icon-interface, .icon-class {
31
	font-family: 'phpdocumentor-clean-icons';
32
	speak: none;
33
	font-style: normal;
34
	font-weight: normal;
35
	font-variant: normal;
36
	text-transform: none;
37
	line-height: 1;
38
	-webkit-font-smoothing: antialiased;
39
}
40
.icon-trait:before {
41
	content: "\e000";
42
}
43
.icon-interface:before {
44
	content: "\e001";
45
}
46
.icon-class:before {
47
	content: "\e002";
48
}