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

537 lines 11.1 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 li.share-print a.sd-button > spandiv.sharedaddy ul,
2 div.sharedaddy li {
3 margin: 0;
4 padding: 0;
5 list-style: none;
6 border: none;
7 background: none;
8 }
9
10 div.sharedaddy,
11 #content div.sharedaddy,
12 #main div.sharedaddy {
13 font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
14 font-size: 12px;
15 clear: both;
16 }
17
18 div.sharedaddy,
19 div.sharedaddy div {
20 -webkit-border-radius: 0 !important;
21 -moz-border-radius: 0 !important;
22 border-radius: 0 !important;
23 }
24
25 div.sharedaddy h3,
26 #content div.sharedaddy h3,
27 #main div.sharedaddy h3,
28 #primary div.sharedaddy h3 {
29 font-size: 12px;
30 font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
31 margin: 3px 0;
32 padding: 0;
33 text-transform: none;
34 letter-spacing: 0;
35 line-height: 1;
36 font-weight: bold;
37 width: 15.625%; /* 100px / 640px */ float: left;
38 position: static;
39 background: none;
40 border: none;
41 }
42
43 /* @noflip */
44 .rtl div.sharedaddy h3,
45 .rtl #content div.sharedaddy h3,
46 .rtl #main div.sharedaddy h3,
47 .rtl #primary div.sharedaddy h3 {
48 float: right;
49 text-align: right;
50 }
51
52 div.sharedaddy ul,
53 div.sharedaddy li {
54 margin: 0 !important;
55 padding: 0 !important;
56 text-indent: 0;
57 }
58
59 div.sharedaddy li::before {
60 content: "";
61 }
62
63 div.sharedaddy div.pd-rating {
64 margin: 0;
65 min-height: 23px;
66 }
67
68 div.sharedaddy a,
69 div.sharedaddy a:link,
70 div.sharedaddy a:visited {
71 font-style: normal;
72 }
73
74 /* ClearFix trick */
75
76 div.sharedaddy:before,
77 div.sharedaddy:after,
78 div.sharedaddy .sd-block:before,
79 div.sharedaddy .sd-block:after,
80 div.sharedaddy ul:before,
81 div.sharedaddy ul:after {
82 content: "\0020";
83 display: block;
84 height: 0;
85 overflow: hidden;
86 }
87
88 div.sharedaddy:after,
89 div.sharedaddy .sd-block:after,
90 div.sharedaddy ul:after {
91 clear: both;
92 }
93
94 div.sharedaddy,
95 div.sharedaddy .sd-block,
96 div.sharedaddy ul {
97 zoom: 1;
98 }
99
100
101 /* =Base Styles
102 -------------------------------------------------------------- */
103
104 div.sharedaddy div.sd-block {
105 border-top: 1px solid #ddd;
106 border-top: 1px solid rgba(0,0,0,.13);
107 padding: 10px 0 5px;
108 margin: 0;
109 width: 100% !important;
110 }
111
112 div.sharedaddy.sharedaddy-dark .sd-block {
113 border-top-color: #222;
114 border-top-color: rgba(50,50,50,.5);
115 }
116
117 div.sharedaddy .sd-content {
118 width: 82.125%; /* 530px / 640px */
119 float: right;
120 margin: -2px 0 0 0;
121 }
122
123 div.sharedaddy .sd-content ul {
124 margin: 0;
125 }
126
127 div.sharedaddy .sd-content li {
128 float: left;
129 margin: 0 5px 5px 0 !important;
130 display: block;
131 }
132
133 /* @noflip */
134 .rtl div.sharedaddy .sd-content {
135 float: right;
136 }
137
138 /* @noflip */
139 .rtl div.sharedaddy .sd-content li {
140 float: right;
141 margin: 0 0 5px 5px !important;
142 }
143
144 /* Base Button .sd-button */
145
146 div.sharedaddy a.sd-button {
147 margin: 0;
148 padding: 0;
149 display: inline-block;
150 background: #efefef;
151 background: -moz-linear-gradient(top, #f7f7f7 0%, #efefef 100%);
152 background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f7f7f7), color-stop(100%,#efefef));
153 background: -webkit-linear-gradient(top, #f7f7f7 0%,#efefef 100%);
154 background: -o-linear-gradient(top, #f7f7f7 0%,#efefef 100%);
155 background: -ms-linear-gradient(top, #f7f7f7 0%,#efefef 100%);
156 background: linear-gradient(top, #f7f7f7 0%,#efefef 100%);
157 border-radius: 3px;
158 border: 1px solid #ddd !important;
159 box-shadow: inset 0 1px 0 #fff;
160 color: #000 !important;
161 text-decoration: none;
162 line-height: 1;
163 font-size: 12px;
164 font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
165 font-weight: normal;
166 }
167
168 div.sharedaddy a.sd-button:hover {
169 color: #000;
170 text-shadow: 0 1px 0 #fff;
171 border-color: #ccc;
172 background: #eee;
173 background: -moz-linear-gradient(top, #efefef 0%, #eee 100%);
174 background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#efefef), color-stop(100%,#eee));
175 background: -webkit-linear-gradient(top, #efefef 0%,#eee 100%);
176 background: -o-linear-gradient(top, #efefef 0%,#eee 100%);
177 background: -ms-linear-gradient(top, #efefef 0%,#eee 100%);
178 background: linear-gradient(top, #efefef 0%,#eee 100%);
179 }
180
181 div.sharedaddy a.sd-button:active {
182 background-color: #efefef;
183 box-shadow: inset 0 -1px 0 #fff;
184 border-color: #ddd;
185 }
186
187 a.sd-button > span {
188 padding: 4px 8px;
189 display: block;
190 opacity: .8;
191 line-height: 1.5em;
192 text-shadow: none;
193 }
194
195 a.sd-button:hover span {
196 opacity: 1;
197 }
198
199 .sd-button span.share-count {
200 font-size: 90%;
201 color: #666;
202 margin-left: 5px;
203 line-height: 1;
204 }
205
206 /* @noflip */
207 .rtl .sd-button span.share-count {
208 margin-right: 5px;
209 }
210
211 /* Button Style Options */
212
213 .sd-social-icon-text a.sd-button > span,
214 a.sd-button > span {
215 padding: 1px 5px 1px 23px;
216 background-position: 2px center;
217 background-repeat: no-repeat;
218 }
219
220 .sd-social-icon a.sd-button > span {
221 padding: 3px;
222 width: 16px;
223 height: 16px;
224 text-indent: -9999px;
225 background-position: center center;
226 background-repeat: no-repeat;
227 }
228
229 .sd-social-text a.sd-button > span {
230 background: none !important;
231 padding-left: 5px
232 }
233
234 .sd-social-official li {
235 height: 21px;
236 }
237
238 div.sharedaddy .no-text {
239 width: 21px;
240 height: 21px;
241 }
242
243 div.sharedaddy .no-text a {
244 text-decoration: none;
245 }
246
247 div.sharedaddy .no-icon a span, div.sharedaddy li.no-icon div a span {
248 padding-left: 5px;
249 background-image: none;
250 }
251
252 /* @noflip */
253 .rtl .sd-social-icon-text a.sd-button > span,
254 .rtl a.sd-button > span {
255 padding: 3px 23px 3px 5px;
256 background-position: 98% center;
257 }
258
259 /* @noflip */
260 .rtl .sd-social-text a.sd-button > span {
261 padding-left: 0;
262 padding-right: 5px
263 }
264
265 /* @noflip */
266 .rtl div.sharedaddy .no-icon a span, .rtl div.sharedaddy li.no-icon div a span {
267 padding-left: 0;
268 padding-right: 5px
269 }
270
271 /* Icons */
272
273 li.share-facebook a.sd-button > span {
274 background-image: url('images/facebook.png');
275 }
276
277 li.share-tumblr a.sd-button > span {
278 background-image: url('images/tumblr.png');
279 }
280
281 li.share-twitter a.sd-button > span {
282 background-image: url('images/twitter.png?1');
283 }
284
285 li.share-google-plus-1 a.sd-button > span {
286 background-image: url('images/googleplus1.png?1');
287 }
288
289 li.share-linkedin a.sd-button > span {
290 background-image: url('images/linkedin.png');
291 }
292
293 li.share-press-this a.sd-button > span {
294 background-image: url('images/wordpress.png');
295 }
296
297 li.share-digg a.sd-button > span {
298 background-image: url('images/digg.png');
299 }
300
301 li.share-stumbleupon a.sd-button > span {
302 background-image: url('images/stumbleupon.png');
303 }
304
305 li.share-reddit a.sd-button > span {
306 background-image: url('images/reddit.png');
307 }
308
309 li.share-pinterest a.sd-button > span {
310 background-image: url('images/pinterest.png');
311 }
312
313 li.share-pocket a.sd-button > span {
314 background-image: url('images/pocket.png');
315 }
316
317 li.share-kindle a.sd-button > span {
318 background-image: url('images/kindle.png');
319 }
320
321 li.share-email a.sd-button > span {
322 background-image: url('images/email.png');
323 }
324
325 li.share-print a.sd-button > span {
326 background-image: url('images/print.png');
327 }
328
329 a.sd-button.share-more span {
330 background-image: url('images/more.png');
331 }
332
333 @media only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5), only screen and (min-resolution: 120dpi) {
334
335 li.share-facebook a.sd-button > span {
336 background-image: url('images/facebook@2x.png');
337 background-size: 16px 16px;
338 }
339
340 li.share-tumblr a.sd-button > span {
341 background-image: url('images/tumblr@2x.png');
342 background-size: 16px 16px;
343 }
344
345 li.share-twitter a.sd-button > span {
346 background-image: url('images/twitter@2x.png?1');
347 background-size: 16px 16px;
348 }
349
350 li.share-google-plus-1 a.sd-button > span {
351 background-image: url('images/googleplus1@2x.png');
352 background-size: 16px 16px;
353 }
354
355 li.share-linkedin a.sd-button > span {
356 background-image: url('images/linkedin@2x.png');
357 background-size: 16px 16px;
358 }
359
360 li.share-press-this a.sd-button > span {
361 background-image: url('images/wordpress@2x.png');
362 background-size: 16px 16px;
363 }
364
365 li.share-digg a.sd-button > span {
366 background-image: url('images/digg@2x.png?1');
367 background-size: 16px 16px;
368 }
369
370 li.share-stumbleupon a.sd-button > span {
371 background-image: url('images/stumbleupon@2x.png');
372 background-size: 16px 16px;
373 }
374
375 li.share-reddit a.sd-button > span {
376 background-image: url('images/reddit@2x.png');
377 background-size: 16px 16px;
378 }
379
380 li.share-pinterest a.sd-button > span {
381 background-image: url('images/pinterest@2x.png');
382 background-size: 16px 16px;
383 }
384
385 li.share-pocket a.sd-button > span {
386 background-image: url('images/pocket@2x.png');
387 background-size: 16px 16px;
388 }
389
390 li.share-kindle a.sd-button > span {
391 background-image: url('images/kindle@2x.png');
392 background-size: 16px 16px;
393 }
394
395 li.share-email a.sd-button > span {
396 background-image: url('images/email@2x.png?1');
397 background-size: 16px 16px;
398 }
399
400 li.share-print a.sd-button > span {
401 background-image: url('images/print@2x.png');
402 background-size: 16px 16px;
403 }
404
405 a.sd-button.share-more span {
406 background-image: url('images/more@2x.png?1');
407 background-size: 16px 16px;
408 }
409
410 }
411
412 /* More pannel */
413
414 div.sharedaddy .sharing-hidden .inner {
415 max-width: 250px;
416 padding: 15px 15px 10px;
417 position: absolute;
418 margin-left: -100px;
419 z-index: 1001;
420 background-color: #fff;
421 border: 1px solid #ccc;
422 -moz-border-radius: 3px !important;
423 -webkit-border-radius: 3px !important;
424 border-radius: 3px !important;
425 -moz-box-shadow: 0px 2px 8px #ccc;
426 -webkit-box-shadow: 0px 2px 8px #ccc;
427 box-shadow: 0px 2px 8px #ccc;
428 -webkit-box-shadow: 0px 2px 8px rgba(0, 0, 0, .2);
429 -moz-box-shadow: 0px 2px 8px rgba(0, 0, 0, .2);
430 box-shadow: 0px 2px 8px rgba(0, 0, 0, .2);
431 }
432
433 /* @noflip */
434 .rtl div.sharedaddy .sharing-hidden .inner {
435 margin-left: 0;
436 margin-right: -100px;
437 }
438
439 div.sharedaddy.sharedaddy-dark .sharing-hidden .inner {
440 border-color: #222;
441 }
442
443 /* =Sharing: Email Dialog
444 -------------------------------------------------------------- */
445
446 #sharing_email {
447 width: 312px;
448 padding: 15px;
449 position: absolute;
450 margin-left: -120px;
451 z-index: 1001;
452 background-color: #fff;
453 border: 1px solid #ccc;
454 -moz-border-radius: 3px;
455 -webkit-border-radius: 3px;
456 border-radius: 3px;
457 -moz-box-shadow: 0px 2px 8px #ccc;
458 -webkit-box-shadow: 0px 2px 8px #ccc;
459 box-shadow: 0px 2px 8px #ccc;
460 -webkit-box-shadow: 0px 2px 8px rgba(0, 0, 0, .2);
461 -moz-box-shadow: 0px 2px 8px rgba(0, 0, 0, .2);
462 box-shadow: 0px 2px 8px rgba(0, 0, 0, .2);
463 text-align: left;
464 }
465
466 div.sharedaddy.sharedaddy-dark #sharing_email {
467 border-color: #fff;
468 }
469
470 #sharing_email .errors {
471 color: #fff;
472 background-color: #771a09;
473 font-size: 11px;
474 padding: 5px 8px;
475 line-height: 11px;
476 margin: 10px 0 0 0;
477 }
478
479 #sharing_email label {
480 font-size: 11px;
481 color: #333;
482 font-weight: bold;
483 display: block;
484 padding: 0 0 4px 0;
485 text-align: left;
486 text-shadow: none;
487 }
488
489 #sharing_email input[type="text"] {
490 width: 98.5%;
491 margin-bottom: 12px;
492 border: 1px solid #ccc;
493 background: #fff;
494 color: #333;
495 }
496
497 #sharing_email .sharing_cancel {
498 padding: 0 0 0 10px;
499 font-size: 11px;
500 text-shadow: none;
501 }
502
503 #sharing_email .recaptcha {
504 width: 312px;
505 height: 123px;
506 margin: 10px 0 14px 0;
507 }
508
509 /* =RTL
510 -------------------------------------------------------------- */
511 /* @noflip */
512 body.rtl .sharing ul {
513 float: right;
514 }
515
516 /* @noflip */
517 body.rtl .sharing li {
518 margin: 0 0 0 10px !important;
519 }
520
521 /* @noflip */
522 .rtl #sharing_email {
523 margin-left: -0px;
524 margin-right: -120px;
525 text-align: right
526 }
527
528 /* @noflip */
529 .rtl #sharing_email label {
530 text-align: right
531 }
532
533 /* @noflip */
534 .rtl #sharing_email .sharing_cancel {
535 padding: 0 10px 0 0;
536 }
537