-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathxing-css-icons.css
91 lines (79 loc) · 1.93 KB
/
xing-css-icons.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
/*! xing-css-icons.css v1.0.0 | MIT License | https://github.com/fabianmebus/xing-css-icons */
.icon-xing {
box-sizing: initial;
position: relative;
display: inline-block;
width: 1.2em;
height: 1.2em;
border: .0625em solid #004B58;
border-radius: .1875em;
background-color: #006567;
background-image: -webkit-gradient(linear, left top, left bottom, from(#326E79), to(#004B58));
background-image: -webkit-linear-gradient(top, #326E79, #004B58);
background-image: -moz-linear-gradient(top, #326E79, #004B58);
background-image: -o-linear-gradient(top, #326E79, #004B58);
background-image: linear-gradient(to bottom, #326E79, #004B58);
-webkit-box-shadow: 0 0 .25em #999;
box-shadow: 0 0 .25em #999;
font-size: 1.5em;
vertical-align: middle;
}
.icon-xing > a {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 1;
}
.icon-xing > a:focus {
outline: #006567 thin dotted;
outline-offset: 2px;
}
.icon-xing:before, .icon-xing:after,
.icon-xing > a:before, .icon-xing > a:after {
content: "";
position: absolute;
width: .2em;
background-color: #fff;
}
.icon-xing:before, .icon-xing > a:before {
border-radius: .03em .03em 0 0;
}
.icon-xing:after, .icon-xing > a:after {
border-radius: 0 0 .03em .03em;
}
.icon-xing:before, .icon-xing > a:after {
-webkit-transform: skewX(30deg);
-moz-transform: skewX(30deg);
-ms-transform: skewX(30deg);
-o-transform: skewX(30deg);
transform: skewX(30deg);
}
.icon-xing:after, .icon-xing > a:before {
-webkit-transform: skewX(-30deg);
-moz-transform: skewX(-30deg);
-ms-transform: skewX(-30deg);
-o-transform: skewX(-30deg);
transform: skewX(-30deg);
}
.icon-xing:before {
top: 0.27em;
left: 0.27em;
height: .2em;
}
.icon-xing:after {
top: 0.47em;
left: 0.235em;
height: .32em;
}
.icon-xing > a:before {
top: 0.07em;
left: 0.675em;
height: .61em;
}
.icon-xing > a:after {
top: 0.68em;
left: 0.62em;
height: .415em;
}