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>
- /*-------MUSIC PLAYER BY GLENTHEMES-------*/
- #glenplayer02 {
- position:relative;
- display:flex;
- background: white;
- border: 2px solid black;
- }
- #glenplayer02 a {text-decoration:none;}
- #glenplayer02 > div {
- align-self:right;
- -webkit-align-self:right;
- }
- .music-controls {
- user-select:none;
- -webkit-user-select:none;
- width:22px;
- font-size:22px;
- cursor:pointer;
- }
- .playy, .pausee {-webkit-text-stroke: 1px black;
- color: white;} /* color of play & pause buttons */
- .pausee {display:none;}
- .sonata {
- margin-left:8px;
- color: white;text-shadow: 0 1px black, 0 -1px black, 1px 0 black, -1px 0 black; /* color of music note symbol */
- }
- .labeltext {
- margin-left:5px;
- font-family:arial;
- font-weight:bold;
- font-align:left;
- font-size:22px;
- width: auto;
- color:#000; /* color of song title */
- }
- </style>
- <!-------MUSIC PLAYER BY GLENTHEMES------->
- <div id="glenplayer02">
- <div class="music-controls" onclick="songstart();">
- <div class="playy">►</div>
- <div class="pausee">❚❚</div>
- </div>
- <div class="labeltext">
- <marquee behavior="scroll" direction="left">nintendo playstation</marquee>
- </div>
- </div><!--end music player-->
- <audio id="tune" src="https://dl.dropbox.com/s/gq80qelu575k60y/House%20of%20Fun%20%282000%20Remastered%20Version%29.mp3"></audio>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement