0
|
1 |
/* SOCIALS */ |
|
2 |
.tt-wrapper{ |
|
3 |
padding: 0; |
|
4 |
width: 235px; |
|
5 |
height: 24px; |
|
6 |
margin: 80px auto 30px 40px; |
|
7 |
} |
|
8 |
.tt-wrapper li{ |
|
9 |
float: left; |
|
10 |
} |
|
11 |
.tt-wrapper li a{ |
|
12 |
display: block; |
|
13 |
width: 24px; |
|
14 |
height: 24px; |
|
15 |
margin: 0 10px 0 0; |
|
16 |
outline: none; |
|
17 |
position: relative; |
|
18 |
z-index: 2; |
|
19 |
text-indent: -9000px; |
|
20 |
text-decoration: none; |
|
21 |
} |
|
22 |
|
|
23 |
.tt-wrapper li a span{ |
|
24 |
font-family: Georgia, "Times New Roman", Times, serif; |
|
25 |
font-style: italic; |
|
26 |
font-size: 12px; |
|
27 |
color: red; |
|
28 |
border: none; |
|
29 |
display: none; |
|
30 |
} |
|
31 |
|
|
32 |
|
|
33 |
.tt-wrapper li a:hover span{ |
|
34 |
display: none; |
|
35 |
} |