Project

General

Profile

1
.jssocials-share-link {
2
  padding: .5em .6em;
3
  border-radius: 0.3em;
4
  border: 2px solid #acacac;
5
  color: #acacac;
6
  -webkit-transition: background 200ms ease-in-out, color 200ms ease-in-out, border-color 200ms ease-in-out;
7
          transition: background 200ms ease-in-out, color 200ms ease-in-out, border-color 200ms ease-in-out; }
8
  .jssocials-share-link:hover, .jssocials-share-link:focus, .jssocials-share-link:active {
9
    border: 2px solid #939393;
10
    color: #939393; }
11

    
12
.jssocials-share-count-box {
13
  position: relative;
14
  height: 2.5em;
15
  padding: 0 .3em;
16
  margin-left: 0.4em;
17
  background: #f5f5f5;
18
  border-radius: 0.3em;
19
  -webkit-transition: background 200ms ease-in-out, color 200ms ease-in-out, border-color 200ms ease-in-out;
20
          transition: background 200ms ease-in-out, color 200ms ease-in-out, border-color 200ms ease-in-out; }
21
  .jssocials-share-count-box:hover {
22
    background: #e8e8e8; }
23
    .jssocials-share-count-box:hover:after {
24
      border-color: transparent #e8e8e8 transparent transparent; }
25
  .jssocials-share-count-box:after {
26
    content: "";
27
    display: block;
28
    position: absolute;
29
    top: 0.75em;
30
    left: -0.4em;
31
    width: 0;
32
    height: 0;
33
    border-width: 0.5em 0.5em 0.5em 0;
34
    border-style: solid;
35
    border-color: transparent #f5f5f5 transparent transparent;
36
    -webkit-transform: rotate(360deg);
37
        -ms-transform: rotate(360deg);
38
            transform: rotate(360deg);
39
    -webkit-transition: background 200ms ease-in-out, color 200ms ease-in-out, border-color 200ms ease-in-out;
40
            transition: background 200ms ease-in-out, color 200ms ease-in-out, border-color 200ms ease-in-out; }
41
  .jssocials-share-count-box .jssocials-share-count {
42
    line-height: 2.5em;
43
    color: #acacac; }
(4-4/7)