Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <link rel="preconnect" href="https://fonts.googleapis.com">
- <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
- <link href="https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@400;500;800&display=swap" rel="stylesheet">
- <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:0px;
- left:5px;
- display:flex;
- z-index:99;
- }
- #glenplayer02 a {text-decoration:none;}
- #glenplayer02 > div {
- align-self:center;
- -webkit-align-self:center;
- }
- @font-face {
- font-family:'nintendo';
- src: url(https://dl.dropbox.com/s/8w4sembeqyz4rsq/Nintendo-DS-BIOS.ttf);
- }
- .music-controls {
- user-select:none;
- -webkit-user-select:none;
- width:13px;
- font-size:18px;
- cursor:pointer;
- }
- .playy, .pausee {color:#af9dee; text-shadow: -1px 0 #757575, 0 1px #757575, 1px 0 #757575, 0 -1px #757575, 0 0;} /* color of play & pause buttons */
- .pausee {display:none;}
- .sonata {
- margin-left:10px;
- font-family: nintendo;
- letter-spacing: .12em;
- font-size:18px;
- color:#af9dee;
- font-weight: bold;
- text-shadow: -1px 0 #757575, 0 1px #757575, 1px 0 #757575, 0 -1px #757575, 0 0; /* color of music note symbol */
- }
- .labeltext {
- margin-left:0px;
- position: relative;
- bottom:10px;
- font-family: nintendo;
- font-size:18px;
- color:#af9dee;
- font-weight: bold;
- text-shadow: -1px 0 #757575, 0 1px #757575, 1px 0 #757575, 0 -1px #757575, 0 0;/* 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"> <marquee> NOW pLAYING... 3rd EyE – STRaY KiDz! ❥ <font size=2px;> 눈을 감아 보이는 </font> third eye <font size=2px;>원하는 걸 보여줘</font> third eye I just wish I could see me, me </marquee> </div>
- <div class="labeltext"></div>
- </div><!--end music player-->
- <audio id="tune" src="https://dl.dropbox.com/s/lqdf91mf9nvshb4/3rd%20Eye.mp3""audio"></audio>
- </body>
- <div class="labeltext"> </div>
Advertisement
Add Comment
Please, Sign In to add comment