Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <html>
- <body>
- <script defer>
- window.onload = function() {
- var isCtrl = false;
- document.onkeyup=function(e)
- {
- if(e.which == 17)
- isCtrl=false;
- }
- document.onkeydown=function(e)
- {
- if(e.which == 17)
- isCtrl=true;
- if((e.which == 85) || (e.which == 67) && (isCtrl == true))
- {
- return false;
- }
- }
- var isNS = (navigator.appName == "Netscape") ? 1 : 0;
- if(navigator.appName == "Netscape") document.captureEvents(Event.MOUSEDOWN||Event.MOUSEUP);
- function mischandler(){
- return false;
- }
- function mousehandler(e){
- var myevent = (isNS) ? e : event;
- var eventbutton = (isNS) ? myevent.which : myevent.button;
- if((eventbutton==2)||(eventbutton==3)) return false;
- }
- document.oncontextmenu = mischandler;
- document.onmousedown = mousehandler;
- document.onmouseup = mousehandler;
- if (document.addEventListener) { // IE >= 9; other browsers
- document.addEventListener('contextmenu', function(e) {
- alert(" Try asking RageQxeen for her codes instead."); //here you draw your own menu
- e.preventDefault();
- }, false);
- } else { // IE < 9
- document.attachEvent('oncontextmenu', function() {
- alert("O sun, abide to death.");
- window.event.returnValue = false;
- });
- }
- };
- </script>
- <style type="text/css">
- @import url(https://fonts.googleapis.com/css?family=Indie+Flower|Pacifico|Shadows+Into+Light|Dancing+Script|Architects+Daughter|Kaushan+Script|Gloria+Hallelujah|Satisfy|Courgette|Handlee|Rock+Salt|Cookie|Shadows+Into+Light+Two|Tangerine|Pinyon+Script|Great+Vibes|Bad+Script|Marck+Script|Damion|Niconne|Alex+Brush|Yellowtail|Nothing+You+Could+Do|Kalam|Sacramento|Homemade+Apple|Calligraffitti|Just+Another+Hand|Waiting+for+the+Sunrise|Allura|Rancho|Crafty+Girls|Reenie+Beanie|Parisienne|Rochester|Leckerli+One|Grand+Hotel|Merienda+One|Italianno|Montez|Petit+Formal+Script|Give+You+Glory|Delius|Mr+Dafoe|The+Girl+Next+Door|Arizonia|La+Belle+Aurore|Qwigley|Norican|Euphoria+Script|Dawning+of+a+New+Day|Bilbo+Swash+Caps|Meddon|Fondamento|Clicker+Script|Aladin|Delius+Swash+Caps|Rouge+Script|Engagement|Redressed|Aref+Ruqaa);
- html, body {
- background: #000;
- background-image:url("");
- background-size:400px;
- background-repeat:no-repeat;
- background-position:center bottom;
- }
- ::-webkit-scrollbar-button:vertical:{
- background-color: #transparent;}
- ::-webkit-scrollbar-thumb:vertical {
- background-color:#transparent;
- height:150px;}
- ::-webkit-scrollbar-thumb:horizontal {
- background-color:#transparent;
- height:60px;}
- ::-webkit-scrollbar {
- height:60px;
- width:5px;
- background-color:#transparent;}
- #image {
- width: 400px;
- margin: 0px;
- border: none;
- height: 700px;
- background-color:transparent;
- position: absolute;
- right: 35%;
- bottom: 0%;
- background-image:url("http://i.picpar.com/c73d.png");
- background-repeat:no-repeat;
- background-position: bottom;
- background-size: 100%;
- -webkit-animation: flicker-1 3s linear infinite both;
- animation: flicker-1 3s linear infinite both;
- }
- @-webkit-keyframes flicker-1 {
- 0%,
- 100% {
- opacity: 1;
- }
- 41.99% {
- opacity: 1;
- }
- 42% {
- opacity: 0;
- }
- 43% {
- opacity: 0;
- }
- 43.01% {
- opacity: 1;
- }
- 47.99% {
- opacity: 1;
- }
- 48% {
- opacity: 0;
- }
- 49% {
- opacity: 0;
- }
- 49.01% {
- opacity: 1;
- }
- }
- @keyframes flicker-1 {
- 0%,
- 100% {
- opacity: 1;
- }
- 41.99% {
- opacity: 1;
- }
- 42% {
- opacity: 0;
- }
- 43% {
- opacity: 0;
- }
- 43.01% {
- opacity: 1;
- }
- 47.99% {
- opacity: 1;
- }
- 48% {
- opacity: 0;
- }
- 49% {
- opacity: 0;
- }
- 49.01% {
- opacity: 1;
- }
- }
- #box{
- background-color:#b4c9d4;
- width: 430px;
- height: 500px;
- margin:auto;
- position: absolute;
- font-family: 'Aref Ruqaa', cursive;
- font-size: 20px;
- left: 3%;
- bottom: 10%;
- z-index:1;
- overflow: auto;
- -webkit-animation: flicker-in-2 2s linear both;
- animation: flicker-in-2 2s linear both;
- }
- #box2{
- background-color:#b4c9d4;
- width: 430px;
- height: 500px;
- margin:auto;
- position: absolute;
- font-family: 'Aref Ruqaa', cursive;
- font-size: 20px;
- right: 3%;
- bottom: 10%;
- z-index:1;
- overflow: auto;
- -webkit-animation: flicker-in-2 2s linear both;
- animation: flicker-in-2 2s linear both;
- }
- @-webkit-keyframes flicker-in-2 {
- 0% {
- opacity: 0;
- }
- 10% {
- opacity: 0;
- box-shadow: none;
- }
- 10.1% {
- opacity: 1;
- box-shadow: none;
- }
- 10.2% {
- opacity: 0;
- box-shadow: none;
- }
- 20% {
- opacity: 0;
- box-shadow: none;
- }
- 20.1% {
- opacity: 1;
- box-shadow: 0 0 30px rgba(255, 255, 255, 0.25);
- }
- 20.6% {
- opacity: 0;
- box-shadow: none;
- }
- 30% {
- opacity: 0;
- box-shadow: none;
- }
- 30.1% {
- opacity: 1;
- box-shadow: 0 0 30px rgba(255, 255, 255, 0.45), 0 0 60px rgba(255, 255, 255, 0.25);
- }
- 30.5% {
- opacity: 1;
- box-shadow: 0 0 30px rgba(255, 255, 255, 0.45), 0 0 60px rgba(255, 255, 255, 0.25);
- }
- 30.6% {
- opacity: 0;
- box-shadow: none;
- }
- 45% {
- opacity: 0;
- box-shadow: none;
- }
- 45.1% {
- opacity: 1;
- box-shadow: 0 0 30px rgba(255, 255, 255, 0.45), 0 0 60px rgba(255, 255, 255, 0.25);
- }
- 50% {
- opacity: 1;
- box-shadow: 0 0 30px rgba(255, 255, 255, 0.45), 0 0 60px rgba(255, 255, 255, 0.25);
- }
- 55% {
- opacity: 1;
- box-shadow: 0 0 30px rgba(255, 255, 255, 0.45), 0 0 60px rgba(255, 255, 255, 0.25);
- }
- 55.1% {
- opacity: 0;
- box-shadow: none;
- }
- 57% {
- opacity: 0;
- box-shadow: none;
- }
- 57.1% {
- opacity: 1;
- box-shadow: 0 0 30px rgba(255, 255, 255, 0.55), 0 0 60px rgba(255, 255, 255, 0.3);
- }
- 60% {
- opacity: 1;
- box-shadow: 0 0 30px rgba(255, 255, 255, 0.55), 0 0 60px rgba(255, 255, 255, 0.3);
- }
- 60.1% {
- opacity: 0;
- box-shadow: none;
- }
- 65% {
- opacity: 0;
- box-shadow: none;
- }
- 65.1% {
- opacity: 1;
- box-shadow: 0 0 30px rgba(255, 255, 255, 0.55), 0 0 60px rgba(255, 255, 255, 0.3), 0 0 100px rgba(255, 255, 255, 0.1);
- }
- 75% {
- opacity: 1;
- box-shadow: 0 0 30px rgba(255, 255, 255, 0.55), 0 0 60px rgba(255, 255, 255, 0.3), 0 0 100px rgba(255, 255, 255, 0.1);
- }
- 75.1% {
- opacity: 0;
- box-shadow: none;
- }
- 77% {
- opacity: 0;
- box-shadow: none;
- }
- 77.1% {
- opacity: 1;
- box-shadow: 0 0 30px rgba(255, 255, 255, 0.6), 0 0 60px rgba(255, 255, 255, 0.4), 0 0 110px rgba(255, 255, 255, 0.2), 0 0 100px rgba(255, 255, 255, 0.1);
- }
- 85% {
- opacity: 1;
- box-shadow: 0 0 30px rgba(255, 255, 255, 0.6), 0 0 60px rgba(255, 255, 255, 0.4), 0 0 110px rgba(255, 255, 255, 0.2), 0 0 100px rgba(255, 255, 255, 0.1);
- }
- 85.1% {
- opacity: 0;
- box-shadow: none;
- }
- 86% {
- opacity: 0;
- box-shadow: none;
- }
- 86.1% {
- opacity: 1;
- box-shadow: 0 0 30px rgba(255, 255, 255, 0.6), 0 0 60px rgba(255, 255, 255, 0.45), 0 0 110px rgba(255, 255, 255, 0.25), 0 0 100px rgba(255, 255, 255, 0.1);
- }
- 100% {
- opacity: 1;
- box-shadow: 0 0 30px rgba(255, 255, 255, 0.6), 0 0 60px rgba(255, 255, 255, 0.45), 0 0 110px rgba(255, 255, 255, 0.25), 0 0 100px rgba(255, 255, 255, 0.1);
- }
- }
- @keyframes flicker-in-2 {
- 0% {
- opacity: 0;
- }
- 10% {
- opacity: 0;
- box-shadow: none;
- }
- 10.1% {
- opacity: 1;
- box-shadow: none;
- }
- 10.2% {
- opacity: 0;
- box-shadow: none;
- }
- 20% {
- opacity: 0;
- box-shadow: none;
- }
- 20.1% {
- opacity: 1;
- box-shadow: 0 0 30px rgba(255, 255, 255, 0.25);
- }
- 20.6% {
- opacity: 0;
- box-shadow: none;
- }
- 30% {
- opacity: 0;
- box-shadow: none;
- }
- 30.1% {
- opacity: 1;
- box-shadow: 0 0 30px rgba(255, 255, 255, 0.45), 0 0 60px rgba(255, 255, 255, 0.25);
- }
- 30.5% {
- opacity: 1;
- box-shadow: 0 0 30px rgba(255, 255, 255, 0.45), 0 0 60px rgba(255, 255, 255, 0.25);
- }
- 30.6% {
- opacity: 0;
- box-shadow: none;
- }
- 45% {
- opacity: 0;
- box-shadow: none;
- }
- 45.1% {
- opacity: 1;
- box-shadow: 0 0 30px rgba(255, 255, 255, 0.45), 0 0 60px rgba(255, 255, 255, 0.25);
- }
- 50% {
- opacity: 1;
- box-shadow: 0 0 30px rgba(255, 255, 255, 0.45), 0 0 60px rgba(255, 255, 255, 0.25);
- }
- 55% {
- opacity: 1;
- box-shadow: 0 0 30px rgba(255, 255, 255, 0.45), 0 0 60px rgba(255, 255, 255, 0.25);
- }
- 55.1% {
- opacity: 0;
- box-shadow: none;
- }
- 57% {
- opacity: 0;
- box-shadow: none;
- }
- 57.1% {
- opacity: 1;
- box-shadow: 0 0 30px rgba(255, 255, 255, 0.55), 0 0 60px rgba(255, 255, 255, 0.3);
- }
- 60% {
- opacity: 1;
- box-shadow: 0 0 30px rgba(255, 255, 255, 0.55), 0 0 60px rgba(255, 255, 255, 0.3);
- }
- 60.1% {
- opacity: 0;
- box-shadow: none;
- }
- 65% {
- opacity: 0;
- box-shadow: none;
- }
- 65.1% {
- opacity: 1;
- box-shadow: 0 0 30px rgba(255, 255, 255, 0.55), 0 0 60px rgba(255, 255, 255, 0.3), 0 0 100px rgba(255, 255, 255, 0.1);
- }
- 75% {
- opacity: 1;
- box-shadow: 0 0 30px rgba(255, 255, 255, 0.55), 0 0 60px rgba(255, 255, 255, 0.3), 0 0 100px rgba(255, 255, 255, 0.1);
- }
- 75.1% {
- opacity: 0;
- box-shadow: none;
- }
- 77% {
- opacity: 0;
- box-shadow: none;
- }
- 77.1% {
- opacity: 1;
- box-shadow: 0 0 30px rgba(255, 255, 255, 0.6), 0 0 60px rgba(255, 255, 255, 0.4), 0 0 110px rgba(255, 255, 255, 0.2), 0 0 100px rgba(255, 255, 255, 0.1);
- }
- 85% {
- opacity: 1;
- box-shadow: 0 0 30px rgba(255, 255, 255, 0.6), 0 0 60px rgba(255, 255, 255, 0.4), 0 0 110px rgba(255, 255, 255, 0.2), 0 0 100px rgba(255, 255, 255, 0.1);
- }
- 85.1% {
- opacity: 0;
- box-shadow: none;
- }
- 86% {
- opacity: 0;
- box-shadow: none;
- }
- 86.1% {
- opacity: 1;
- box-shadow: 0 0 30px rgba(255, 255, 255, 0.6), 0 0 60px rgba(255, 255, 255, 0.45), 0 0 110px rgba(255, 255, 255, 0.25), 0 0 100px rgba(255, 255, 255, 0.1);
- }
- 100% {
- opacity: 1;
- box-shadow: 0 0 30px rgba(255, 255, 255, 0.6), 0 0 60px rgba(255, 255, 255, 0.45), 0 0 110px rgba(255, 255, 255, 0.25), 0 0 100px rgba(255, 255, 255, 0.1);
- }
- }
- #nav {
- background-color: transparent;
- width: 300px;
- height:10px;
- margin: auto;
- position: absolute;
- right: 40%;
- top: 15%;
- text-align: center;
- text-decoration: none;
- z-index:3;
- }
- #nav a, #nav a:link, #nav a:visited {
- display:inline-block;
- text-decoration: none;
- text-align: center;
- background: #000;
- color: transparent;
- box-shadow: 0px 0px 5px #b4c9d4;
- padding: 1px;
- height: 10px;
- width: 30px;
- border: 2px solid #b4c9d4;
- border-radius: 20px;
- }
- #nav a:active, #nav a:hover {
- display:inline-block;
- height: 10px;
- width: 30px;
- text-decoration:none;
- background: #b4c9d4;
- box-shadow: 0px 0px 5px #000;
- border-radius: 20px;
- color: transparent;
- margin: 0px;
- }
- .name {position: absolute;
- font-family: 'Rock Salt';
- color: #b4c9d4;
- font-size: 50px;
- top: 1%;
- right: 33%;
- width: 500px;
- border: 0px solid #000;
- text-align: center;
- text-shadow:
- #000 -3px 0px,
- #000 0px 2px,
- #b4c9d4 2px 0px,
- #b4c9d4 0px -2px;
- z-index: 2;
- -webkit-animation: text-focus-in 1s cubic-bezier(0.550, 0.085, 0.680, 0.530) both;
- animation: text-focus-in 1s cubic-bezier(0.550, 0.085, 0.680, 0.530) both;
- }
- .namebg { background: transparent;
- background:url('https://i.pinimg.com/originals/7a/79/a2/7a79a2885a548da22d2ad38a138ce0e4.gif')
- left left repeat;
- font-family: 'Rock Salt';
- position: absolute;
- text-align: center;
- font-size: 50px;
- top: 0%;
- left: 0%;
- width: 880px;
- opacity:1;
- -webkit-text-fill-color: transparent;
- -webkit-background-clip: text;
- z-index:3;
- -webkit-animation: text-focus-in 1s cubic-bezier(0.550, 0.085, 0.680, 0.530) both;
- animation: text-focus-in 1s cubic-bezier(0.550, 0.085, 0.680, 0.530) both;
- }
- @-webkit-keyframes text-focus-in {
- 0% {
- -webkit-filter: blur(12px);
- filter: blur(12px);
- opacity: 0;
- }
- 100% {
- -webkit-filter: blur(0px);
- filter: blur(0px);
- opacity: 1;
- }
- }
- @keyframes text-focus-in {
- 0% {
- -webkit-filter: blur(12px);
- filter: blur(12px);
- opacity: 0;
- }
- 100% {
- -webkit-filter: blur(0px);
- filter: blur(0px);
- opacity: 1;
- }
- }
- /*Code by Alikade, please keep this credit where it is, it will not interfere with the rest of the code.*/
- #editthis{ position:fixed;height: 27px; width: 30px; bottom: 0%; right: 0%; margin: auto; z-index:99;}
- #music1{ position:fixed; padding:2px; border-radius: 50%; -webkit-transition: all 0.5s ease-in-out; -moz-transition: all 0.5s ease-in-out; -o-transition: all 0.5s ease-in-out;}
- #music1:hover #music2{ opacity: 0; margin-top:-20px; z-index:-1;}
- #music1:hover #music3{ opacity: .5; margin-top:-5px; z-index:99;}
- #music1:hover #musiclist{ opacity: .5;}
- #music2{ opacity: .5; background-color:#000000; padding:6px; border-radius: 50%; -webkit-transition: all 0.5s ease-in-out; -moz-transition: all 0.5s ease-in-out; -o-transition: all 0.5s ease-in-out;}
- #music3{ opacity: 0; position:fixed; background-color:#000000; background-image: url('https://www.pngkey.com/png/full/11-113290_playbutton-video-player-button-png.png'); background-repeat: no-repeat; background-size: 25px; border:1px dotted #b3b3e5; border-radius: 50%; width:25px; height:25px; z-index:99 margin-left:0px; overflow:hidden; -webkit-transition: all 0.5s ease-in-out; -moz-transition: all 0.5s ease-in-out;-o-transition: all 0.5s ease-in-out;}
- i{color: #d30000;}
- b{color: #820000;}
- a{color: #792d2d; text-decoration: none;}
- h1{border-bottom: 1px solid #000; text-align: center; font-size: 30px;}
- h2{text-align: left; font-size: 25px;}
- h3{text-align: right; font-size: 25px;}
- </style>
- <div class="name">Spongeboob</div>
- <div id="editthis"><div id="music1"><div id="music2">
- <img src="http://38.media.tumblr.com/tumblr_m7w2py1dEP1r6o8v2.gif" style="opacity: 0.8;"></div>
- <div id="music3"><Div style="margin-top:4px;">
- <audio controls style="opacity: 0;"><source src="KIWI6 LINK HERE"></audio>
- </div></div></div></div>
- <div id="nav">
- <a href="#one"></a>
- <a href="#two"></a>
- <a href="#three"></a>
- <a href="#four"></a>
- </div>
- <div id="image"></div>
- <div id="box">
- <div style="width: 450px; height: 500px; overflow-y: hidden;">
- <a name="one"></a>
- <div style="width: 450px; height: 500px; overflow: auto;" align="center">
- Stats
- </div>
- <a name="two"></a>
- <div style="width: 450px; height: 500px; overflow: auto;" align="center">
- Stuff
- </div>
- </div>
- </div>
- <div id="box2">
- <div style="width: 450px; height: 500px; overflow-y: hidden;">
- <a name="three"></a>
- <div style="width: 450px; height: 500px; overflow: auto;" align="center">
- Stuff
- </div>
- <a name="four"></a>
- <div style="width: 450px; height: 500px; overflow: auto;" align="center">
- OOC
- </div>
- </div>
- </div>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment