Jump to content
  • Servers

    TFF Logo
    TFF MAIN 51 players online
    Discord Logo
    Discord 1000+ members
  • Upcoming events

    ARAYXS vs. chaos
    Shooter Trio Championship II: Grand Final
    Oct 10
    21:00
  • Topics

  • Posts

    • * { box-sizing: border-box; margin: 0; padding: 0; font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; } .container { max-width: 1200px; margin: 0 auto; animation: fadeInUp 1s ease-in-out; } header.post { background: linear-gradient(to right, #ff7e00, #ff4500); color: #fff; padding: 20px; border-radius: 12px; text-align: center; margin-bottom: 25px; box-shadow: 0 4px 12px rgba(0,0,0,0.3); animation: slideDown 1s ease; } h1.mainHeader { font-size: 2.2rem; margin-bottom: 10px; animation: fadeIn 1.2s ease; } h2.secondaryHeader { font-size: 1.4rem; font-weight: normal; animation: fadeIn 1.5s ease; } .tournament-info { display: flex; flex-wrap: wrap; gap: 15px; margin-bottom: 25px; animation: fadeInUp 1.5s ease; } .info-card { background: rgba(45, 55, 72, 0.85); border-radius: 10px; padding: 15px; flex: 1; min-width: 250px; border-left: 4px solid #ff7e00; transition: transform 0.3s ease, box-shadow 0.3s ease; } .info-card:hover { transform: translateY(-6px); box-shadow: 0 8px 18px rgba(0,0,0,0.4); } .info-card h3 { color: #ff7e00; margin-bottom: 10px; font-size: 1.2rem; } .round-section { margin-bottom: 30px; animation: fadeInUp 1.2s ease; } .round-title { background: rgba(255,126,0,0.15); color: #ff7e00; padding: 12px; border-radius: 8px; text-align: center; margin-bottom: 15px; font-weight: bold; animation: fadeIn 1.5s ease; } .bracket { background: rgba(45, 55, 72, 0.9); border-radius: 10px; padding: 15px; border: 1px solid rgba(255,126,0,0.3); transition: transform 0.3s ease, box-shadow 0.3s ease; animation: fadeInUp 1.4s ease; margin-bottom: 20px; } .bracket:hover { transform: scale(1.02); box-shadow: 0 8px 20px rgba(0,0,0,0.5); } .bracket-title { color: #ff7e00; font-size: 1.2rem; margin-bottom: 15px; text-align: center; border-bottom: 1px solid rgba(255,126,0,0.3); padding-bottom: 10px; } .match { background: rgba(26,32,44,0.7); border-radius: 8px; padding: 12px; margin-bottom: 25px; border-left: 3px solid #ff7e00; transition: transform 0.3s ease, background 0.3s ease; animation: fadeInUp 1.5s ease; position: relative; } .match-number { position: absolute; top: -10px; left: -10px; background: #ff7e00; color: white; width: 25px; height: 25px; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-weight: bold; font-size: 0.8rem; box-shadow: 0 2px 5px rgba(0,0,0,0.3); } .match:hover { transform: translateY(-4px); background: rgba(26,32,44,0.9); } .vs { text-align: center; font-weight: bold; color: #ff7e00; margin: 12px 0; animation: pulse 2s infinite; } .teamPost { display: flex; justify-content: space-between; padding: 8px 10px; background: rgba(45,55,72,0.8); border-radius: 6px; margin: 8px 0; transition: background 0.3s ease; } .team-name { font-weight: 600; } .team-group { font-size: 0.8rem; color: #a0aec0; } .match-info { font-size: 0.85rem; color: #a0aec0; margin-top: 12px; text-align: center; padding-top: 8px; border-top: 1px dashed rgba(255,126,0,0.2); } .winner-path { position: relative; } .winner-label { font-size: 0.7rem; color: #ff7e00; font-style: italic; margin-left: 5px; } .footer { text-align: center; margin-top: 40px; font-size: 0.9rem; color: #a0aec0; animation: fadeInUp 2s ease; } .mvp-prize { display: flex; align-items: center; margin-top: 8px; } .mvp-icon { color: #ffcc00; margin-right: 8px; font-size: 1.1rem; } .final-highlight { border: 2px solid gold; box-shadow: 0 0 15px rgba(255,215,0,0.5); } .champion-trophy { color: gold; margin-left: 5px; } .third-place-medal { color: #cd7f32; margin-left: 5px; } .team-players { background: rgba(45, 55, 72, 0.9); border-radius: 10px; padding: 15px; border: 1px solid rgba(255,126,0,0.3); margin-top: 10px; } .team-players h4 { color: #ff7e00; margin-bottom: 10px; text-align: center; border-bottom: 1px solid rgba(255,126,0,0.3); padding-bottom: 8px; } .player-list { display: flex; flex-direction: column; gap: 8px; } .player { display: flex; justify-content: space-between; padding: 8px; background: rgba(26,32,44,0.7); border-radius: 6px; transition: background 0.3s ease; } .player:hover { background: rgba(26,32,44,0.9); } .player-name { font-weight: 500; } .player-role { font-size: 0.8rem; color: #a0aec0; font-style: italic; } .team-header { display: flex; align-items: center; gap: 10px; margin-bottom: 10px; } .team-flag { width: 24px; height: 16px; border-radius: 2px; background: linear-gradient(45deg, #ff7e00, #ff4500); } .players-container { display: flex; gap: 20px; margin-top: 15px; } .players-column { flex: 1; } /* IMPROVED MAP TABLE STYLING */ .maps-table { width: 100%; border-collapse: separate; border-spacing: 0; margin-top: 30px; background: rgba(45, 55, 72, 0.9); border-radius: 12px; overflow: hidden; box-shadow: 0 6px 16px rgba(0,0,0,0.4); animation: fadeInUp 1.5s ease; } .maps-table th { background: linear-gradient(to right, #ff7e00, #ff4500); color: white; padding: 16px 20px; text-align: left; font-weight: 600; text-transform: uppercase; font-size: 0.9rem; letter-spacing: 0.5px; } .maps-table td { padding: 14px 20px; border-bottom: 1px solid rgba(255,126,0,0.15); transition: background-color 0.2s ease; } .maps-table tr:last-child td { border-bottom: none; } .maps-table tr:nth-child(even) { background: rgba(26,32,44,0.4); } .maps-table tr:hover { background: rgba(255,126,0,0.12); } .map-number { width: 50px; text-align: center; font-weight: bold; color: #ff7e00; font-size: 1.1rem; } .map-name { font-weight: 600; color: #e2e8f0; font-size: 1.05rem; } .map-veto { width: 120px; text-align: center; } .veto-team { font-size: 0.85rem; padding: 5px 12px; border-radius: 20px; background: rgba(255,126,0,0.25); color: #ff7e00; display: inline-block; font-weight: 500; } /* Add some visual enhancements */ .maps-table thead { box-shadow: 0 2px 8px rgba(0,0,0,0.2); } .maps-table tr { transition: transform 0.2s ease, box-shadow 0.2s ease; } .maps-table tr:hover { transform: translateX(4px); } /* CEST Timer Styles - MODIFIED FOR MORE SPACE */ .cest-timer-container { background: rgba(45, 55, 72, 0.85); border-radius: 10px; padding: 15px; margin-bottom: 40px; /* Increased from 25px to 40px */ border-left: 4px solid #ff7e00; text-align: center; box-shadow: 0 4px 12px rgba(0,0,0,0.3); animation: fadeInUp 1.5s ease; } .cest-timer-container h3 { color: #ff7e00; margin-bottom: 10px; font-size: 1.2rem; } .cest-time { font-size: 1.8rem; font-weight: bold; color: #ff7e00; margin: 10px 0; text-shadow: 0 0 10px rgba(255,126,0,0.5); } .cest-date { font-size: 1rem; color: #a0aec0; } /* MODIFIED: Added more space before the map pool */ .map-pool-section { margin-top: 40px; /* Added to create more space above the map pool */ } /* Animations */ @keyframes fadeIn { from {opacity: 0;} to {opacity: 1;} } @keyframes fadeInUp { from {opacity: 0; transform: translateY(20px);} to {opacity: 1; transform: translateY(0);} } @keyframes slideDown { from {opacity: 0; transform: translateY(-30px);} to {opacity: 1; transform: translateY(0);} } @keyframes pulse { 0%, 100% {transform: scale(1);} 50% {transform: scale(1.1);} } @keyframes glow { 0%, 100% {box-shadow: 0 0 10px rgba(255,215,0,0.5);} 50% {box-shadow: 0 0 20px rgba(255,215,0,0.8);} } @media (max-width: 768px) { .players-container { flex-direction: column; } .tournament-info { flex-direction: column; } .maps-table { font-size: 0.9rem; } .maps-table th, .maps-table td { padding: 12px 15px; } .map-number { width: 40px; } .veto-team { padding: 4px 8px; font-size: 0.8rem; } .cest-time { font-size: 1.5rem; } /* Adjust spacing for mobile */ .cest-timer-container { margin-bottom: 30px; } .map-pool-section { margin-top: 30px; } } @media (max-width: 480px) { .maps-table { font-size: 0.8rem; } .maps-table th, .maps-table td { padding: 10px 12px; } .map-name { font-size: 0.9rem; } .cest-time { font-size: 1.3rem; } /* Further adjust spacing for very small screens */ .cest-timer-container { margin-bottom: 25px; } .map-pool-section { margin-top: 25px; } } STC II - Shooter Trio Championship II Grand Final & 3rd Place Decider Final Stage Info The tournament reaches its climax with the Grand Final and 3rd Place decider match! Both matches are played in a best-of-5 format with all the glory on the line. Final Stage Structure Grand Final: The two best teams battle for the championship 3rd Place Match: The semifinal losers compete for the 3rd place Both matches feature extended best-of-5 series Prize Pool 1st Place: $60 2nd Place: $30 3rd Place: $20 MVP: $15 Grand Final Championship Match F ARAYXS VS chaos Date: Oct 10    Time: 21:00  Referee: Hedi & Pedrin .A' Players .A'BazooKa .A'Eleven .A'RoBy .A'Boudi chs Players chs'astral chs'slinger chs'leavon chs'teavon 3rd Place Decider Bronze Medal Match 3 NextRevolution VS Essence-of-Speed Date: TBD   Time: TBD  Referee: Eleven & Hedi nR Players c0ldnR LuuKasnR iProShooTnR AMANDAnR EoS Players EoS!Pedrin EoS!Natsu EoS!SherazPapi EoS!Apex Current CEST Time --:--:-- Loading... Map Pool # Map Name Voted By 1 Azoo - El Mzyom Vibes 2 /E 2 Katamaran - High Jump Organizers 3 PREDATOR - Phenomenal 2 Organizers 4 EDOS ft. Ron1 - Shooter II 69! 5 Ave - Water Canal Organizers 6 WellingTon - Suspense 69! 7 EDOS ft. Ron1 - Shooter Organizers 8 EDOS ft. Ron1 - Shooter .A' 9 Calcu ft. TurBo - Tactical Warfare .A' 10 TurBo ft. ZeroXy ft. Nebla - zNation! /E 11 TurBo ft. ZeroXy ft. Nebla - zNation! EoS 12 Ruzika - ShoT in your Ass nR 13 Ruzika - ShoT in your Ass BK// 14 Ruzika - ShoT in your Ass ws 15 Tobster - The Castle EoS 16 Tobster - The Castle chs 17 Tobster - The Castle nR 18 Tobster - Kamikaze chs 19 Tobster - Kamikaze ws 20 Tobster - Kamikaze BK// STC II Tournament - May the best team win!
    • REFEREE Hedi SCORE .A' 2 - 1 nR MVP n/A Match Score 1 ARAYXS 9 - 11 NextRevolution 2 ARAYXS 12 - 8 NextRevolution 3 ARAYXS 12 - 8 NextRevolution # Map Points Alive players Best of 3 - round 1 1 Azoo - El mzyom vibes 2 .A' 0 - 1 nR n/A, LuuKas, iProShoOT 2 Katamaran - High Jump .A' 0 - 2 nR n/A, iProShoOT 3 PREDATOR - Phenomenal 2 .A' 1 - 2 nR RoBy, Eleven'tff 4 EDOS ft. Ron1 - Shooter II .A' 1 - 3 nR n/A, iProShoOT, LuuKas 5 Ave - Water Canal .A' 1 - 4 nR n/A, LuuKas 6 WellingTon - Suspense .A' 2 - 4 nR RoBy 7 EDOS ft. Ron1 - Shooter .A' 2 - 5 nR iProShoOT 8 EDOS ft. Ron1 - Shooter .A' 2 - 6 nR n/A, iProShoOT, LuuKas 9 Calcu ft. TurBo - Tactical Warfare .A' 3 - 6 nR RoBy, XpRbAzOkA! 10 TurBo ft. ZeroXy ft. Nebla - zNation! .A' 4 - 6 nR RoBy, Eleven'tff, XpRbAzOkA! 11 TurBo ft. ZeroXy ft. Nebla - zNation! .A' 5 - 6 nR Eleven'tff, RoBy, XpRbAzOkA! 12 RuzikA - ShoT in your Ass .A' 6 - 6 nR XpRbAzOkA! 13 RuzikA - ShoT in your Ass .A' 6 - 7 nR iProShoOT 14 RuzikA - ShoT in your Ass .A' 7 - 7 nR Eleven'tff 15 Tobster - The Castle 1 .A' 7 - 8 nR n/A, iProShoOT 16 Tobster - The Castle 1 .A' 7 - 9 nR iProShoOT, n/A, LuuKas 17 Tobster - The Castle 1 .A' 7 - 10 nR LuuKas 18 Tobster - Kamikaze .A' 8 - 10 nR Eleven'tff 19 Tobster - Kamikaze .A' 9 - 10 nR RoBy, Eleven'tff 20 Tobster - Kamikaze .A' 9 - 11 nR n/A, LuuKas Best of 3 - round 2 1 Azoo - El mzyom vibes 2 .A' 1 - 0 nR XpRbAzOkA! 2 Katamaran - High Jump .A' 2 - 0 nR XpRbAzOkA! 3 PREDATOR - Phenomenal 2 .A' 2 - 1 nR iProShoOT, LuuKas 4 EDOS ft. Ron1 - Shooter II .A' 3 - 1 nR XpRbAzOkA!, Eleven'tff 5 Ave - Water Canal .A' 4 - 1 nR RoBy, XpRbAzOkA!, Eleven'tff 6 WellingTon - Suspense .A' 4 - 2 nR n/A, iProShoOT, LuuKas 7 EDOS ft. Ron1 - Shooter .A' 4 - 3 nR n/A, LuuKas 8 EDOS ft. Ron1 - Shooter .A' 5 - 3 nR Eleven'tff 9 Calcu ft. TurBo - Tactical Warfare .A' 6 - 3 nR RoBy, XpRbAzOkA!, Eleven'tff 10 TurBo ft. ZeroXy ft. Nebla - zNation! .A' 6 - 4 nR n/A, iProShoOT 11 TurBo ft. ZeroXy ft. Nebla - zNation! .A' 6 - 5 nR n/A 12 RuzikA - ShoT in your Ass .A' 7 - 5 nR RoBy, Eleven'tff 13 RuzikA - ShoT in your Ass .A' 8 - 5 nR RoBy, XpRbAzOkA!, Eleven'tff 14 RuzikA - ShoT in your Ass .A' 8 - 6 nR iProShoOT, LuuKas 15 Tobster - The Castle 1 .A' 8 - 7 nR n/A, iProShoOT 16 Tobster - The Castle 1 .A' 9 - 7 nR RoBy, XpRbAzOkA!, Eleven'tff 17 Tobster - The Castle 1 .A' 10 - 7 nR XpRbAzOkA!, Eleven'tff 18 Tobster - Kamikaze .A' 10 - 8 nR n/A, iProShoOT 19 Tobster - Kamikaze .A' 11 - 8 nR Eleven'tff 20 Tobster - Kamikaze .A' 12 - 8 nR RoBy, XpRbAzOkA!, Eleven'tff Best of 3 - round 3 1 Azoo - El mzyom vibes 2 .A' 0 - 1 nR n/A 2 Katamaran - High Jump .A' 0 - 2 nR iProShoOT, n/A, LuuKas 3 PREDATOR - Phenomenal 2 .A' 1 - 2 nR RoBy, XpRbAzOkA!, Eleven'tff 4 EDOS ft. Ron1 - Shooter II .A' 2 - 2 nR RoBy, XpRbAzOkA!, Eleven'tff 5 Ave - Water Canal .A' 3 - 2 nR RoBy, XpRbAzOkA!, Eleven'tff 6 WellingTon - Suspense .A' 4 - 2 nR RoBy, XpRbAzOkA! 7 EDOS ft. Ron1 - Shooter .A' 5 - 2 nR RoBy, XpRbAzOkA!, Eleven'tff 8 EDOS ft. Ron1 - Shooter .A' 6 - 2 nR Eleven'tff 9 Calcu ft. TurBo - Tactical Warfare .A' 6 - 3 nR n/A, LuuKas 10 TurBo ft. ZeroXy ft. Nebla - zNation! .A' 7 - 3 nR RoBy, XpRbAzOkA!, Eleven'tff 11 TurBo ft. ZeroXy ft. Nebla - zNation! .A' 8 - 3 nR RoBy, XpRbAzOkA! 12 RuzikA - ShoT in your Ass .A' 8 - 4 nR iProShoOT, n/A, LuuKas 13 RuzikA - ShoT in your Ass .A' 9 - 4 nR RoBy, Eleven'tff 14 RuzikA - ShoT in your Ass .A' 9 - 5 nR n/A, LuuKas 15 Tobster - The Castle 1 .A' 10 - 5 nR RoBy, Eleven'tff 16 Tobster - The Castle 1 .A' 11 - 5 nR RoBy, Eleven'tff 17 Tobster - The Castle 1 .A' 12 - 5 nR XpRbAzOkA! 18 Tobster - Kamikaze .A' 12 - 6 nR iProShoOT, LuuKas 19 Tobster - Kamikaze .A' 12 - 7 nR iProShoOT, LuuKas 20 Tobster - Kamikaze .A' 12 - 8 nR LuuKas Player TOTAL KILLED SURVIVED n/A 62 43 19 Eleven'tff 61 36 25 XpRbAzOkA! 59 38 21 RoBy 59 37 22 LuuKas 54 36 18 iProShoOT 47 29 18
    • @ zenotsyne @ Cykz @ Azoo @ Kitsune @ /TfF\LezeN    
  • Popular Contributors

  • Forum Statistics

    • Total Topics
      8.2k
    • Total Posts
      44.8k
  • Member Statistics

    • Total Members
      10439
    • Most Online
      1482

    Newest Member
    !Neko
    Joined
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.