@import url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.7.1/css/all.min.css);
.p-vidg-button.open i:before {
content: "\ea0f";
font-size: 23px;
}
.p-vidg-button {
position: fixed;
cursor: pointer;
z-index: 10000;
}
.p-vidg-icon {
position: absolute;
}
.p-vidg-icon.mw-animation {
-webkit-animation: tossing 1.5s infinite;
-o-animation: tossing 1.5s infinite;
animation: tossing 1.5s infinite;
}
.p-vidg-button.open .p-vidg-icon.mw-animation {
-webkit-animation: unset;
-o-animation: unset;
animation: unset;
}
.p-vidg-button.open .mw-animation i {
transform: rotate(90deg);
transition: 0.3s;
}
.p-vidg-icon i {
display: flex;
align-items: center;
justify-content: center;
font-size: 25px;
}
.p-vidg-icon {
position: relative;
border-radius: 100%;
}
.p-vidg-list {
list-style: none;
padding: 0;
}
.p-vidg-block {
z-index: -1;
min-width: 250px;
background: #fff;
padding: 0 15px;
position: absolute;
right: 5px;
box-shadow: 1px 1px 15px 10px rgba(0, 0, 0, 0.1);
border-radius: 3px;
opacity: 0;
visibility: hidden;
transition: 0.3s;
}
.p-vidg-button.open .p-vidg-block {
z-index: 10000;
opacity: 1;
visibility: visible;
}
.p-vidg-li {
font-size: 23px;
margin: 15px 0 15px 0;
}
.p-vidg-li a {
display: flex;
align-items: center;
margin: 10px 0;
font-size: 16px;
transition: 0.2s;
cursor: pointer;
text-decoration: none;
}
.p-vidg-li span img {
width: 40px;
height: 40px;
margin-right: 10px;
}
.p-vidg-link-text:hover {
text-decoration: none;
}
.p-vidg-pulse {
position: absolute;
}
.p-vidg-pulse:before, .p-vidg-pulse:after {
content: " ";
display: block;
position: absolute;
left: -20px;
right: -20px;
top: -20px;
bottom: -20px;
border-radius:100%;
animation: pulse 2s linear infinite;
opacity: 0;
backface-visibility: hidden;
}
.p-vidg-pulse:after {
animation-delay: .5s;
}
.p-vidg-button.open .p-vidg-pulse {
display: none;
}
.p-vidg-substrate.active {
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 9999;
}
.p-vidg-button.open .p-vidg-tips {
display: none;
}
@media only screen and (max-width: 768px) {
.p-vidg-button.open .p-vidg-block.mw-no-bg.mw-tips li .p-vidg-link-text:after, .p-vidg-button.open .p-vidg-block.mw-no-bg.mw-tips li .p-vidg-link-text {
opacity: 1;
visibility: visible;
}
}
@keyframes tossing {
0% {
transform: rotate(-20deg);
}
50% {
transform: rotate(20deg);
}
100% {
transform: rotate(-20deg);
}
}
@-webkit-keyframes tossing {
0% {
-webkit-transform: rotate(-20deg);
}
50% {
-webkit-transform: rotate(20deg);
}
100% {
-webkit-transform: rotate(-20deg);
}
}
@keyframes pulse
{
0%
{
transform: scale(0.5);
opacity: 0;
}
50%
{
opacity: 1;
}
100%
{
transform: scale(1);
opacity: 0;
}
}
@keyframes tips-fade
{
0%
{
visibility: hidden;
opacity: 0;
}
100%
{
visibility: visible;
opacity: 1;
}
}.p-vidg-icon {background:rgba(25, 172, 178, 1);color:rgba(255, 255, 255, 1);}
.p-vidg-pulse:before, .p-vidg-pulse:after {border: 1px solid rgba(25, 172, 178, 1);}
.p-vidg-button {right:20px;bottom:20px;}
.p-vidg-block {right:5px;bottom:57px;}
.p-vidg-li a {color:rgba(0, 0, 0, 1)!important;}
.p-vidg-li a:hover {color:rgba(255, 165, 0, 1)!important;}
.p-vidg-button, .p-vidg-icon, .p-vidg-icon i, .p-vidg-pulse {width:57px;height:57px;}
.p-vidg-substrate {background:rgba(0, 0, 0, 0.1);}
.p-vidg-block {-webkit-transform: translateY(50px);-moz-transform: translateY(50px);-ms-transform: translateY(50px);-o-transform: translateY(50px);transform: translateY(50px);}
.p-vidg-button.open .p-vidg-block {-webkit-transform: translateY(0);-moz-transform: translateY(0);-ms-transform: translateY(0);-o-transform: translateY(0);transform: translateY(0);}
@media only screen and (max-width: 768px) {
.p-vidg-button, .p-vidg-icon, .p-vidg-icon i, .p-vidg-pulse {width:55px;height:55px;}
.p-vidg-block {bottom:55px;}
.p-vidg-button {right:20px;bottom:20px;}
}
.p-vidg-button.open i:before {
content: var(--fa);
--fa: "\f00d";
font-size: 35px;
}
.p-vidg-icon {
background: #9d0000;
}
.p-vidg-pulse:before, .p-vidg-pulse:after {
border: 1px solid #9d0000;
}