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