Untitled

 avatar
unknown
plain_text
a year ago
9.9 kB
7
Indexable
<!-- SNACKBAR WITHDRAW --> 

 <div class="footer-container shadow" id="footer">
     <div class="header abel">
        <div id="footercontainer" class="text-default" style="margin:10px; text-align:center;"><div id="snackbar" class=""><p id="withdraw"></p>
</div>
 
<script>
    function loadlink(){
        var angka_acak = Math.floor(Math.random() * (10001-50)+50);

        function maketextnumber(n) {
            for (var r = ["a", "b", "c", "d", "e", "f", "g", "h", "i", "j", "k", "l", "m", "n", "o", "p", "q", "r", "s", "t", "u", "v", "w", "x", "y", "z"], e = n, t = new Array, a = 0; a <= e - 1; a++) {
                t[a] = r[parseInt(Math.random() * r.length)];
                t = t;
                randomtextnumber = t.join("")
            }
        }

        var huruf_acak = (maketextnumber(8), randomtextnumber);
        var huruf_belakang = huruf_acak.substring(6);
        var huruf_depan = huruf_acak.substring(0, 2);

        const rupiah = (number)=>{
            return new Intl.NumberFormat("id-ID", {
                style: "currency",
                currency: "IDR"
            }).format(number);
        }

        var nominal = rupiah(angka_acak+"000");

        var baris = huruf_depan+"****"+huruf_belakang+" Berhasil Withdraw "+nominal;

        var x = document.getElementById("snackbar");
        x.className = "show";
        setTimeout(function(){ x.className = x.className.replace("show", ""); }, 3000);

        document.getElementById("withdraw").innerHTML = huruf_depan+"****"+huruf_belakang+" Berhasil Withdraw "+nominal;

    }
    loadlink();
    setInterval(function(){
    loadlink() 
}, 5000);
</script>

<style>       

 #withdraw {
            font-family: Arial, Helvetica, sans-serif !important;
            color: red;
            margin: 10px;
        }

        #snackbar {
            visibility: hidden;
            min-width: 5px;
            margin-left: 0px;
            background-color: #FFD700 !important;
            color: black;
            text-align: center;
            border-radius: 25%  25%;
            padding: 0  !important;
            position: fixed;
            z-index: 1000;
            left: 3%;
            bottom: 45px;
            font-size: 12px;
            border-radius: 6px;
        }
    
        #snackbar.show {
            visibility: visible;
            -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
            animation: fadein 0.5s, fadeout 0.5s 2.5s;
        }
    
        @-webkit-keyframes fadein {
            from {bottom: 0; opacity: 0;} 
            to {bottom: 30px; opacity: 1;}
        }
    
        @keyframes fadein {
            from {bottom: 0; opacity: 0;}
            to {bottom: 30px; opacity: 1;}
        }
    
        @-webkit-keyframes fadeout {
            from {bottom: 30px; opacity: 1;} 
            to {bottom: 0; opacity: 0;}
        }

	@media only screen and (min-device-width: 320px) and (max-device-width: 768px) {
             #snackbar {
                   width: 100px;
	}
    
        @keyframes fadeout {
            from {bottom: 30px; opacity: 1;}
            to {bottom: 0; opacity: 0;}
        }
</style> 
<!-- END SNACKBAR WITHDRAW --> 

<!-- TAP ME SOCIAL MEDIA -->

<style type="text/css">
@import url("https://fonts.googleapis.com/css?family=Raleway:900&display=swap");

  :root {
    --accent-color: #1130a5;
    --base-color: #fca501;
  }

  .hamburg {
    position: absolute;
    width: 40px;
    height: auto;
    padding: .6rem;
    background-color: var(--base-color);
    border-radius: 10px;
    z-index: 80;
    box-shadow: 0px 0px 12px 1px rgba(233 228 222 / 70%);
  }

  .ard-sosmed {
    display: block;
    cursor: pointer;
    position: fixed;
    bottom: 12%;
    left: 10px;
    font-family: "Times New Roman", sans-serif;
    z-index: 79;
  }

  .ard-sosmed ul {
    margin: 0;
    padding: 0;
  }

  .ard-sosmed ul li {
    position: absolute;
    text-decoration: none;
    list-style: none;
    transform: translate(0, 0) rotate(360deg);
    transition: all .5s ease;
    opacity: 0;
  }

  .ard-sosmed.open ul li:nth-child(1) {
    transform: translateY(-130px);
    transition-delay: .20s;
    opacity: 1;
  }

  .ard-sosmed.open ul li:nth-child(2) {
    transform: translate(0px, -65px);
    transition-delay: .16s;
    opacity: 1;
  }

  .ard-sosmed.open ul li:nth-child(3) {
    transform: translate(0px, -195px);
    transition-delay: .12s;
    opacity: 1;
  }

  .ard-sosmed.open ul li:nth-child(4) {
    transform: translate(0px, -260px);
    transition-delay: .08s;
    opacity: 1;
  }

  .ard-sosmed.open ul li:nth-child(5) {
    transform: translate(0px, -325px);
    transition-delay: .04s;
    opacity: 1;
  }

  .ard-sosmed.open ul li:nth-child(6) {
    transform: translate(0px, -390px);
    transition-delay: 0s;
    opacity: 1;
  }

  .ard-sosmed ul li a img {
    width: 100%;
    height: auto;
  }

  .ard-sosmed ul li a {
    display: flex;
    width: 55px;
    height: 55px;
    border: solid 2px var(--base-color);
    border-radius: 10px;
    justify-content: center;
    align-items: center;
    background-color: #000000;
  }

  .bar1,
  .bar2,
  .bar3 {
    width: 80%;
    height: 5px;
    background-color: #ffffff;
    margin: 6px auto;
    transition: .4s;
    position: relative;
    transform: translateY(-1px);
  }

  .open .bar1 {
    transform: translate(0, 10px) rotate(-225deg);
  }

  .open .bar2 {
    opacity: 0;
    transform: translate(0, -6px) rotate(-225deg);
  }

  .open .bar3 {
    transform: translate(0, -12px) rotate(-315deg);
  }


  .ard-sosmed ul li div {
    position: absolute;
    transition: all .3s ease;
    opacity: 0;
    scale: .1;
    font-family: "Times New Roman", sans-serif;
    font-size: large;
    background: rgba(0, 0, 0, 1);
    color: #ffffff;
    text-align: center;
    text-wrap: nowrap;
    border: 1px solid var(--base-color);
    padding: 5px;
    border-radius: 10px;
  }

  .ard-sosmed ul li:hover div {
    opacity: 1;
    scale: 1;
  }

  .ard-sosmed ul li:nth-child(1) div {
    transform: translateY(-130px);
  }

  .ard-sosmed ul li:nth-child(1):hover div {
    transform: translate(70px, -40px);
  }

  .ard-sosmed ul li:nth-child(2) div {
    transform: translateY(-130px);
  }

  .ard-sosmed ul li:nth-child(2):hover div {
    transform: translate(70px, -40px);
  }

  .ard-sosmed ul li:nth-child(3) div {
    transform: translateY(-130px);
  }

  .ard-sosmed ul li:nth-child(3):hover div {
    transform: translate(70px, -40px);
  }

  .ard-sosmed ul li:nth-child(4) div {
    transform: translateY(-130px);
  }

  .ard-sosmed ul li:nth-child(4):hover div {
    transform: translate(70px, -40px);
  }

  .ard-sosmed ul li:nth-child(5) div {
    transform: translateY(-130px);
  }

  .ard-sosmed ul li:nth-child(5):hover div {
    transform: translate(70px, -40px);
  }

  .ard-sosmed ul li:nth-child(6) div {
    transform: translateY(-130px);
  }

  .ard-sosmed ul li:nth-child(6):hover div {
    transform: translate(70px, -40px);
  }

  .attention {
    position: relative;
    -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 75%, 49% 75%, 22% 100%, 22% 75%, 0% 75%);
    clip-path: polygon(0% 0%, 100% 0%, 100% 75%, 49% 75%, 22% 100%, 22% 75%, 0% 75%);
    width: 80px;
    text-wrap: nowrap;
    height: 30px;
    margin-bottom: 5px;
    left: 15px;
    background-color: var(--base-color);
    cursor: default;
    color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 10px;
    opacity: 0;
  }

  .whore {
    animation: flicker .6s infinite;
    
    &:hover {
      animation-duration: 10s;
    }
  }

  @keyframes flicker {
    0% {
      opacity: 1;
    }

    50% {
      opacity: 0;
    }

    100% {
      opacity: 1;
    }
  }

  @media screen and (max-width: 600px) {
    .ard-sosmed {
      bottom: 110px;
      left:5px;
    }
  }
@media only screen and (max-width: 600px){
    .LcButton{
        position:fixed;
        bottom:55px;
        right :14px;
        z-index:100;
        width: 50px;
        height: 50px;
    }
    }
@media only screen and (min-width: 601px) {
.LcButton{
    display:none;
}}



</style>

<div class="ard-sosmed">
    <div class="attention whore">
      Tap Me!
    </div>
    <div class="hamburg" onclick="ardFunction()">
      <div class="bar1"></div>
      <div class="bar2"></div>
      <div class="bar3"></div>
    </div>
    <ul>
     
    <!--
     <li>
        <a href="https://wa.me/6282339256863" target="_blank">
          <img src="https://sbobetstar88.net/icon/whatsaap.webp" alt="Whatsapp 2">
        </a>
        <div>
          Whatsapp2
        </div>
      </li> -->
      <li>
      <a href="https://wa.me/6282339298927" target="_blank">
        <img src="https://sbobetstar88.net/icon/whatsaap.webp" alt="Whatsapp 1">
      </a>
      <div>
        Whatsapp1
      </div>
    </li>
          <li>
        <a href="https://t.me/StarslotCS" target="_blank">
          <img src="https://sbobetstar88.net/icon/tele.webp" alt="Telegram">
        </a>
        <div>
          Telegram
        </div>
      </li>
  
      <li>
        <a href="https://rtpstarslot223.com/" target="_blank">
          <img src="https://sbobetstar88.net/icon/rtps.gif" alt="RTP Slot">
        </a>
        <div>
          RTP Slot
        </div>
      </li>
        
    </ul>
  </div>
  
  <script>
    const ard = document.querySelector('.ard-sosmed');
    const attention_whore = document.querySelector('.attention.whore');
  
    function ardFunction() {
      ard.classList.toggle("open");
      attention_whore.classList.remove("whore");
    }
  </script>

<!-- END TAP ME SOCIAL MEDIA -->

<!-- Footer Image -->

<style>
.footer_pwrd_by_logo{
    background: url(https://files.sitestatic.net/images/footer_provider_col.png?v=0.1)!important;
}.footer_pwrd_by_logo .img-fluid{
opacity:0!important;
}
</style>

<!-- End Footer Image -->
Editor is loading...
Leave a Comment