frontend.css
2.07 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
@font-face {
font-family: 'FontAwesome';
src: url('../fonts/fontawesome-webfont.eot?v=4.0.3');
src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.0.3') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff?v=4.0.3') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.0.3') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.0.3#fontawesomeregular') format('svg');
font-weight: normal;
font-style: normal;
}
.subscribe-and-connect-connect {
/* Default Icon */
}
.subscribe-and-connect-connect a {
text-decoration: none;
display: block;
text-indent: -999px;
position: relative;
height: 1em;
width: 1em;
}
.subscribe-and-connect-connect a:before {
font-family: 'FontAwesome';
speak: none;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 1;
-webkit-font-smoothing: antialiased;
margin: 0;
text-indent: 0;
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
text-align: center;
content: "\f179";
}
.subscribe-and-connect-connect .icons a {
border-bottom: none;
}
.subscribe-and-connect-connect .rss a:before {
content: '\f09e';
}
.subscribe-and-connect-connect .twitter a:before {
content: '\f099';
}
.subscribe-and-connect-connect .facebook a:before {
content: '\f09a';
}
.subscribe-and-connect-connect .pinterest a:before {
content: '\f0d2';
}
.subscribe-and-connect-connect .youtube a:before {
content: '\f167';
}
.subscribe-and-connect-connect .instagram a:before {
content: '\f16d';
}
.subscribe-and-connect-connect .flickr a:before {
content: '\f16e';
}
.subscribe-and-connect-connect .google_plus a:before {
content: '\f0d5';
}
.subscribe-and-connect-connect .linkedin a:before {
content: '\f0e1';
}
.subscribe-and-connect-connect .vimeo a:before {
content: '\f194';
}
.subscribe-and-connect-connect .tumblr a:before {
content: '\f173';
}
.subscribe-and-connect-connect .dribbble a:before {
content: '\f17d';
}
.subscribe-and-connect-connect .appdotnet a:before {
content: '\f170';
}
.subscribe-and-connect-connect .github a:before {
content: '\f09b';
}