boxed.css
1.76 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
.subscribe-and-connect-connect .icons {
list-style: none;
padding: 0;
margin: 0;
}
.subscribe-and-connect-connect .icons li {
display: inline-block;
padding: 0;
margin: 0 .5em .5em 0 !important;
border: 0;
}
.subscribe-and-connect-connect .icons a {
font-size: 1.5em;
padding: .25em;
-webkit-box-sizing: content-box;
-moz-box-sizing: content-box;
box-sizing: content-box;
}
.subscribe-and-connect-connect .icons a:before {
color: #fff;
line-height: 1.5;
}
.subscribe-and-connect-connect .icons a:hover {
opacity: 0.8;
}
.subscribe-and-connect-connect .icons .rss a:before {
background-color: #ff6600;
}
.subscribe-and-connect-connect .icons .twitter a:before {
background-color: #33ccff;
}
.subscribe-and-connect-connect .icons .facebook a:before {
background-color: #3b5998;
}
.subscribe-and-connect-connect .icons .pinterest a:before {
background-color: #cb2027;
}
.subscribe-and-connect-connect .icons .youtube a:before {
background-color: #bb0000;
}
.subscribe-and-connect-connect .icons .instagram a:before {
background-color: #3f729b;
}
.subscribe-and-connect-connect .icons .flickr a:before {
background-color: #ff0084;
}
.subscribe-and-connect-connect .icons .google_plus a:before {
background-color: #dd4b39;
}
.subscribe-and-connect-connect .icons .linkedin a:before {
background-color: #007bb6;
}
.subscribe-and-connect-connect .icons .vimeo a:before {
background-color: #1ab7ea;
}
.subscribe-and-connect-connect .icons .tumblr a:before {
background-color: #32506d;
}
.subscribe-and-connect-connect .icons .dribbble a:before {
background-color: #ea4c89;
}
.subscribe-and-connect-connect .icons .appdotnet a:before {
background-color: #cccccc;
}
.subscribe-and-connect-connect .icons .github a:before {
background-color: #333333;
}