Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!-- music player -->
- <script src="https://kit.fontawesome.com/8119dfca45.js" crossorigin="anonymous"></script>
- <script src="//ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
- <script src="//static.tumblr.com/gtjt4bo/QRmphdsdv/glenplayer02.js"></script>
- <script src="https://kit.fontawesome.com/8119dfca45.js" crossorigin="anonymous"></script></head>
- <style type="text/css">
- @font-face {
- font-family:'handy';
- src: url(https://dl.dropbox.com/s/kqvt2miu9r4y9ye/handy00.ttf);
- }
- @font-face {
- font-family: 'music';
- src: url(https://cdn.glitch.me/9bbfdfb3-4bfa-4c39-8743-5621c8b9df21/LL_RECOR.TTF);
- }
- /*-------MUSIC PLAYER BY GLENTHEMES-------*/
- #glenplayer02 {
- position:absolute;
- left: -0em;
- top: 0em;
- z-index:500;
- }
- #glenplayer02 {
- display:flex;
- margin: auto;
- width:auto;
- margin-left: 0.5em;
- }
- #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:18px;
- cursor:pointer;
- font-family: 'music';
- }
- .playy, .pausee {
- font-family: 'music';
- font-size: 1.3em;
- color:#F51581;
- -webkit-filter: drop-shadow(0px 0px 1.5px #FFFFFF);
- font-weight: bold;
- }
- /* color of play & pause buttons */
- .pausee {
- display:none;
- }
- .sonata {
- margin-left:0.4em;
- font-family: Pixelated MS Sans Serif;
- font-size:0.75em;
- color:#000; /* color of music note symbol */
- }
- .labeltext {
- font-family:'handy';
- margin-left:0.3em;
- font-size: 0.6em;/* color of song title */
- } </style>
- <body>
- <div id="glenplayer02"><div class="music-controls" onclick="songstart();">
- <div class="playy">d</div><div class="pausee">k</div></div><div class="sonata"></div><div class="labeltext"></div></div><audio id="tune" src="https://cdn.glitch.global/7eefa97e-e9ba-47ff-9a9a-ad662be1fc2f/Secret%20Door.mp3?v=1652226700835"></audio></body>
- <!-- paradise text -->
- <style>
- @font-face { font-family:'ROMANTIC'; src: url(https://dl.dropbox.com/s/xggwcxb6mlf6pwq/ROMANTIC.TTF); }
- </style>
- <script type="text/javascript">
- // <![CDATA[
- var speed=120; // speed colours change, 1 second = 1000
- var glow=3; // can be set from '0' for no glow, to 10
- var raincol=new Array("#F51581", "#F63291", "#F850A1", "#F96DB0", "#FA8AC0", "#FBA7D0", "#FCC5E0", "#FEE2EF"); // change the colours if you want to
- var alink=""; // page to link text to (set to ="" for no link)
- /****************************
- * Rainbow Text Effect *
- *(c)2003-13 mf2fm web-design*
- * http://www.mf2fm.com/rv *
- * DON'T EDIT BELOW THIS BOX *
- ****************************/
- var rainbow, raintxt, raincnt=0;
- function addLoadEvent(funky) {
- var oldonload=window.onload;
- if (typeof(oldonload)!='function') window.onload=funky;
- else window.onload=function() {
- if (oldonload) oldonload();
- funky();
- }
- }
- addLoadEvent(regenbogen);
- function regenbogen() { if (document.getElementById) {
- var i, rainbeau;
- rainbow=document.getElementById("rainbow");
- raintxt=rainbow.firstChild.nodeValue;
- while (rainbow.childNodes.length) rainbow.removeChild(rainbow.childNodes[0]);
- for (i=0; i<raintxt.length; i++) {
- rainbeau=document.createElement("span");
- rainbeau.setAttribute("id", "rain"+i);
- rainbeau.appendChild(document.createTextNode(raintxt.charAt(i)));
- if (alink) {
- rainbeau.style.cursor="pointer";
- rainbeau.onclick=function() { top.location.href=alink; }
- }
- rainbow.appendChild(rainbeau);
- }
- rainbow=setInterval ("raining()", speed);
- }}
- function raining() {
- var i, c;
- for (i=0; i<raintxt.length; i++) {
- c=raincol[(i+raincnt)%raincol.length];
- document.getElementById("rain"+i).style.color=c;
- if (glow) document.getElementById("rain"+i).style.textShadow=c+" 0px 0px "+glow+"px";
- }
- raincnt++;
- }
- // ]]>
- </script>
- <style>
- .font{
- font-family:'ROMANTIC';
- font-size:2.8em;
- }
- </style>
- <div class="font"><span id="rainbow">paradise</span></div>
- <!-- fonts, animations and draggable containers -->
- <style>
- @font-face {
- font-family: 'canopee';
- src: url(https://dl.dropbox.com/s/r27k5svx5xr6tr2/Canopee.otf);
- }
- @font-face { font-family: Pixelated MS Sans Serif; src:url(https://dl.dropbox.com/s/xu4602qpm89emu1/ms-sans-serif.ttf); }
- }
- @font-face { font-family:'ROMANTIC'; src: url(https://dl.dropbox.com/s/xggwcxb6mlf6pwq/ROMANTIC.TTF); }
- </style>
- <style>
- #container01{
- position:absolute;
- width: 100%;
- top:-4%;
- z-index: -1;
- }
- @-webkit-keyframes scale-up-hor-left {
- 0% {
- -webkit-transform: scaleX(0.4);
- transform: scaleX(0.4);
- -webkit-transform-origin: 0% 0%;
- transform-origin: 0% 0%;
- }
- 100% {
- -webkit-transform: scaleX(1);
- transform: scaleX(1);
- -webkit-transform-origin: 0% 0%;
- transform-origin: 0% 0%;
- }
- }
- @keyframes scale-up-hor-left {
- 0% {
- -webkit-transform: scaleX(0.4);
- transform: scaleX(0.4);
- -webkit-transform-origin: 0% 0%;
- transform-origin: 0% 0%;
- }
- 100% {
- -webkit-transform: scaleX(1);
- transform: scaleX(1);
- -webkit-transform-origin: 0% 0%;
- transform-origin: 0% 0%;
- }
- } </style>
- <style>
- #text01 { animation: brrr 0.5s infinite; } @keyframes brrr { 0% { transform: rotate(-5deg); } 50% { transform: rotate(-5deg); } 51% { transform: rotate(-10deg); } 100% { transform: rotate(-10deg); } }
- </style>
- <style>
- ::-webkit-scrollbar{
- width: 0px;
- height: 0px;
- }
- ::-webkit-scrollbar-thumb{
- background: rgba(255, 255, 255,0);
- }
- ::-webkit-scrollbar-track{
- background: transparent;
- }
- </style>
- <link rel="stylesheet" href="//code.jquery.com/ui/1.13.0/themes/base/jquery-ui.css"><link rel="stylesheet" href="/resources/demos/style.css"><script src="https://code.jquery.com/jquery-3.6.0.js"></script><script src="https://code.jquery.com/ui/1.13.0/jquery-ui.js"></script><script>
- $( function() {
- $( "#container05" ).draggable();
- } );
- </script><script>
- $( function() {
- $( "#container06" ).draggable();
- } );
- </script><script>
- $( function() {
- $( "#container07" ).draggable();
- } );
- </script>
- <!-- butterfly bg -->
- <style> body{ background:radial-gradient(circle, rgba(255,255,255,1) 45%, rgba(237,237,237,1) 100%); } /* customizable snowflake styling */ .snowflake { color: #fff; font-size: 0.675em; font-family: Arial; text-shadow: 0 0 1px #000; z-index:-100; } @-webkit-keyframes snowflakes-fall{0%{top:-10%}100%{top:100%}}@-webkit-keyframes snowflakes-shake{0%{-webkit-transform:translateX(0px);transform:translateX(0px)}50%{-webkit-transform:translateX(80px);transform:translateX(80px)}100%{-webkit-transform:translateX(0px);transform:translateX(0px)}}@keyframes snowflakes-fall{0%{top:-10%}100%{top:100%}}@keyframes snowflakes-shake{0%{transform:translateX(0px)}50%{transform:translateX(80px)}100%{transform:translateX(0px)}}.snowflake{position:fixed;top:-10%;z-index:-99999;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;cursor:default;-webkit-animation-name:snowflakes-fall,snowflakes-shake;-webkit-animation-duration:10s,3s;-webkit-animation-timing-function:linear,ease-in-out;-webkit-animation-iteration-count:infinite,infinite;-webkit-animation-play-state:running,running;animation-name:snowflakes-fall,snowflakes-shake;animation-duration:10s,3s;animation-timing-function:linear,ease-in-out;animation-iteration-count:infinite,infinite;animation-play-state:running,running}.snowflake:nth-of-type(0){left:1%;-webkit-animation-delay:0s,0s;animation-delay:0s,0s}.snowflake:nth-of-type(1){left:10%;-webkit-animation-delay:1s,1s;animation-delay:1s,1s}.snowflake:nth-of-type(2){left:20%;-webkit-animation-delay:6s,.5s;animation-delay:6s,.5s}.snowflake:nth-of-type(3){left:30%;-webkit-animation-delay:4s,2s;animation-delay:4s,2s}.snowflake:nth-of-type(4){left:40%;-webkit-animation-delay:2s,2s;animation-delay:2s,2s}.snowflake:nth-of-type(5){left:50%;-webkit-animation-delay:8s,3s;animation-delay:8s,3s}.snowflake:nth-of-type(6){left:60%;-webkit-animation-delay:6s,2s;animation-delay:6s,2s}.snowflake:nth-of-type(7){left:70%;-webkit-animation-delay:https://proxy.everskies.com/a/https://proxy.everskies.com/a/2.5s,1s;animation-delay:https://proxy.everskies.com/a/https://proxy.everskies.com/a/2.5s,1s}.snowflake:nth-of-type(8){left:80%;-webkit-animation-delay:1s,0s;animation-delay:1s,0s}.snowflake:nth-of-type(9){left:90%;-webkit-animation-delay:3s,https://proxy.everskies.com/a/https://proxy.everskies.com/a/1.5s;animation-delay:3s,https://proxy.everskies.com/a/https://proxy.everskies.com/a/1.5s} /* Demo Purpose Only*/ .demo { font-family: 'Raleway', sans-serif; color:#fff; display: block; margin: 0 auto; padding: 15px 0; text-align: center; } .demo a{ font-family: 'Raleway', sans-serif; color: #000; } </style><div class="snowflakes"><div class="snowflake"><img src="https://cdn.everskies.com/media/attachment/LgH5vxydH9Gk4DCrcwIy.png" width="50"></div><div class="snowflake"><img src="https://cdn.everskies.com/media/attachment/LgH5vxydH9Gk4DCrcwIy.png" width="50"></div><div class="snowflake"><img src="https://cdn.everskies.com/media/attachment/LgH5vxydH9Gk4DCrcwIy.png" width="50"></div><div class="snowflake"><img src="https://cdn.everskies.com/media/attachment/LgH5vxydH9Gk4DCrcwIy.png" width="50"></div><div class="snowflake"><img src="https://cdn.everskies.com/media/attachment/LgH5vxydH9Gk4DCrcwIy.png" width="50"></div><div class="snowflake"><img src="https://cdn.everskies.com/media/attachment/LgH5vxydH9Gk4DCrcwIy.png" width="50"></div><div class="snowflake"><img src="https://cdn.everskies.com/media/attachment/LgH5vxydH9Gk4DCrcwIy.png" width="50"></div><div class="snowflake"><img src="https://cdn.everskies.com/media/attachment/LgH5vxydH9Gk4DCrcwIy.png" width="50"></div><div class="snowflake"><img src="https://cdn.everskies.com/media/attachment/LgH5vxydH9Gk4DCrcwIy.png" width="50"></div><div class="snowflake"><img src="https://cdn.everskies.com/media/attachment/LgH5vxydH9Gk4DCrcwIy.png" width="50"></div>
Advertisement
Add Comment
Please, Sign In to add comment