images
2 years ago
services
1 year ago
admin-sharing-rtl.css
1 year ago
admin-sharing-rtl.min.css
1 year ago
admin-sharing.css
1 year ago
admin-sharing.js
1 year ago
admin-sharing.min.css
1 year ago
amp-sharing.css
1 year ago
recaptcha.php
4 years ago
sharedaddy.php
2 years ago
sharing-service.php
1 year ago
sharing-sources.php
1 year ago
sharing.css
1 year ago
sharing.js
3 years ago
sharing.php
1 year ago
sharing.css
776 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: .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,.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 | |
| 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 .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,.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 { padding-left: 10px; } |
| 224 | |
| 225 | .sd-content ul li.preview-item.no-icon a.sd-button span { |
| 226 | margin-left: 0; |
| 227 | } |
| 228 | |
| 229 | /* Text only */ |
| 230 | .sd-social-text .sd-content ul li a::before, |
| 231 | .sd-content ul li.no-icon a::before { |
| 232 | display: none; |
| 233 | } |
| 234 | |
| 235 | body .sd-social-text .sd-content ul li.share-custom a span, |
| 236 | body .sd-content ul li.share-custom.no-icon a span { |
| 237 | background-image: none; |
| 238 | background-position: -500px -500px !important; /* hack to work around !important inline style */ |
| 239 | background-repeat: no-repeat !important; |
| 240 | padding-left: 0; |
| 241 | height: 0; |
| 242 | line-height: inherit; |
| 243 | } |
| 244 | |
| 245 | .sd-social-icon .sd-content ul li a.share-more { |
| 246 | position: relative; |
| 247 | top: -4px; |
| 248 | } |
| 249 | |
| 250 | @media screen and (-webkit-min-device-pixel-ratio:0) { |
| 251 | |
| 252 | .sd-social-icon .sd-content ul li a.share-more { |
| 253 | top: 2px; |
| 254 | } |
| 255 | } |
| 256 | |
| 257 | /* Firefox specific hack to make the share more button look better on Firefox. */ |
| 258 | @-moz-document url-prefix() { |
| 259 | |
| 260 | .sd-social-icon .sd-content ul li a.share-more { |
| 261 | top: 2px; |
| 262 | } |
| 263 | } |
| 264 | |
| 265 | .sd-social-icon .sd-content ul li a.share-more span { |
| 266 | margin-left: 3px; |
| 267 | } |
| 268 | |
| 269 | |
| 270 | /* Individual icons */ |
| 271 | .sd-social-icon .sd-content ul li.share-print a::before, |
| 272 | .sd-social-text .sd-content ul li.share-print a::before, |
| 273 | .sd-content ul li.share-print div.option.option-smart-off a::before, |
| 274 | .sd-social-icon-text .sd-content li.share-print a::before, |
| 275 | .sd-social-official .sd-content li.share-print a::before { |
| 276 | content: '\f469'; |
| 277 | } |
| 278 | |
| 279 | .sd-social-icon .sd-content ul li.share-email a::before, |
| 280 | .sd-social-text .sd-content ul li.share-email a::before, |
| 281 | .sd-content ul li.share-email div.option.option-smart-off a::before, |
| 282 | .sd-social-icon-text .sd-content li.share-email a::before, |
| 283 | .sd-social-official .sd-content li.share-email a::before { |
| 284 | content: '\f410'; |
| 285 | } |
| 286 | |
| 287 | .sd-social-icon .sd-content ul li.share-linkedin a::before, |
| 288 | .sd-social-text .sd-content ul li.share-linkedin a::before, |
| 289 | .sd-content ul li.share-linkedin div.option.option-smart-off a::before, |
| 290 | .sd-social-icon-text .sd-content li.share-linkedin a::before { |
| 291 | content: '\f207'; |
| 292 | } |
| 293 | |
| 294 | .sd-social-icon .sd-content ul li.share-twitter a::before, |
| 295 | .sd-social-text .sd-content ul li.share-twitter a::before, |
| 296 | .sd-content ul li.share-twitter div.option.option-smart-off a::before, |
| 297 | .sd-social-icon-text .sd-content li.share-twitter a::before, |
| 298 | .sd-social-icon .sd-content ul li.share-x a::before, |
| 299 | .sd-social-text .sd-content ul li.share-x a::before, |
| 300 | .sd-content ul li.share-x div.option.option-smart-off a::before, |
| 301 | .sd-social-icon-text .sd-content li.share-x a::before { |
| 302 | content: '\f10e'; |
| 303 | } |
| 304 | |
| 305 | .sd-social-icon .sd-content ul li.share-reddit a::before, |
| 306 | .sd-social-text .sd-content ul li.share-reddit a::before, |
| 307 | .sd-content ul li.share-reddit div.option.option-smart-off a::before, |
| 308 | .sd-social-icon-text .sd-content li.share-reddit a::before, |
| 309 | .sd-social-official .sd-content li.share-reddit a::before { |
| 310 | content: '\f222'; |
| 311 | } |
| 312 | |
| 313 | .sd-social-icon .sd-content ul li.share-tumblr a::before, |
| 314 | .sd-social-text .sd-content ul li.share-tumblr a::before, |
| 315 | .sd-content ul li.share-tumblr div.option.option-smart-off a::before, |
| 316 | .sd-social-icon-text .sd-content li.share-tumblr a::before { |
| 317 | content: '\f607'; |
| 318 | } |
| 319 | |
| 320 | .sd-social-icon .sd-content ul li.share-pocket a::before, |
| 321 | .sd-social-text .sd-content ul li.share-pocket a::before, |
| 322 | .sd-content ul li.share-pocket div.option.option-smart-off a::before, |
| 323 | .sd-social-icon-text .sd-content li.share-pocket a::before { |
| 324 | content: '\f224'; |
| 325 | } |
| 326 | |
| 327 | .sd-social-icon .sd-content ul li.share-pinterest a::before, |
| 328 | .sd-social-text .sd-content ul li.share-pinterest a::before, |
| 329 | .sd-content ul li.share-pinterest div.option.option-smart-off a::before, |
| 330 | .sd-social-icon-text .sd-content li.share-pinterest a::before { |
| 331 | content: '\f210'; |
| 332 | } |
| 333 | |
| 334 | .sd-social-icon .sd-content ul li.share-facebook a::before, |
| 335 | .sd-social-text .sd-content ul li.share-facebook a::before, |
| 336 | .sd-content ul li.share-facebook div.option.option-smart-off a::before, |
| 337 | .sd-social-icon-text .sd-content li.share-facebook a::before { |
| 338 | content: '\f203'; |
| 339 | } |
| 340 | |
| 341 | .sd-social-icon .sd-content ul li.share-press-this a::before, |
| 342 | .sd-social-text .sd-content ul li.share-press-this a::before, |
| 343 | .sd-content ul li.share-press-this div.option.option-smart-off a::before, |
| 344 | .sd-social-icon-text .sd-content li.share-press-this a::before, |
| 345 | .sd-social-official .sd-content li.share-press-this a::before { |
| 346 | content: '\f205'; |
| 347 | } |
| 348 | |
| 349 | .sd-social-official .sd-content li.share-press-this a::before { |
| 350 | color: #2ba1cb; |
| 351 | } |
| 352 | |
| 353 | .sd-social-icon .sd-content ul li.share-telegram a::before, |
| 354 | .sd-social-text .sd-content ul li.share-telegram a::before, |
| 355 | .sd-content ul li.share-telegram div.option.option-smart-off a::before, |
| 356 | .sd-social-icon-text .sd-content li.share-telegram a::before, |
| 357 | .sd-social-official .sd-content li.share-telegram a::before { |
| 358 | content: '\f606'; |
| 359 | } |
| 360 | |
| 361 | .sd-social-official .sd-content li.share-telegram a::before { |
| 362 | color: #08c; |
| 363 | } |
| 364 | |
| 365 | .sd-social-icon .sd-content ul li.share-threads a::before, |
| 366 | .sd-social-text .sd-content ul li.share-threads a::before, |
| 367 | .sd-content ul li.share-threads div.option.option-smart-off a::before, |
| 368 | .sd-social-icon-text .sd-content li.share-threads a::before, |
| 369 | .sd-social-official .sd-content li.share-threads a::before { |
| 370 | content: '\f10d'; |
| 371 | } |
| 372 | |
| 373 | .sd-social-official .sd-content li.share-threads a::before { |
| 374 | color: #000; |
| 375 | } |
| 376 | |
| 377 | .sd-social-icon .sd-content ul li[class*='share-'].share-threads a.sd-button { |
| 378 | background: #000; |
| 379 | color: #fff !important; |
| 380 | } |
| 381 | |
| 382 | .sd-social-icon .sd-content ul li.share-mastodon a::before, |
| 383 | .sd-social-text .sd-content ul li.share-mastodon a::before, |
| 384 | .sd-content ul li.share-mastodon div.option.option-smart-off a::before, |
| 385 | .sd-social-icon-text .sd-content li.share-mastodon a::before, |
| 386 | .sd-social-official .sd-content li.share-mastodon a::before { |
| 387 | content: '\f10a'; |
| 388 | } |
| 389 | |
| 390 | .sd-social-official .sd-content li.share-mastodon a::before { |
| 391 | color: #563ACC; |
| 392 | } |
| 393 | |
| 394 | .sd-social-icon .sd-content ul a.share-more::before, |
| 395 | .sd-social-text .sd-content ul a.share-more::before, |
| 396 | .sd-content ul li.advanced a.share-more::before, |
| 397 | .sd-social-icon-text .sd-content a.share-more::before, |
| 398 | .sd-social-official .sd-content a.share-more::before { |
| 399 | content: '\f415'; |
| 400 | } |
| 401 | |
| 402 | .sd-social-official .sd-content a.share-more::before { |
| 403 | color: #2ba1cb; |
| 404 | } |
| 405 | |
| 406 | .sd-social-icon .sd-content ul li.share-jetpack-whatsapp a::before, |
| 407 | .sd-social-text .sd-content ul li.share-jetpack-whatsapp a::before, |
| 408 | .sd-content ul li.share-jetpack-whatsapp div.option.option-smart-off a::before, |
| 409 | .sd-social-icon-text .sd-content li.share-jetpack-whatsapp a::before, |
| 410 | .sd-social-official .sd-content li.share-jetpack-whatsapp a::before { |
| 411 | content: '\f608'; |
| 412 | } |
| 413 | |
| 414 | .sd-social-official .sd-content li.share-jetpack-whatsapp a::before { |
| 415 | color: #43d854; |
| 416 | } |
| 417 | |
| 418 | .sd-social-icon .sd-content ul li[class*='share-'].share-jetpack-whatsapp a.sd-button { |
| 419 | background: #43d854; |
| 420 | color: #fff !important; |
| 421 | } |
| 422 | |
| 423 | .sd-social-icon .sd-content ul li.share-nextdoor a::before, |
| 424 | .sd-social-text .sd-content ul li.share-nextdoor a::before, |
| 425 | .sd-content ul li.share-nextdoor div.option.option-smart-off a::before, |
| 426 | .sd-social-icon-text .sd-content li.share-nextdoor a::before, |
| 427 | .sd-social-official .sd-content li.share-nextdoor a::before { |
| 428 | content: '\f10c'; |
| 429 | } |
| 430 | |
| 431 | .sd-social-official .sd-content li.share-nextdoor a::before { |
| 432 | color: #8ED500; |
| 433 | } |
| 434 | |
| 435 | .sd-social-icon .sd-content ul li[class*='share-'].share-nextdoor a.sd-button { |
| 436 | background: #8ED500; |
| 437 | color: #fff !important; |
| 438 | } |
| 439 | |
| 440 | .sd-social-icon .sd-content ul li.share-bluesky a::before, |
| 441 | .sd-social-text .sd-content ul li.share-bluesky a::before, |
| 442 | .sd-content ul li.share-bluesky div.option.option-smart-off a::before, |
| 443 | .sd-social-icon-text .sd-content li.share-bluesky a::before, |
| 444 | .sd-social-official .sd-content li.share-bluesky a::before { |
| 445 | content: '\f10f'; |
| 446 | } |
| 447 | |
| 448 | .sd-social-official .sd-content li.share-bluesky a::before { |
| 449 | color: #0085ff; |
| 450 | } |
| 451 | |
| 452 | .sd-social-icon .sd-content ul li[class*='share-'].share-bluesky a.sd-button { |
| 453 | background: #0085ff; |
| 454 | color: #fff !important; |
| 455 | } |
| 456 | |
| 457 | .sd-social-icon .sd-content ul li.share-deprecated a::before, |
| 458 | .sd-social-icon-text .sd-content li.share-deprecated a::before, |
| 459 | .sd-social-official .sd-content li.share-deprecated a::before, |
| 460 | .sd-content ul li.share-deprecated div.option.option-smart-off a::before { |
| 461 | width: 1em; |
| 462 | height: 1em; |
| 463 | content: "\1F6AB"; |
| 464 | } |
| 465 | |
| 466 | /* Share count */ |
| 467 | .sd-social .sd-button .share-count { |
| 468 | background: #2ea2cc; |
| 469 | color: #fff; |
| 470 | border-radius: 10px; |
| 471 | display: inline-block; |
| 472 | text-align: center; |
| 473 | font-size: 10px; |
| 474 | padding: 1px 3px; |
| 475 | line-height: 1; |
| 476 | } |
| 477 | |
| 478 | .sd-social-official .sd-content>ul>li>a.sd-button span { |
| 479 | line-height: 1; |
| 480 | } |
| 481 | |
| 482 | .sd-social-official .sd-content ul { |
| 483 | display: flex; |
| 484 | flex-wrap: wrap; |
| 485 | } |
| 486 | |
| 487 | .sd-social-official .sd-content ul::after { |
| 488 | content: "."; |
| 489 | display: block; |
| 490 | height: 0; |
| 491 | clear: both; |
| 492 | visibility: hidden; |
| 493 | } |
| 494 | |
| 495 | .sd-social-official .sd-content li.share-press-this a { |
| 496 | margin: 0 0 5px 0; |
| 497 | } |
| 498 | |
| 499 | .sd-social-official .sd-content ul>li { |
| 500 | display: flex; |
| 501 | max-height: 18px; |
| 502 | } |
| 503 | |
| 504 | .sd-social-official .sd-content ul>li .option-smart-off { |
| 505 | margin-right: 8px; |
| 506 | } |
| 507 | |
| 508 | .sd-social-official .fb-share-button > span { |
| 509 | vertical-align: top !important; |
| 510 | } |
| 511 | |
| 512 | .sd-social-official .sd-content .pocket_button iframe { |
| 513 | width: 98px; |
| 514 | } |
| 515 | |
| 516 | |
| 517 | /* Individual official buttons */ |
| 518 | .pocket_button iframe, .pinterest_button, .twitter_button, .linkedin_button>span { |
| 519 | margin: 0 !important; |
| 520 | } |
| 521 | |
| 522 | .linkedin_button>span, .pinterest_button a { |
| 523 | display: block !important; |
| 524 | } |
| 525 | |
| 526 | .sd-social-official .sd-content .share-tumblr iframe { |
| 527 | max-width: 53px; |
| 528 | width: unset; |
| 529 | } |
| 530 | |
| 531 | body .sd-social-official li.share-print , |
| 532 | body .sd-social-official li.share-email a, |
| 533 | body .sd-social-official li.share-custom a, |
| 534 | body .sd-social-official li a.share-more, |
| 535 | body .sd-social-official li.share-digg a, |
| 536 | body .sd-social-official li.share-press-this a |
| 537 | { |
| 538 | position: relative; |
| 539 | top: 0; |
| 540 | } |
| 541 | |
| 542 | |
| 543 | /* Custom icons */ |
| 544 | body .sd-social-icon .sd-content li.share-custom>a { |
| 545 | padding: 2px 3px 0 3px; |
| 546 | position: relative; |
| 547 | top: 4px; |
| 548 | } |
| 549 | |
| 550 | body .sd-social-icon .sd-content li.share-custom a span, |
| 551 | body .sd-social-icon-text .sd-content li.share-custom a span, |
| 552 | body .sd-social-text .sd-content li.share-custom a span, |
| 553 | body .sd-social-official .sd-content li.share-custom a span, |
| 554 | body .sd-content ul li.share-custom a.share-icon span |
| 555 | { |
| 556 | background-size: 16px 16px; |
| 557 | background-repeat: no-repeat; |
| 558 | margin-left: 0; |
| 559 | padding: 0 0 0 19px; |
| 560 | display: inline-block; |
| 561 | height: 21px; |
| 562 | line-height: 16px; |
| 563 | } |
| 564 | |
| 565 | body .sd-content ul li.share-custom a span[hidden] { |
| 566 | display: none; |
| 567 | } |
| 568 | |
| 569 | body .sd-social-icon .sd-content ul li[class*='share-'] a.sd-button.share-icon.no-text .custom-sharing-span { |
| 570 | color: transparent; |
| 571 | } |
| 572 | |
| 573 | body .sd-social-icon .sd-content li.share-custom a span { |
| 574 | width: 0; |
| 575 | padding-left: 16px !important; |
| 576 | } |
| 577 | |
| 578 | |
| 579 | /* Overflow Sharing dialog */ |
| 580 | .sharing-hidden .inner { |
| 581 | position: absolute; |
| 582 | z-index: 2; |
| 583 | border: 1px solid #ccc; |
| 584 | padding: 10px; |
| 585 | background: #fff; |
| 586 | box-shadow: 0 5px 20px rgba(0,0,0,.2); |
| 587 | border-radius: 2px; |
| 588 | margin-top: 5px; |
| 589 | max-width: 400px; |
| 590 | } |
| 591 | |
| 592 | .sharing-hidden .inner ul{ |
| 593 | margin: 0 !important; |
| 594 | } |
| 595 | |
| 596 | .sd-social-official .sd-content .sharing-hidden ul>li.share-end { |
| 597 | clear: both; |
| 598 | margin: 0 !important; |
| 599 | height: 0 !important; |
| 600 | } |
| 601 | |
| 602 | .sharing-hidden .inner::before, .sharing-hidden .inner::after { |
| 603 | position: absolute; |
| 604 | z-index: 1; |
| 605 | top: -8px; |
| 606 | left: 20px; |
| 607 | width: 0; |
| 608 | height: 0; |
| 609 | border-left: 6px solid transparent; |
| 610 | border-right: 6px solid transparent; |
| 611 | border-bottom: 8px solid #ccc; |
| 612 | content: ""; |
| 613 | display: block; |
| 614 | } |
| 615 | |
| 616 | .sharing-hidden .inner::after { |
| 617 | z-index: 2; |
| 618 | top: -7px; |
| 619 | border-left: 6px solid transparent; |
| 620 | border-right: 6px solid transparent; |
| 621 | border-bottom: 8px solid #fff; |
| 622 | } |
| 623 | |
| 624 | .sharing-hidden ul { |
| 625 | margin: 0; |
| 626 | } |
| 627 | |
| 628 | |
| 629 | /** |
| 630 | * Special colorful look for "Icon Only" option |
| 631 | */ |
| 632 | |
| 633 | .sd-social-icon .sd-content ul li[class*='share-'] a, |
| 634 | .sd-social-icon .sd-content ul li[class*='share-'] a:hover, |
| 635 | .sd-social-icon .sd-content ul li[class*='share-'] div.option a { |
| 636 | border-radius: 50%; |
| 637 | border: 0; |
| 638 | box-shadow: none; |
| 639 | padding: 7px; |
| 640 | position: relative; |
| 641 | top: -2px; |
| 642 | line-height: 1; |
| 643 | width: auto; |
| 644 | height: auto; |
| 645 | margin-bottom: 0; |
| 646 | max-width: 32px; |
| 647 | } |
| 648 | |
| 649 | .sd-social-icon .sd-content ul li[class*='share-'] a.sd-button>span, |
| 650 | .sd-social-icon .sd-content ul li[class*='share-'] div.option a span { |
| 651 | line-height: 1; |
| 652 | } |
| 653 | |
| 654 | .sd-social-icon .sd-content ul li[class*='share-'] a:hover, |
| 655 | .sd-social-icon .sd-content ul li[class*='share-'] div.option a:hover { |
| 656 | border: none; |
| 657 | opacity: .6; |
| 658 | } |
| 659 | |
| 660 | |
| 661 | |
| 662 | .sd-social-icon .sd-content ul li[class*='share-'] a.sd-button::before { |
| 663 | top: 0; |
| 664 | } |
| 665 | |
| 666 | .sd-social-icon .sd-content ul li[class*='share-'] a.sd-button.share-custom { |
| 667 | padding: 8px 8px 6px 8px; |
| 668 | } |
| 669 | |
| 670 | .sd-social-icon .sd-content ul li a.sd-button.share-more { |
| 671 | margin-left: 10px; |
| 672 | } |
| 673 | |
| 674 | .sd-social-icon .sd-content ul li:first-child a.sd-button.share-more { |
| 675 | margin-left: 0; |
| 676 | } |
| 677 | |
| 678 | |
| 679 | .sd-social-icon .sd-button span.share-count { |
| 680 | position: absolute; |
| 681 | bottom: 0; |
| 682 | right: 0; |
| 683 | border-radius: 0; |
| 684 | background: #555; |
| 685 | font-size: 9px; |
| 686 | } |
| 687 | |
| 688 | /* Special look colors */ |
| 689 | .sd-social-icon .sd-content ul li[class*='share-'] a.sd-button { |
| 690 | background: #e9e9e9; |
| 691 | margin-top: 2px; |
| 692 | text-indent: 0; |
| 693 | } |
| 694 | |
| 695 | .sd-social-icon .sd-content ul li[class*='share-'].share-tumblr a.sd-button { |
| 696 | background: #2c4762; |
| 697 | color: #fff !important; |
| 698 | } |
| 699 | |
| 700 | .sd-social-icon .sd-content ul li[class*='share-'].share-facebook a.sd-button { |
| 701 | background: #0866ff; |
| 702 | color: #fff !important; |
| 703 | } |
| 704 | |
| 705 | .sd-social-icon .sd-content ul li[class*='share-'].share-twitter a.sd-button { |
| 706 | background: #000; |
| 707 | color: #fff !important; |
| 708 | } |
| 709 | |
| 710 | .sd-social-icon .sd-content ul li[class*='share-'].share-x a.sd-button { |
| 711 | background: #000; |
| 712 | color: #fff !important; |
| 713 | } |
| 714 | |
| 715 | .sd-social-icon .sd-content ul li[class*='share-'].share-pinterest a.sd-button { |
| 716 | background: #ca1f27; |
| 717 | color: #fff !important; |
| 718 | } |
| 719 | |
| 720 | .sd-social-icon .sd-content ul li[class*='share-'].share-digg a.sd-button { |
| 721 | color: #555 !important; |
| 722 | } |
| 723 | |
| 724 | .sd-social-icon .sd-content ul li[class*='share-'].share-press-this a.sd-button { |
| 725 | background: #4f94d4; |
| 726 | color: #fff !important; |
| 727 | } |
| 728 | |
| 729 | .sd-social-icon .sd-content ul li[class*='share-'].share-telegram a.sd-button { |
| 730 | background: #08c; |
| 731 | color: #fff !important; |
| 732 | } |
| 733 | |
| 734 | .sd-social-icon .sd-content ul li[class*='share-'].share-linkedin a.sd-button { |
| 735 | background: #0077b5; |
| 736 | color: #fff !important; |
| 737 | } |
| 738 | |
| 739 | .sd-social-icon .sd-content ul li[class*='share-'].share-pocket a.sd-button { |
| 740 | background: #ee4056; |
| 741 | color: #fff !important; |
| 742 | } |
| 743 | |
| 744 | .sd-social-icon .sd-content ul li[class*='share-'].share-reddit a.sd-button { |
| 745 | background: #cee3f8; |
| 746 | color: #555 !important; |
| 747 | } |
| 748 | |
| 749 | .sd-social-icon .sd-content ul li[class*='share-'].share-mastodon a.sd-button { |
| 750 | background: linear-gradient(to top, #563ACC 0%, #6364FF 100%); |
| 751 | color: #fff !important; |
| 752 | } |
| 753 | |
| 754 | #jetpack-source_f_name { |
| 755 | display: none!important; |
| 756 | position: absolute !important; |
| 757 | left: -9000px; |
| 758 | } |
| 759 | |
| 760 | .sd-content .share-customize-link { |
| 761 | margin-top: 8px; |
| 762 | line-height: 11px; |
| 763 | } |
| 764 | |
| 765 | .sd-content .share-customize-link a { |
| 766 | font-size: 11px; |
| 767 | font-family: "Open Sans", sans-serif; |
| 768 | } |
| 769 | |
| 770 | @media print { |
| 771 | |
| 772 | .sharedaddy.sd-sharing-enabled { |
| 773 | display: none; |
| 774 | } |
| 775 | } |
| 776 |