RageQxeen

Shamhat

May 17th, 2020
145
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 15.37 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. /*Code by RageQxeen, if anything breaks please message on RPC.*/
  49.  
  50. @import url('https://fonts.googleapis.com/css?family=Arima+Madurai|Cinzel+Decorative|Lateef&display=swap');
  51.  
  52. html, body {
  53. background: #90EE90;
  54. background-image:url("");
  55. background-size: 100%;
  56. background-repeat:no-repeat;
  57. background-position:center;
  58. }
  59.  
  60. ::-webkit-scrollbar-button:vertical:{
  61. background-color: #transparent;}
  62.  
  63. ::-webkit-scrollbar-thumb:vertical {
  64. background-color:#transparent;
  65. height:150px;}
  66.  
  67. ::-webkit-scrollbar-thumb:horizontal {
  68. background-color:#transparent;
  69. height:60px;}
  70.  
  71.  
  72. ::-webkit-scrollbar {
  73. height:60px;
  74. width:5px;
  75. background-color:#transparent;}
  76.  
  77. #image {
  78. width: 100%;
  79. margin: 0px;
  80. border: none;
  81. height: 100%;
  82. background-color:transparent;
  83. position: absolute;
  84. right: 0%;
  85. bottom: 0%;
  86. background-image:url("https://wallpapercave.com/wp/MTFGvNm.jpg");
  87. background-repeat:no-repeat;
  88. background-position: center;
  89. background-size: 100%;
  90. opacity: 0.3;
  91. z-index: 0;
  92. }
  93.  
  94. #image2 {
  95. width: 500px;
  96. margin: 0px;
  97. border: none;
  98. height: 700px;
  99. background-color:transparent;
  100. position: absolute;
  101. left: 0%;
  102. bottom: 0%;
  103. background-image:url("IMAGE LINK HERE");
  104. background-repeat:no-repeat;
  105. background-position: bottom;
  106. background-size: 100%;
  107. -webkit-animation: slide-in-left 1s cubic-bezier(0.250, 0.460, 0.450, 0.940) 2s both;
  108. animation: slide-in-left 1s cubic-bezier(0.250, 0.460, 0.450, 0.940) 2s both;
  109. }
  110.  
  111. @-webkit-keyframes slide-in-left {
  112. 0% {
  113. -webkit-transform: translateX(-1000px);
  114. transform: translateX(-1000px);
  115. opacity: 0;
  116. }
  117. 100% {
  118. -webkit-transform: translateX(0);
  119. transform: translateX(0);
  120. opacity: 1;
  121. }
  122. }
  123. @keyframes slide-in-left {
  124. 0% {
  125. -webkit-transform: translateX(-1000px);
  126. transform: translateX(-1000px);
  127. opacity: 0;
  128. }
  129. 100% {
  130. -webkit-transform: translateX(0);
  131. transform: translateX(0);
  132. opacity: 1;
  133. }
  134. }
  135.  
  136.  
  137. .name {position: absolute;
  138. font-family: 'Cinzel Decorative';
  139. color: #003300;
  140. font-size: 55px;
  141. top: 7%;
  142. right: 19%;
  143. width: 600px;
  144. border: 0px solid #003300;
  145. text-align: center;
  146. text-shadow:
  147. #000 -3px 0px,
  148. #000 0px 2px,
  149. #009900 2px 0px,
  150. #009900 0px -2px;
  151. z-index: 2;
  152. -webkit-animation: text-focus-in 1s cubic-bezier(0.550, 0.085, 0.680, 0.530) 3s both;
  153. animation: text-focus-in 1s cubic-bezier(0.550, 0.085, 0.680, 0.530) 3s both;
  154. }
  155.  
  156. .namebg { background: transparent;
  157. background:url('https://i.pinimg.com/originals/7a/79/a2/7a79a2885a548da22d2ad38a138ce0e4.gif')
  158. left left repeat;
  159. font-family: 'Cinzel Decorative';
  160. position: absolute;
  161. text-align: center;
  162. font-size: 50px;
  163. top: 0;
  164. right: 0;
  165. width: 880px;
  166. opacity:1;
  167. -webkit-text-fill-color: transparent;
  168. -webkit-background-clip: text;
  169. z-index:3;
  170. -webkit-animation: text-focus-in 1s cubic-bezier(0.550, 0.085, 0.680, 0.530) 3s both;
  171. animation: text-focus-in 1s cubic-bezier(0.550, 0.085, 0.680, 0.530) 3s both;
  172. }
  173.  
  174. @-webkit-keyframes text-focus-in {
  175. 0% {
  176. -webkit-filter: blur(12px);
  177. filter: blur(12px);
  178. opacity: 0;
  179. }
  180. 100% {
  181. -webkit-filter: blur(0px);
  182. filter: blur(0px);
  183. opacity: 1;
  184. }
  185. }
  186. @keyframes text-focus-in {
  187. 0% {
  188. -webkit-filter: blur(12px);
  189. filter: blur(12px);
  190. opacity: 0;
  191. }
  192. 100% {
  193. -webkit-filter: blur(0px);
  194. filter: blur(0px);
  195. opacity: 1;
  196. }
  197. }
  198.  
  199. #container {
  200. width: 750px;
  201. height: 550px;
  202. margin: 0px;
  203. background-color: #9EA3B0;
  204. background-image:url("");
  205. background-size:100%;
  206. background-repeat:no-repeat;
  207. background-position:center bottom;
  208. position: absolute;
  209. right: 6%;
  210. bottom: 5%;
  211. box-shadow: 0px 5px 10px #000;
  212. z-index: 1;
  213. -webkit-animation: slide-in-blurred-top 1s cubic-bezier(0.230, 1.000, 0.320, 1.000) 5s both;
  214. animation: slide-in-blurred-top 1s cubic-bezier(0.230, 1.000, 0.320, 1.000) 5s both;
  215. }
  216.  
  217. @-webkit-keyframes slide-in-blurred-top {
  218. 0% {
  219. -webkit-transform: translateY(-1000px) scaleY(2.5) scaleX(0.2);
  220. transform: translateY(-1000px) scaleY(2.5) scaleX(0.2);
  221. -webkit-transform-origin: 50% 0%;
  222. transform-origin: 50% 0%;
  223. -webkit-filter: blur(40px);
  224. filter: blur(40px);
  225. opacity: 0;
  226. }
  227. 100% {
  228. -webkit-transform: translateY(0) scaleY(1) scaleX(1);
  229. transform: translateY(0) scaleY(1) scaleX(1);
  230. -webkit-transform-origin: 50% 50%;
  231. transform-origin: 50% 50%;
  232. -webkit-filter: blur(0);
  233. filter: blur(0);
  234. opacity: 1;
  235. }
  236. }
  237. @keyframes slide-in-blurred-top {
  238. 0% {
  239. -webkit-transform: translateY(-1000px) scaleY(2.5) scaleX(0.2);
  240. transform: translateY(-1000px) scaleY(2.5) scaleX(0.2);
  241. -webkit-transform-origin: 50% 0%;
  242. transform-origin: 50% 0%;
  243. -webkit-filter: blur(40px);
  244. filter: blur(40px);
  245. opacity: 0;
  246. }
  247. 100% {
  248. -webkit-transform: translateY(0) scaleY(1) scaleX(1);
  249. transform: translateY(0) scaleY(1) scaleX(1);
  250. -webkit-transform-origin: 50% 50%;
  251. transform-origin: 50% 50%;
  252. -webkit-filter: blur(0);
  253. filter: blur(0);
  254. opacity: 1;
  255. }
  256. }
  257.  
  258. #content {
  259. background-color:#99ff99;
  260. width: 500px;
  261. height: 500px;
  262. margin:auto;
  263. position: absolute;
  264. padding: 5px;
  265. font-family: 'Lateef', cursive;
  266. font-size: 20px;
  267. color: #000;
  268. right: 30%;
  269. top: 3%;
  270. z-index:1;
  271. border: #000000 solid 2px;
  272. }
  273.  
  274. #friendlist {
  275. background-color:#99ff99;
  276. width: 180px;
  277. height: 500px;
  278. margin:auto;
  279. position: absolute;
  280. padding: 5px;
  281. font-family: 'Lateef', cursive;
  282. font-size: 20px;
  283. color: #000;
  284. right: 2%;
  285. top: 3%;
  286. z-index:1;
  287. border: #000000 solid 2px;
  288. }
  289.  
  290. /*Code by Alikade, please keep this credit where it is, it will not interfere with the rest of the code.*/
  291.  
  292. #editthis{ position:fixed;height: 27px; width: 30px; bottom: 0%; right: 0%; margin: auto; z-index:99; -webkit-animation: heartbeat 1s ease-in-out infinite both; animation: heartbeat 1s ease-in-out infinite both;}
  293.  
  294. #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;}
  295.  
  296. #music1:hover #music2{ opacity: 0; margin-top:-20px; z-index:-1;}
  297.  
  298. #music1:hover #music3{ opacity: .5; margin-top:-5px; z-index:99;}
  299.  
  300. #music1:hover #musiclist{ opacity: .5;}
  301.  
  302. #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;}
  303.  
  304. #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;}
  305.  
  306. @-webkit-keyframes heartbeat {
  307. from {
  308. -webkit-transform: scale(1);
  309. transform: scale(1);
  310. -webkit-transform-origin: center center;
  311. transform-origin: center center;
  312. -webkit-animation-timing-function: ease-out;
  313. animation-timing-function: ease-out;
  314. }
  315. 10% {
  316. -webkit-transform: scale(0.91);
  317. transform: scale(0.91);
  318. -webkit-animation-timing-function: ease-in;
  319. animation-timing-function: ease-in;
  320. }
  321. 17% {
  322. -webkit-transform: scale(0.98);
  323. transform: scale(0.98);
  324. -webkit-animation-timing-function: ease-out;
  325. animation-timing-function: ease-out;
  326. }
  327. 33% {
  328. -webkit-transform: scale(0.87);
  329. transform: scale(0.87);
  330. -webkit-animation-timing-function: ease-in;
  331. animation-timing-function: ease-in;
  332. }
  333. 45% {
  334. -webkit-transform: scale(1);
  335. transform: scale(1);
  336. -webkit-animation-timing-function: ease-out;
  337. animation-timing-function: ease-out;
  338. }
  339. }
  340. @keyframes heartbeat {
  341. from {
  342. -webkit-transform: scale(1);
  343. transform: scale(1);
  344. -webkit-transform-origin: center center;
  345. transform-origin: center center;
  346. -webkit-animation-timing-function: ease-out;
  347. animation-timing-function: ease-out;
  348. }
  349. 10% {
  350. -webkit-transform: scale(0.91);
  351. transform: scale(0.91);
  352. -webkit-animation-timing-function: ease-in;
  353. animation-timing-function: ease-in;
  354. }
  355. 17% {
  356. -webkit-transform: scale(0.98);
  357. transform: scale(0.98);
  358. -webkit-animation-timing-function: ease-out;
  359. animation-timing-function: ease-out;
  360. }
  361. 33% {
  362. -webkit-transform: scale(0.87);
  363. transform: scale(0.87);
  364. -webkit-animation-timing-function: ease-in;
  365. animation-timing-function: ease-in;
  366. }
  367. 45% {
  368. -webkit-transform: scale(1);
  369. transform: scale(1);
  370. -webkit-animation-timing-function: ease-out;
  371. animation-timing-function: ease-out;
  372. }
  373. }
  374.  
  375. #nav {
  376. background-color: transparent;
  377. width: 300px;
  378. height:10px;
  379. margin:auto;
  380. position: absolute;
  381. right: 3%;
  382. top: 13%;
  383. text-align: center;
  384. text-decoration: none;
  385. z-index:1;
  386. -webkit-animation: text-focus-in 1s cubic-bezier(0.550, 0.085, 0.680, 0.530) 3s both;
  387. animation: text-focus-in 1s cubic-bezier(0.550, 0.085, 0.680, 0.530) 3s both;
  388. }
  389.  
  390. #nav a, #nav a:link, #nav a:visited {
  391. display:inline-block;
  392. text-decoration: none;
  393. text-align: center;
  394. background: #000;
  395. color: transparent;
  396. box-shadow: 0px 0px 5px #003300;
  397. padding: 4px;
  398. height: 4px;
  399. width: 30px;
  400. border-radius: 5px;
  401. }
  402.  
  403. #nav a:active, #nav a:hover {
  404. display:inline-block;
  405. height: 4px;
  406. width: 30px;
  407. text-decoration:none;
  408. background: #003300;
  409. box-shadow: 0px 0px 5px #000;
  410. color: transparent;
  411. margin: 0px;
  412. }
  413.  
  414. i{color: #00cc00;}
  415. b{color: #003300;}
  416. a{color: #009900; text-decoration: none;}
  417. h1{border-bottom: 1px solid #000; text-align: center; font-size: 30px; font-family: 'Arima Madurai', cursive;}
  418. h2{text-align: left; font-size: 25px; font-family: 'Arima Madurai', cursive; border-bottom: 1px solid #000;}
  419. h3{text-align: right; font-size: 25px; font-family: 'Arima Madurai', cursive; border-bottom: 1px solid #000;}
  420. </style>
  421. <div id="editthis"><div id="music1"><div id="music2">
  422. <img src="http://38.media.tumblr.com/tumblr_m7w2py1dEP1r6o8v2.gif" style="opacity: 0.8;"></div>
  423. <div id="music3"><Div style="margin-top:4px;">
  424. <audio controls style="opacity: 0;"><source src="KIWI6 LINK HERE"></audio>
  425. </div></div></div></div>
  426.  
  427. <div class="name">TITLE HERE</div>
  428.  
  429. <div id="nav">
  430. <a href="#one">Main</a>
  431. <a href="#two">Seco</a>
  432. <a href="#three">Thir</a>
  433. <a href="#four">Four</a>
  434. </div>
  435.  
  436. <div id="image"></div>
  437. <div id="image2"></div>
  438.  
  439. <div id="container">
  440. <div id="content">
  441. <div style="width: 500px; height: 500px; overflow-y: hidden;">
  442.  
  443. <a name="one"></a>
  444. <div style="width: 500px; height: 500px; overflow: auto;" align="center">
  445. <span style="float:left;"><b>Name</b></span><span style="float:right;">Here</span><br>
  446. <span style="float:left;"><b>True Name</b></span><span style="float:right;">Here</span><br>
  447. <span style="float:left;"><b>Alias(es)</b></span><span style="float:right;">Here</span><br>
  448. <span style="float:left;"><b>Master</b></span><span style="float:right;"><a href="/profile.php?user=LINK HERE" target="_blank">Here</a></span><br><br>
  449. <span style="float:left;"><b>Gender</b></span><span style="float:right;">Here</span><br>
  450. <span style="float:left;"><b>Apparent Age</b></span><span style="float:right;">Here</span><br>
  451. <span style="float:left;"><b>Height</b></span><span style="float:right;">Here</span><br>
  452. <span style="float:left;"><b>Weight</b></span><span style="float:right;">Here</span><br><br>
  453. <span style="float:left;"><b>Orientation</b></span><span style="float:right;">Here</span><br>
  454. <span style="float:left;"><b>Relationship</b></span><span style="float:right;">Here</span><br>
  455. <span style="float:left;"><b>Race</b></span><span style="float:right;">Here</span><br>
  456. <span style="float:left;"><b>Eyes</b></span><span style="float:right;">Here</span><br>
  457. <span style="float:left;"><b>Hair</b></span><span style="float:right;">Here</span><br>
  458. <span style="float:left;"><b>Build</b></span><span style="float:right;">Here</span><br>
  459. </div>
  460.  
  461. <a name="two"></a>
  462. <div style="width: 500px; height: 500px; overflow: auto;" align="left">
  463. <h1>Abilities</h1>
  464. HERE
  465. </div>
  466.  
  467.  
  468. <a name="three"></a>
  469. <div style="width: 500px; height: 500px; overflow: auto;" align="center">
  470. <h1>History</h1>
  471. HERE
  472. </div>
  473.  
  474. <a name="four"></a>
  475. <div style="width: 500px; height: 500px; overflow: auto;" align="center">
  476. <h1>Out of Character</h1>
  477. <b>00</b>. Code made by <a href="" target="_blank">RageQxeen</a>, do not steal.<br><br>
  478.  
  479. <b>01</b>. OOC.<br>
  480. <b>02</b>. OOC.<br>
  481. <b>03</b>. OOC.<br>
  482. <b>04</b>. OOC.<br>
  483. <b>05</b>. OOC.<br>
  484. </div>
  485. </div>
  486. </div>
  487.  
  488. <div id="friendlist">
  489. <div style="width: 180px; height: 500px; overflow: auto;" align="center">
  490.  
  491. <a target="_blank" href="PROFILE LINK HERE"><img src="IMAGE LINK HERE" height="75" width="75" align="left" border="3"></a>
  492. <center><b>- Name -</b><br> <i>foe/friend/neutral</i></center> small note.<br><br><br><br>
  493. <a target="_blank" href="PROFILE LINK HERE"><img src="IMAGE LINK HERE" height="75" width="75" align="left" border="3"></a>
  494. <center><b>- Name -</b><br> <i>foe/friend/neutral</i></center> small note.<br><br><br><br>
  495. <a target="_blank" href="PROFILE LINK HERE"><img src="IMAGE LINK HERE" height="75" width="75" align="left" border="3"></a>
  496. <center><b>- Name -</b><br> <i>foe/friend/neutral</i></center> small note.<br><br><br><br>
  497. <a target="_blank" href="PROFILE LINK HERE"><img src="IMAGE LINK HERE" height="75" width="75" align="left" border="3"></a>
  498. <center><b>- Name -</b><br> <i>foe/friend/neutral</i></center> small note.<br><br><br><br>
  499. <a target="_blank" href="PROFILE LINK HERE"><img src="IMAGE LINK HERE" height="75" width="75" align="left" border="3"></a>
  500. <center><b>- Name -</b><br> <i>foe/friend/neutral</i></center> small note.
  501. </div>
  502. </div>
  503. </div>
  504. </body>
  505. </html>
Advertisement
Add Comment
Please, Sign In to add comment