src/widgets/Social.css
branchnew-model
changeset 924 64c2eaafe5e2
child 927 977a39c4ee80
equal deleted inserted replaced
923:b3ee7d1b472a 924:64c2eaafe5e2
       
     1 .Ldt-Social a {
       
     2     display: inline-block; width: 24px; height: 24px; margin: 2px 0 0 2px; background: url(img/socialbuttons.png);
       
     3 }
       
     4 
       
     5 a.Ldt-Social-Twitter {
       
     6     background-position: 0 0;
       
     7 }
       
     8 
       
     9 a.Ldt-Social-Twitter:hover {
       
    10     background-position: 0 -24px;
       
    11 }
       
    12 
       
    13 a.Ldt-Social-Fb {
       
    14     background-position: -24px 0;
       
    15 }
       
    16 
       
    17 a.Ldt-Social-Fb:hover {
       
    18     background-position: -24px -24px;
       
    19 }
       
    20 
       
    21 a.Ldt-Social-Gplus {
       
    22     background-position: -48px 0;
       
    23 }
       
    24 
       
    25 a.Ldt-Social-Gplus:hover {
       
    26     background-position: -48px -24px;
       
    27 }
       
    28 
       
    29 a.Ldt-Social-Mail {
       
    30     background-position: -72px 0;
       
    31 }
       
    32 
       
    33 a.Ldt-Social-Mail:hover {
       
    34     background-position: -72px -24px;
       
    35 }