| Server IP : 46.105.57.169 / Your IP : 216.73.216.84 Web Server : Apache System : Linux webd003.cluster120.gra.hosting.ovh.net 5.15.206-ovh-vps-grsec-zfs-classid #1 SMP Fri May 15 02:41:25 UTC 2026 x86_64 User : maitricfuz ( 93378) PHP Version : 8.4.10 Disable Function : _dyuweyrj4,_dyuweyrj4r,dl MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /home/m/a/i/maitricfuz/www/saint-martin-lg/modules/mod_scrolling_banner/media/css/ |
Upload File : |
.scrolling-banner {
overflow: hidden;
white-space: nowrap;
position: relative;
width: 100%;
padding: 0.5rem 0;
font-size: 1.2rem;
font-weight: bold;
direction: ltr;
}
.scrolling-banner-inner {
display: inline-block;
padding-left: 100%;
animation: scroll-banner linear infinite;
animation-duration: calc(100vw / var(--scroll-speed));
}
@keyframes scroll-banner {
0% {
transform: translateX(0%);
}
100% {
transform: translateX(-100%);
}
}