PluginProbe
Jetpack – WP Security, Backup, Speed, & Growth / 12.6.3
Jetpack – WP Security, Backup, Speed, & Growth v12.6.3
16.2-beta 12.0.3 12.1.3 12.2.3 12.3.2 12.4.2 12.5.2 12.6.4 12.7.3 12.8.3 12.9.5 13.0.2 13.1.5 13.2.4 13.3.3 13.4.5 13.5.2 13.6.2 13.7.2 13.8.3 13.9.2 14.0.1 14.1.1 14.2.2 14.3.1 All 501 releases
jetpack / modules / sharedaddy / sharing.css

sharing.css in Jetpack – WP Security, Backup, Speed, & Growth 12.6.3, at modules/sharedaddy/sharing.css

736 lines 19.1 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 /**
2 * Sharedaddy Base Styles
3 *
4 * Contains styles for modules, containers, buttons
5 */
6
7
8 /* Master container */
9 #jp-post-flair {
10 padding-top: .5em;
11 }
12
13
14 /* Overall Sharedaddy block title */
15 div.sharedaddy,
16 #content div.sharedaddy,
17 #main div.sharedaddy {
18 clear: both;
19 }
20
21 div.sharedaddy h3.sd-title {
22 margin: 0 0 1em 0;
23 display: inline-block;
24 line-height: 1.2;
25 font-size: 9pt;
26 font-weight: bold;
27 }
28
29 body.highlander-light h3.sd-title:before {
30 border-top: 1px solid rgba(0,0,0,.2);
31 }
32
33 body.highlander-dark h3.sd-title:before {
34 border-top: 1px solid rgba(255,255,255,.4);
35 }
36
37
38 /* Sharing services list */
39 .sd-sharing {
40 margin-bottom: 1em;
41 }
42 .sd-content ul {
43 padding: 0 !important;
44 margin: 0 !important;
45 list-style: none !important;
46 }
47
48 .sd-content ul li {
49 display: inline-block;
50 }
51
52 .sd-content ul li.share-deprecated {
53 opacity: 0.5;
54 }
55
56 .sd-content ul li.share-deprecated a span {
57 text-decoration: line-through;
58 }
59
60 .sd-block.sd-gplus {
61 margin: 0 0 .5em 0;
62 }
63
64 .sd-gplus .sd-content {
65 font-size: 12px;
66 }
67
68 /* Sharing email errors */
69 .sd-content .share-email-error .share-email-error-title {
70 margin: 0.5em 0;
71 }
72 .sd-content .share-email-error .share-email-error-text {
73 font-family: "Open Sans", sans-serif;
74 font-size: 12px;
75 margin: 0.5em 0;
76 }
77
78
79 /* Buttons */
80 .sd-social-icon .sd-content ul li a.sd-button,
81 .sd-social-text .sd-content ul li a.sd-button,
82 .sd-content ul li a.sd-button,
83 .sd-content ul li .option a.share-ustom, /* Ugh. */
84 .sd-content ul li.preview-item div.option.option-smart-off a,
85 .sd-content ul li.advanced a.share-more,
86 .sd-social-icon-text .sd-content ul li a.sd-button,
87 .sd-social-official .sd-content>ul>li>a.sd-button,
88 #sharing_email .sharing_send,
89 .sd-social-official .sd-content>ul>li .digg_button >a { /* official Digg button no longer works, needs cleaning */
90 text-decoration: none !important;
91 display: inline-block;
92 font-size: 13px;
93 font-family: "Open Sans", sans-serif;
94 font-weight: 500;
95 border-radius: 4px;
96 color: #2C3338 !important;
97 background: #fff;
98 box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12), 0 0 0 1px rgba(0, 0, 0, 0.12);
99 text-shadow: none;
100 line-height: 23px;
101 padding: 4px 11px 3px 9px;
102 }
103
104 .sd-social-official .sd-content ul li a.sd-button,
105 .sd-social-official .sd-content ul li.preview-item div.option.option-smart-off a {
106 align-items: center;
107 display: flex;
108 font-size: 12px;
109 line-height: 12px;
110 padding: 1px 6px 0px 5px;
111 min-height: 20px;
112 }
113
114 .sd-social-official .sd-content ul.preview li a.sd-button,
115 .sd-social-official .sd-content ul.preview li.preview-item div.option.option-smart-off a {
116 position: relative;
117 top: 2px;
118 }
119
120 .sd-content ul li a.sd-button>span,
121 .sd-content ul li .option a.share-ustom span, /* Ugh. */
122 .sd-content ul li.preview-item div.option.option-smart-off a span,
123 .sd-content ul li.advanced a.share-more span,
124 .sd-social-icon-text .sd-content ul li a.sd-button>span,
125 .sd-social-official .sd-content>ul>li>a.sd-button span,
126 .sd-social-official .sd-content>ul>li .digg_button >a span { /* official Digg button no longer works, needs cleaning */
127 line-height: 23px;
128 margin-left: 6px;
129 }
130
131 /* Icon Only */
132 .sd-social-icon .sd-content ul li a.sd-button>span {
133 margin-left: 0;
134 }
135
136 /* Text Only */
137 .sd-social-text .sd-content ul li a.sd-button span {
138 margin-left: 3px;
139 }
140
141 .sd-social-official .sd-content ul li a.sd-button>span,
142 .sd-social-official .sd-content ul li.preview-item div.option.option-smart-off a span {
143 line-height: 12px;
144 margin-left: 3px;
145 }
146
147
148 .sd-social-official .sd-content>ul>li>a.sd-button:before,
149 .sd-social-official .sd-content>ul>li .digg_button>a:before,
150 .sd-social-official .sd-content .sharing-hidden .inner>ul>li>a.sd-button:before,
151 .sd-social-official .sd-content .sharing-hidden .inner>ul>li .digg_button>a:before {
152 margin-bottom: -1px;
153 }
154
155 .sd-social-icon .sd-content ul li a.sd-button:hover,
156 .sd-social-icon .sd-content ul li a.sd-button:active,
157 .sd-social-text .sd-content ul li a.sd-button:hover,
158 .sd-social-text .sd-content ul li a.sd-button:active,
159 .sd-social-icon-text .sd-content ul li a.sd-button:hover,
160 .sd-social-icon-text .sd-content ul li a.sd-button:active,
161 .sd-social-official .sd-content>ul>li>a.sd-button:hover,
162 .sd-social-official .sd-content>ul>li>a.sd-button:active,
163 .sd-social-official .sd-content>ul>li .digg_button>a:hover,
164 .sd-social-official .sd-content>ul>li .digg_button>a:active {
165 box-shadow: 0 1px 2px rgba(0, 0, 0, 0.22), 0 0 0 1px rgba(0, 0, 0, 0.22);
166 }
167
168 .sd-social-icon .sd-content ul li a.sd-button:active,
169 .sd-social-text .sd-content ul li a.sd-button:active,
170 .sd-social-icon-text .sd-content ul li a.sd-button:active,
171 .sd-social-official .sd-content>ul>li>a.sd-button:active,
172 .sd-social-official .sd-content>ul>li .digg_button>a:active {
173 box-shadow: inset 0 1px 0 rgba(0,0,0,.16);
174 }
175
176 /* All icons */
177 .sd-content ul li a.sd-button:before {
178 display: inline-block;
179 -webkit-font-smoothing: antialiased;
180 -moz-osx-font-smoothing: grayscale;
181 font: normal 18px/1 'social-logos';
182 vertical-align: top;
183 text-align: center;
184 }
185 /* text + icon styles should have relative and top position */
186 .sd-social-icon-text ul li a.sd-button:before {
187 position: relative;
188 top: 2px;
189 }
190
191 /* Make it look great in Chrome and Safari */
192 @media screen and (-webkit-min-device-pixel-ratio:0) {
193 .sd-content ul li a.sd-button:before {
194 position: relative;
195 top: 2px;
196 }
197 }
198
199 .sd-social-official ul li a.sd-button:before {
200 position: relative;
201 top: -2px;
202 }
203 /* Make it look great in Chrome and Safari */
204 @media screen and (-webkit-min-device-pixel-ratio:0) {
205 .sd-social-official ul li a.sd-button:before {
206 top: 0px;
207 }
208 }
209
210 .sd-content ul li {
211 margin: 0 8px 12px 0;
212 padding: 0;
213 }
214 /* Add more pading on touch devices */
215 .jp-sharing-input-touch .sd-content ul li { padding-left: 10px; }
216
217 .sd-content ul li.preview-item.no-icon a.sd-button span {
218 margin-left: 0;
219 }
220
221 /* Text only */
222 .sd-social-text .sd-content ul li a:before,
223 .sd-content ul li.no-icon a:before {
224 display: none;
225 }
226 body .sd-social-text .sd-content ul li.share-custom a span,
227 body .sd-content ul li.share-custom.no-icon a span {
228 background-image: none;
229 background-position: -500px -500px !important; /* hack to work around !important inline style */
230 background-repeat: no-repeat !important;
231 padding-left: 0;
232 height: 0;
233 line-height: inherit;
234 }
235
236 .sd-social-icon .sd-content ul li a.share-more {
237 position: relative;
238 top: -4px;
239 }
240 @media screen and (-webkit-min-device-pixel-ratio:0) {
241 .sd-social-icon .sd-content ul li a.share-more {
242 top: 2px;
243 }
244 }
245 /* Firefox specific hack to make the share more button look better on Firefox. */
246 @-moz-document url-prefix() {
247 .sd-social-icon .sd-content ul li a.share-more {
248 top: 2px;
249 }
250 }
251
252 .sd-social-icon .sd-content ul li a.share-more span {
253 margin-left: 3px;
254 }
255
256
257 /* Individual icons */
258 .sd-social-icon .sd-content ul li.share-print a:before,
259 .sd-social-text .sd-content ul li.share-print a:before,
260 .sd-content ul li.share-print div.option.option-smart-off a:before,
261 .sd-social-icon-text .sd-content li.share-print a:before,
262 .sd-social-official .sd-content li.share-print a:before {
263 content: '\f469';
264 }
265
266 .sd-social-icon .sd-content ul li.share-email a:before,
267 .sd-social-text .sd-content ul li.share-email a:before,
268 .sd-content ul li.share-email div.option.option-smart-off a:before,
269 .sd-social-icon-text .sd-content li.share-email a:before,
270 .sd-social-official .sd-content li.share-email a:before {
271 content: '\f410';
272 }
273 .sd-social-icon .sd-content ul li.share-linkedin a:before,
274 .sd-social-text .sd-content ul li.share-linkedin a:before,
275 .sd-content ul li.share-linkedin div.option.option-smart-off a:before,
276 .sd-social-icon-text .sd-content li.share-linkedin a:before {
277 content: '\f207';
278 }
279 .sd-social-icon .sd-content ul li.share-twitter a:before,
280 .sd-social-text .sd-content ul li.share-twitter a:before,
281 .sd-content ul li.share-twitter div.option.option-smart-off a:before,
282 .sd-social-icon-text .sd-content li.share-twitter a:before {
283 content: '\f202';
284 }
285 .sd-social-icon .sd-content ul li.share-reddit a:before,
286 .sd-social-text .sd-content ul li.share-reddit a:before,
287 .sd-content ul li.share-reddit div.option.option-smart-off a:before,
288 .sd-social-icon-text .sd-content li.share-reddit a:before,
289 .sd-social-official .sd-content li.share-reddit a:before {
290 content: '\f222';
291 }
292 .sd-social-icon .sd-content ul li.share-tumblr a:before,
293 .sd-social-text .sd-content ul li.share-tumblr a:before,
294 .sd-content ul li.share-tumblr div.option.option-smart-off a:before,
295 .sd-social-icon-text .sd-content li.share-tumblr a:before {
296 content: '\f607';
297 }
298
299 .sd-social-icon .sd-content ul li.share-pocket a:before,
300 .sd-social-text .sd-content ul li.share-pocket a:before,
301 .sd-content ul li.share-pocket div.option.option-smart-off a:before,
302 .sd-social-icon-text .sd-content li.share-pocket a:before {
303 content: '\f224';
304 }
305 .sd-social-icon .sd-content ul li.share-pinterest a:before,
306 .sd-social-text .sd-content ul li.share-pinterest a:before,
307 .sd-content ul li.share-pinterest div.option.option-smart-off a:before,
308 .sd-social-icon-text .sd-content li.share-pinterest a:before {
309 content: '\f210';
310 }
311 .sd-social-icon .sd-content ul li.share-facebook a:before,
312 .sd-social-text .sd-content ul li.share-facebook a:before,
313 .sd-content ul li.share-facebook div.option.option-smart-off a:before,
314 .sd-social-icon-text .sd-content li.share-facebook a:before {
315 content: '\f203';
316 }
317 .sd-social-icon .sd-content ul li.share-press-this a:before,
318 .sd-social-text .sd-content ul li.share-press-this a:before,
319 .sd-content ul li.share-press-this div.option.option-smart-off a:before,
320 .sd-social-icon-text .sd-content li.share-press-this a:before,
321 .sd-social-official .sd-content li.share-press-this a:before {
322 content: '\f205';
323 }
324 .sd-social-official .sd-content li.share-press-this a:before {
325 color: #2ba1cb;
326 }
327 .sd-social-icon .sd-content ul li.share-telegram a:before,
328 .sd-social-text .sd-content ul li.share-telegram a:before,
329 .sd-content ul li.share-telegram div.option.option-smart-off a:before,
330 .sd-social-icon-text .sd-content li.share-telegram a:before,
331 .sd-social-official .sd-content li.share-telegram a:before {
332 content: '\f606';
333 }
334 .sd-social-official .sd-content li.share-telegram a:before {
335 color: #0088cc;
336 }
337 .sd-social-icon .sd-content ul li.share-mastodon a:before,
338 .sd-social-text .sd-content ul li.share-mastodon a:before,
339 .sd-content ul li.share-mastodon div.option.option-smart-off a:before,
340 .sd-social-icon-text .sd-content li.share-mastodon a:before,
341 .sd-social-official .sd-content li.share-mastodon a:before {
342 content: '\f10a';
343 }
344 .sd-social-official .sd-content li.share-mastodon a:before {
345 color: #563ACC;
346 }
347 .sd-social-icon .sd-content ul a.share-more:before,
348 .sd-social-text .sd-content ul a.share-more:before,
349 .sd-content ul li.advanced a.share-more:before,
350 .sd-social-icon-text .sd-content a.share-more:before,
351 .sd-social-official .sd-content a.share-more:before {
352 content: '\f415';
353 }
354 .sd-social-official .sd-content a.share-more:before {
355 color: #2ba1cb;
356 }
357
358 .sd-social-icon .sd-content ul li.share-jetpack-whatsapp a:before,
359 .sd-social-text .sd-content ul li.share-jetpack-whatsapp a:before,
360 .sd-content ul li.share-jetpack-whatsapp div.option.option-smart-off a:before,
361 .sd-social-icon-text .sd-content li.share-jetpack-whatsapp a:before,
362 .sd-social-official .sd-content li.share-jetpack-whatsapp a:before {
363 content: '\f608';
364 }
365 .sd-social-official .sd-content li.share-jetpack-whatsapp a:before {
366 color: #43d854;
367 }
368 .sd-social-icon .sd-content ul li[class*='share-'].share-jetpack-whatsapp a.sd-button {
369 background: #43d854;
370 color: #fff !important;
371 }
372
373 .sd-social-icon .sd-content ul li.share-nextdoor a:before,
374 .sd-social-text .sd-content ul li.share-nextdoor a:before,
375 .sd-content ul li.share-nextdoor div.option.option-smart-off a:before,
376 .sd-social-icon-text .sd-content li.share-nextdoor a:before,
377 .sd-social-official .sd-content li.share-nextdoor a:before {
378 content: '\f10c';
379 }
380 .sd-social-official .sd-content li.share-nextdoor a:before {
381 color: #8ED500;
382 }
383 .sd-social-icon .sd-content ul li[class*='share-'].share-nextdoor a.sd-button {
384 background: #8ED500;
385 color: #fff !important;
386 }
387
388
389 .sd-social-icon .sd-content ul li.share-deprecated a:before,
390 .sd-social-icon-text .sd-content li.share-deprecated a:before,
391 .sd-social-official .sd-content li.share-deprecated a:before,
392 .sd-content ul li.share-deprecated div.option.option-smart-off a:before {
393 width: 1em;
394 height: 1em;
395 content: "\1F6AB";
396 }
397
398 /* Share count */
399 .sd-social .sd-button .share-count {
400 background: #2ea2cc;
401 color: #fff;
402 -moz-border-radius: 10px;
403 border-radius: 10px;
404 display: inline-block;
405 text-align: center;
406 font-size: 10px;
407 padding: 1px 3px;
408 line-height: 1;
409 }
410
411 .sd-social-official .sd-content>ul>li>a.sd-button span {
412 line-height: 1;
413 }
414
415 .sd-social-official .sd-content ul {
416 display: flex;
417 flex-wrap: wrap;
418 }
419
420 .sd-social-official .sd-content ul:after {
421 content: ".";
422 display: block;
423 height: 0;
424 clear: both;
425 visibility: hidden;
426 }
427
428 .sd-social-official .sd-content li.share-press-this a {
429 margin: 0 0 5px 0;
430 }
431
432 .sd-social-official .sd-content ul>li {
433 display: flex;
434 max-height: 18px;
435 }
436
437 .sd-social-official .sd-content ul>li .option-smart-off {
438 margin-right: 8px;
439 }
440
441 .sd-social-official .fb-share-button > span {
442 vertical-align: top !important;
443 }
444
445 .sd-social-official .sd-content .pocket_button iframe {
446 width: 98px;
447 }
448
449
450 /* Individual official buttons */
451 .pocket_button iframe, .pinterest_button, .twitter_button, .linkedin_button>span {
452 margin: 0 !important;
453 }
454
455 .linkedin_button>span, .pinterest_button a {
456 display: block !important;
457 }
458
459 .sd-social-official .sd-content .share-tumblr iframe {
460 max-width: 53px;
461 width: unset;
462 }
463
464 body .sd-social-official li.share-print ,
465 body .sd-social-official li.share-email a,
466 body .sd-social-official li.share-custom a,
467 body .sd-social-official li a.share-more,
468 body .sd-social-official li.share-digg a,
469 body .sd-social-official li.share-press-this a
470 {
471 position: relative;
472 top: 0;
473 }
474
475
476 /* Custom icons */
477 body .sd-social-icon .sd-content li.share-custom>a {
478 padding: 2px 3px 0 3px;
479 position: relative;
480 top: 4px;
481 }
482
483 body .sd-social-icon .sd-content li.share-custom a span,
484 body .sd-social-icon-text .sd-content li.share-custom a span,
485 body .sd-social-text .sd-content li.share-custom a span,
486 body .sd-social-official .sd-content li.share-custom a span,
487 body .sd-content ul li.share-custom a.share-icon span
488 {
489 background-size: 16px 16px;
490 background-repeat: no-repeat;
491 margin-left: 0;
492 padding: 0 0 0 19px;
493 display: inline-block;
494 height: 21px;
495 line-height: 16px;
496 }
497
498 body .sd-social-icon .sd-content li.share-custom a span {
499 width: 0;
500 }
501
502 body .sd-social-icon .sd-content li.share-custom a span {
503 padding-left: 16px !important;
504 }
505
506
507 /* Overflow Sharing dialog */
508 .sharing-hidden .inner {
509 position: absolute;
510 z-index: 2;
511 border: 1px solid #ccc;
512 padding: 10px;
513 background: #fff;
514 box-shadow: 0px 5px 20px rgba(0,0,0,.2);
515 -webkit-border-radius: 2px;
516 -moz-border-radius: 2px;
517 border-radius: 2px;
518 margin-top: 5px;
519 max-width: 400px;
520 }
521
522 .sharing-hidden .inner ul{
523 margin: 0 !important;
524 }
525
526 .sd-social-official .sd-content .sharing-hidden ul>li.share-end {
527 clear: both;
528 margin: 0 !important;
529 height: 0 !important;
530 }
531
532 .sharing-hidden .inner:before, .sharing-hidden .inner:after {
533 position: absolute;
534 z-index: 1;
535 top: -8px;
536 left: 20px;
537 width: 0;
538 height: 0;
539 border-left: 6px solid transparent;
540 border-right: 6px solid transparent;
541 border-bottom: 8px solid #ccc;
542 content: "";
543 display: block;
544 }
545
546 .sharing-hidden .inner:after {
547 z-index: 2;
548 top: -7px;
549 border-left: 6px solid transparent;
550 border-right: 6px solid transparent;
551 border-bottom: 8px solid #fff;
552 }
553
554 .sharing-hidden ul {
555 margin: 0;
556 }
557
558
559 /**
560 * Special colorful look for "Icon Only" option
561 */
562
563 .sd-social-icon .sd-content ul li[class*='share-'] a,
564 .sd-social-icon .sd-content ul li[class*='share-'] a:hover,
565 .sd-social-icon .sd-content ul li[class*='share-'] div.option a {
566 border-radius: 50%;
567 -webkit-border-radius: 50%;
568 border: 0;
569 box-shadow: none;
570 padding: 7px;
571 position: relative;
572 top: -2px;
573 line-height: 1;
574 width: auto;
575 height: auto;
576 margin-bottom: 0;
577 max-width: 32px;
578 }
579
580 .sd-social-icon .sd-content ul li[class*='share-'] a.sd-button>span,
581 .sd-social-icon .sd-content ul li[class*='share-'] div.option a span {
582 line-height: 1;
583 }
584
585 .sd-social-icon .sd-content ul li[class*='share-'] a:hover,
586 .sd-social-icon .sd-content ul li[class*='share-'] div.option a:hover {
587 border: none;
588 opacity: .6;
589 }
590
591
592
593 .sd-social-icon .sd-content ul li[class*='share-'] a.sd-button:before {
594 top: 0;
595 }
596
597 .sd-social-icon .sd-content ul li[class*='share-'] a.sd-button.share-custom {
598 padding: 8px 8px 6px 8px;
599 top: 5px;
600 }
601
602 .sd-social-icon .sd-content ul li a.sd-button.share-more {
603 margin-left: 10px;
604 }
605
606 .sd-social-icon .sd-content ul li:first-child a.sd-button.share-more {
607 margin-left: 0;
608 }
609
610
611 .sd-social-icon .sd-button span.share-count {
612 position: absolute;
613 bottom: 0;
614 right: 0;
615 border-radius: 0;
616 background: #555;
617 font-size: 9px;
618 }
619
620 /* Special look colors */
621 .sd-social-icon .sd-content ul li[class*='share-'] a.sd-button {
622 background: #e9e9e9;
623 margin-top: 2px;
624 text-indent: 0;
625 }
626
627 .sd-social-icon .sd-content ul li[class*='share-'].share-tumblr a.sd-button {
628 background: #2c4762;
629 color: #fff !important;
630 }
631
632 .sd-social-icon .sd-content ul li[class*='share-'].share-facebook a.sd-button {
633 background: #1877F2;
634 color: #fff !important;
635 }
636
637 .sd-social-icon .sd-content ul li[class*='share-'].share-twitter a.sd-button {
638 background: #00acee;
639 color: #fff !important;
640 }
641
642 .sd-social-icon .sd-content ul li[class*='share-'].share-pinterest a.sd-button {
643 background: #ca1f27;
644 color: #fff !important;
645 }
646
647 .sd-social-icon .sd-content ul li[class*='share-'].share-digg a.sd-button {
648 color: #555555 !important;
649 }
650
651 .sd-social-icon .sd-content ul li[class*='share-'].share-press-this a.sd-button {
652 background: #4f94d4;
653 color: #fff !important;
654 }
655
656 .sd-social-icon .sd-content ul li[class*='share-'].share-telegram a.sd-button {
657 background: #0088cc;
658 color: #fff !important;
659 }
660
661 .sd-social-icon .sd-content ul li[class*='share-'].share-linkedin a.sd-button {
662 background: #0077b5;
663 color: #fff !important;
664 }
665
666 .sd-social-icon .sd-content ul li[class*='share-'].share-pocket a.sd-button {
667 background: #ee4056;
668 color: #fff !important;
669 }
670
671 .sd-social-icon .sd-content ul li[class*='share-'].share-reddit a.sd-button {
672 background: #cee3f8;
673 color: #555555 !important;
674 }
675
676 .sd-social-icon .sd-content ul li[class*='share-'].share-mastodon a.sd-button {
677 background: linear-gradient(to top, #563ACC 0%, #6364FF 100%);
678 color: #fff !important;
679 }
680
681 /**
682 * Screen Reader Text for "Icon Only" option
683 */
684
685 .sharing-screen-reader-text {
686 clip: rect(1px, 1px, 1px, 1px);
687 position: absolute !important;
688 height: 1px;
689 width: 1px;
690 overflow: hidden;
691 }
692
693 .sharing-screen-reader-text:hover,
694 .sharing-screen-reader-text:active,
695 .sharing-screen-reader-text:focus {
696 background-color: #f0f0f1;
697 border-radius: 3px;
698 box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
699 clip: auto !important;
700 color: #21759b;
701 display: block;
702 font-size: 14px;
703 font-weight: bold;
704 height: auto;
705 left: 5px;
706 line-height: normal;
707 padding: 15px 23px 14px;
708 text-decoration: none;
709 top: 5px;
710 width: auto;
711 z-index: 100000; /* Above WP toolbar */
712 }
713
714
715 #jetpack-source_f_name {
716 display: none!important;
717 position: absolute !important;
718 left: -9000px;
719 }
720
721 .sd-content .share-customize-link {
722 margin-top: 8px;
723 line-height: 11px;
724 }
725
726 .sd-content .share-customize-link a {
727 font-size: 11px;
728 font-family: "Open Sans", sans-serif;
729 }
730
731 @media print {
732 .sharedaddy.sd-sharing-enabled {
733 display: none;
734 }
735 }
736