Advertisement
RageQxeen

Death Catte

Jan 6th, 2023
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 12.14 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=Anybody);
  50.  
  51. html, body {
  52. background: #0f0c29; /* fallback for old browsers */
  53. background: -webkit-linear-gradient(to right, #24243e, #302b63, #0f0c29); /* Chrome 10-25, Safari 5.1-6 */
  54. background: linear-gradient(to right, #24243e, #302b63, #0f0c29); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  55. }
  56.  
  57. ::-webkit-scrollbar-button:vertical:{
  58. background-color: #transparent;}
  59.  
  60. ::-webkit-scrollbar-thumb:vertical {
  61. background-color:#transparent;
  62. height:150px;}
  63.  
  64. ::-webkit-scrollbar-thumb:horizontal {
  65. background-color:#transparent;
  66. height:60px;}
  67.  
  68.  
  69. ::-webkit-scrollbar {
  70. height:60px;
  71. width:5px;
  72. background-color:#transparent;}
  73.  
  74. #cat {
  75. width: 25vw;
  76. margin: 0px;
  77. border: none;
  78. height: 30vw;
  79. background-color:transparent;
  80. position: absolute;
  81. right: 5vw;
  82. bottom: 0vw;
  83. background-image:url("https://i.ibb.co/JmjrmvY/pngegg-1.png");
  84. background-repeat:no-repeat;
  85. background-position: bottom;
  86. background-size: 100%;
  87. z-index: 3;
  88. }
  89.  
  90. #image {
  91. width: 30vw;
  92. margin: 0px;
  93. border: none;
  94. height: 40vw;
  95. background-color:transparent;
  96. position: absolute;
  97. left: 5vw;
  98. bottom: 3vw;
  99. background-image:url("https://i.ibb.co/H46z8L6/55.png");
  100. background-repeat:no-repeat;
  101. background-position: bottom;
  102. background-size: 100%;
  103. z-index: 3;
  104. -webkit-animation: bounce;
  105. animation: bounce;
  106. -webkit-animation-duration: 3s;
  107. animation-duration: 3s;
  108. -webkit-animation-fill-mode: both;
  109. animation-fill-mode: both;
  110. -webkit-animation-timing-function: linear;
  111. animation-timing-function: linear;
  112. animation-iteration-count: infinite;
  113. -webkit-animation-iteration-count: infinite;
  114. }
  115.  
  116. @keyframes bounce{
  117. 0% {bottom: 3vw;}
  118. 50% {bottom: 6vw;}
  119. 100% {bottom: 3vw;}}
  120.  
  121. @-webkit-keyframes bounce {
  122. 0% {bottom: 3vw;}
  123. 50% {bottom: 6vw;}
  124. 100% {bottom: 3vw;}
  125. }
  126.  
  127. #bar {
  128. width: 100%;
  129. height: 10vw;
  130. background-color: #000;
  131. position: absolute;
  132. right: 0vw;
  133. bottom: 21vw;
  134. margin: auto;
  135. background-image: url('https://wallpaperaccess.com/full/1966841.jpg');
  136. background-size: cover;
  137. background-position: 40% 70%;
  138. border-top: 2px solid #000;
  139. border-bottom: 2px solid #000;
  140. z-index: 1;
  141. }
  142.  
  143. #octogram {
  144. background-color: #0c0c0c;
  145. width: 25vw;
  146. height: 25vw;
  147. margin:auto;
  148. position: absolute;
  149. padding: 5px;
  150. left: 40vw;
  151. bottom: 13vw;
  152. border: 2px solid #000;
  153. z-index:2;
  154. transform: rotate(45deg);
  155. }
  156.  
  157. #container {
  158. background-color: #0c0c0c;
  159. width: 25vw;
  160. height: 25vw;
  161. margin:auto;
  162. position: absolute;
  163. padding: 5px;
  164. left: 0vw;
  165. bottom: 0vw;
  166. z-index:3;
  167. transform: rotate(-45deg);
  168. }
  169.  
  170. #content {
  171. background-color: #241431;
  172. width: 24vw;
  173. height: 24vw;
  174. margin:auto;
  175. position: absolute;
  176. padding: 5px;
  177. font-family: 'Anybody', cursive;
  178. font-size: 18px;
  179. color: #fff;
  180. left: .35vw;
  181. top: .35vw;
  182. z-index:1;
  183. border: #000000 solid 2px;
  184. }
  185.  
  186. #nav {
  187. background-color: transparent;
  188. width: 35vw;
  189. height: 5px;
  190. margin:auto;
  191. position: absolute;
  192. left: 35.5vw;
  193. top: 2vw;
  194. text-align: center;
  195. z-index: 5;
  196. }
  197.  
  198. #nav a, #nav a:link, #nav a:visited {
  199. display:inline-block;
  200. background: transparent;
  201. color: transparent;
  202. margin-top: 0px;
  203. margin-bottom: 0px;
  204. margin-left: 0vw;
  205. height: 150px;
  206. width: 150px;
  207. -webkit-transition: 0.5s linear;
  208. -moz-transition: 0.5s linear;
  209. -o-transition: 0.5s linear;
  210. transition: 0.5s linear;
  211. }
  212.  
  213. #nav a:active, #nav a:hover {
  214. display:inline-block;
  215. height: 150px;
  216. width: 150px;
  217. text-decoration:none;
  218. background: transparent;
  219. color: transparent;
  220. margin-top: 0vw;
  221. -webkit-transition: 0.5s linear;
  222. -moz-transition: 0.5s linear;
  223. -o-transition: 0.5s linear;
  224. transition: 0.5s linear;
  225. }
  226.  
  227. #icon {
  228. width: 150px;
  229. margin: 0px;
  230. border: none;
  231. height: 150px;
  232. background-color:transparent;
  233. position: absolute;
  234. background-image:url("https://images-wixmp-ed30a86b8c4ca887773594c2.wixmp.com/f/018ed6d5-a94d-4b30-a5cf-5100b8b84e1c/ddpk2mx-277de058-553d-49b0-9b6b-069169b12d78.png?token=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJzdWIiOiJ1cm46YXBwOjdlMGQxODg5ODIyNjQzNzNhNWYwZDQxNWVhMGQyNmUwIiwiaXNzIjoidXJuOmFwcDo3ZTBkMTg4OTgyMjY0MzczYTVmMGQ0MTVlYTBkMjZlMCIsIm9iaiI6W1t7InBhdGgiOiJcL2ZcLzAxOGVkNmQ1LWE5NGQtNGIzMC1hNWNmLTUxMDBiOGI4NGUxY1wvZGRwazJteC0yNzdkZTA1OC01NTNkLTQ5YjAtOWI2Yi0wNjkxNjliMTJkNzgucG5nIn1dXSwiYXVkIjpbInVybjpzZXJ2aWNlOmZpbGUuZG93bmxvYWQiXX0.l56JXBqhV8BNUDOF5OlfuHicm05n9YdnWNQPDy5_Iu4");
  235. background-repeat:no-repeat;
  236. background-position: center;
  237. background-size: contain;
  238. z-index: 11;
  239. transition: 0.5s;
  240. }
  241.  
  242. #icon:hover {
  243. background-position: bottom;
  244. margin-top: 1vw;
  245. }
  246.  
  247. #icon2 {
  248. width: 150px;
  249. margin: 0px;
  250. border: none;
  251. height: 150px;
  252. background-color:transparent;
  253. position: absolute;
  254. background-image:url("https://images-wixmp-ed30a86b8c4ca887773594c2.wixmp.com/f/018ed6d5-a94d-4b30-a5cf-5100b8b84e1c/ddpk2mx-277de058-553d-49b0-9b6b-069169b12d78.png?token=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJzdWIiOiJ1cm46YXBwOjdlMGQxODg5ODIyNjQzNzNhNWYwZDQxNWVhMGQyNmUwIiwiaXNzIjoidXJuOmFwcDo3ZTBkMTg4OTgyMjY0MzczYTVmMGQ0MTVlYTBkMjZlMCIsIm9iaiI6W1t7InBhdGgiOiJcL2ZcLzAxOGVkNmQ1LWE5NGQtNGIzMC1hNWNmLTUxMDBiOGI4NGUxY1wvZGRwazJteC0yNzdkZTA1OC01NTNkLTQ5YjAtOWI2Yi0wNjkxNjliMTJkNzgucG5nIn1dXSwiYXVkIjpbInVybjpzZXJ2aWNlOmZpbGUuZG93bmxvYWQiXX0.l56JXBqhV8BNUDOF5OlfuHicm05n9YdnWNQPDy5_Iu4");
  255. background-repeat:no-repeat;
  256. background-position: center;
  257. background-size: contain;
  258. z-index: 11;
  259. transition: 0.5s;
  260. }
  261.  
  262. #icon2:hover {
  263. background-position: bottom;
  264. margin-top: 1vw;
  265. }
  266.  
  267. #icon3 {
  268. width: 150px;
  269. margin: 0px;
  270. border: none;
  271. height: 150px;
  272. background-color:transparent;
  273. position: absolute;
  274. background-image:url("https://images-wixmp-ed30a86b8c4ca887773594c2.wixmp.com/f/018ed6d5-a94d-4b30-a5cf-5100b8b84e1c/ddpk2mx-277de058-553d-49b0-9b6b-069169b12d78.png?token=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJzdWIiOiJ1cm46YXBwOjdlMGQxODg5ODIyNjQzNzNhNWYwZDQxNWVhMGQyNmUwIiwiaXNzIjoidXJuOmFwcDo3ZTBkMTg4OTgyMjY0MzczYTVmMGQ0MTVlYTBkMjZlMCIsIm9iaiI6W1t7InBhdGgiOiJcL2ZcLzAxOGVkNmQ1LWE5NGQtNGIzMC1hNWNmLTUxMDBiOGI4NGUxY1wvZGRwazJteC0yNzdkZTA1OC01NTNkLTQ5YjAtOWI2Yi0wNjkxNjliMTJkNzgucG5nIn1dXSwiYXVkIjpbInVybjpzZXJ2aWNlOmZpbGUuZG93bmxvYWQiXX0.l56JXBqhV8BNUDOF5OlfuHicm05n9YdnWNQPDy5_Iu4");
  275. background-repeat:no-repeat;
  276. background-position: center;
  277. background-size: contain;
  278. z-index: 11;
  279. transition: 0.5s;
  280. }
  281.  
  282. #icon3:hover {
  283. background-position: bottom;
  284. margin-top: 1vw;
  285. }
  286.  
  287. #icon4 {
  288. width: 150px;
  289. margin: 0px;
  290. border: none;
  291. height: 150px;
  292. background-color:transparent;
  293. position: absolute;
  294. background-image:url("https://images-wixmp-ed30a86b8c4ca887773594c2.wixmp.com/f/018ed6d5-a94d-4b30-a5cf-5100b8b84e1c/ddpk2mx-277de058-553d-49b0-9b6b-069169b12d78.png?token=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJzdWIiOiJ1cm46YXBwOjdlMGQxODg5ODIyNjQzNzNhNWYwZDQxNWVhMGQyNmUwIiwiaXNzIjoidXJuOmFwcDo3ZTBkMTg4OTgyMjY0MzczYTVmMGQ0MTVlYTBkMjZlMCIsIm9iaiI6W1t7InBhdGgiOiJcL2ZcLzAxOGVkNmQ1LWE5NGQtNGIzMC1hNWNmLTUxMDBiOGI4NGUxY1wvZGRwazJteC0yNzdkZTA1OC01NTNkLTQ5YjAtOWI2Yi0wNjkxNjliMTJkNzgucG5nIn1dXSwiYXVkIjpbInVybjpzZXJ2aWNlOmZpbGUuZG93bmxvYWQiXX0.l56JXBqhV8BNUDOF5OlfuHicm05n9YdnWNQPDy5_Iu4");
  295. background-repeat:no-repeat;
  296. background-position: center;
  297. background-size: contain;
  298. z-index: 11;
  299. transition: 0.5s;
  300. }
  301.  
  302. #icon4:hover {
  303. background-position: bottom;
  304. margin-top: 1vw;
  305. }
  306.  
  307. a {text-decoration: none; color: #ca64ba;}
  308. h1 {
  309. background: url(https://media.tenor.com/NRs3x0HGmagAAAAS/sparkles-purple.gif);
  310. background-position: left;
  311. background-size:cover;
  312. line-height:1vw;
  313. letter-spacing: 0.2vw;
  314. font-size: 4vh;
  315. font-family: 'Creepster';
  316. text-align: center;
  317. border: .2vh solid #15181F;
  318. border-radius: 10px;
  319. color: #ca64ba;
  320. filter: drop-shadow(0px 0px 10px #15181F);
  321. text-shadow: 3px 1px 2px #15181F, 0 0 25px #15181F;
  322. margin-top: 1vh;
  323. }
  324. </style>
  325.  
  326. <div id="nav">
  327. <a href="#one"><div id="icon"></div></a>
  328. <a href="#two"><div id="icon2"></div></a>
  329. <a href="#three"><div id="icon3"></div></a>
  330. <a href="#four"><div id="icon4"></div></a>
  331. </div>
  332.  
  333. <div id="cat"></div>
  334. <div id="image"></div>
  335. <div id="bar"></div>
  336.  
  337. <div id="octogram">
  338. <div id="container">
  339. <div id="content">
  340. <div style="width: 24vw; height: 24vw; overflow-y: hidden;">
  341.  
  342. <a name="one"></a>
  343. <div style="width: 24vw; height: 24vw; overflow: auto;" align="center">
  344. <h1>The Basics</h1>
  345. <span style="float:left;"><b>True Name</b></span><span style="float:right;">HERE</span><br>
  346. <span style="float:left;"><b>Alias(es)</b></span><span style="float:right;"><a title="TBA">hover</a></span><br>
  347. <span style="float:left;"><b>Gender</b></span><span style="float:right;">HERE</span><br>
  348. <span style="float:left;"><b>Age</b></span><span style="float:right;">HERE</span><br><br>
  349. <span style="float:left;"><b>Ethnicity</b></span><span style="float:right;">HERE</span><br>
  350. <span style="float:left;"><b>Orientation</b></span><span style="float:right;">HERE</span><br>
  351. <span style="float:left;"><b>Marital Status</b></span><span style="float:right;">HERE</span><br>
  352. <span style="float:left;"><b>Affiliation</b></span><span style="float:right;">HERE</span><br>
  353. <span style="float:left;"><b>Alignment</b></span><span style="float:right;">HERE</span><br>
  354. <span style="float:left;"><b>Handicaps</b></span><span style="float:right;">HERE</span><br>
  355. <span style="float:left;"><b>Allergies</b></span><span style="float:right;">HERE</span><br><br>
  356. <span style="float:left;"><b>Height</b></span><span style="float:right;">HERE</span><br>
  357. <span style="float:left;"><b>Weight</b></span><span style="float:right;">HERE</span><br>
  358. <span style="float:left;"><b>Body Type</b></span><span style="float:right;">HERE</span><br>
  359. <span style="float:left;"><b>Iris Color</b></span><span style="float:right;">HERE</span><br>
  360. <span style="float:left;"><b>Hair Color</b></span><span style="float:right;">HERE</span><br>
  361. <span style="float:left;"><b>Skin Tone</b></span><span style="float:right;">HERE</span><br>
  362. <span style="float:left;"><b>Dominant Hand</b></span><span style="float:right;">HERE</span>
  363. <br><br>
  364. <h1>Friends</h1>
  365. <marquee behavior="scroll" direction="left" onmouseover="this.stop();" onmouseout="this.start();">
  366. <a target="_blank" href="PROFILE LINK HERE"><img src="https://cdn2.iconfinder.com/data/icons/gaming-and-beyond-part-2-1/80/User_gray-512.png" height="70" width="70" align="left" border="5" title="WORDS"></a>
  367. </marquee>
  368. </div>
  369.  
  370. <a name="two"></a>
  371. <div style="width: 24vw; height: 24vw; overflow: auto;" align="left">
  372. <h1>Abilities</h1>
  373.  
  374. </div>
  375.  
  376.  
  377. <a name="three"></a>
  378. <div style="width: 24vw; height: 24vw; overflow: auto;" align="center">
  379. <h1>History</h1>
  380.  
  381. </div>
  382.  
  383. <a name="four"></a>
  384. <div style="width: 24vw; height: 24vw; overflow: auto;" align="center">
  385. <h1>Out of Character</h1>
  386. <b>00</b>. Code made by <a href="https://rageqxeen.neocities.org/vw_codes/rageqxeen.html" target="_blank">RageQxeen</a>, do not steal.<br>
  387. <b>01</b>. OOC<br>
  388. <b>02</b>. OOC<br>
  389. <b>03</b>. OOC<br>
  390. <b>04</b>. OOC<br>
  391. <b>05</b>. OOC<br>
  392. </div>
  393. </div>
  394. </div>
  395. </div>
  396. </div>
  397. </body>
  398. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement