PluginProbe
Social Share Buttons / 1.1.2
Social Share Buttons v1.1.2
trunk 0.9 1.0 1.1 1.1.1 1.1.2 1.10 1.11 1.12 1.15 1.16 1.17 1.18 1.19 1.2 1.20 1.3 1.30 1.4 1.5 1.6 1.7 1.8 1.9
← All changes | css/buttons.css +81 -0 1.61.1.2 View file →
@@ -1,8 +1,89 @@
1 1 /* hides the label items from buttons that should show either share count or label and share count is available */
2 2 .maxcollection.single-meta .with-label.with-count .mb-label {
3 3 display: none !important; }
4 4
5 +.social-colors.facebook a {
6 + background-color: #3b5998; }
7 + .social-colors.facebook a:hover {
8 + background-color: #2d4373; }
9 +.social-colors.twitter a {
10 + background-color: #00aced; }
11 + .social-colors.twitter a:hover {
12 + background-color: #0087ba; }
13 +.social-colors.googleplus a {
14 + background-color: #dd4b39; }
15 + .social-colors.googleplus a:hover {
16 + background-color: #c23321; }
17 +.social-colors.linkedin a {
18 + background-color: #007bb6; }
19 + .social-colors.linkedin a:hover {
20 + background-color: #005983; }
21 +.social-colors.youtube a {
22 + background-color: #bb0000; }
23 + .social-colors.youtube a:hover {
24 + background-color: #880000; }
25 +.social-colors.instagram a {
26 + background-color: #517fa4; }
27 + .social-colors.instagram a:hover {
28 + background-color: #406582; }
29 +.social-colors.flickr a {
30 + background-color: #ff0084; }
31 + .social-colors.flickr a:hover {
32 + background-color: #cc006a; }
33 +.social-colors.thumblr a {
34 + background-color: #32506d; }
35 + .social-colors.thumblr a:hover {
36 + background-color: #22364a; }
37 +.social-colors.pinterest a {
38 + background-color: #cb2027; }
39 + .social-colors.pinterest a:hover {
40 + background-color: #9f191f; }
41 +.social-colors.email a, .social-colors.print a {
42 + background-color: #5e5e5e; }
43 + .social-colors.email a:hover, .social-colors.print a:hover {
44 + background-color: #454545; }
45 +.social-colors.vkontakte a {
46 + background-color: #4c75a3; }
47 + .social-colors.vkontakte a:hover {
48 + background-color: #3c5c80; }
49 +.social-colors.digg a {
50 + background-color: #000; }
51 + .social-colors.digg a:hover {
52 + background-color: black; }
53 +.social-colors.blogloving a {
54 + background-color: #000; }
55 + .social-colors.blogloving a:hover {
56 + background-color: black; }
57 +.social-colors.stumbleupon a {
58 + background-color: #eb4924; }
59 + .social-colors.stumbleupon a:hover {
60 + background-color: #ca3412; }
61 +.social-colors.reddit a {
62 + background-color: #ff4500; }
63 + .social-colors.reddit a:hover {
64 + background-color: #cc3700; }
65 +.social-colors.whatsapp a {
66 + background-color: #4dc247; }
67 + .social-colors.whatsapp a:hover {
68 + background-color: #3ba135; }
69 +.social-colors.buffer a {
70 + background-color: #242424; }
71 + .social-colors.buffer a:hover {
72 + background-color: #0b0b0b; }
73 +.social-colors.rss a {
74 + background-color: #F99000; }
75 + .social-colors.rss a:hover {
76 + background-color: #c67300; }
77 +.social-colors.snapchat a {
78 + background-color: #fffc00; }
79 + .social-colors.snapchat a:hover {
80 + background-color: #ccca00; }
81 +.social-colors.vimeo a {
82 + background-color: #1ab7ea; }
83 + .social-colors.vimeo a:hover {
84 + background-color: #1295bf; }
85 +
5 86 /* Default Sharing Setup */
6 87 .maxcollection {
7 88 display: inline-block;
8 89 clear: both;