-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathxing-css-icons-light.css
96 lines (83 loc) · 2.17 KB
/
xing-css-icons-light.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
/*! xing-css-icons-light.css v1.0.0 | MIT License | https://github.com/fabianmebus/xing-css-icons */
.icon-xing-light {
box-sizing: initial;
position: relative;
display: inline-block;
width: 1.2em;
height: 1.2em;
border: .0625em solid #C7D0D5;
border-color: #C7D0D5 #B0BCC2 #9EAAB1 #B0BCC2;
border-radius: .1875em;
background-color: #E5EBEE;
background-image: -webkit-gradient(linear, left top, left bottom, from(#F2F5F7), to(#DAE1E5));
background-image: -webkit-linear-gradient(top, #F2F5F7, #DAE1E5);
background-image: -moz-linear-gradient(top, #F2F5F7, #DAE1E5);
background-image: -o-linear-gradient(top, #F2F5F7, #DAE1E5);
background-image: linear-gradient(to bottom, #F2F5F7, #DAE1E5);
font-size: 1.5em;
vertical-align: middle;
}
.icon-xing-light a {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 1;
}
.icon-xing-light > a:focus {
outline: #9EAAB1 thin dotted;
outline-offset: 2px;
}
.icon-xing-light:before, .icon-xing-light:after,
.icon-xing-light a:before, .icon-xing-light a:after {
content: "";
position: absolute;
width: .2em;
background-color: #015A60;
-webkit-box-shadow: 3px 3px 5px #C2CDD3;
box-shadow: 3px 3px 5px #C2CDD3;
}
.icon-xing-light a:before, .icon-xing-light a:after {
background-color: #D3D601;
}
.icon-xing-light:before, .icon-xing-light a:before {
border-radius: .03em .03em 0 0;
}
.icon-xing-light:after, .icon-xing-light a:after {
border-radius: 0 0 .03em .03em;
}
.icon-xing-light:before, .icon-xing-light a:after {
-webkit-transform: skewX(30deg);
-moz-transform: skewX(30deg);
-ms-transform: skewX(30deg);
-o-transform: skewX(30deg);
transform: skewX(30deg);
}
.icon-xing-light:after, .icon-xing-light a:before {
-webkit-transform: skewX(-30deg);
-moz-transform: skewX(-30deg);
-ms-transform: skewX(-30deg);
-o-transform: skewX(-30deg);
transform: skewX(-30deg);
}
.icon-xing-light:before {
top: 0.27em;
left: 0.27em;
height: .2em;
}
.icon-xing-light:after {
top: 0.47em;
left: 0.24em;
height: .3em;
}
.icon-xing-light a:before {
top: 0.1em;
left: 0.67em;
height: .58em;
}
.icon-xing-light a:after {
top: 0.68em;
left: 0.61em;
height: .38em;
}