PluginProbe
Jetpack – WP Security, Backup, Speed, & Growth / 11.0
Jetpack – WP Security, Backup, Speed, & Growth v11.0
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 11.0, at modules/sharedaddy/sharing.css

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