Advertisement
RageQxeen

Cyberfunk

Sep 25th, 2022
34
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.96 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. <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.6.0/jquery.min.js"></script>
  48. <script>
  49. $(document).ready(function(){
  50. $("#image").click(function(){
  51. $("#container").animate({opacity: "1",
  52. left: "29vw",}, 'slow');
  53. });
  54. });
  55. </script>
  56. <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.6.0/jquery.min.js"></script>
  57. <script>
  58. $(document).ready(function(){
  59. $(".button").click(function(){
  60. $("#page").fadeOut("slow", 0);
  61. $("#introimage").fadeOut("slow", 0);
  62. $(this).remove();
  63. });
  64. });
  65. </script>
  66. <style type="text/css">
  67.  
  68. @import url(https://fonts.googleapis.com/css?family=Roboto+Mono|Share+Tech+Mono|Major+Mono+Display|Libre+Barcode+39+Text);
  69.  
  70. html, body {
  71. background: #000000; /* fallback for old browsers */
  72. background: -webkit-linear-gradient(to right, #434343, #000000); /* Chrome 10-25, Safari 5.1-6 */
  73. background: linear-gradient(to right, #434343, #000000); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  74. }
  75.  
  76. ::-webkit-scrollbar-button:vertical:{
  77. background-color: #transparent;}
  78.  
  79. ::-webkit-scrollbar-thumb:vertical {
  80. background-color:#transparent;
  81. height:150px;}
  82.  
  83. ::-webkit-scrollbar-thumb:horizontal {
  84. background-color:#transparent;
  85. height:60px;}
  86.  
  87.  
  88. ::-webkit-scrollbar {
  89. height:60px;
  90. width:5px;
  91. background-color:#transparent;}
  92.  
  93. .cover {
  94. background:url('https://cutewallpaper.org/21/matrix-background-gif/%E2%98%AF-6000-Minutes-MATRIX-Blueprint-Longest-FREE-HD-Motion-Backgrounds-AA-VFX-.gif');
  95. background-size: fill;
  96. opacity: 0.2;
  97. position: absolute;
  98. width: 100vw;
  99. height: 100vh;
  100. left: 0vw;
  101. top: 0vw;
  102. z-index: 1;
  103. overflow: hidden;
  104. }
  105.  
  106. #page {
  107. background-color: #222;
  108. background-image: url("https://wallpapercave.com/wp/wp9295928.png");
  109. background-size: cover;
  110. background-repeat: no-repeat;
  111. background-position: left;
  112. width: 100vw;
  113. height: 99vw;
  114. margin:auto;
  115. position: absolute;
  116. right: 0vw;
  117. bottom: 0vw;
  118. z-index:11;
  119. }
  120.  
  121. #introimage {
  122. width: 45vw;
  123. margin: 0px;
  124. border: none;
  125. height: 50vw;
  126. background-color:transparent;
  127. position: absolute;
  128. right: 5vw;
  129. bottom: 0vw;
  130. background-image:url("https://i.ibb.co/tK6Pytq/1.png");
  131. background-repeat:no-repeat;
  132. background-position: bottom;
  133. background-size: 100%;
  134. z-index:12;
  135. }
  136.  
  137. #introcontainer {
  138. background-color:#4c98d3;
  139. width: 30vw;
  140. height: 20vw;
  141. margin:auto;
  142. position: absolute;
  143. padding: 5px;
  144. right: 38vw;
  145. bottom: 3vw;
  146. z-index:2;
  147. box-shadow: 0px 5px 10px #000;
  148. border: 2px solid #000;
  149. }
  150.  
  151. #introcontent {
  152. background-color: transparent;
  153. width: 22vw;
  154. height:17vw;
  155. margin:auto;
  156. position: absolute;
  157. padding: 10px;
  158. font-size: 15px;
  159. font-family: 'Roboto Mono', cursive;
  160. color:#000;
  161. opacity: 0.98;
  162. right: 3.3vw;
  163. bottom: 0vw;
  164. z-index:1;
  165. }
  166.  
  167. .button {
  168. background-color: #242424;
  169. color: #15fd00;
  170. font-family: 'Share Tech Mono', cursive;
  171. font-size: 35px;
  172. text-align: center;
  173. width: 8vw;
  174. left: 43vw;
  175. bottom: 25vw;
  176. position: absolute;
  177. z-index:1;
  178. transition: .7s ease-in-out;
  179. }
  180.  
  181. .button:hover {
  182. transition: .7s ease-in-out;
  183. background-color: #00dfff;
  184. color: #242424;
  185. box-shadow: 0px 5px 10px #bbb;
  186. }
  187.  
  188. #image {
  189. width: 25vw;
  190. margin: 0px;
  191. border: none;
  192. height: 44vw;
  193. background-color:transparent;
  194. position: absolute;
  195. left: 15vw;
  196. bottom: 0vw;
  197. background-image:url("https://i.ibb.co/gdVqKSY/2.png");
  198. background-repeat:no-repeat;
  199. background-position: bottom;
  200. background-size: 100%;
  201. z-index:2;
  202. }
  203.  
  204. #container {
  205. background-color: transparent;
  206. background-image:url('https://wallpaperaccess.com/full/3444762.jpg');
  207. background-repeat: no-repeat;
  208. background-position: center;
  209. background-size: cover;
  210. width: 53vw;
  211. height: 25vw;
  212. margin:auto;
  213. position: absolute;
  214. padding: 5px;
  215. left: 30vw;
  216. bottom: 10vw;
  217. opacity: 0;
  218. z-index:1;
  219. border-right: solid 4px #fff;
  220. border-bottom: solid 4px #fff;
  221. border-top: solid 4px #fff;
  222. }
  223.  
  224. #content {
  225. background-color: rgb(0, 0, 0, 0.7);
  226. width: 43vw;
  227. height: 24.5vw;
  228. margin:auto;
  229. position: absolute;
  230. padding: 10px;
  231. font-family: 'Roboto Mono', cursive;
  232. font-size: 18px;
  233. color: #fff;
  234. right: 0vw;
  235. bottom: 0vw;
  236. z-index:1;
  237. }
  238.  
  239. #nav {
  240. background-color: transparent;
  241. width: 5vw;
  242. height: 50px;
  243. margin:auto;
  244. position: absolute;
  245. right: -2vw;
  246. bottom: 23.7vw;
  247. text-align: center;
  248. z-index: 10;
  249. }
  250.  
  251. #nav a, #nav a:link, #nav a:visited {
  252. display:inline-block;
  253. background: #eee;
  254. color: #eee;
  255. margin-top: 0px;
  256. margin-bottom: 2vw;
  257. margin-left: 4vw;
  258. height: 100px;
  259. width: 150px;
  260. border-radius: 10px;
  261. box-shadow: 5px 5px 25px #eee;
  262. -webkit-transition: 0.5s linear;
  263. -moz-transition: 0.5s linear;
  264. -o-transition: 0.5s linear;
  265. transition: 0.5s linear;
  266. }
  267.  
  268. #nav a:active, #nav a:hover {
  269. display:inline-block;
  270. height: 100px;
  271. width: 150px;
  272. border-radius: 100%;
  273. text-decoration:none;
  274. background: rgb(0,0,0,0.4);
  275. color: rgb(0,0,0,0.4);
  276. margin-bottom: 2vw;
  277. box-shadow: 0px 0px 5px #eee;
  278. -webkit-transition: 0.5s linear;
  279. -moz-transition: 0.5s linear;
  280. -o-transition: 0.5s linear;
  281. transition: 0.5s linear;
  282. }
  283.  
  284. #icon {
  285. width: 150px;
  286. margin: 0px;
  287. border: none;
  288. height: 100px;
  289. background-color:transparent;
  290. position: absolute;
  291. background-image:url("https://i.ibb.co/j3pscb1/2.png");
  292. background-repeat:no-repeat;
  293. background-position: bottom;
  294. background-size: cover;
  295. border-radius: 10px;
  296. border: 2px solid #000;
  297. filter: blur(4px) grayscale(100%);
  298. box-sizing: border-box;
  299. z-index: 11;
  300. transition: 0.5s;
  301. }
  302.  
  303. #icon:hover {
  304. filter: blur(0px) grayscale(0%);
  305. background-position: center;
  306. }
  307.  
  308. #icon2 {
  309. width: 150px;
  310. margin: 0px;
  311. border: none;
  312. height: 100px;
  313. background-color:transparent;
  314. position: absolute;
  315. background-image:url("https://i.ibb.co/KsCGWFL/3.png");
  316. background-repeat:no-repeat;
  317. background-position: bottom;
  318. background-size: cover;
  319. border-radius: 10px;
  320. border: 2px solid #000;
  321. z-index: 11;
  322. filter: blur(4px) grayscale(100%);
  323. box-sizing: border-box;
  324. transition: 0.5s;
  325. }
  326.  
  327. #icon2:hover {
  328. filter: blur(0px) grayscale(0%);
  329. background-position: center;
  330. }
  331.  
  332. #icon3 {
  333. width: 150px;
  334. margin: 0px;
  335. border: none;
  336. height: 100px;
  337. background-color:transparent;
  338. position: absolute;
  339. background-image:url("https://i.ibb.co/VpD0s7x/6.png");
  340. background-repeat:no-repeat;
  341. background-position: center;
  342. background-size: cover;
  343. border-radius: 10px;
  344. border: 2px solid #000;
  345. z-index: 11;
  346. filter: blur(4px) grayscale(100%);
  347. box-sizing: border-box;
  348. transition: 0.5s;
  349. }
  350.  
  351. #icon3:hover {
  352. filter: blur(0px) grayscale(0%);
  353. background-position: top;
  354. }
  355.  
  356. #icon4 {
  357. width: 150px;
  358. margin: 0px;
  359. border: none;
  360. height: 100px;
  361. background-color:transparent;
  362. position: absolute;
  363. background-image:url("https://i.ibb.co/1Rk2cPy/7.png");
  364. background-repeat:no-repeat;
  365. background-position: bottom;
  366. background-size: cover;
  367. border-radius: 10px;
  368. border: 2px solid #000;
  369. z-index: 11;
  370. filter: blur(4px) grayscale(100%);
  371. box-sizing: border-box;
  372. transition: 0.5s;
  373. }
  374.  
  375. #icon4:hover {
  376. filter: blur(0px) grayscale(0%);
  377. background-position: center;
  378. }
  379.  
  380. .alias {position: absolute;
  381. font-family: 'Major Mono Display';
  382. color: #fff;
  383. font-size: 5vw;
  384. top: -5vw;
  385. left: 15vw;
  386. width: 30vw;
  387. height: 6vw;
  388. text-align: center;
  389. overflow: auto;
  390. padding:5px 5px 5px 5px;
  391. z-index: 1;}
  392.  
  393. a {text-decoration: none; color: #c0c0c0;}
  394. p {text-indent: 50px; color: #fff; font-size: 30px; text-decoration: bold; line-height: 0;}
  395. h1 {
  396. background: url(https://64.media.tumblr.com/5cbdcc95227023dc5ecb6e97499cf951/tumblr_njvmf50Pkq1r94dqgo1_500.gif);
  397. background-position: left;
  398. background-size:cover;
  399. line-height:1vw;
  400. letter-spacing: 0.2vw;
  401. font-size: 4vh;
  402. font-family: 'Libre Barcode 39 Text';
  403. text-align: center;
  404. border: .2vh solid #15181F;
  405. border-radius: 10px;
  406. color: #fff;
  407. filter: drop-shadow(0px 0px 10px #15181F);
  408. text-shadow: 3px 1px 2px #15181F, 0 0 25px #15181F;
  409. margin-top: 1vh;
  410. }
  411. </style>
  412.  
  413. <div id="introimage"></div>
  414. <div id="page">
  415.  
  416. <button class="button">Enter</button>
  417. <div id="introcontainer">
  418. <div id="introcontent">
  419.  
  420.  
  421. <div style="width: 22vw; height: 17vw; overflow-y: hidden;">
  422.  
  423. <a name="one"></a>
  424. <div style="width: 22vw; height: 17vw; overflow: auto;" align="left">
  425. <center><b>00</b>. Code made by <a href="https://rageqxeen.neocities.org/vw_codes/rageqxeen.html" target="_blank">RageQxeen</a>, do not steal.</center><br>
  426. <b>01</b>. OOC.<br>
  427. <b>02</b>. OOC<br>
  428. <b>03</b>. OOC<br>
  429. <b>04</b>. OOC<br>
  430. <b>05</b>. OOC<br>
  431. </div>
  432. </div>
  433. </div>
  434. </div>
  435.  
  436.  
  437. </div>
  438.  
  439. <div class="cover"></div>
  440.  
  441. <div id="image"></div>
  442.  
  443. <div id="container">
  444.  
  445. <div id="nav">
  446. <a href="#one"><div id="icon"></div></a>
  447. <a href="#two"><div id="icon2"></div></a>
  448. <a href="#three"><div id="icon3"></div></a>
  449. <a href="#four"><div id="icon4"></div></a>
  450. </div>
  451.  
  452. <div class="alias">Scratch</div>
  453.  
  454. <div id="content">
  455. <div style="width: 43vw; height: 25vw; overflow-y: hidden;">
  456.  
  457. <a name="one"></a>
  458. <div style="width: 43vw; height: 25vw; overflow: auto;" align="center">
  459. <h1>The Basics</h1>
  460. <span style="float:left;"><b>Name</b></span><span style="float:right;"></span><br>
  461. <span style="float:left;"><b>Alias(es)</b></span><span style="float:right;"></span><br>
  462. <span style="float:left;"><b>Gender</b></span><span style="float:right;"></span><br>
  463. <span style="float:left;"><b>Apparent Age</b></span><span style="float:right;"></span><br>
  464. <span style="float:left;"><b>Height</b></span><span style="float:right;"></span><br>
  465. <span style="float:left;"><b>Weight</b></span><span style="float:right;"></span><br><br>
  466. <span style="float:left;"><b>Orientation</b></span><span style="float:right;"></span><br>
  467. <span style="float:left;"><b>Relationship Preference</b></span><span style="float:right;"></span><br>
  468. <span style="float:left;"><b>Relationship</b></span><span style="float:right;"></span><br>
  469. <span style="float:left;"><b>Race</b></span><span style="float:right;"></span><br>
  470. <span style="float:left;"><b>Eyes</b></span><span style="float:right;"></span><br>
  471. <span style="float:left;"><b>Hair</b></span><span style="float:right;"></span><br><br>
  472. <span style="float:left;"><b>Gallery</b></span><span style="float:right;"><a href="LINK" target="_blank">TITLE OF LINK</a></span><br>
  473. </div>
  474.  
  475. <a name="two"></a>
  476. <div style="width: 43vw; height: 25vw; overflow: auto;" align="left">
  477. <h1>Abilities</h1>
  478.  
  479. </div>
  480.  
  481.  
  482. <a name="three"></a>
  483. <div style="width: 43vw; height: 25vw; overflow: auto;" align="center">
  484. <h1>History</h1>
  485.  
  486. </div>
  487.  
  488. <a name="four"></a>
  489. <div style="width: 43vw; height: 25vw; overflow: auto;" align="left">
  490. <h1>Friends</h1>
  491.  
  492. <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="100" width="100" align="left" border="5" title="WORDS"></a>
  493. </div>
  494. </div>
  495. </div>
  496. </div>
  497.  
  498. </body>
  499. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement