[music player] diamond music player

by naocrrds

HTML

<script src="//web.archive.org/web/20221013132059js_/https://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>


<!-------MUSIC PLAYER BY GLENTHEMES------->
<script src="//web.archive.org/web/20221013132059js_/https://static.tumblr.com/gtjt4bo/QRmphdsdv/glenplayer02.js"></script>


<style>
  #daemon {
    width: 30px;
    height: 30px;
    border-radius: 7%;
    border: 5px solid #000;
    /* BACKGROUND COLOR*/
    background-color: #000;
    /* BACKGROUND COLOR*/
    overflow: hidden;

    -webkit-transition: all 0.7s ease;
    -moz-transition: all 0.7s ease;
    transition: all 0.7s ease;
  }

  #kero {
    position: relative;
    z-index: 9999;
    width: 40px;
    height: 40px;
    transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -webkit-transition: all 0.7s ease;
    -moz-transition: all 0.7s ease;
    transition: all 0.7s ease;
  }

  #flans {
    transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    padding: 10px;
    margin-left: 17px;
    margin-top: -02px;
    -webkit-transition: all 0.7s ease;
    -moz-transition: all 0.7s ease;
    transition: all 0.7s ease;
  }

  #kero:hover #daemon {
    transition-delay: .7s;
    border-radius: 6px;
    width: 150px;

  }

  #kero:hover,
  #kero:hover #flans {
    transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
  }

  #kero:hover #flans {
    padding: 0px;
    margin-left: 0px;
    margin-top: -15px;
  }

  #daemon:hover #arcobaleno {
    padding-top: 10px;
  }

  #kero:hover #arcobaleno {
    transition-delay: .7s;
    opacity: 1;
  }

  #arcobaleno {
    padding-top: 20px;
    width: 150px;
    opacity: 0;
    -webkit-transition: all 0.7s ease;
    -moz-transition: all 0.7s ease;
    transition: all 0.7s ease;
  }


  .music-controls {
    user-select: none;
    -webkit-user-select: none;
    width: 13px;
    font-size: 13px;
    cursor:...