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-------*/
- #glenplayer02 {
- position:relative;
- 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:19px;
- font-size:19px;
- cursor:pointer;
- }
- .playy, .pausee {color:#fff;} /* color of play & pause buttons */
- .pausee {display:none;}
- .sonata {
- margin-left:10px;
- color:#fff; /* color of music note symbol */
- }
- .labeltext {
- margin-left:8px;
- font-family:times new roman;
- font-size:13px;
- color:#fff; /* 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">song title here</div>
- </div><!--end music player-->
- <audio id="tune" src="https://dl.dropbox.com/s/yiolas13ypjpblt/search.mp3"audio"></audio>
- </body>
- <div class="labeltext"> </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement