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

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