PluginProbe
Social Share Buttons / 1.19
Social Share Buttons v1.19
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 +31 -92 0.91.19 View file →
@@ -1,77 +1,9 @@
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 - display: none !important; }
3 + display: none !important;
4 +}
4 5
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 -
74 6 /* Default Sharing Setup */
75 7 .maxcollection {
76 8 display: inline-block;
77 9 clear: both;
@@ -77,28 +9,35 @@
77 9 clear: both;
78 10 z-index: 9999;
79 11 width: 100%;
80 12 line-height: 1.1;
81 - box-sizing: border-box; }
82 - .maxcollection .maxbutton-social {
83 - display: inline-block;
84 - box-sizing: border-box;
85 - text-align: center;
86 - position: relative;
87 - transition: all 0.4s linear;
88 - line-height: inherit; }
89 - .maxcollection .maxbutton-social-total .mb-icon-total, .maxcollection .maxbutton-social-total .mb-totals {
90 - line-height: inherit; }
91 - .maxcollection .maxbutton-social-total .mb-icon-total-icon {
92 - width: auto;
93 - height: auto; }
94 - .maxcollection .mb-icon-wrapper {
95 - display: inline-block;
96 - margin: 0;
97 - padding: 0; }
98 - .maxcollection .mb-icon-wrapper .mb-icon {
99 - margin: 0;
100 - padding: 0; }
101 - .maxcollection.vertical {
102 - width: auto; }
13 + box-sizing: border-box;
14 +}
15 +.maxcollection .maxbutton-social {
16 + display: inline-block;
17 + box-sizing: border-box;
18 + text-align: center;
19 + position: relative;
20 + transition: all 0.4s linear;
21 + line-height: inherit;
22 +}
23 +.maxcollection .maxbutton-social-total .mb-icon-total, .maxcollection .maxbutton-social-total .mb-totals {
24 + line-height: inherit;
25 +}
26 +.maxcollection .maxbutton-social-total .mb-icon-total-icon {
27 + width: auto;
28 + height: auto;
29 +}
30 +.maxcollection .mb-icon-wrapper {
31 + display: inline-block;
32 + margin: 0;
33 + padding: 0;
34 +}
35 +.maxcollection .mb-icon-wrapper .mb-icon {
36 + margin: 0;
37 + padding: 0;
38 +}
39 +.maxcollection.vertical {
40 + width: auto;
41 +}
103 42
104 43 /*# sourceMappingURL=buttons.css.map */