REGATA NAZIONALE CLASSE FIREBALL
REGATA NAZIONALE CLASSE D-ONE
REGATA ZONALE CLASSE 420
Genova 6 -7/04/2024
Classifiche














/* Contenitore principale */
.regata-container {
font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
color: #333;
line-height: 1.6;
max-width: 900px;
margin: 0 auto;
}
/* Header Evento */
.regata-header {
text-align: center;
background: linear-gradient(135deg, #003366 0%, #0055a5 100%);
color: white;
padding: 40px 20px;
border-radius: 15px;
margin-bottom: 30px;
}
.regata-date {
display: inline-block;
margin-top: 15px;
background: #73C2FB;
color: #003366;
padding: 5px 20px;
border-radius: 50px;
font-weight: bold;
}
/* Visualizzatore PDF (Embed) */
.pdf-viewer {
width: 100%;
height: 500px;
border: 1px solid #ccc;
border-radius: 10px;
margin: 20px 0;
}
/* CAROSELLO 14 IMMAGINI */
.carousel-container {
position: relative;
overflow: hidden;
margin: 40px 0;
border-radius: 15px;
box-shadow: 0 4px 15px rgba(0,0,0,0.2);
}
.carousel-wrapper {
display: flex;
transition: transform 0.5s ease-in-out;
height: 400px;
}
.carousel-wrapper img {
width: 100%;
height: 100%;
object-fit: cover;
flex-shrink: 0;
}
.nav-btn {
position: absolute;
top: 50%;
transform: translateY(-50%);
background: rgba(0,51,102,0.8);
color: #ffcc00;
border: none;
padding: 15px;
cursor: pointer;
font-size: 20px;
z-index: 10;
border-radius: 50%;
}
.next-btn { right: 10px; }
.prev-btn { left: 10px; }
/* Bottone Download */
.btn-download {
display: inline-block;
background: #003366;
color: #fff !important;
text-decoration: none !important;
padding: 15px 25px;
border-radius: 8px;
font-weight: bold;
margin-top: 10px;
}
.btn-download:hover { background: #ffcc00; color: #003366 !important; }
let currentIndex = 0;
const slides = document.querySelectorAll('#carouselWrapper img');
const totalSlides = slides.length;
function moveSlide(direction) {
currentIndex += direction;
if (currentIndex >= totalSlides) currentIndex = 0;
if (currentIndex moveSlide(1), 5000);
Trofeo Sanguineti e Golfo di Sturla 2024
Genova 6 -7/04/2024
REGATA NAZIONALE CLASSE FIREBALL
REGATA NAZIONALE CLASSE D-ONE
REGATA ZONALE CLASSE 420
Classifiche (Anteprima)