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