RageQxeen

Spongeboob

Jul 8th, 2019
122
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 14.73 KB | None | 0 0
  1. <html>
  2. <body>
  3. <script defer>
  4. window.onload = function() {
  5. var isCtrl = false;
  6. document.onkeyup=function(e)
  7. {
  8. if(e.which == 17)
  9. isCtrl=false;
  10. }
  11. document.onkeydown=function(e)
  12. {
  13. if(e.which == 17)
  14. isCtrl=true;
  15. if((e.which == 85) || (e.which == 67) && (isCtrl == true))
  16. {
  17. return false;
  18. }
  19. }
  20. var isNS = (navigator.appName == "Netscape") ? 1 : 0;
  21. if(navigator.appName == "Netscape") document.captureEvents(Event.MOUSEDOWN||Event.MOUSEUP);
  22. function mischandler(){
  23. return false;
  24. }
  25. function mousehandler(e){
  26. var myevent = (isNS) ? e : event;
  27. var eventbutton = (isNS) ? myevent.which : myevent.button;
  28. if((eventbutton==2)||(eventbutton==3)) return false;
  29. }
  30. document.oncontextmenu = mischandler;
  31. document.onmousedown = mousehandler;
  32. document.onmouseup = mousehandler;
  33.  
  34. if (document.addEventListener) { // IE >= 9; other browsers
  35. document.addEventListener('contextmenu', function(e) {
  36. alert(" Try asking RageQxeen for her codes instead."); //here you draw your own menu
  37. e.preventDefault();
  38. }, false);
  39. } else { // IE < 9
  40. document.attachEvent('oncontextmenu', function() {
  41. alert("O sun, abide to death.");
  42. window.event.returnValue = false;
  43. });
  44. }
  45. };
  46. </script>
  47. <style type="text/css">
  48.  
  49. @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);
  50.  
  51. html, body {
  52. background: #000;
  53. background-image:url("");
  54. background-size:400px;
  55. background-repeat:no-repeat;
  56. background-position:center bottom;
  57. }
  58.  
  59. ::-webkit-scrollbar-button:vertical:{
  60. background-color: #transparent;}
  61.  
  62. ::-webkit-scrollbar-thumb:vertical {
  63. background-color:#transparent;
  64. height:150px;}
  65.  
  66. ::-webkit-scrollbar-thumb:horizontal {
  67. background-color:#transparent;
  68. height:60px;}
  69.  
  70.  
  71. ::-webkit-scrollbar {
  72. height:60px;
  73. width:5px;
  74. background-color:#transparent;}
  75.  
  76. #image {
  77. width: 400px;
  78. margin: 0px;
  79. border: none;
  80. height: 700px;
  81. background-color:transparent;
  82. position: absolute;
  83. right: 35%;
  84. bottom: 0%;
  85. background-image:url("http://i.picpar.com/c73d.png");
  86. background-repeat:no-repeat;
  87. background-position: bottom;
  88. background-size: 100%;
  89. -webkit-animation: flicker-1 3s linear infinite both;
  90. animation: flicker-1 3s linear infinite both;
  91. }
  92.  
  93. @-webkit-keyframes flicker-1 {
  94. 0%,
  95. 100% {
  96. opacity: 1;
  97. }
  98. 41.99% {
  99. opacity: 1;
  100. }
  101. 42% {
  102. opacity: 0;
  103. }
  104. 43% {
  105. opacity: 0;
  106. }
  107. 43.01% {
  108. opacity: 1;
  109. }
  110. 47.99% {
  111. opacity: 1;
  112. }
  113. 48% {
  114. opacity: 0;
  115. }
  116. 49% {
  117. opacity: 0;
  118. }
  119. 49.01% {
  120. opacity: 1;
  121. }
  122. }
  123. @keyframes flicker-1 {
  124. 0%,
  125. 100% {
  126. opacity: 1;
  127. }
  128. 41.99% {
  129. opacity: 1;
  130. }
  131. 42% {
  132. opacity: 0;
  133. }
  134. 43% {
  135. opacity: 0;
  136. }
  137. 43.01% {
  138. opacity: 1;
  139. }
  140. 47.99% {
  141. opacity: 1;
  142. }
  143. 48% {
  144. opacity: 0;
  145. }
  146. 49% {
  147. opacity: 0;
  148. }
  149. 49.01% {
  150. opacity: 1;
  151. }
  152. }
  153.  
  154.  
  155. #box{
  156. background-color:#b4c9d4;
  157. width: 430px;
  158. height: 500px;
  159. margin:auto;
  160. position: absolute;
  161. font-family: 'Aref Ruqaa', cursive;
  162. font-size: 20px;
  163. left: 3%;
  164. bottom: 10%;
  165. z-index:1;
  166. overflow: auto;
  167. -webkit-animation: flicker-in-2 2s linear both;
  168. animation: flicker-in-2 2s linear both;
  169. }
  170.  
  171. #box2{
  172. background-color:#b4c9d4;
  173. width: 430px;
  174. height: 500px;
  175. margin:auto;
  176. position: absolute;
  177. font-family: 'Aref Ruqaa', cursive;
  178. font-size: 20px;
  179. right: 3%;
  180. bottom: 10%;
  181. z-index:1;
  182. overflow: auto;
  183. -webkit-animation: flicker-in-2 2s linear both;
  184. animation: flicker-in-2 2s linear both;
  185. }
  186.  
  187. @-webkit-keyframes flicker-in-2 {
  188. 0% {
  189. opacity: 0;
  190. }
  191. 10% {
  192. opacity: 0;
  193. box-shadow: none;
  194. }
  195. 10.1% {
  196. opacity: 1;
  197. box-shadow: none;
  198. }
  199. 10.2% {
  200. opacity: 0;
  201. box-shadow: none;
  202. }
  203. 20% {
  204. opacity: 0;
  205. box-shadow: none;
  206. }
  207. 20.1% {
  208. opacity: 1;
  209. box-shadow: 0 0 30px rgba(255, 255, 255, 0.25);
  210. }
  211. 20.6% {
  212. opacity: 0;
  213. box-shadow: none;
  214. }
  215. 30% {
  216. opacity: 0;
  217. box-shadow: none;
  218. }
  219. 30.1% {
  220. opacity: 1;
  221. box-shadow: 0 0 30px rgba(255, 255, 255, 0.45), 0 0 60px rgba(255, 255, 255, 0.25);
  222. }
  223. 30.5% {
  224. opacity: 1;
  225. box-shadow: 0 0 30px rgba(255, 255, 255, 0.45), 0 0 60px rgba(255, 255, 255, 0.25);
  226. }
  227. 30.6% {
  228. opacity: 0;
  229. box-shadow: none;
  230. }
  231. 45% {
  232. opacity: 0;
  233. box-shadow: none;
  234. }
  235. 45.1% {
  236. opacity: 1;
  237. box-shadow: 0 0 30px rgba(255, 255, 255, 0.45), 0 0 60px rgba(255, 255, 255, 0.25);
  238. }
  239. 50% {
  240. opacity: 1;
  241. box-shadow: 0 0 30px rgba(255, 255, 255, 0.45), 0 0 60px rgba(255, 255, 255, 0.25);
  242. }
  243. 55% {
  244. opacity: 1;
  245. box-shadow: 0 0 30px rgba(255, 255, 255, 0.45), 0 0 60px rgba(255, 255, 255, 0.25);
  246. }
  247. 55.1% {
  248. opacity: 0;
  249. box-shadow: none;
  250. }
  251. 57% {
  252. opacity: 0;
  253. box-shadow: none;
  254. }
  255. 57.1% {
  256. opacity: 1;
  257. box-shadow: 0 0 30px rgba(255, 255, 255, 0.55), 0 0 60px rgba(255, 255, 255, 0.3);
  258. }
  259. 60% {
  260. opacity: 1;
  261. box-shadow: 0 0 30px rgba(255, 255, 255, 0.55), 0 0 60px rgba(255, 255, 255, 0.3);
  262. }
  263. 60.1% {
  264. opacity: 0;
  265. box-shadow: none;
  266. }
  267. 65% {
  268. opacity: 0;
  269. box-shadow: none;
  270. }
  271. 65.1% {
  272. opacity: 1;
  273. 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);
  274. }
  275. 75% {
  276. opacity: 1;
  277. 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);
  278. }
  279. 75.1% {
  280. opacity: 0;
  281. box-shadow: none;
  282. }
  283. 77% {
  284. opacity: 0;
  285. box-shadow: none;
  286. }
  287. 77.1% {
  288. opacity: 1;
  289. 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);
  290. }
  291. 85% {
  292. opacity: 1;
  293. 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);
  294. }
  295. 85.1% {
  296. opacity: 0;
  297. box-shadow: none;
  298. }
  299. 86% {
  300. opacity: 0;
  301. box-shadow: none;
  302. }
  303. 86.1% {
  304. opacity: 1;
  305. 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);
  306. }
  307. 100% {
  308. opacity: 1;
  309. 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);
  310. }
  311. }
  312. @keyframes flicker-in-2 {
  313. 0% {
  314. opacity: 0;
  315. }
  316. 10% {
  317. opacity: 0;
  318. box-shadow: none;
  319. }
  320. 10.1% {
  321. opacity: 1;
  322. box-shadow: none;
  323. }
  324. 10.2% {
  325. opacity: 0;
  326. box-shadow: none;
  327. }
  328. 20% {
  329. opacity: 0;
  330. box-shadow: none;
  331. }
  332. 20.1% {
  333. opacity: 1;
  334. box-shadow: 0 0 30px rgba(255, 255, 255, 0.25);
  335. }
  336. 20.6% {
  337. opacity: 0;
  338. box-shadow: none;
  339. }
  340. 30% {
  341. opacity: 0;
  342. box-shadow: none;
  343. }
  344. 30.1% {
  345. opacity: 1;
  346. box-shadow: 0 0 30px rgba(255, 255, 255, 0.45), 0 0 60px rgba(255, 255, 255, 0.25);
  347. }
  348. 30.5% {
  349. opacity: 1;
  350. box-shadow: 0 0 30px rgba(255, 255, 255, 0.45), 0 0 60px rgba(255, 255, 255, 0.25);
  351. }
  352. 30.6% {
  353. opacity: 0;
  354. box-shadow: none;
  355. }
  356. 45% {
  357. opacity: 0;
  358. box-shadow: none;
  359. }
  360. 45.1% {
  361. opacity: 1;
  362. box-shadow: 0 0 30px rgba(255, 255, 255, 0.45), 0 0 60px rgba(255, 255, 255, 0.25);
  363. }
  364. 50% {
  365. opacity: 1;
  366. box-shadow: 0 0 30px rgba(255, 255, 255, 0.45), 0 0 60px rgba(255, 255, 255, 0.25);
  367. }
  368. 55% {
  369. opacity: 1;
  370. box-shadow: 0 0 30px rgba(255, 255, 255, 0.45), 0 0 60px rgba(255, 255, 255, 0.25);
  371. }
  372. 55.1% {
  373. opacity: 0;
  374. box-shadow: none;
  375. }
  376. 57% {
  377. opacity: 0;
  378. box-shadow: none;
  379. }
  380. 57.1% {
  381. opacity: 1;
  382. box-shadow: 0 0 30px rgba(255, 255, 255, 0.55), 0 0 60px rgba(255, 255, 255, 0.3);
  383. }
  384. 60% {
  385. opacity: 1;
  386. box-shadow: 0 0 30px rgba(255, 255, 255, 0.55), 0 0 60px rgba(255, 255, 255, 0.3);
  387. }
  388. 60.1% {
  389. opacity: 0;
  390. box-shadow: none;
  391. }
  392. 65% {
  393. opacity: 0;
  394. box-shadow: none;
  395. }
  396. 65.1% {
  397. opacity: 1;
  398. 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);
  399. }
  400. 75% {
  401. opacity: 1;
  402. 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);
  403. }
  404. 75.1% {
  405. opacity: 0;
  406. box-shadow: none;
  407. }
  408. 77% {
  409. opacity: 0;
  410. box-shadow: none;
  411. }
  412. 77.1% {
  413. opacity: 1;
  414. 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);
  415. }
  416. 85% {
  417. opacity: 1;
  418. 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);
  419. }
  420. 85.1% {
  421. opacity: 0;
  422. box-shadow: none;
  423. }
  424. 86% {
  425. opacity: 0;
  426. box-shadow: none;
  427. }
  428. 86.1% {
  429. opacity: 1;
  430. 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);
  431. }
  432. 100% {
  433. opacity: 1;
  434. 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);
  435. }
  436. }
  437.  
  438. #nav {
  439. background-color: transparent;
  440. width: 300px;
  441. height:10px;
  442. margin: auto;
  443. position: absolute;
  444. right: 40%;
  445. top: 15%;
  446. text-align: center;
  447. text-decoration: none;
  448. z-index:3;
  449. }
  450.  
  451. #nav a, #nav a:link, #nav a:visited {
  452. display:inline-block;
  453. text-decoration: none;
  454. text-align: center;
  455. background: #000;
  456. color: transparent;
  457. box-shadow: 0px 0px 5px #b4c9d4;
  458. padding: 1px;
  459. height: 10px;
  460. width: 30px;
  461. border: 2px solid #b4c9d4;
  462. border-radius: 20px;
  463. }
  464.  
  465. #nav a:active, #nav a:hover {
  466. display:inline-block;
  467. height: 10px;
  468. width: 30px;
  469. text-decoration:none;
  470. background: #b4c9d4;
  471. box-shadow: 0px 0px 5px #000;
  472. border-radius: 20px;
  473. color: transparent;
  474. margin: 0px;
  475. }
  476.  
  477. .name {position: absolute;
  478. font-family: 'Rock Salt';
  479. color: #b4c9d4;
  480. font-size: 50px;
  481. top: 1%;
  482. right: 33%;
  483. width: 500px;
  484. border: 0px solid #000;
  485. text-align: center;
  486. text-shadow:
  487. #000 -3px 0px,
  488. #000 0px 2px,
  489. #b4c9d4 2px 0px,
  490. #b4c9d4 0px -2px;
  491. z-index: 2;
  492. -webkit-animation: text-focus-in 1s cubic-bezier(0.550, 0.085, 0.680, 0.530) both;
  493. animation: text-focus-in 1s cubic-bezier(0.550, 0.085, 0.680, 0.530) both;
  494. }
  495.  
  496. .namebg { background: transparent;
  497. background:url('https://i.pinimg.com/originals/7a/79/a2/7a79a2885a548da22d2ad38a138ce0e4.gif')
  498. left left repeat;
  499. font-family: 'Rock Salt';
  500. position: absolute;
  501. text-align: center;
  502. font-size: 50px;
  503. top: 0%;
  504. left: 0%;
  505. width: 880px;
  506. opacity:1;
  507. -webkit-text-fill-color: transparent;
  508. -webkit-background-clip: text;
  509. z-index:3;
  510. -webkit-animation: text-focus-in 1s cubic-bezier(0.550, 0.085, 0.680, 0.530) both;
  511. animation: text-focus-in 1s cubic-bezier(0.550, 0.085, 0.680, 0.530) both;
  512. }
  513.  
  514. @-webkit-keyframes text-focus-in {
  515. 0% {
  516. -webkit-filter: blur(12px);
  517. filter: blur(12px);
  518. opacity: 0;
  519. }
  520. 100% {
  521. -webkit-filter: blur(0px);
  522. filter: blur(0px);
  523. opacity: 1;
  524. }
  525. }
  526. @keyframes text-focus-in {
  527. 0% {
  528. -webkit-filter: blur(12px);
  529. filter: blur(12px);
  530. opacity: 0;
  531. }
  532. 100% {
  533. -webkit-filter: blur(0px);
  534. filter: blur(0px);
  535. opacity: 1;
  536. }
  537. }
  538.  
  539.  
  540. /*Code by Alikade, please keep this credit where it is, it will not interfere with the rest of the code.*/
  541.  
  542. #editthis{ position:fixed;height: 27px; width: 30px; bottom: 0%; right: 0%; margin: auto; z-index:99;}
  543.  
  544. #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;}
  545.  
  546. #music1:hover #music2{ opacity: 0; margin-top:-20px; z-index:-1;}
  547.  
  548. #music1:hover #music3{ opacity: .5; margin-top:-5px; z-index:99;}
  549.  
  550. #music1:hover #musiclist{ opacity: .5;}
  551.  
  552. #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;}
  553.  
  554. #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;}
  555.  
  556. i{color: #d30000;}
  557. b{color: #820000;}
  558. a{color: #792d2d; text-decoration: none;}
  559. h1{border-bottom: 1px solid #000; text-align: center; font-size: 30px;}
  560. h2{text-align: left; font-size: 25px;}
  561. h3{text-align: right; font-size: 25px;}
  562. </style>
  563.  
  564. <div class="name">Spongeboob</div>
  565.  
  566. <div id="editthis"><div id="music1"><div id="music2">
  567. <img src="http://38.media.tumblr.com/tumblr_m7w2py1dEP1r6o8v2.gif" style="opacity: 0.8;"></div>
  568. <div id="music3"><Div style="margin-top:4px;">
  569. <audio controls style="opacity: 0;"><source src="KIWI6 LINK HERE"></audio>
  570. </div></div></div></div>
  571.  
  572. <div id="nav">
  573. <a href="#one"></a>
  574. <a href="#two"></a>
  575. <a href="#three"></a>
  576. <a href="#four"></a>
  577. </div>
  578.  
  579. <div id="image"></div>
  580.  
  581. <div id="box">
  582. <div style="width: 450px; height: 500px; overflow-y: hidden;">
  583.  
  584. <a name="one"></a>
  585. <div style="width: 450px; height: 500px; overflow: auto;" align="center">
  586. Stats
  587.  
  588. </div>
  589.  
  590. <a name="two"></a>
  591. <div style="width: 450px; height: 500px; overflow: auto;" align="center">
  592. Stuff
  593. </div>
  594. </div>
  595. </div>
  596. <div id="box2">
  597. <div style="width: 450px; height: 500px; overflow-y: hidden;">
  598. <a name="three"></a>
  599. <div style="width: 450px; height: 500px; overflow: auto;" align="center">
  600. Stuff
  601. </div>
  602.  
  603. <a name="four"></a>
  604. <div style="width: 450px; height: 500px; overflow: auto;" align="center">
  605. OOC
  606. </div>
  607. </div>
  608. </div>
  609. </body>
  610. </html>
Advertisement
Add Comment
Please, Sign In to add comment