Done !
| Server IP : 46.105.57.169 / Your IP : 216.73.216.67 Web Server : Apache System : Linux webm002.cluster120.gra.hosting.ovh.net 6.18.42-ovh-vps-grsec-zfs+ #1 SMP PREEMPT_DYNAMIC Wed Aug 5 15:59:48 CEST 2026 x86_64 User : verseaumee ( 152031) PHP Version : 8.5.7 Disable Function : _dyuweyrj4,_dyuweyrj4r,dl MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /home/verseaumee/blueversionx/wp-content/plugins/trx_addons/addons/audio-effects/ |
Upload File : |
/* Audio effects */
.sc_audio_effects {
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-align-items: flex-end;
-ms-flex-align: end;
align-items: flex-end;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
width: 1.5em;
height: 1em;
position: relative;
}
.sc_audio_effects.sc_audio_effects_off:before {
content: '\e875';
font-family: "trx_addons_icons";
font-size: 9px;
display: block;
position: absolute;
z-index: 1;
top: -0.5em;
right: -0.25em;
width: 1em;
height: 1em;
line-height: 1em;
text-align: center;
pointer-events: none;
color: #a00000;
}
.sc_audio_effects > span {
display: inline-flex;
margin: 0 1px;
width: 2px;
height: 0.7143em;
background-color: #333;
}
.sc_audio_effects.sc_audio_effects_on > span:nth-child(1) {
-webkit-animation: music-bar 2s 1s ease-out alternate infinite;
-ms-animation: music-bar 2s 1s ease-out alternate infinite;
animation: music-bar 2s 1s ease-out alternate infinite;
}
.sc_audio_effects > span:nth-child(2) {
height: 0.4286em;
}
.sc_audio_effects.sc_audio_effects_on > span:nth-child(2) {
-webkit-animation: music-bar 2s 0.5s ease-out alternate infinite;
-ms-animation: music-bar 2s 0.5s ease-out alternate infinite;
animation: music-bar 2s 0.5s ease-out alternate infinite;
}
.sc_audio_effects > span:nth-child(3) {
height: 1em;
}
.sc_audio_effects.sc_audio_effects_on > span:nth-child(3) {
-webkit-animation: music-bar 2s 1.5s ease-out alternate infinite;
-ms-animation: music-bar 2s 1.5s ease-out alternate infinite;
animation: music-bar 2s 1.5s ease-out alternate infinite;
}
.sc_audio_effects > span:nth-child(4) {
height: 0.5714em;
}
.sc_audio_effects.sc_audio_effects_on > span:nth-child(4) {
-webkit-animation: music-bar 2s 0.25s ease-out alternate infinite;
-ms-animation: music-bar 2s 0.25s ease-out alternate infinite;
animation: music-bar 2s 0.25s ease-out alternate infinite;
}
@-webkit-keyframes music-bar {
0% {
height: 0.4286em;
}
10% {
height: 0.7143em;
}
20% {
height: 0.4286em;
}
30% {
height: 1em;
}
40% {
height: 1.2857em;
}
50% {
height: 0.4286em;
}
60% {
height: 1.1429em;
}
70% {
height: 0.7143em;
}
80% {
height: 0.8571em;
}
90% {
height: 0.2857em;
}
100% {
height: 1.2857em;
}
}
@keyframes music-bar {
0% {
height: 0.4286em;
}
10% {
height: 0.7143em;
}
20% {
height: 0.4286em;
}
30% {
height: 1em;
}
40% {
height: 1.2857em;
}
50% {
height: 0.4286em;
}
60% {
height: 1.1429em;
}
70% {
height: 0.7143em;
}
80% {
height: 0.8571em;
}
90% {
height: 0.2857em;
}
100% {
height: 1.2857em;
}
}
/*# sourceMappingURL=audio-effects.css.map */