-
Notifications
You must be signed in to change notification settings - Fork 0
/
china-social-icon.css
148 lines (143 loc) · 2.61 KB
/
china-social-icon.css
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
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
@charset "UTF-8";
@font-face {
font-family: "china-social";
src:url("../fonts/china-social/china-social.eot");
src:url("../fonts/china-social/china-social.eot?#iefix") format("embedded-opentype"),
url("../fonts/china-social/china-social.woff") format("woff"),
url("../fonts/china-social/china-social.ttf") format("truetype"),
url("../fonts/china-social/china-social.svg#china-social") format("svg");
font-weight: normal;
font-style: normal;
}
[data-icon]:before {
font-family: "china-social" !important;
content: attr(data-icon);
font-style: normal !important;
font-weight: normal !important;
font-variant: normal !important;
text-transform: none !important;
speak: none;
line-height: 1;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
[class^="cs-icon-"]:before,
[class*=" cs-icon-"]:before {
font-family: "china-social" !important;
font-style: normal !important;
font-weight: normal !important;
font-variant: normal !important;
text-transform: none !important;
speak: none;
line-height: 1;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.cs-icon-taobao:before {
content: "a";
}
.cs-icon-weibo:before {
content: "b";
}
.cs-icon-tt:before {
content: "c";
}
.cs-icon-qq:before {
content: "d";
}
.cs-icon-wechat:before {
content: "e";
}
.cs-icon-baidu:before {
content: "f";
}
.cs-icon-py:before {
content: "g";
}
.cs-icon-douban:before {
content: "h";
}
.cs-icon-renren:before {
content: "i";
}
.cs-icon-qzone:before {
content: "j";
}
.cs-icon-kaixin:before {
content: "k";
}
.cs-icon-mi:before {
content: "l";
}
.cs-icon-cweibo:before {
content: "m";
}
.cs-icon-ctaobao:before {
content: "n";
}
.cs-icon-ctt:before {
content: "o";
}
.cs-icon-cqq:before {
content: "p";
}
.cs-icon-cdouban:before {
content: "q";
}
.cs-icon-cpy:before {
content: "r";
}
.cs-icon-cbaidu:before {
content: "s";
}
.cs-icon-cweichat:before {
content: "t";
}
.cs-icon-cmi:before {
content: "u";
}
.cs-icon-ckaixin:before {
content: "v";
}
.cs-icon-cqzone:before {
content: "w";
}
.cs-icon-crenren:before {
content: "x";
}
.cs-icon-rtaobao:before {
content: "y";
}
.cs-icon-rweibo:before {
content: "z";
}
.cs-icon-rtt:before {
content: "A";
}
.cs-icon-rqq:before {
content: "B";
}
.cs-icon-rweichat:before {
content: "C";
}
.cs-icon-rbaidu:before {
content: "D";
}
.cs-icon-rpy:before {
content: "E";
}
.cs-icon-rdouban:before {
content: "F";
}
.cs-icon-rrenren:before {
content: "G";
}
.cs-icon-rqzone:before {
content: "H";
}
.cs-icon-rkaixin:before {
content: "I";
}
.cs-icon-rmi:before {
content: "J";
}