Replaced content with "<html> <style> .mpl-container { font-family: 'Segoe UI', Tahoma, sans-serif; max-width: 1100px; margin: auto; color: #333; } .mpl-header { text-align: center; background: linear-gradient(180deg, #fff 0%, #f8f9fa 100%); padding: 30px; border-bottom: 4px solid #e03e2d; border-radius: 15px 15px 0 0; } →نظام التبويبات (Tabs) المبسط: .tabs-mock { display: flex; gap: 5px; border-bottom: 2px solid #dee2e6; margin-bottom: 20px; } .tab-item..." Tag: Replaced |
No edit summary |
||
| Line 2: | Line 2: | ||
<style> | <style> | ||
.mpl-container { font-family: 'Segoe UI', Tahoma, sans-serif; max-width: 1100px; margin: auto; color: #333; } | .mpl-container { font-family: 'Segoe UI', Tahoma, sans-serif; max-width: 1100px; margin: auto; color: #333; } | ||
.mpl-header { text-align: center; background: | .mpl-header { text-align: center; background: #fff; padding: 30px; border-bottom: 4px solid #e03e2d; } | ||
/* نظام التبويبات | /* نظام التبويبات الفعال */ | ||
.tabs- | .tabs-nav { display: flex; gap: 5px; border-bottom: 2px solid #dee2e6; margin-bottom: 20px; list-style: none; padding: 0; } | ||
.tab- | .tab-link { padding: 10px 25px; background: #f8f9fa; border: 1px solid #dee2e6; border-bottom: none; border-radius: 8px 8px 0 0; cursor: pointer; font-weight: bold; color: #555; transition: 0.3s; } | ||
.tab- | .tab-link.active { background: #e03e2d; color: white; border-color: #e03e2d; } | ||
.tab-content { display: none; animation: fadeIn 0.4s; } | |||
.tab-content.active { display: block; } | |||
/* | /* شبكة المعلومات والفرق */ | ||
.info-grid { display: grid; grid-template-columns: repeat( | .info-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 15px; margin-bottom: 30px; background: #fff; padding: 20px; border: 1px solid #eee; border-radius: 10px; } | ||
.info-box { padding: 10px; border-bottom: 1px solid #f0f0f0; } | .info-box { padding: 10px; border-bottom: 1px solid #f0f0f0; } | ||
.info-box strong { color: #2c3e50; display: block; font-size: 0. | .info-box strong { color: #2c3e50; display: block; font-size: 0.85em; text-transform: uppercase; margin-bottom: 5px; } | ||
.teams-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(300px, 1fr)); gap: 20px; } | |||
.teams-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax( | |||
.team-card { border: 1px solid #e2e8f0; border-radius: 12px; background: #fff; overflow: hidden; box-shadow: 0 4px 6px rgba(0,0,0,0.02); } | .team-card { border: 1px solid #e2e8f0; border-radius: 12px; background: #fff; overflow: hidden; box-shadow: 0 4px 6px rgba(0,0,0,0.02); } | ||
.team-card-header { background: #f8f9fa; padding: 15px; text-align: center; border-bottom: 1px solid #eee; } | .team-card-header { background: #f8f9fa; padding: 15px; text-align: center; border-bottom: 1px solid #eee; } | ||
.team-card-header img { height: 70px; object-fit: contain; } | .team-card-header img { height: 70px; object-fit: contain; } | ||
.roster-table { width: 100%; border-collapse: collapse; } | .roster-table { width: 100%; border-collapse: collapse; } | ||
.roster-table | .roster-table td { padding: 10px 15px; font-size: 0.95em; border-bottom: 1px solid #f9f9f9; vertical-align: middle; } | ||
.lane-icon { width: 22px; height: 22px; vertical-align: middle; margin-right: 12px; } | |||
.lane-icon { width: | .flag-sm { height: 14px; margin-right: 8px; border-radius: 2px; } | ||
.flag-sm { height: | |||
@keyframes fadeIn { from { opacity: 0; } to { opacity: 1; } } | |||
</style> | </style> | ||
| Line 36: | Line 36: | ||
</div> | </div> | ||
< | <ul class="tabs-nav"> | ||
< | <li class="tab-link active" onclick="openTab(event, 'overview')">Overview</li> | ||
< | <li class="tab-link" onclick="openTab(event, 'regular')">Regular Season</li> | ||
< | <li class="tab-link" onclick="openTab(event, 'playoffs')">Playoffs</li> | ||
< | <li class="tab-link" onclick="openTab(event, 'stats')">Statistics</li> | ||
</ | </ul> | ||
<div class="info-grid"> | <div id="overview" class="tab-content active"> | ||
<div class="info-grid"> | |||
<div class="info-box"><strong>Series</strong><span>MPL MENA</span></div> | |||
<div class="info-box"><strong>Prize Pool</strong><span style="color: #27ae60; font-weight:bold;">$107,500 USD</span></div> | |||
<div class="info-box"><strong>Type</strong><span>Online & Offline</span></div> | |||
<div class="info-box"><strong>Start Date</strong><span>2022-08-12</span></div> | |||
<div class="info-box"><strong>End Date</strong><span>2022-10-14</span></div> | |||
<div class="info-box"><strong>Teams</strong><span>8 Teams</span></div> | |||
</div> | |||
<h2 style="border-left: 5px solid #e03e2d; padding-left: 15px; color: #2c3e50; margin-bottom: 20px;">Teams & Rosters</h2> | |||
<div class="team-card"> | <div class="teams-grid"> | ||
<div class="team-card"> | |||
<div class="team-card-header"> | |||
<img src="/flmngr/files/MPL%20MENA/MPL%20Fall2022/Thrones%20Esport.png"> | |||
<div style="color:#e03e2d; font-weight:bold; margin-top:10px;">Thrones Esport</div> | |||
</div> | |||
<table class="roster-table"> | |||
<tr><td><img src="/flmngr/files/MPL%20MENA/Lanes%20icons/EXP%20lane.png" class="lane-icon"><img src="/flmngr/files/Flags%20x16p/eg_16.png" class="flag-sm"> Wega</td></tr> | |||
<tr><td><img src="/flmngr/files/MPL%20MENA/Lanes%20icons/Jungle.png" class="lane-icon"><img src="/flmngr/files/Flags%20x16p/eg_16.png" class="flag-sm"> Lio</td></tr> | |||
<tr><td><img src="/flmngr/files/MPL%20MENA/Lanes%20icons/Mid_Lane.png" class="lane-icon"><img src="/flmngr/files/Flags%20x16p/eg_16.png" class="flag-sm"> Joky</td></tr> | |||
<tr><td><img src="/flmngr/files/MPL%20MENA/Lanes%20icons/Gold_Lane.png" class="lane-icon"><img src="/flmngr/files/Flags%20x16p/eg_16.png" class="flag-sm"> Gado</td></tr> | |||
<tr><td><img src="/flmngr/files/MPL%20MENA/Lanes%20icons/Roamer.png" class="lane-icon"><img src="/flmngr/files/Flags%20x16p/eg_16.png" class="flag-sm"> D7 / Maro</td></tr> | |||
</table> | |||
</div> | </div> | ||
<div class="team-card"> | |||
<div class="team-card-header"> | |||
<img src="/flmngr/files/MPL%20MENA/MPL%20Fall2022/hydra.png"> | |||
<div class=" | <div style="color:#e03e2d; font-weight:bold; margin-top:10px;">Hydra</div> | ||
</div> | |||
<table class="roster-table"> | |||
<tr><td><img src="/flmngr/files/MPL%20MENA/Lanes%20icons/EXP%20lane.png" class="lane-icon"><img src="/flmngr/files/Flags%20x16p/eg_16.png" class="flag-sm"> Alpho</td></tr> | |||
<tr><td><img src="/flmngr/files/MPL%20MENA/Lanes%20icons/Jungle.png" class="lane-icon"><img src="/flmngr/files/Flags%20x16p/eg_16.png" class="flag-sm"> Kenji</td></tr> | |||
<tr><td><img src="/flmngr/files/MPL%20MENA/Lanes%20icons/Mid_Lane.png" class="lane-icon"><img src="/flmngr/files/Flags%20x16p/eg_16.png" class="flag-sm"> Smile</td></tr> | |||
<tr><td><img src="/flmngr/files/MPL%20MENA/Lanes%20icons/Gold_Lane.png" class="lane-icon"><img src="/flmngr/files/Flags%20x16p/eg_16.png" class="flag-sm"> Beast</td></tr> | |||
<tr><td><img src="/flmngr/files/MPL%20MENA/Lanes%20icons/Roamer.png" class="lane-icon"><img src="/flmngr/files/Flags%20x16p/eg_16.png" class="flag-sm"> Kakashi / Yones</td></tr> | |||
</table> | |||
</div> | </div> | ||
</div> | </div> | ||
</div> | |||
<div id="regular" class="tab-content"><h3>Regular Season Data...</h3></div> | |||
<div id="playoffs" class="tab-content"><h3>Playoffs Bracket...</h3></div> | |||
<div id="stats" class="tab-content"><h3>Player Statistics...</h3></div> | |||
</div> | |||
</ | <script> | ||
function openTab(evt, tabName) { | |||
var i, tabcontent, tablinks; | |||
tabcontent = document.getElementsByClassName("tab-content"); | |||
for (i = 0; i < tabcontent.length; i++) { | |||
tabcontent[i].style.display = "none"; | |||
tabcontent[i].classList.remove("active"); | |||
} | |||
tablinks = document.getElementsByClassName("tab-link"); | |||
for (i = 0; i < tablinks.length; i++) { | |||
tablinks[i].className = tablinks[i].className.replace(" active", ""); | |||
} | |||
document.getElementById(tabName).style.display = "block"; | |||
document.getElementById(tabName).classList.add("active"); | |||
evt.currentTarget.className += " active"; | |||
} | |||
</script> | |||
</html> | </html> | ||
Revision as of 13:30, 5 April 2026
MPL MENA Fall 2022
- Overview
- Regular Season
- Playoffs
- Statistics
SeriesMPL MENA
Prize Pool$107,500 USD
TypeOnline & Offline
Start Date2022-08-12
End Date2022-10-14
Teams8 Teams
Teams & Rosters
Thrones Esport
Wega |
Lio |
Joky |
Gado |
D7 / Maro |
Hydra
Alpho |
Kenji |
Smile |
Beast |
Kakashi / Yones |
Wega