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;
- top:-335px;
- left:1px;
- width:150px
- ;z-index:5
- text-shadow: -1px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #000, 0 0;
- }
- div.ex2 {
- width: 170px;
- opacity:1;
- margin: auto;
- padding:5px;
- }
- #glenplayer02 a {text-decoration:none;}
- #glenplayer02 > div {
- align-self:center;
- -webkit-align-self:center;
- }
- .music-controls {
- user-select:none;
- -webkit-user-select:none;
- width:13px;
- font-size:13px;
- cursor:pointer;
- }
- .playy, .pausee {color:#60a299; text-shadow: -1px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #000, 0 0;} /* color of play & pause buttons */
- .pausee {display:none;}
- .sonata {
- margin-left:10px;
- color:#222; /* color of music note symbol */
- }
- .labeltext {
- margin-left:8px;
- font-family:courier new;
- font-size:9px;
- color:#222; /* color of song title */
- }
- </style>
- <body>
- <!-------MUSIC PLAYER BY GLENTHEMES------->
- <div id="glenplayer02">
- <div class="ex2">
- <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/jks3hv7f1ooa2a8/%EC%9C%A0%ED%82%A4%EC%B9%B4%20YUKIKA%20-%2004.%20%EB%84%A4%EC%98%A8%20NEON%20%28Official%20Audio%29.mp3?dl=0"audio"></audio>
- </body>
- <div class="labeltext"> </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement