Daily Schedules
Jump to navigation
Jump to search
<!DOCTYPE html> <html lang="pt-BR"> <head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Cronograma de Eventos - Ragnarok</title>
<style>
.schedule-container {
max-width: 1200px;
margin: 20px auto;
font-family: Arial, sans-serif;
background: #2a2a2a;
border-radius: 8px;
overflow: hidden;
}
.schedule-title {
background: #1a1a1a;
color: #fff;
text-align: center;
padding: 15px;
font-size: 1.5em;
font-weight: bold;
}
.schedule-table {
width: 100%;
border-collapse: collapse;
background: #2a2a2a;
}
.schedule-table th,
.schedule-table td {
padding: 8px 4px;
text-align: center;
border: 1px solid #444;
font-size: 0.85em;
}
.schedule-table th {
background: #1a1a1a;
color: #fff;
font-weight: bold;
padding: 12px 4px;
}
.time-cell {
background: #333;
color: #fff;
font-weight: bold;
width: 60px;
}
.event-cell {
background: #3a3a3a;
color: #ddd;
position: relative;
}
.event-name {
font-weight: bold;
margin-bottom: 2px;
}
.event-reward {
font-size: 0.75em;
color: #aaa;
}
.devil-square {
background: #4a2828 !important;
color: #ffcccc !important;
}
.devil-square .event-reward {
color: #ffaaaa;
}
.legend {
background: #1a1a1a;
padding: 15px;
color: #ddd;
}
.legend-title {
color: #fff;
font-weight: bold;
margin-bottom: 10px;
}
.legend-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
gap: 8px;
font-size: 0.9em;
}
.legend-item {
padding: 5px 0;
}
.devil-highlight {
color: #ffaaaa;
font-weight: bold;
}
</style>
</head> <body>
🎮 Cronograma de Eventos - Ragnarok 🎮
<thead>
</thead>
<tbody>
<td class="
| Horário | Segunda | Terça | Quarta | Quinta | Sexta | Sábado | Domingo |
|---|---|---|---|---|---|---|---|
| 00:00 | 🔍 Poring Search 20 Coins |
🏆 Last Man Standing 30 Coins |
🔍 Poring Search 20 Coins |
🧟 Novice VS Zombie 25 Coins |
🔍 Poring Search 20 Coins |
🏆 Last Man Standing 30 Coins |
🧟 Novice VS Zombie 25 Coins |
| 01:00 | 🏁 Poring Race 15 Coins |
💣 Bomb Poring 20 Coins |
🏁 Poring Race 15 Coins |
🏆 Last Man Standing 30 Coins |
💣 Bomb Poring 20 Coins |
🏁 Poring Race 15 Coins |