| Server IP : 213.186.33.4 / Your IP : 216.73.216.222 Web Server : Apache System : Linux webm005.cluster103.gra.hosting.ovh.net 6.18.39-ovh-vps-grsec-zfs+ #1 SMP PREEMPT_DYNAMIC Tue Jul 21 12:03:15 CEST 2026 x86_64 User : karinebmkh ( 644538) PHP Version : 8.4.22 Disable Function : _dyuweyrj4,_dyuweyrj4r,dl MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /home/karinebmkh/www2/wp-content/themes/thevoux-wp/assets/sass/ |
Upload File : |
/*
* share-selection: Medium like popover menu to share on Twitter or by email any text selected on the page
*
* -- Requires jQuery --
* -- AMD compatible --
*
* Author: Xavier Damman (@xdamman)
* GIT: https://github.com/xdamman/share-selection
* MIT License
*/
@keyframes selectionSharerPopover-animation {
0%{
transform:matrix(0.97,0,0,1,0,12);
filter:alpha(opacity=0);
opacity:0
}
20%{
transform:matrix(0.99,0,0,1,0,2);
filter:alpha(opacity=70);
opacity:.7
}
40%{
transform:matrix(1,0,0,1,0,-1);
filter:alpha(opacity=100);
opacity:1
}
70%{
transform:matrix(1,0,0,1,0,0);
filter:alpha(opacity=100);
opacity:1
}
100%{
transform:matrix(1,0,0,1,0,0);
filter:alpha(opacity=100);
opacity:1
}
}
.thb-selectionSharer {
display: none;
position: absolute;
z-index: 100;
background: #222;
transition: -webkit-transform 0.6s ease-in-out;
}
.thb-selectionSharer:after {
content: '';
display: block;
position: absolute;
bottom: -3px;
left: 50%;
margin-left: -4px;
width: 8px;
height: 8px;
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
background: #222;
}
.thb-selectionSharer.anim {
transition: top .075s ease-out;
animation: selectionSharerPopover-animation 180ms forwards linear;
-webkit-animation: selectionSharerPopover-animation 180ms forwards linear;
}
#thnb-selectionSharerPopover-inner {
position:relative;
overflow: hidden;
border-radius: 0;
border: 0;
}
.thb-selectionSharer ul {
margin: 0;
display: block;
text-align: center;
padding: 0 8px;
}
.thb-selectionSharer ul li {
display: inline-block;
list-style: none;
margin: 0;
}
.thb-selectionSharer a {
display:block;
width: 30px;
height: 44px;
line-height: 44px;
border: none;
color: #fff !important;
font-size: 14px;
&.email:hover {
color: $color3;
}
}