UNPKG

777 Btext/stylusView Raw
1/** Author: Artem Sapegin, http://sapegin.me, 2013 */
2
3.social-likes__button_github,
4.social-likes__button_github:link,
5.social-likes__button_github:visited {
6 padding-left:19px;
7 background:#e6e6e6;
8 background:linear-gradient(top, #fafafa, #eaeaea);
9 color:#555;
10 border-color:#d4d4d4;
11 border-bottom-color:#bcbcbc;
12 text-decoration:none;
13}
14.social-likes__button_github:hover {
15 background:#efefef;
16 background:linear-gradient(top, #fff, #f0f0f0);
17 color:#444;
18 border-color:#d4d4d4;
19 border-bottom-color:#bcbcbc;
20}
21.social-likes__icon_github {
22 background-image:embedurl('../icons/github.png');
23 background-position:3px 3px;
24}
25.social-likes__counter_github {
26 background:#fafafa;
27 border-color:#d4d4d4;
28}
29.social-likes__counter_github:after {
30 border-right-color:#fafafa;
31}