<div class="ticket-container" id="raffleTemplate"> <!-- Encabezado atractivo --> <div class="header"> <h1>🎟️ RIFA <span>100 NÚMEROS</span> 🎟️</h1> <p>Plantilla oficial para sorteo | Lista de participantes</p> <div class="sub">✔️ Marque con nombre o iniciales cada número vendido | Corte aquí sus boletos virtuales</div> </div>
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes"> <title>Plantilla para Rifa | 100 Números | Lista imprimible para PDF</title> <style> * margin: 0; padding: 0; box-sizing: border-box; plantilla para rifa 100 numeros pdf
/* Contenedor principal que simulará la hoja PDF */ .ticket-container max-width: 1200px; width: 100%; background: white; box-shadow: 0 20px 35px -12px rgba(0,0,0,0.2); border-radius: 20px; padding: 1.8rem 2rem 2.2rem; margin-bottom: 2rem; transition: all 0.2s; div class="ticket-container" id="raffleTemplate">
/* Botones para imprimir / generar PDF */ .action-buttons display: flex; gap: 18px; justify-content: center; flex-wrap: wrap; .btn border: none; background: #1e293b; color: white; font-weight: 600; padding: 12px 32px; border-radius: 60px; font-size: 1rem; cursor: pointer; transition: 0.2s; font-family: inherit; box-shadow: 0 2px 5px rgba(0,0,0,0.1); .btn-pdf background: #b91c1c; .btn-pdf:hover background: #991b1b; transform: scale(0.97); .btn-print background: #2c3e66; .btn-print:hover background: #1e2b48; .btn:hover opacity: 0.9; transform: translateY(-2px); !-- Encabezado atractivo -->
@media (max-width: 780px) .numbers-grid gap: 6px; .numero width: 36px; height: 36px; line-height: 36px; font-size: 1.2rem; .ticket-container padding: 1rem; .nombre-line font-size: 0.55rem; .footer-note text-align: center; margin-top: 1rem; font-size: 0.75rem; color: #475569; </style> </head> <body>
.numero font-size: 1.5rem; font-weight: 800; color: #0f172a; background: #f1f5f9; display: inline-block; width: 48px; height: 48px; line-height: 48px; text-align: center; border-radius: 60px; margin-bottom: 10px; font-family: monospace; letter-spacing: 0;