Jump to content

zhestka

Hero
  • Posts

    1452
  • Joined

  • Last visited

Reputation Activity

  1. RIP
    zhestka reacted to DragoslavP in Topic Of The Month 📢💬   
    Hello! 😊
    We’re excited to announce the Topic of the Month for May! Below you’ll find all the details and highlights for the chosen topic:

    Congratulations 🥳 @Jackhackmax 
  2. Stonks
    zhestka reacted to Pramanik in 🇮🇳 Indian Chat 🇮🇳   
    None.
  3. RIP
    zhestka reacted to buni in I muted a mod because....   
    @KatarinaDo muted. to much hate in the chat

  4. Pepe - Popcorn
    zhestka got a reaction from Aerena09 in Fill in the Blanks ✍️   
    Daria Khomutsianskaya  schedule
     
  5. Pepe - Excited
    zhestka reacted to Aerena09 in Fill in the Blanks ✍️   
    Every week, a sentence with a blank space will be posted in this topic. Your task is to fill in the blank with your honest answer.
    Let's get everyone involved and have some fun every weekend! 🎈😄
    Let's Start 👽✍️...
    Week #1
    The last thing I searched on Google was ____________.
     
    Comment your answer below.👇 
  6. Fire
    zhestka got a reaction from AK2128 in 💰 [$3,000] Challenge Chase June - Week 1 🏆   
    casino:481268091676
    casino:481269125603
    casino:481272402524
  7. Fire
    zhestka got a reaction from Zyx1337 in Weekend Stream + Giveaway   
    zhestka
  8. Litecoin
    zhestka got a reaction from Вася21 in Weekend Stream + Giveaway   
    zhestka
  9. Fire
    zhestka got a reaction from Zeus in 💰 [$10,000 USD] Leg for Leg with BETFUSE ⚽️   
    sport:593691892
  10. Stonks
    zhestka reacted to Aerena09 in Favorite chat Moderators   
    Other mods vote count 20% 
    Sweet honey 🐝 vote count 80%
    Easy win for our Miss Stake Universe@IvanaBe
    Case Closed 🔒 
  11. Pepe - Happy
    zhestka got a reaction from はっく in Weekend Stream + Giveaway   
    zhestka
  12. Fire
    zhestka got a reaction from Avg678 in Weekend Stream + Giveaway   
    zhestka
  13. Eddie
    zhestka reacted to Aerena09 in Stake legends   
    Congrats Sir on getting green S @StefanTl
    New Mask , Same Task ! 🎭 
    I m little late
     to congratulate
     but this is your fate
     and now your time to get 
    a cutie as your soulmate 👽✍️...
     
    Stay hydrated 💧 
    Lots of Love from India 💌
  14. Ooo
    zhestka reacted to IvanaBe in Are there no Mods in Sports Chat?   
    Hello!

    Thank you for reaching out and thank you for your insight!

    Yes, there are always mods who are moderating sports chat , too!

    The use of offensive language in never allowed, but we can all agree that watching all kinds f matches and commenting can be a little looser there than in the other rooms!

    If you have something you are bothered with , please tag whoever mod is on duty at the moment and they will make sure things are sorted out!

     
     
  15. Fire
    zhestka got a reaction from Crumble90 in 🥇 $7,000 The Return of the King | VIP Slots 🎰   
    casino:479786889668
  16. Fire
    zhestka got a reaction from IvanaBe in $2,500 The Scale   
    #TeamSlots

    casino:479788230277
  17. Stonks
    zhestka reacted to DragoslavP in 🏆EuroLeague Final Four - Lucky Draw 🏆   
    🎉 Congratulations 🎉
    You can claim prizes on the link below until the 22nd of June!
    Lucky Draw Winners:
    Place Username Prize 1 ksitnebo69 $200 2 kaitalow $200 3 Bharath621 $200 4 yagutepe $200 5 hongalbe $200 6 Kahitohoga $200 7 Flo90 $200 8 SayedHaider $200 9 zhestka $200 10 AyeshaSaddique $200 CLAIM HERE
  18. Fire
    zhestka got a reaction from tresestrellas in $3,000 Road to the Ring | Conference Finals   
    sport:587115934
  19. Bitcoin
    zhestka got a reaction from TBei22 in Weekend Stream + Giveaway   
    zhestka
  20. Fire
    zhestka got a reaction from MdSHBiR247 in 🥇 $7,000 The Return of the King | VIP Slots 🎰   
    casino:477507595165
  21. Fire
    zhestka reacted to DragoslavP in $3,000 Road to the Ring | Conference Finals   
    :root { --card: rgba(10, 20, 38, 0.75); --line: rgba(255,255,255,0.12); --text: #f5f7fb; --muted: #a7b4c9; --gold: #f7c948; --shadow: 0 20px 60px rgba(0, 0, 0, 0.28); } .glass-card { border: 1px solid var(--line); border-radius: 28px; padding: 28px; margin-bottom: 20px; background: linear-gradient(135deg, rgba(247, 201, 72, 0.08), transparent 40%), linear-gradient(225deg, rgba(247, 201, 72, 0.08), transparent 40%), linear-gradient(180deg, rgba(255,255,255,0.06), rgba(255,255,255,0.03)), var(--card); box-shadow: var(--shadow); backdrop-filter: blur(14px); color: var(--text); transition: 0.25s ease; } .glass-card:hover { transform: translateY(-4px); } .hero-title { font-size: 30px; font-weight: 800; text-align: center; margin-top: 10px; } .hero-sub { text-align: center; color: var(--muted); margin-top: 6px; font-size: 15px; } /* BADGE */ .badge { position: absolute; top: 18px; right: 18px; padding: 10px 18px; border-radius: 999px; border: 1px solid rgba(247,201,72,0.6); background: rgba(255,255,255,0.03); font-weight: 700; overflow: hidden; backdrop-filter: blur(6px); box-shadow: 0 4px 18px rgba(0,0,0,0.25); } .badge::after { content:""; position:absolute; top:-50%; left:-60%; width:60%; height:200%; background: linear-gradient(90deg,transparent,rgba(255,255,255,0.35),transparent); transform: rotate(20deg); animation: shineBadge 4s linear infinite; } @keyframes shineBadge { 0% { left:-60%; } 100% { left:120%; } } /* 🏀 BOUNCE ANIMATION */ .bounce-ball { font-size: 20px; display: inline-block; animation: bounce 1s infinite ease-in-out; will-change: transform; } @keyframes bounce { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-8px); } } /* 🔥 BET NOW BUTTON (slightly bigger) */ .bet-wrap { text-align: center; margin: 14px 0 10px; } .bet-btn { display: inline-block; padding: 16px 46px; background: linear-gradient(135deg, #FFB800, #e6a500); color: #071824; font-weight: 800; font-size: 17px; border-radius: 14px; text-decoration: none !important; transition: 0.25s ease; box-shadow: 0 10px 25px rgba(255,184,0,0.25); } .bet-btn:hover { transform: translateY(-3px); box-shadow: 0 14px 35px rgba(255,184,0,0.4); } /* HOW TO ENTER */ .challenge-box { background: linear-gradient(145deg, rgba(255,255,255,0.04), rgba(255,255,255,0.02)); border: 1px solid rgba(247,201,72,0.18); border-radius: 20px; padding: 26px; margin-bottom: 18px; text-align: center; position: relative; overflow: hidden; } .challenge-title { font-size: 18px; font-weight: 800; color: var(--gold); margin-bottom: 18px; text-transform: uppercase; } .feature-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 14px; } .feature { background: rgba(255,255,255,0.04); border: 1px solid rgba(255,255,255,0.08); border-radius: 14px; padding: 14px 14px 14px 44px; font-size: 14px; transition: 0.25s ease; position: relative; display: flex; align-items: center; text-align: left; } .feature:hover { background: rgba(247,201,72,0.08); transform: translateY(-4px); } .feature::before { content: attr(data-step); position: absolute; left: 14px; top: 50%; transform: translateY(-50%); width: 22px; height: 22px; border-radius: 50%; background: rgba(247,201,72,0.15); border: 1px solid rgba(247,201,72,0.6); color: var(--gold); font-size: 11px; font-weight: 800; display:flex; align-items:center; justify-content:center; } /* REQUIREMENTS ITEM */ .req-item { background: rgba(255,255,255,0.04); border: 1px solid rgba(255,255,255,0.08); border-radius: 12px; padding: 12px; margin-bottom: 10px; font-size: 14px; text-align: left; transition: 0.25s ease; } .req-item:hover { background: rgba(247,201,72,0.08); transform: translateY(-4px); } /* BASE INFO BOX */ .info-box { background: rgba(255,255,255,0.04); border: 1px solid rgba(255,255,255,0.08); border-radius: 14px; padding: 16px; text-align: center; transition: none; } /* PRIZE BOX */ .prize-box:hover { background: rgba(247,201,72,0.08); transform: translateY(-3px); } /* PRIZE SHINE */ .prize-shiny { font-size: 52px; font-weight: 900; background: linear-gradient(90deg,#f7c948,#fff4b0,#f7c948); background-size: 200%; -webkit-background-clip: text; -webkit-text-fill-color: transparent; animation: shine 3s linear infinite; } @keyframes shine { 0% { background-position: 200% center; } 100% { background-position: -200% center; } } /* GRID */ .info-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 14px; margin-top: 18px; } /* PRIZE LIST FIXED */ .prize-list { margin-top: 10px; font-size: 14px; } .prize-row { display: flex; justify-content: space-between; align-items: center; padding: 6px 0; border-bottom: 1px solid rgba(255,255,255,0.05); } .prize-row span:first-child { color: var(--text); } .prize-row span:last-child { color: var(--gold); font-weight: 700; } .prize-row:last-child { border:none; } /* TERMS */ .dropdown-card { background: rgba(255,255,255,0.04); border-radius: 16px; margin-top: 20px; overflow: hidden; border: 1px solid rgba(255,255,255,0.08); } .dropdown-trigger { padding: 14px; text-align: center; cursor: pointer; font-weight: 700; color: var(--gold); } /* RULES */ .rules-list { list-style: none; padding: 0; margin: 0; counter-reset: step; } .rules-list li { position: relative; padding: 10px 10px 10px 40px; margin-bottom: 8px; text-align: left; counter-increment: step; transition: 0.2s; } .rules-list li:hover { transform: translateX(3px); } .rules-list li::before { content: counter(step); position: absolute; left: 10px; top: 50%; transform: translateY(-50%); width: 20px; height: 20px; border-radius: 50%; background: rgba(247,201,72,0.15); border: 1px solid rgba(247,201,72,0.6); color: var(--gold); font-size: 11px; font-weight: 800; display:flex; align-items:center; justify-content:center; transition: 0.25s; } .rules-list li:hover::before { box-shadow: 0 0 8px rgba(247,201,72,0.6); transform: translateY(-50%) scale(1.1); } .center { text-align:center; } @media(max-width:900px){ .feature-grid, .info-grid { grid-template-columns:1fr; } } ⚡ Limited-Time Event
    Road to the Ring 💍
    The Playoffs are here! 🏀
    Win a bet on any Conference Finals Playoff game and share your Bet IDs below.
    Better odds will lead you towards the top of the leaderboard!
    Bet Now   Competition ends when first round is finished. How to Enter: Win a bet on any Conference Finals NBA game. Copy your Bet ID(s) after placing your bet. Submitted bets must be a minimum of 10x odds. Reply to this thread with your Bet ID(s) to enter. 📋 Requirements: 🏀 Bets must be on any Conference Finals NBA game. 💵 Minimum bet amount: $2.00 (in any currency). 📈 Minimum 10 odds (bets must be winning). 💬 Reply to this thread with your Bet ID(s). ❌ Cashed out bets are not allowed. ✅ Stake Shield / SGM bets are allowed. 🔒 Stake.com accounts only, Bronze VIP or above. 🏆 Prize Pool $3,000 TOTAL PRIZE POOL 1st Place$800 2nd Place$600 3rd Place$300 4th Place$200 5th Place$100 6th OnwardShare of $1,000 In the event of a tie, the higher bet amount wins. If still tied, the user who posted the bet(s) first will have an advantage. Terms & Conditions Bronze VIP account or above. KYC Level 2 verification required. Stake employees can not participate in official Stake.com forum challenges. This does not apply to moderators. Only Stake.com and official Stake.com mirror sites users will be eligible for the prize. Any player using multiple accounts will not be eligible for prizes. Stake reserves the right to disqualify any user due to promotion or account abuse, which may also result in a permanent ban. For payment, give us up to 72 hours from the end of the challenge. Winners will be contacted directly via support. Prizes will be distributed in the form of a coupon, which will also be posted as the final comment on this post.
  22. RIP
    zhestka reacted to spaceoddtiddy in Stake legends   
    @StefanTl come back, I'm very gussa. not a good prank 😭
    Um, well, look at you, you're all green now, like your favourite color. :")  Congratulations in the new beginning. I hope it's a step up and brings you a lot of growth and happiness. There's a lot i would like to express to you, but all in all, thank you for serving the kingdom well, haha. You were a true knight! Hahah, now your watch is over.  You have my utmost respect and admiration even from afar. Remember you're one of a kind. Thank you for everything. Time cast a spell on you, but you won't forget us. Gonna miss you a hell lot. ❤️ @StefanTl

  23. Fire
    zhestka reacted to AleksandarMe in Stake legends   
    @StefanTl Come back brother :(
  24. Pepe - Crying
    zhestka reacted to spaceoddtiddy in Stake legends   
    @StefanTl  Et tu, Brute? unbelievable. 
  25. Fire
    zhestka got a reaction from IvanaBe in Stake legends   
    Wow, you have a solid database!
×
×
  • Create New...

Important Information

Privacy Policy Terms of Use