RageQxeen

Rufus Shinra

Sep 16th, 2022
26
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 12.30 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: "20vw",}, '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=Oswald|Bebas+Neue|Tangerine|Cinzel+Decorative|Staatliches);
  69.  
  70. html, body {
  71. background: #43C6AC; /* fallback for old browsers */
  72. background: -webkit-linear-gradient(to left, #191654, #43C6AC); /* Chrome 10-25, Safari 5.1-6 */
  73. background: linear-gradient(to left, #191654, #43C6AC); /* 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://thumbs.gfycat.com/RingedSpicyKodiakbear-size_restricted.gif');
  95. opacity: 0.4;
  96. position: absolute;
  97. width: 100vw;
  98. height: 100vh;
  99. left: 0vw;
  100. top: 0vw;
  101. z-index: 1;
  102. overflow: hidden;
  103. }
  104.  
  105. #page {
  106. background-color: #222;
  107. background-image: url("https://i.ibb.co/fXyzTpg/shinra-building.jpg");
  108. background-size: fill;
  109. background-repeat: no-repeat;
  110. background-position: bottom;
  111. width: 100vw;
  112. height: 99vw;
  113. margin:auto;
  114. position: absolute;
  115. right: 0vw;
  116. bottom: 0vw;
  117. z-index:11;
  118. }
  119.  
  120. #introimage {
  121. width: 44vw;
  122. margin: 0px;
  123. border: none;
  124. height: 100vh;
  125. background-color:transparent;
  126. position: absolute;
  127. left: 0vw;
  128. bottom: 0vw;
  129. background-image:url("https://i.ibb.co/Svn7BjS/1.png");
  130. background-repeat:no-repeat;
  131. background-position: bottom;
  132. background-size: 100%;
  133. z-index:12;
  134. }
  135.  
  136. #introcontainer {
  137. background-color:#cf8788;
  138. width: 30vw;
  139. height: 30vw;
  140. margin:auto;
  141. position: absolute;
  142. padding: 5px;
  143. right: 25vw;
  144. bottom: 2vw;
  145. z-index:2;
  146. box-shadow: 0px 5px 10px #000;
  147. border: 2px solid #000;
  148. -moz-border-radius: 20%;
  149. -webkit-border-radius: 20%;
  150. border-radius: 20%;
  151. }
  152.  
  153. #introcontent {
  154. background-color: transparent;
  155. width: 22vw;
  156. height:20vw;
  157. margin:auto;
  158. position: absolute;
  159. padding: 10px;
  160. font-size: 15px;
  161. font-family: 'Oswald', cursive;
  162. color:#000;
  163. opacity: 0.98;
  164. right: 3.3vw;
  165. bottom: 4vw;
  166. z-index:1;
  167. }
  168.  
  169. .button {
  170. background-color: #000;
  171. color: #c94b4b;
  172. font-family: 'Cinzel Decorative', cursive;
  173. font-size: 35px;
  174. text-align: center;
  175. width: 100vw;
  176. right: 0vw;
  177. bottom: 40vw;
  178. position: absolute;
  179. z-index:1;
  180. }
  181.  
  182. #image {
  183. width: 32vw;
  184. margin: 0px;
  185. border: none;
  186. height: 50vw;
  187. background-color:transparent;
  188. position: absolute;
  189. right: 5vw;
  190. bottom: 0vw;
  191. background-image:url("https://i.ibb.co/znY6y7k/2.png");
  192. background-repeat:no-repeat;
  193. background-position: bottom;
  194. background-size: 100%;
  195. z-index:2;
  196. }
  197.  
  198. #container {
  199. background-image: url('https://free4kwallpapers.com/uploads/wallpaper/background-pictures-ground-back-1024x768-wallpaper.jpg');
  200. background-position: center;
  201. background-size: cover;
  202. width: 60vw;
  203. height: 25vw;
  204. margin:auto;
  205. position: absolute;
  206. padding: 5px;
  207. left: 24vw;
  208. bottom: 10vw;
  209. opacity: 0;
  210. z-index:1;
  211. border-left: solid 4px #fff;
  212. border-bottom: solid 4px #fff;
  213. border-top: solid 4px #fff;
  214. }
  215.  
  216. #content {
  217. background-color: transparent;
  218. width: 43vw;
  219. height: 25vw;
  220. margin:auto;
  221. position: absolute;
  222. padding: 10px;
  223. font-family: 'Oswald', cursive;
  224. font-size: 18px;
  225. color: #fff;
  226. left: 0vw;
  227. bottom: -.5vw;
  228. z-index:1;
  229. }
  230.  
  231. #nav {
  232. background-color: transparent;
  233. width: 48vw;
  234. height: 5px;
  235. margin:auto;
  236. position: absolute;
  237. left: -4vw;
  238. top: -6vw;
  239. text-align: center;
  240. z-index: 10;
  241. }
  242.  
  243. #nav a, #nav a:link, #nav a:visited {
  244. display:inline-block;
  245. background: #332628;
  246. color: #332628;
  247. margin-top: 0px;
  248. margin-bottom: 0px;
  249. margin-left: 4vw;
  250. height: 100px;
  251. width: 150px;
  252. border-radius: 10px;
  253. box-shadow: 5px 5px 25px #d4dbee;
  254. -webkit-transition: 0.5s linear;
  255. -moz-transition: 0.5s linear;
  256. -o-transition: 0.5s linear;
  257. transition: 0.5s linear;
  258. }
  259.  
  260. #nav a:active, #nav a:hover {
  261. display:inline-block;
  262. height: 100px;
  263. width: 150px;
  264. border-radius: 100%;
  265. text-decoration:none;
  266. background: rgb(0,0,0,0.4);
  267. color: rgb(0,0,0,0.4);
  268. margin-left: 4vw;
  269. box-shadow: 0px 0px 5px #d4dbee;
  270. -webkit-transition: 0.5s linear;
  271. -moz-transition: 0.5s linear;
  272. -o-transition: 0.5s linear;
  273. transition: 0.5s linear;
  274. }
  275.  
  276. #icon {
  277. width: 150px;
  278. margin: 0px;
  279. border: none;
  280. height: 100px;
  281. background-color:transparent;
  282. position: absolute;
  283. background-image:url("https://i.ibb.co/kD0dv09/1.jpg");
  284. background-repeat:no-repeat;
  285. background-position: center;
  286. background-size: cover;
  287. border-radius: 10px;
  288. border: 2px solid #000;
  289. filter: blur(4px) grayscale(100%);
  290. box-sizing: border-box;
  291. z-index: 11;
  292. transition: 0.5s;
  293. }
  294.  
  295. #icon:hover {
  296. filter: blur(0px) grayscale(0%);
  297. background-position: 40% 10%;
  298. }
  299.  
  300. #icon2 {
  301. width: 150px;
  302. margin: 0px;
  303. border: none;
  304. height: 100px;
  305. background-color:transparent;
  306. position: absolute;
  307. background-image:url("https://cdn.donmai.us/sample/b1/dc/__rufus_shinra_final_fantasy_and_2_more_drawn_by_halu_ca__sample-b1dc5ff7e0292c39611b5afbf3679883.jpg");
  308. background-repeat:no-repeat;
  309. background-position: center;
  310. background-size: cover;
  311. border-radius: 10px;
  312. border: 2px solid #000;
  313. z-index: 11;
  314. filter: blur(4px) grayscale(100%);
  315. box-sizing: border-box;
  316. transition: 0.5s;
  317. }
  318.  
  319. #icon2:hover {
  320. filter: blur(0px) grayscale(0%);
  321. background-position: 40% 10%;
  322. }
  323.  
  324. #icon3 {
  325. width: 150px;
  326. margin: 0px;
  327. border: none;
  328. height: 100px;
  329. background-color:transparent;
  330. position: absolute;
  331. background-image:url("https://cdn.donmai.us/sample/fb/29/__rufus_shinra_final_fantasy_and_2_more_drawn_by_dmsk__sample-fb2988ae2befdb8a9dfbb3261146fbde.jpg");
  332. background-repeat:no-repeat;
  333. background-position: center;
  334. background-size: cover;
  335. border-radius: 10px;
  336. border: 2px solid #000;
  337. z-index: 11;
  338. filter: blur(4px) grayscale(100%);
  339. box-sizing: border-box;
  340. transition: 0.5s;
  341. }
  342.  
  343. #icon3:hover {
  344. filter: blur(0px) grayscale(0%);
  345. background-position: 40% 10%;
  346. }
  347.  
  348. #icon4 {
  349. width: 150px;
  350. margin: 0px;
  351. border: none;
  352. height: 100px;
  353. background-color:transparent;
  354. position: absolute;
  355. background-image:url("https://cdn.donmai.us/sample/5f/79/__rufus_shinra_final_fantasy_and_2_more_drawn_by_danhu__sample-5f79645326e1a62a34362c44d73c117c.jpg");
  356. background-repeat:no-repeat;
  357. background-position: center;
  358. background-size: cover;
  359. border-radius: 10px;
  360. border: 2px solid #000;
  361. z-index: 11;
  362. filter: blur(4px) grayscale(100%);
  363. box-sizing: border-box;
  364. transition: 0.5s;
  365. }
  366.  
  367. #icon4:hover {
  368. filter: blur(0px) grayscale(0%);
  369. background-position: 40% 10%;
  370. }
  371.  
  372. .alias {position: absolute;
  373. font-family: 'Staatliches';
  374. color: #fff;
  375. font-size: 4vw;
  376. bottom: 9.7vw;
  377. left: -16.7vw;
  378. width: 30vw;
  379. height: 5vw;
  380. text-align: center;
  381. transform: rotate(-90deg);
  382. overflow: auto;
  383. padding:5px 5px 5px 5px;
  384. z-index: 1;}
  385.  
  386. a {text-decoration: none; color: #FFD700;}
  387. p {text-indent: 50px; color: #fff; font-size: 30px; text-decoration: bold; line-height: 0;}
  388. h1 {
  389. background: url(https://static.wikia.nocookie.net/powerlisting/images/a/a9/The_Lifestream_%28Final_Fantasy_VII%29.gif);
  390. background-position: center;
  391. background-size:cover;
  392. line-height:1vw;
  393. letter-spacing: 0.2vw;
  394. font-size: 4vh;
  395. font-family: 'Cinzel Decorative';
  396. text-align: center;
  397. border: .2vh solid #15181F;
  398. border-radius: 10px;
  399. color: #006400;
  400. filter: drop-shadow(0px 0px 10px #15181F);
  401. text-shadow: 3px 1px 2px #15181F, 0 0 25px #15181F;
  402. margin-top: 1vh;
  403. }
  404. </style>
  405.  
  406. <div id="introimage"></div>
  407. <div id="page">
  408.  
  409. <button class="button">The King of Gaea</button>
  410. <div id="introcontainer">
  411. <div id="introcontent">
  412.  
  413.  
  414. <div style="width: 22vw; height: 20vw; overflow-y: hidden;">
  415.  
  416. <a name="one"></a>
  417. <div style="width: 22vw; height: 20vw; overflow: auto;" align="left">
  418. <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>
  419. <b>01</b>. OOC<br>
  420. <b>02</b>. OOC<br>
  421. <b>03</b>. OOC<br>
  422. <b>04</b>. OOC<br>
  423. <b>05.</b> OOC<br><br>
  424. <center><b>10</b>. Click images to see more! On this page, click that little title you see above.~</center>
  425. </div>
  426. </div>
  427. </div>
  428. </div>
  429.  
  430.  
  431. </div>
  432.  
  433. <div class="cover"></div>
  434.  
  435. <div id="image"></div>
  436.  
  437. <div id="container">
  438.  
  439. <div id="nav">
  440. <a href="#one"><div id="icon"></div></a>
  441. <a href="#two"><div id="icon2"></div></a>
  442. <a href="#three"><div id="icon3"></div></a>
  443. <a href="#four"><div id="icon4"></div></a>
  444. </div>
  445.  
  446. <div class="alias">President Shinra</div>
  447.  
  448. <div id="content">
  449. <div style="width: 43vw; height: 25vw; overflow-y: hidden;">
  450.  
  451. <a name="one"></a>
  452. <div style="width: 43vw; height: 25vw; overflow: auto;" align="center">
  453. <h1>The Basics</h1>
  454. <span style="float:left;"><b>Name</b></span><span style="float:right;">Rufus Shinra</span><br>
  455. <span style="float:left;"><b>Alias(es)</b></span><span style="float:right;">TBA</span><br>
  456. <span style="float:left;"><b>Gender</b></span><span style="float:right;">Male</span><br>
  457. <span style="float:left;"><b>Apparent Age</b></span><span style="float:right;">30</span><br>
  458. <span style="float:left;"><b>Height</b></span><span style="float:right;">TBA</span><br>
  459. <span style="float:left;"><b>Weight</b></span><span style="float:right;">TBA</span><br><br>
  460. <span style="float:left;"><b>Orientation</b></span><span style="float:right;">TBA</span><br>
  461. <span style="float:left;"><b>Relationship Preference</b></span><span style="float:right;">TBA</span><br>
  462. <span style="float:left;"><b>Relationship</b></span><span style="float:right;">N/A</span><br>
  463. <span style="float:left;"><b>Race</b></span><span style="float:right;">Human</span><br>
  464. <span style="float:left;"><b>Eyes</b></span><span style="float:right;">Blue</span><br>
  465. <span style="float:left;"><b>Hair</b></span><span style="float:right;">Blonde</span><br><br>
  466. <span style="float:left;"><b>F-List</b></span><span style="float:right;"><a target="_blank" href="LINK" target="_blank">Link title</a></span><br>
  467. </div>
  468.  
  469. <a name="two"></a>
  470. <div style="width: 43vw; height: 25vw; overflow: auto;" align="left">
  471. <h1>Abilities</h1>
  472.  
  473. </div>
  474.  
  475.  
  476. <a name="three"></a>
  477. <div style="width: 43vw; height: 25vw; overflow: auto;" align="center">
  478. <h1>History</h1>
  479.  
  480. </div>
  481.  
  482. <a name="four"></a>
  483. <div style="width: 43vw; height: 25vw; overflow: auto;" align="left">
  484. <h1>Friends</h1>
  485.  
  486. <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>
  487. </div>
  488. </div>
  489. </div>
  490. </div>
  491.  
  492. </body>
  493. </html>
Add Comment
Please, Sign In to add comment