forked from todordev/ITPShare-Plugin
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
72 lines (60 loc) · 988 Bytes
/
style.css
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
68
69
70
71
@CHARSET "UTF-8";
.itp-share{
display:block !important;
}
.itp-share-tw{
float:left;
margin:10px 5px 0;
}
.itp-share-tbr{
float:left;
margin:10px;
}
.itp-share-fbl{
float:left;
margin:10px;
}
.itp-share-su{
float:left;
margin-right:14px;
margin-top:11px;
}
.itp-share-lin{
float:left;
margin-right:14px;
margin-top:10px;
}
.itp-share-gone{
float:left;
margin-left:5px;
margin-right:10px;
margin-top:10px;
}
.itp-share-gshare{
float:left;
margin-left:5px;
margin-right:10px;
margin-top:10px;
}
.itp-share-reddit{
float:left;
margin-top:10px;
}
.itp-share-reddit a:hover{
text-decoration: none !important;
background: none !important;
}
.itp-share-pinterest {
float:left;
margin-left:10px;
margin-top:10px;
}
.itp-share-pinterest-above {
float:left;
margin-left:10px;
margin-top:30px;
}
.itp-share-buffer {
float:left;
margin-top:10px;
}