No edit summary |
No edit summary |
||
| Line 1: | Line 1: | ||
<style> | <style> | ||
.mpl-container { font-family: | .mpl-container { font-family: sans-serif; max-width: 1000px; margin: auto; padding: 20px; color: #333; } | ||
. | .section-header { border-left: 4px solid #e03e2d; padding-left: 10px; margin: 30px 0 20px; font-size: 24px; color: #2c3e50; } | ||
/* | /* جدول المعلومات العامة */ | ||
. | .info-table { width: 100%; border-collapse: collapse; margin-bottom: 30px; border: 1px solid #dee2e6; } | ||
.info- | .info-table th { background: #34495e; color: white; padding: 12px; text-align: center; } | ||
.info- | .info-table td { padding: 12px; border: 1px solid #dee2e6; width: 25%; } | ||
. | .label { font-weight: bold; color: #2c3e50; } | ||
/* شبكة الفرق */ | /* شبكة الفرق */ | ||
.teams-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax( | .teams-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(300px, 1fr)); gap: 20px; } | ||
.team-card { border: 1px solid # | .team-card { border: 1px solid #e9ecef; border-radius: 10px; overflow: hidden; background: #fff; box-shadow: 0 2px 8px rgba(0,0,0,0.05); } | ||
.team | .team-header { text-align: center; padding: 15px; background: #f8f9fa; border-bottom: 1px solid #eee; } | ||
.team | .team-header img { height: 60px; margin-bottom: 10px; } | ||
.team-name { color: #e03e2d; font-weight: bold; | .team-name { color: #e03e2d; font-weight: bold; font-size: 18px; } | ||
.roster- | .roster-list { list-style: none; padding: 0; margin: 0; } | ||
.roster- | .roster-item { padding: 10px 15px; border-bottom: 1px solid #f8f9fa; display: flex; align-items: center; } | ||
.lane-icon { width: | .lane-icon { width: 20px; height: 20px; margin-right: 10px; } | ||
.flag- | .flag-icon { width: 18px; margin-right: 8px; border: 1px solid #eee; } | ||
/* | /* صندوق الجوائز والمواهب */ | ||
. | .data-box { background: #fdfdfd; border: 1px solid #eee; padding: 20px; border-radius: 8px; line-height: 1.6; } | ||
</style> | </style> | ||
<div class="mpl-container"> | <div class="mpl-container"> | ||
<div | <div style="text-align: center; margin-bottom: 30px;"> | ||
<img src="/flmngr/files/MPL_MENA_allmode.png" style="width: | <img src="/flmngr/files/MPL_MENA_allmode.png" style="max-width: 300px;"> | ||
<h1>MPL MENA Fall 2022</h1> | <h1 style="margin-top: 10px;">MPL MENA Fall 2022</h1> | ||
</div> | </div> | ||
< | <table class="info-table"> | ||
<tr><th colspan="4">General Information</th></tr> | |||
<tr> | |||
<td class="label">Series:</td><td>MPL MENA</td> | |||
< | <td class="label">Prize Pool:</td><td style="color:#27ae60; font-weight:bold;">$107,500 USD</td> | ||
</tr> | |||
< | <tr> | ||
<td class="label">Start Date:</td><td>2022-08-12</td> | |||
</ | <td class="label">End Date:</td><td>2022-10-14</td> | ||
</tr> | |||
<tr> | |||
<td class="label">Type:</td><td>Online & Offline</td> | |||
<td class="label">Teams:</td><td>8 Teams</td> | |||
</tr> | |||
</table> | |||
< | <div class="section-header">Show Talents</div> | ||
<div class=" | <div class="data-box"> | ||
<strong>Host | <strong>Host & Analysts:</strong> Khaled Zouzou, Adham Mohamed Fendi <br> | ||
<strong>Commentators:</strong> XLR 44, Al-Kyuubi | |||
<strong>Commentators:</strong> | |||
</div> | </div> | ||
< | <div class="section-header">Teams & Rosters</div> | ||
<div class="teams-grid"> | <div class="teams-grid"> | ||
<div class="team-card"> | <div class="team-card"> | ||
<div class="team | <div class="team-header"> | ||
<img src="/flmngr/files/MPL%20MENA/MPL%20Fall2022/Thrones%20Esport.png"> | <img src="/flmngr/files/MPL%20MENA/MPL%20Fall2022/Thrones%20Esport.png"> | ||
<div class="team-name">Thrones Esport</div> | <div class="team-name">Thrones Esport</div> | ||
</div> | </div> | ||
< | <div class="roster-list"> | ||
< | <div class="roster-item"><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-icon"> Wega</div> | ||
< | <div class="roster-item"><img src="/flmngr/files/MPL%20MENA/Lanes%20icons/Jungle.png" class="lane-icon"> <img src="/flmngr/files/Flags%20x16p/eg_16.png" class="flag-icon"> Lio</div> | ||
< | <div class="roster-item"><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-icon"> Joky</div> | ||
< | <div class="roster-item"><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-icon"> Gado</div> | ||
< | <div class="roster-item"><img src="/flmngr/files/MPL%20MENA/Lanes%20icons/Roamer.png" class="lane-icon"> <img src="/flmngr/files/Flags%20x16p/eg_16.png" class="flag-icon"> D7 / Maro</div> | ||
</ | </div> | ||
</div> | </div> | ||
<div class="team-card"> | <div class="team-card"> | ||
<div class="team | <div class="team-header"> | ||
<img src="/flmngr/files/MPL%20MENA/MPL%20Fall2022/hydra.png"> | <img src="/flmngr/files/MPL%20MENA/MPL%20Fall2022/hydra.png"> | ||
<div class="team-name">Hydra</div> | <div class="team-name">Hydra</div> | ||
</div> | </div> | ||
< | <div class="roster-list"> | ||
< | <div class="roster-item"><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-icon"> Alpho</div> | ||
< | <div class="roster-item"><img src="/flmngr/files/MPL%20MENA/Lanes%20icons/Jungle.png" class="lane-icon"> <img src="/flmngr/files/Flags%20x16p/eg_16.png" class="flag-icon"> Kenji</div> | ||
< | <div class="roster-item"><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-icon"> Smile</div> | ||
< | <div class="roster-item"><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-icon"> Beast</div> | ||
< | <div class="roster-item"><img src="/flmngr/files/MPL%20MENA/Lanes%20icons/Roamer.png" class="lane-icon"> <img src="/flmngr/files/Flags%20x16p/eg_16.png" class="flag-icon"> Kakashi / Yones</div> | ||
</ | </div> | ||
</div> | </div> | ||
<div class="team-card"> | <div class="team-card"> | ||
<div class="team | <div class="team-header"> | ||
<img src="/flmngr/files/MPL%20MENA/MPL%20Fall2022/mon.png"> | <img src="/flmngr/files/MPL%20MENA/MPL%20Fall2022/mon.png"> | ||
<div class="team-name">Squademon</div> | <div class="team-name">Squademon</div> | ||
</div> | </div> | ||
< | <div class="roster-list"> | ||
< | <div class="roster-item"><img src="/flmngr/files/MPL%20MENA/Lanes%20icons/EXP%20lane.png" class="lane-icon"> <img src="/flmngr/files/Flags%20x16p/kw_16.png" class="flag-icon"> Revemon</div> | ||
< | <div class="roster-item"><img src="/flmngr/files/MPL%20MENA/Lanes%20icons/Jungle.png" class="lane-icon"> <img src="/flmngr/files/Flags%20x16p/kw_16.png" class="flag-icon"> Darkemon</div> | ||
< | <div class="roster-item"><img src="/flmngr/files/MPL%20MENA/Lanes%20icons/Mid_Lane.png" class="lane-icon"> <img src="/flmngr/files/Flags%20x16p/kw_16.png" class="flag-icon"> Bravemon</div> | ||
< | <div class="roster-item"><img src="/flmngr/files/MPL%20MENA/Lanes%20icons/Gold_Lane.png" class="lane-icon"> <img src="/flmngr/files/Flags%20x16p/kw_16.png" class="flag-icon"> Likemon</div> | ||
< | <div class="roster-item"><img src="/flmngr/files/MPL%20MENA/Lanes%20icons/Roamer.png" class="lane-icon"> <img src="/flmngr/files/Flags%20x16p/kw_16.png" class="flag-icon"> Lightemon</div> | ||
</ | </div> | ||
</div> | </div> | ||
</div> | |||
< | <div class="section-header">Prize Pool</div> | ||
<div class=" | <div class="data-box"> | ||
Total Prize: <strong>$107,500 USD</strong> spread among teams as per final standings and regular season wins. | |||
</div> | </div> | ||
</div> | </div> | ||
Revision as of 14:09, 5 April 2026
<style>
.mpl-container { font-family: sans-serif; max-width: 1000px; margin: auto; padding: 20px; color: #333; }
.section-header { border-left: 4px solid #e03e2d; padding-left: 10px; margin: 30px 0 20px; font-size: 24px; color: #2c3e50; }
/* جدول المعلومات العامة */
.info-table { width: 100%; border-collapse: collapse; margin-bottom: 30px; border: 1px solid #dee2e6; }
.info-table th { background: #34495e; color: white; padding: 12px; text-align: center; }
.info-table td { padding: 12px; border: 1px solid #dee2e6; width: 25%; }
.label { font-weight: bold; color: #2c3e50; }
/* شبكة الفرق */
.teams-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(300px, 1fr)); gap: 20px; }
.team-card { border: 1px solid #e9ecef; border-radius: 10px; overflow: hidden; background: #fff; box-shadow: 0 2px 8px rgba(0,0,0,0.05); }
.team-header { text-align: center; padding: 15px; background: #f8f9fa; border-bottom: 1px solid #eee; }
.team-header img { height: 60px; margin-bottom: 10px; }
.team-name { color: #e03e2d; font-weight: bold; font-size: 18px; }
.roster-list { list-style: none; padding: 0; margin: 0; }
.roster-item { padding: 10px 15px; border-bottom: 1px solid #f8f9fa; display: flex; align-items: center; }
.lane-icon { width: 20px; height: 20px; margin-right: 10px; }
.flag-icon { width: 18px; margin-right: 8px; border: 1px solid #eee; }
/* صندوق الجوائز والمواهب */
.data-box { background: #fdfdfd; border: 1px solid #eee; padding: 20px; border-radius: 8px; line-height: 1.6; }
</style>
<img src="/flmngr/files/MPL_MENA_allmode.png" style="max-width: 300px;">
MPL MENA Fall 2022
| General Information | |||
|---|---|---|---|
| Series: | MPL MENA | Prize Pool: | $107,500 USD |
| Start Date: | 2022-08-12 | End Date: | 2022-10-14 |
| Type: | Online & Offline | Teams: | 8 Teams |
Show Talents
Host & Analysts: Khaled Zouzou, Adham Mohamed Fendi
Commentators: XLR 44, Al-Kyuubi
Teams & Rosters
<img src="/flmngr/files/MPL%20MENA/MPL%20Fall2022/Thrones%20Esport.png">
Thrones Esport
<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-icon"> Wega
<img src="/flmngr/files/MPL%20MENA/Lanes%20icons/Jungle.png" class="lane-icon"> <img src="/flmngr/files/Flags%20x16p/eg_16.png" class="flag-icon"> Lio
<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-icon"> Joky
<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-icon"> Gado
<img src="/flmngr/files/MPL%20MENA/Lanes%20icons/Roamer.png" class="lane-icon"> <img src="/flmngr/files/Flags%20x16p/eg_16.png" class="flag-icon"> D7 / Maro
<img src="/flmngr/files/MPL%20MENA/MPL%20Fall2022/hydra.png">
Hydra
<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-icon"> Alpho
<img src="/flmngr/files/MPL%20MENA/Lanes%20icons/Jungle.png" class="lane-icon"> <img src="/flmngr/files/Flags%20x16p/eg_16.png" class="flag-icon"> Kenji
<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-icon"> Smile
<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-icon"> Beast
<img src="/flmngr/files/MPL%20MENA/Lanes%20icons/Roamer.png" class="lane-icon"> <img src="/flmngr/files/Flags%20x16p/eg_16.png" class="flag-icon"> Kakashi / Yones
<img src="/flmngr/files/MPL%20MENA/MPL%20Fall2022/mon.png">
Squademon
<img src="/flmngr/files/MPL%20MENA/Lanes%20icons/EXP%20lane.png" class="lane-icon"> <img src="/flmngr/files/Flags%20x16p/kw_16.png" class="flag-icon"> Revemon
<img src="/flmngr/files/MPL%20MENA/Lanes%20icons/Jungle.png" class="lane-icon"> <img src="/flmngr/files/Flags%20x16p/kw_16.png" class="flag-icon"> Darkemon
<img src="/flmngr/files/MPL%20MENA/Lanes%20icons/Mid_Lane.png" class="lane-icon"> <img src="/flmngr/files/Flags%20x16p/kw_16.png" class="flag-icon"> Bravemon
<img src="/flmngr/files/MPL%20MENA/Lanes%20icons/Gold_Lane.png" class="lane-icon"> <img src="/flmngr/files/Flags%20x16p/kw_16.png" class="flag-icon"> Likemon
<img src="/flmngr/files/MPL%20MENA/Lanes%20icons/Roamer.png" class="lane-icon"> <img src="/flmngr/files/Flags%20x16p/kw_16.png" class="flag-icon"> Lightemon
Prize Pool
Total Prize: $107,500 USD spread among teams as per final standings and regular season wins.