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