| 1 |
.buttonizer-button{ |
| 2 |
position:fixed; |
| 3 |
z-index: 9999; |
| 4 |
transition: all 0.2s ease-in-out; |
| 5 |
-moz-transition: all 0.2s ease-in-out; |
| 6 |
-webkit-transition: all 0.2s ease-in-out; |
| 7 |
-o-transition: all 0.2s ease-in-out; |
| 8 |
} |
| 9 |
|
| 10 |
.buttonizer-button .buttonizer_inner { |
| 11 |
position: relative; |
| 12 |
transition: all 0.2s ease-in; |
| 13 |
-moz-transition: all 0.2s ease-in; |
| 14 |
-webkit-transition: all 0.2s ease-in; |
| 15 |
-o-transition: all 0.2s ease-in; |
| 16 |
bottom: 0; |
| 17 |
opacity: 1; |
| 18 |
} |
| 19 |
|
| 20 |
.buttonizer-button:hover .c5 { |
| 21 |
opacity: 1; |
| 22 |
} |
| 23 |
|
| 24 |
.buttonizer-button a, .buttonizer-button a:hover, .buttonizer-button a:active, .buttonizer-button a:focus{ |
| 25 |
text-decoration: none; |
| 26 |
color: #fff; |
| 27 |
box-shadow: 0 5px 11px 0 rgba(0,0,0,0.18),0 4px 15px 0 rgba(0,0,0,0.15); |
| 28 |
} |
| 29 |
|
| 30 |
.c5 { |
| 31 |
font-family: Arial, \'Helvetica Neue\', Helvetica, sans-serif; |
| 32 |
position: absolute !important; |
| 33 |
opacity: 0; |
| 34 |
bottom: -23px; |
| 35 |
height: 15px !important; |
| 36 |
line-height: 15px !important; |
| 37 |
right: 0; |
| 38 |
font-size: 8px; |
| 39 |
background-color: rgba(0, 0, 0, 0.4) !important; |
| 40 |
color: #FFFFFF; |
| 41 |
text-align: center; |
| 42 |
border-radius: 2px !important; |
| 43 |
-moz-border-radius: 2px !important; |
| 44 |
-webkit-border-radius: 2px !important; |
| 45 |
} |
| 46 |
|
| 47 |
.buttonizer-button a:hover, |
| 48 |
.buttonizer-button a:focus{ |
| 49 |
background: #1D9BDB; |
| 50 |
} |
| 51 |
|
| 52 |
.buttonizer-button a{ |
| 53 |
background: #48A4DC; |
| 54 |
border-radius:50%; |
| 55 |
width:56px; |
| 56 |
height:56px; |
| 57 |
display: block; |
| 58 |
vertical-align: middle; |
| 59 |
text-align:center; |
| 60 |
color: #FFFFFF; |
| 61 |
box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12); |
| 62 |
cursor:pointer; |
| 63 |
outline:none; |
| 64 |
position: relative; |
| 65 |
transition: all 0.2s ease-in-out; |
| 66 |
-moz-transition: all 0.2s ease-in-out; |
| 67 |
-webkit-transition: all 0.2s ease-in-out; |
| 68 |
-o-transition: all 0.2s ease-in-out; |
| 69 |
margin-top: 5px; |
| 70 |
line-height: 56px; |
| 71 |
} |
| 72 |
|
| 73 |
.buttonizer-button a.buttonizer_head { |
| 74 |
position: absolute; |
| 75 |
z-index: 999; |
| 76 |
bottom: 0; |
| 77 |
right: 0; |
| 78 |
} |
| 79 |
|
| 80 |
.buttonizer-button[label-style="mirrored"] a.buttonizer_head { |
| 81 |
left: 0; |
| 82 |
right: auto; |
| 83 |
} |
| 84 |
|
| 85 |
.buttonizer-button .buttonizer_inner a.buttonizer_head i { |
| 86 |
font-size: 28px !important; |
| 87 |
font-style: normal; |
| 88 |
display: block; |
| 89 |
text-align: center; |
| 90 |
} |
| 91 |
|
| 92 |
.buttonizer-button .buttonizer_inner.exit_intent_animation a.buttonizer_head { |
| 93 |
animation: buttonizer_exit_intent 1s; |
| 94 |
} |
| 95 |
|
| 96 |
.buttonizer-button a.buttonizer_head .text { |
| 97 |
top: 15px; |
| 98 |
right: 70px; |
| 99 |
opacity: 0; |
| 100 |
visibility: hidden; |
| 101 |
} |
| 102 |
|
| 103 |
.buttonizer-button.buttonizer_label_hover a.buttonizer_head .text{ |
| 104 |
opacity: 0 !important; |
| 105 |
visibility: hidden !important; |
| 106 |
} |
| 107 |
|
| 108 |
.buttonizer-button.buttonizer_label_hidden a.buttonizer_head .text{ |
| 109 |
opacity: 0 !important; |
| 110 |
visibility: hidden !important; |
| 111 |
} |
| 112 |
|
| 113 |
.buttonizer-button.buttonizer_label_hover a.buttonizer_head:hover .text, |
| 114 |
.buttonizer-button.buttonizer_label_hover { |
| 115 |
opacity: 1 !important; |
| 116 |
visibility: visible !important; |
| 117 |
} |
| 118 |
|
| 119 |
|
| 120 |
|
| 121 |
.buttonizer-button a.buttonizer_head.onlyone i { |
| 122 |
font-size: 26px !important; |
| 123 |
} |
| 124 |
|
| 125 |
.buttonizer-button .buttonizer_inner a.buttonizer_head i, .buttonizer-button .buttonizer_inner a.buttonizer_head img { |
| 126 |
transition: all 0.2s ease-in-out; |
| 127 |
-moz-transition: all 0.2s ease-in-out; |
| 128 |
-webkit-transition: all 0.2s ease-in-out; |
| 129 |
-o-transition: all 0.2s ease-in-out; |
| 130 |
} |
| 131 |
|
| 132 |
.buttonizer-button .buttonizer_inner.opened a.buttonizer_head i, .buttonizer-button .buttonizer_inner.opened a.buttonizer_head img { |
| 133 |
-webkit-transform: rotate(45deg); |
| 134 |
-moz-transform: rotate(45deg); |
| 135 |
-o-transform: rotate(45deg); |
| 136 |
-ms-transform: rotate(45deg); |
| 137 |
transform: rotate(45deg); |
| 138 |
} |
| 139 |
|
| 140 |
.buttonizer-button i.isicon-fa { |
| 141 |
font-size: 30px !important; |
| 142 |
} |
| 143 |
|
| 144 |
.buttonizer-button .buttonizer_inner a.is_extra { |
| 145 |
position: absolute; |
| 146 |
top: 0; |
| 147 |
z-index: 1; |
| 148 |
opacity: 0; |
| 149 |
right: 9px; |
| 150 |
width: 40px; |
| 151 |
height: 40px; |
| 152 |
line-height: 40px; |
| 153 |
} |
| 154 |
|
| 155 |
.buttonizer-button .buttonizer_inner a.is_extra i { |
| 156 |
font-size: 18px; |
| 157 |
} |
| 158 |
|
| 159 |
.buttonizer-button.hide .buttonizer_inner { |
| 160 |
bottom: -100px !important; |
| 161 |
opacity: 0 !important; |
| 162 |
} |
| 163 |
|
| 164 |
.buttonizer-button .buttonizer_inner.opened .share_1 .text, |
| 165 |
.buttonizer-button .buttonizer_inner.opened .share_2 .text, |
| 166 |
.buttonizer-button .buttonizer_inner.opened .share_3 .text { |
| 167 |
top: -35px; |
| 168 |
right: -53px; |
| 169 |
} |
| 170 |
|
| 171 |
.buttonizer-button a .text { |
| 172 |
position: absolute; |
| 173 |
top: 7px; |
| 174 |
right: 55px; |
| 175 |
text-align: right; |
| 176 |
color: #ffffff; |
| 177 |
height: 26px; |
| 178 |
line-height: 26px; |
| 179 |
font-size: 12px; |
| 180 |
padding: 0 10px; |
| 181 |
transition: all 0.1s ease-out; |
| 182 |
-moz-transition: all 0.1s ease-out; |
| 183 |
-webkit-transition: all 0.1s ease-out; |
| 184 |
-o-transition: all 0.1s ease-out; |
| 185 |
display: block; |
| 186 |
white-space: nowrap; |
| 187 |
background: #4e4c4c; |
| 188 |
border-radius: 3px; |
| 189 |
-moz-border-radius: 3px; |
| 190 |
-webkit-border-radius: 3px; |
| 191 |
} |
| 192 |
|
| 193 |
.buttonizer-button[label-style="mirrored"] .buttonizer_head .text { |
| 194 |
left: 70px; |
| 195 |
right: auto; |
| 196 |
} |
| 197 |
|
| 198 |
.buttonizer-button .share .text { |
| 199 |
opacity: 0; |
| 200 |
visibility: hidden; |
| 201 |
} |
| 202 |
|
| 203 |
.buttonizer-button a.share:hover .text { |
| 204 |
visibility: visible; |
| 205 |
opacity: 1; |
| 206 |
} |
| 207 |
|
| 208 |
.buttonizer-button a i { |
| 209 |
font-size:24px; |
| 210 |
width:24px; |
| 211 |
height:24px; |
| 212 |
} |
| 213 |
|
| 214 |
.buttonizer-button .buttonizer_inner a.buttonizer_head .text { |
| 215 |
visibility: visible; |
| 216 |
opacity: 1; |
| 217 |
transition: all 250ms ease-out; |
| 218 |
-moz-transition: all 250ms ease-out; |
| 219 |
-webkit-transition: all 250ms ease-out; |
| 220 |
-o-transition: all 250ms ease-out; |
| 221 |
} |
| 222 |
|
| 223 |
.buttonizer-button .buttonizer_inner.opened a.buttonizer_head .text { |
| 224 |
visibility: hidden; |
| 225 |
opacity: 0; |
| 226 |
margin-top: -20px; |
| 227 |
} |
| 228 |
|
| 229 |
/* Default animation */ |
| 230 |
.buttonizer-button[button-animation="default"] .buttonizer_inner.opened .bt_0 { |
| 231 |
opacity: 1; |
| 232 |
top: -110px; |
| 233 |
} |
| 234 |
|
| 235 |
.buttonizer-button[button-animation="default"] .buttonizer_inner.opened .bt_1 { |
| 236 |
opacity: 1; |
| 237 |
top: -160px; |
| 238 |
} |
| 239 |
|
| 240 |
.buttonizer-button[button-animation="default"] .buttonizer_inner.opened .bt_2 { |
| 241 |
opacity: 1; |
| 242 |
top: -210px; |
| 243 |
} |
| 244 |
|
| 245 |
.buttonizer-button[button-animation="default"] .buttonizer_inner.opened .bt_3 { |
| 246 |
opacity: 1; |
| 247 |
top: -260px; |
| 248 |
} |
| 249 |
|
| 250 |
.buttonizer-button[button-animation="default"] .buttonizer_inner.opened .bt_4 { |
| 251 |
opacity: 1; |
| 252 |
top: -310px; |
| 253 |
} |
| 254 |
|
| 255 |
.buttonizer-button[button-animation="default"] .buttonizer_inner.opened .bt_5 { |
| 256 |
opacity: 1; |
| 257 |
top: -360px; |
| 258 |
} |
| 259 |
|
| 260 |
.buttonizer-button[button-animation="default"] .buttonizer_inner.opened .bt_6 { |
| 261 |
opacity: 1; |
| 262 |
top: -410px; |
| 263 |
} |
| 264 |
|
| 265 |
.buttonizer-button[button-animation="default"][label-style='default'] .buttonizer_inner.opened .share_1 { |
| 266 |
opacity: 1; |
| 267 |
left: -105px; |
| 268 |
top: -53px; |
| 269 |
} |
| 270 |
|
| 271 |
.buttonizer-button[button-animation="default"][label-style='default'] .buttonizer_inner.opened .share_2 { |
| 272 |
opacity: 1; |
| 273 |
left: -154px; |
| 274 |
top: -53px; |
| 275 |
} |
| 276 |
|
| 277 |
.buttonizer-button[button-animation="default"][label-style='default'] .buttonizer_inner.opened .share_3 { |
| 278 |
opacity: 1; |
| 279 |
left: -202px; |
| 280 |
top: -53px; |
| 281 |
} |
| 282 |
|
| 283 |
.buttonizer-button[button-animation="default"][label-style='mirrored'] a.is_extra { |
| 284 |
left: 9px; |
| 285 |
right: auto; |
| 286 |
} |
| 287 |
|
| 288 |
.buttonizer-button[button-animation="default"][label-style='mirrored'] .buttonizer_inner.opened .share_1 { |
| 289 |
opacity: 1; |
| 290 |
left: 65px; |
| 291 |
top: -51px; |
| 292 |
} |
| 293 |
|
| 294 |
.buttonizer-button[button-animation="default"][label-style='mirrored'] .buttonizer_inner.opened .share_2 { |
| 295 |
opacity: 1; |
| 296 |
left: 114px; |
| 297 |
top: -51px; |
| 298 |
} |
| 299 |
|
| 300 |
.buttonizer-button[button-animation="default"][label-style='mirrored'] .buttonizer_inner.opened .share_3 { |
| 301 |
opacity: 1; |
| 302 |
left: 163px; |
| 303 |
top: -51px; |
| 304 |
} |
| 305 |
|
| 306 |
/* Circle animation */ |
| 307 |
.buttonizer-button[button-animation="circle"][label-style='default'] a.is_extra { |
| 308 |
top: -50px; |
| 309 |
right: 0px; |
| 310 |
} |
| 311 |
|
| 312 |
.buttonizer-button[button-animation="circle"][label-style='default'] .buttonizer_inner.opened .bt_0 { |
| 313 |
opacity: 1; |
| 314 |
top: -49px; |
| 315 |
right: 150px; |
| 316 |
} |
| 317 |
|
| 318 |
.buttonizer-button[button-animation="circle"][label-style='default'] .buttonizer_inner.opened .bt_1 { |
| 319 |
opacity: 1; |
| 320 |
top: -100px; |
| 321 |
right: 137px; |
| 322 |
-moz-transition-delay: 150ms; |
| 323 |
-webkit-transition-delay: 150ms; |
| 324 |
transition-delay: 150ms; |
| 325 |
} |
| 326 |
|
| 327 |
.buttonizer-button[button-animation="circle"][label-style='default'] .buttonizer_inner.opened .bt_2 { |
| 328 |
opacity: 1; |
| 329 |
top: -150px; |
| 330 |
right: 108px; |
| 331 |
-moz-transition-delay: 300ms; |
| 332 |
-webkit-transition-delay: 300ms; |
| 333 |
transition-delay: 300ms; |
| 334 |
} |
| 335 |
|
| 336 |
.buttonizer-button[button-animation="circle"][label-style='default'] .buttonizer_inner.opened .bt_3 { |
| 337 |
opacity: 1; |
| 338 |
top: -186px; |
| 339 |
right: 63px; |
| 340 |
-moz-transition-delay: 450ms; |
| 341 |
-webkit-transition-delay: 450ms; |
| 342 |
transition-delay: 450ms; |
| 343 |
} |
| 344 |
|
| 345 |
.buttonizer-button[button-animation="circle"][label-style='default'] .buttonizer_inner.opened .bt_4 { |
| 346 |
opacity: 1; |
| 347 |
top: -208px; |
| 348 |
right: 10px; |
| 349 |
-moz-transition-delay: 600ms; |
| 350 |
-webkit-transition-delay: 600ms; |
| 351 |
transition-delay: 600ms; |
| 352 |
} |
| 353 |
|
| 354 |
.buttonizer-button[button-animation="circle"][label-style='default'] .buttonizer_inner.opened .share_1 { |
| 355 |
opacity: 1; |
| 356 |
left: -125px; |
| 357 |
top: -53px; |
| 358 |
} |
| 359 |
|
| 360 |
.buttonizer-button[button-animation="circle"][label-style='default'] .buttonizer_inner.opened .share_2 { |
| 361 |
opacity: 1; |
| 362 |
left: -95px; |
| 363 |
top: -104px; |
| 364 |
-moz-transition-delay: 150ms; |
| 365 |
-webkit-transition-delay: 150ms; |
| 366 |
transition-delay: 150ms; |
| 367 |
} |
| 368 |
|
| 369 |
.buttonizer-button[button-animation="circle"][label-style='default'] .buttonizer_inner.opened .share_3 { |
| 370 |
opacity: 1; |
| 371 |
left: -48px; |
| 372 |
top: -137px; |
| 373 |
-moz-transition-delay: 300ms; |
| 374 |
-webkit-transition-delay: 300ms; |
| 375 |
transition-delay: 300ms; |
| 376 |
} |
| 377 |
|
| 378 |
.buttonizer-button[button-animation="circle"][label-style='default'] .buttonizer_inner.opened .share_1 .text, |
| 379 |
.buttonizer-button[button-animation="circle"][label-style='default'] .buttonizer_inner.opened .share_2 .text, |
| 380 |
.buttonizer-button[button-animation="circle"][label-style='default'] .buttonizer_inner.opened .share_3 .text { |
| 381 |
top: 7px; |
| 382 |
right: 48px; |
| 383 |
} |
| 384 |
|
| 385 |
/* Mirrored circle */ |
| 386 |
.buttonizer-button[button-animation="circle"][label-style='mirrored'] a.is_extra { |
| 387 |
top: -50px; |
| 388 |
left: 0px; |
| 389 |
} |
| 390 |
|
| 391 |
.buttonizer-button[button-animation="circle"][label-style='mirrored'] .buttonizer_inner.opened .bt_0 { |
| 392 |
opacity: 1; |
| 393 |
top: -49px; |
| 394 |
left: 150px; |
| 395 |
} |
| 396 |
|
| 397 |
.buttonizer-button[button-animation="circle"][label-style='mirrored'] .buttonizer_inner.opened .bt_1 { |
| 398 |
opacity: 1; |
| 399 |
top: -100px; |
| 400 |
left: 137px; |
| 401 |
-moz-transition-delay: 150ms; |
| 402 |
-webkit-transition-delay: 150ms; |
| 403 |
transition-delay: 150ms; |
| 404 |
} |
| 405 |
|
| 406 |
.buttonizer-button[button-animation="circle"][label-style='mirrored'] .buttonizer_inner.opened .bt_2 { |
| 407 |
opacity: 1; |
| 408 |
top: -150px; |
| 409 |
left: 108px; |
| 410 |
-moz-transition-delay: 300ms; |
| 411 |
-webkit-transition-delay: 300ms; |
| 412 |
transition-delay: 300ms; |
| 413 |
} |
| 414 |
|
| 415 |
.buttonizer-button[button-animation="circle"][label-style='mirrored'] .buttonizer_inner.opened .bt_3 { |
| 416 |
opacity: 1; |
| 417 |
top: -186px; |
| 418 |
left: 63px; |
| 419 |
-moz-transition-delay: 450ms; |
| 420 |
-webkit-transition-delay: 450ms; |
| 421 |
transition-delay: 450ms; |
| 422 |
} |
| 423 |
|
| 424 |
.buttonizer-button[button-animation="circle"][label-style='mirrored'] .buttonizer_inner.opened .bt_4 { |
| 425 |
opacity: 1; |
| 426 |
top: -208px; |
| 427 |
left: 10px; |
| 428 |
-moz-transition-delay: 600ms; |
| 429 |
-webkit-transition-delay: 600ms; |
| 430 |
transition-delay: 600ms; |
| 431 |
} |
| 432 |
|
| 433 |
.buttonizer-button[button-animation="circle"][label-style='mirrored'] .buttonizer_inner.opened .share_1 { |
| 434 |
opacity: 1; |
| 435 |
left: 85px; |
| 436 |
top: -53px; |
| 437 |
} |
| 438 |
|
| 439 |
.buttonizer-button[button-animation="circle"][label-style='mirrored'] .buttonizer_inner.opened .share_2 { |
| 440 |
opacity: 1; |
| 441 |
left: 55px; |
| 442 |
top: -104px; |
| 443 |
-moz-transition-delay: 150ms; |
| 444 |
-webkit-transition-delay: 150ms; |
| 445 |
transition-delay: 150ms; |
| 446 |
} |
| 447 |
|
| 448 |
.buttonizer-button[button-animation="circle"][label-style='mirrored'] .buttonizer_inner.opened .share_3 { |
| 449 |
opacity: 1; |
| 450 |
left: 8px; |
| 451 |
top: -137px; |
| 452 |
-moz-transition-delay: 300ms; |
| 453 |
-webkit-transition-delay: 300ms; |
| 454 |
transition-delay: 300ms; |
| 455 |
} |
| 456 |
|
| 457 |
/* Label things */ |
| 458 |
.buttonizer-button.show_labels_on_hover a > .text, |
| 459 |
.buttonizer-button.show_labels_on_hover .buttonizer_head.onlyone > .text, |
| 460 |
.buttonizer-button .buttonizer_inner a.show_on_hover .text { |
| 461 |
opacity: 0; |
| 462 |
visibility: hidden; |
| 463 |
} |
| 464 |
|
| 465 |
.buttonizer-button.show_labels_on_hover a:hover > .text, |
| 466 |
.buttonizer-button.show_labels_on_hover .buttonizer_head.onlyone:hover > .text, |
| 467 |
.buttonizer-button .buttonizer_inner a.show_on_hover:hover .text { |
| 468 |
opacity: 1; |
| 469 |
visibility: visible; |
| 470 |
} |
| 471 |
|
| 472 |
.buttonizer-button[attention-trigger="true"][attention-animation="hello"] .buttonizer_head { |
| 473 |
-webkit-animation: buttonizer-hello 2s linear; |
| 474 |
animation: buttonizer-hello 2s linear; |
| 475 |
} |
| 476 |
|
| 477 |
.buttonizer-button[attention-trigger="true"][attention-animation='bounce'] .buttonizer_head { |
| 478 |
-webkit-animation: buttonizer-bounce 1.4s linear; |
| 479 |
animation: buttonizer-bounce 1.4s linear; |
| 480 |
} |
| 481 |
|
| 482 |
/* Mirroring */ |
| 483 |
.buttonizer-button[label-style='mirrored'] a.is_btzn_btn .text { |
| 484 |
left: 55px; |
| 485 |
right: auto; |
| 486 |
} |
| 487 |
|
| 488 |
/* Fade right to left animation */ |
| 489 |
.buttonizer-button[button-animation="fade-left-to-right"][label-style='default'] .buttonizer_inner:not(.opened) .is_extra { |
| 490 |
margin-right: -40px; |
| 491 |
} |
| 492 |
|
| 493 |
.buttonizer-button[button-animation="fade-left-to-right"][label-style='mirrored'] .buttonizer_inner:not(.opened) .is_extra { |
| 494 |
margin-right: 40px; |
| 495 |
} |
| 496 |
|
| 497 |
.buttonizer-button[button-animation="fade-left-to-right"] .buttonizer_inner.opened .is_extra { |
| 498 |
opacity: 1; |
| 499 |
} |
| 500 |
|
| 501 |
.buttonizer-button[button-animation="fade-left-to-right"] .buttonizer_inner .bt_0 { |
| 502 |
top: -110px; |
| 503 |
} |
| 504 |
|
| 505 |
.buttonizer-button[button-animation="fade-left-to-right"] .buttonizer_inner .bt_1 { |
| 506 |
top: -160px; |
| 507 |
-moz-transition-delay: 150ms; |
| 508 |
-webkit-transition-delay: 150ms; |
| 509 |
transition-delay: 150ms; |
| 510 |
} |
| 511 |
|
| 512 |
.buttonizer-button[button-animation="fade-left-to-right"] .buttonizer_inner .bt_2 { |
| 513 |
top: -210px; |
| 514 |
-moz-transition-delay: 300ms; |
| 515 |
-webkit-transition-delay: 300ms; |
| 516 |
transition-delay: 300ms; |
| 517 |
} |
| 518 |
|
| 519 |
.buttonizer-button[button-animation="fade-left-to-right"] .buttonizer_inner .bt_3 { |
| 520 |
top: -260px; |
| 521 |
-moz-transition-delay: 450ms; |
| 522 |
-webkit-transition-delay: 450ms; |
| 523 |
transition-delay: 450ms; |
| 524 |
} |
| 525 |
|
| 526 |
.buttonizer-button[button-animation="fade-left-to-right"] .buttonizer_inner .bt_4 { |
| 527 |
top: -310px; |
| 528 |
-moz-transition-delay: 600ms; |
| 529 |
-webkit-transition-delay: 600ms; |
| 530 |
transition-delay: 600ms; |
| 531 |
} |
| 532 |
|
| 533 |
.buttonizer-button[button-animation="fade-left-to-right"] .buttonizer_inner .bt_5 { |
| 534 |
top: -360px; |
| 535 |
-moz-transition-delay: 750ms; |
| 536 |
-webkit-transition-delay: 750ms; |
| 537 |
transition-delay: 750ms; |
| 538 |
} |
| 539 |
|
| 540 |
.buttonizer-button[button-animation="fade-left-to-right"] .buttonizer_inner .bt_6 { |
| 541 |
top: -410px; |
| 542 |
-moz-transition-delay: 900ms; |
| 543 |
-webkit-transition-delay: 900ms; |
| 544 |
transition-delay: 900ms; |
| 545 |
} |
| 546 |
|
| 547 |
.buttonizer-button[button-animation="fade-left-to-right"] .buttonizer_inner:not(.opened) .share_1, |
| 548 |
.buttonizer-button[button-animation="fade-left-to-right"] .buttonizer_inner:not(.opened) .share_2, |
| 549 |
.buttonizer-button[button-animation="fade-left-to-right"] .buttonizer_inner:not(.opened) .share_3 { |
| 550 |
margin-bottom: -40px; |
| 551 |
} |
| 552 |
|
| 553 |
.buttonizer-button[button-animation="fade-left-to-right"][label-style='mirrored'] .is_extra { |
| 554 |
left: 9px; |
| 555 |
right: auto; |
| 556 |
} |
| 557 |
|
| 558 |
.buttonizer-button[button-animation="fade-left-to-right"][label-style='default'] .buttonizer_inner .share_1 { |
| 559 |
left: -105px; |
| 560 |
top: -53px; |
| 561 |
} |
| 562 |
|
| 563 |
.buttonizer-button[button-animation="fade-left-to-right"][label-style='default'] .buttonizer_inner .share_2 { |
| 564 |
left: -154px; |
| 565 |
top: -53px; |
| 566 |
-moz-transition-delay: 150ms; |
| 567 |
-webkit-transition-delay: 150ms; |
| 568 |
transition-delay: 150ms; |
| 569 |
} |
| 570 |
|
| 571 |
.buttonizer-button[button-animation="fade-left-to-right"][label-style='default'] .buttonizer_inner .share_3 { |
| 572 |
left: -202px; |
| 573 |
top: -53px; |
| 574 |
-moz-transition-delay: 300ms; |
| 575 |
-webkit-transition-delay: 300ms; |
| 576 |
transition-delay: 300ms; |
| 577 |
} |
| 578 |
|
| 579 |
.buttonizer-button[button-animation="fade-left-to-right"][label-style='mirrored'] .buttonizer_inner .share_1 { |
| 580 |
left: 66px; |
| 581 |
top: -51px; |
| 582 |
} |
| 583 |
|
| 584 |
.buttonizer-button[button-animation="fade-left-to-right"][label-style='mirrored'] .buttonizer_inner .share_2 { |
| 585 |
left: 115px; |
| 586 |
top: -51px; |
| 587 |
|
| 588 |
-moz-transition-delay: 150ms; |
| 589 |
-webkit-transition-delay: 150ms; |
| 590 |
transition-delay: 150ms; |
| 591 |
} |
| 592 |
|
| 593 |
.buttonizer-button[button-animation="fade-left-to-right"][label-style='mirrored'] .buttonizer_inner .share_3 { |
| 594 |
left: 164px; |
| 595 |
top: -51px; |
| 596 |
|
| 597 |
-moz-transition-delay: 300ms; |
| 598 |
-webkit-transition-delay: 300ms; |
| 599 |
transition-delay: 300ms; |
| 600 |
} |
| 601 |
|
| 602 |
.buttonizer-button[button-animation="fade-left-to-right"][label-style='mirrored'] .buttonizer_inner .is_extra { |
| 603 |
margin-left: -40px; |
| 604 |
} |
| 605 |
|
| 606 |
.buttonizer-button[button-animation="fade-left-to-right"][label-style='mirrored'] .buttonizer_inner.opened .is_extra { |
| 607 |
margin-left: 0; |
| 608 |
} |
| 609 |
|
| 610 |
.buttonizer-button[button-animation="fade-left-to-right"][label-style='mirrored'] .buttonizer_inner .share_1, |
| 611 |
.buttonizer-button[button-animation="fade-left-to-right"][label-style='mirrored'] .buttonizer_inner .share_2, |
| 612 |
.buttonizer-button[button-animation="fade-left-to-right"][label-style='mirrored'] .buttonizer_inner .share_3 { |
| 613 |
margin-right: 0 !important; |
| 614 |
margin-left: 0 !important; |
| 615 |
} |
| 616 |
|
| 617 |
|
| 618 |
|
| 619 |
/* Animation */ |
| 620 |
@-webkit-keyframes buttonizer-hello { |
| 621 |
0% { |
| 622 |
-webkit-transform: scale(1); |
| 623 |
transform: scale(1) |
| 624 |
} |
| 625 |
10%, |
| 626 |
20% { |
| 627 |
-webkit-transform: scale(.9) rotate(-8deg); |
| 628 |
transform: scale(.9) rotate(-8deg) |
| 629 |
} |
| 630 |
30%, |
| 631 |
50%, |
| 632 |
70% { |
| 633 |
-webkit-transform: scale(1.3) rotate(8deg); |
| 634 |
transform: scale(1.3) rotate(8deg) |
| 635 |
} |
| 636 |
40%, |
| 637 |
60% { |
| 638 |
-webkit-transform: scale(1.3) rotate(-8deg); |
| 639 |
transform: scale(1.3) rotate(-8deg) |
| 640 |
} |
| 641 |
100%, |
| 642 |
80% { |
| 643 |
-webkit-transform: scale(1) rotate(0); |
| 644 |
transform: scale(1) rotate(0) |
| 645 |
} |
| 646 |
} |
| 647 |
@keyframes buttonizer-hello { |
| 648 |
0% { |
| 649 |
-webkit-transform: scale(1); |
| 650 |
-ms-transform: scale(1); |
| 651 |
transform: scale(1) |
| 652 |
} |
| 653 |
10%, |
| 654 |
20% { |
| 655 |
-webkit-transform: scale(.9) rotate(-8deg); |
| 656 |
-ms-transform: scale(.9) rotate(-8deg); |
| 657 |
transform: scale(.9) rotate(-8deg) |
| 658 |
} |
| 659 |
30%, |
| 660 |
50%, |
| 661 |
70% { |
| 662 |
-webkit-transform: scale(1.3) rotate(8deg); |
| 663 |
-ms-transform: scale(1.3) rotate(8deg); |
| 664 |
transform: scale(1.3) rotate(8deg) |
| 665 |
} |
| 666 |
40%, |
| 667 |
60% { |
| 668 |
-webkit-transform: scale(1.3) rotate(-8deg); |
| 669 |
-ms-transform: scale(1.3) rotate(-8deg); |
| 670 |
transform: scale(1.3) rotate(-8deg) |
| 671 |
} |
| 672 |
100%, |
| 673 |
80% { |
| 674 |
-webkit-transform: scale(1) rotate(0); |
| 675 |
-ms-transform: scale(1) rotate(0); |
| 676 |
transform: scale(1) rotate(0) |
| 677 |
} |
| 678 |
} |
| 679 |
|
| 680 |
@-webkit-keyframes buttonizer-bounce { |
| 681 |
0%, 10%, 100%, 20%, 50%, 80% { |
| 682 |
-webkit-transform: translateY(0); |
| 683 |
transform: translateY(0) |
| 684 |
} |
| 685 |
40%, |
| 686 |
60% { |
| 687 |
-webkit-transform: translateY(-15px); |
| 688 |
transform: translateY(-15px) |
| 689 |
} |
| 690 |
} |
| 691 |
@keyframes buttonizer-bounce { |
| 692 |
0%, 10%, 100%, 20%, 50%, 80% { |
| 693 |
-webkit-transform: translateY(0); |
| 694 |
-ms-transform: translateY(0); |
| 695 |
transform: translateY(0) |
| 696 |
} |
| 697 |
40%, |
| 698 |
60% { |
| 699 |
-webkit-transform: translateY(-15px); |
| 700 |
-ms-transform: translateY(-15px); |
| 701 |
transform: translateY(-15px) |
| 702 |
} |
| 703 |
} |
| 704 |
|
| 705 |
|
| 706 |
|
| 707 |
|