Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <script src="//ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
- <!-------MUSIC PLAYER BY GLENTHEMES------->
- <script src="//static.tumblr.com/gtjt4bo/QRmphdsdv/glenplayer02.js"></script>
- <style type="text/css">
- /*-------MUSIC PLAYER BY GLENTHEMES-------*/
- @font-face {
- font-family:'handy';
- src: url(https://dl.dropbox.com/s/kqvt2miu9r4y9ye/handy00.ttf);
- }
- #glenplayer02 {
- position:relative;#container02;
- bottom:0;
- margin-bottom:0;
- left:0;
- margin-left:0;
- display:flex;
- z-index:99;
- }
- #glenplayer02 a {
- text-decoration:none;
- }
- #glenplayer02 > div {
- align-self:center;
- -webkit-align-self:center;
- }
- .music-controls {
- user-select:none;
- -webkit-user-select:none;
- width:20px;
- font-size:18px;
- cursor:pointer;
- }
- .playy, .pausee {
- background: linear-gradient(180deg, rgba(255,236,214,1) 0%, rgba(255,208,232,1) 50%, rgba(238,173,255,1) 100%);
- -webkit-background-clip: text;
- -webkit-text-fill-color:transparent;
- -webkit-text-stroke-width: 0.4px;
- -webkit-text-stroke-color: #ff73bb;
- -webkit-filter: drop-shadow(0px 0px 2px #ff9ccf);
- } /* color of play & pause buttons */
- .pausee {
- display:none;
- }
- .sonata {
- margin-left:3px;
- margin-bottom:0;
- color:#222; /* color of music note symbol */
- }
- .labeltext {
- margin-bottom:0;
- margin-left:0px;
- font-size:0.8em;
- color:#222; /* color of song title */
- font-family:'handy';
- }
- </style>
- <body>
- <!-------MUSIC PLAYER BY GLENTHEMES------->
- <div id="glenplayer02">
- <div class="music-controls" onclick="songstart();">
- <div class="playy">►</div>
- <div class="pausee">❚❚</div>
- </div>
- <div class="sonata"></div>
- <div class="labeltext">what dreams are made of</div>
- </div><!--end music player-->
- <audio id="tune" src="https://cdn.discordapp.com/attachments/916511538410569829/1007126292493254666/yt1s.com_-_COLORING.mp3"></audio>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement