style.css
2.28 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
@font-face {
font-family: 'icon-doc';
src: url('fonts/icon-doc.eot?en2hlo');
src: url('fonts/icon-doc.eot?en2hlo#iefix') format('embedded-opentype'),
url('fonts/icon-doc.ttf?en2hlo') format('truetype'),
url('fonts/icon-doc.woff?en2hlo') format('woff'),
url('fonts/icon-doc.svg?en2hlo#icon-doc') format('svg');
font-weight: normal;
font-style: normal;
}
[class^="icon-"], [class*=" icon-"] {
/* use !important to prevent issues with browser extensions that change fonts */
font-family: 'icon-doc' !important;
speak: none;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 1;
/* Better Font Rendering =========== */
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.icon-document-doc:before {
content: "\e90e";
}
.icon-document-del:before {
content: "\e906";
color: #606060;
}
.icon-document-File:before {
content: "\e907";
color: #606060;
}
.icon-document-Invalid:before {
content: "\e908";
color: #606060;
}
.icon-document-Mandatory-check-in:before {
content: "\e909";
color: #606060;
}
.icon-document-Open-void:before {
content: "\e90a";
color: #606060;
}
.icon-document-Release:before {
content: "\e90b";
color: #606060;
}
.icon-document-Reopen-Archive:before {
content: "\e90c";
color: #606060;
}
.icon-document-To-void:before {
content: "\e90d";
color: #606060;
}
.icon-document-Catalog:before {
content: "\e904";
}
.icon-document-department:before {
content: "\e905";
}
.icon-document-Refresh:before {
content: "\e903";
}
.icon-document-Partner:before {
content: "\e900";
}
.icon-document-Ranking:before {
content: "\e901";
}
.icon-document-Recommend-doc:before {
content: "\e902";
}
.icon-document-No-response:before {
content: "\e934";
}
.icon-document-currency:before {
content: "\e933";
}
.icon-document-excel:before {
content: "\e932";
}
.icon-document-html:before {
content: "\e931";
}
.icon-document-pdf:before {
content: "\e930";
}
.icon-document-pic:before {
content: "\e935";
}
.icon-document-ppt:before {
content: "\e92f";
}
.icon-document-rar:before {
content: "\e92e";
}
.icon-document-word:before {
content: "\e92d";
}
.icon-document-reply:before {
content: "\e61a";
}
.icon-document-attachment:before {
content: "\e61b";
}