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-------*/
- #glenplayer02 {
- position:relative;
- bottom:-5px;
- margin-bottom:10px;
- left:0;
- margin-left:10px;
- 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:25px;
- font-size:15px;
- cursor:pointer;
- }
- .playy, .pausee {
- background: linear-gradient(180deg, rgba(237, 233, 124,1) 0%, rgba(137, 197, 234,1) 99%);
- -webkit-background-clip: text;
- -webkit-text-fill-color:transparent;
- -webkit-text-stroke-width: 0.5px;
- -webkit-text-stroke-color: #edea7c;
- text-shadow:-1px 0 #89C5EA, 0 1px #89C5EA, 1px 0 #89C5EA, 0 -1px #89C5EA, 0 0;
- } /* color of play & pause buttons */
- .pausee {
- display:none;
- }
- .sonata {
- margin-left:10px;
- color:#222; /* color of music note symbol */
- }
- .labeltext {
- margin-left:3px;
- font-family:courier new;
- font-size:9px;
- color:#222; /* color of song title */
- }
- </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"></div>
- </div><!--end music player-->
- <audio id="tune" src="https://dl.dropbox.com/s/mr9w3dy7h0zazy8/TXT%20%E2%80%93%20WISHLIST%20%5BColor%20Coded_Han_Rom_Eng%5D.mp3"></audio>
- </body>
Advertisement
Add Comment
Please, Sign In to add comment