Advertisement
RageQxeen

The Undertaker

Jul 25th, 2022 (edited)
212
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.81 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=Cinzel+Decorative|Ibarra+Real+Nova|Baskervville|Cinzel);
  50.  
  51. html, body {
  52. background:#fafafa;
  53. background-image:url('http://37.media.tumblr.com/tumblr_ls0w5txuft1r3vazto13_r1_400.png');
  54. background-attachment:fixed;
  55. background-repeat:repeat;
  56. padding:0;
  57. margin:0;
  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: 24vw;
  79. margin: 0px;
  80. border: none;
  81. height: 44vw;
  82. background-color:transparent;
  83. position: absolute;
  84. left: 9.8vw;
  85. top: 10vw;
  86. background-image:url("http://i.picpar.com/sRXd.png");
  87. background-repeat:no-repeat;
  88. background-position: bottom;
  89. background-size: 100%;
  90. z-index: 2;
  91. -webkit-animation: fade-in-bck 1s cubic-bezier(0.390, 0.575, 0.565, 1.000) 1s both;
  92. animation: fade-in-bck 1s cubic-bezier(0.390, 0.575, 0.565, 1.000) 1s both;
  93. }
  94.  
  95. #horizontalline {
  96. width: 3.8vw;
  97. height: 48vw;
  98. position: fixed;
  99. background-image:url('http://37.media.tumblr.com/tumblr_lxwynw0Pdg1r9g6hvo2_250.png');
  100. opacity:;.9;
  101. left: 20vw;
  102. top: 3vw;
  103. z-index: 1;
  104. }
  105.  
  106. #verticalline {
  107. width: 80vw;
  108. height: 3vw;
  109. position: fixed;
  110. background-image:url('http://37.media.tumblr.com/tumblr_lxwynw0Pdg1r9g6hvo2_250.png');
  111. opacity:;.9;
  112. left: 10vw;
  113. top: 15vw;
  114. z-index: 1;
  115. }
  116.  
  117. #name {
  118. z-index:15;
  119. position: absolute;
  120. right: 8vw;
  121. top: 11vw;
  122. margin: auto;
  123. background: #transparent;
  124. width: 40vw;
  125. height: 4vw;
  126. font-family: 'Cinzel Decorative', cursive;
  127. font-size: 4vw;
  128. background: url(https://thumbs.gfycat.com/ForthrightPeskyGuppy-size_restricted.gif) 50px 50px repeat;
  129. -webkit-text-fill-color: transparent;
  130. -webkit-background-clip: text;
  131. background-position: bottom;
  132. display:block;
  133. text-align: center;
  134. letter-spacing: 1px;
  135. -webkit-transition:opacity 2s linear;
  136. line-height:3.6vw;
  137. -webkit-animation: slide-in-left 1.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) 1.5s both;
  138. animation: slide-in-left 1.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) 1.5s both;
  139. }
  140.  
  141. #nameunder{
  142. z-index:15;
  143. position: absolute;
  144. right: 8vw;
  145. top: 11vw;
  146. margin: auto;
  147. background: #transparent;
  148. width: 40vw;
  149. height: 4vw;
  150. font-family: 'Cinzel Decorative', cursive;
  151. font-size: 4vw;
  152. -webkit-text-fill-color: #A9A9A9;
  153. text-transform: none;
  154. -webkit-background-clip: text;
  155. display:block;
  156. text-shadow: -1px 0 #c0c0c0, 0 1px #000,1px 0 #000, 0 -1px #c0c0c0;
  157. text-align: center;
  158. letter-spacing: 1px;
  159. -webkit-transition:opacity 2s linear;
  160. line-height:3.6vw;
  161. -webkit-animation: slide-in-left 1.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) 1.5s both;
  162. animation: slide-in-left 1.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) 1.5s both;
  163. }
  164.  
  165. #container {
  166. width: 6vw;
  167. height: 11.8vw;
  168. position: fixed;
  169. background-image:url('http://37.media.tumblr.com/tumblr_lxwynw0Pdg1r9g6hvo2_250.png');
  170. opacity:;.9;
  171. right: 12vw;
  172. top: 18vw;
  173. z-index: 1;
  174. -webkit-animation: slide-in-top 1s cubic-bezier(0.250, 0.460, 0.450, 0.940) 0.5s both;
  175. animation: slide-in-top 1s cubic-bezier(0.250, 0.460, 0.450, 0.940) 0.5s both;
  176. }
  177.  
  178. #container2 {
  179. width: 40vw;
  180. height: 25vw;
  181. position: fixed;
  182. background-image:url('http://37.media.tumblr.com/tumblr_lxwynw0Pdg1r9g6hvo2_250.png');
  183. opacity:;.9;
  184. right: 23vw;
  185. top: 18.5vw;
  186. z-index: 1;
  187. -webkit-animation: slide-in-top 1s cubic-bezier(0.250, 0.460, 0.450, 0.940) 0.5s both;
  188. animation: slide-in-top 1s cubic-bezier(0.250, 0.460, 0.450, 0.940) 0.5s both;
  189. }
  190.  
  191. #content {
  192. background-color:#A9A9A9;
  193. width: 38vw;
  194. height: 22vw;
  195. margin:auto;
  196. position: absolute;
  197. padding: 5px;
  198. font-family: 'Baskervville', cursive;
  199. font-size: 18px;
  200. color: #000;
  201. right: .6vw;
  202. top: 1vw;
  203. z-index: 2;
  204. border: #000000 solid 2px;
  205. }
  206.  
  207. #nav {
  208. background-color: transparent;
  209. width: .5vw;
  210. height: 1.7vw;
  211. margin:auto;
  212. position: absolute;
  213. right: 5vw;
  214. top: 0vw;
  215. z-index:1;
  216. }
  217.  
  218. #nav a, #nav a:link, #nav a:visited {
  219. display:inline-block;
  220. height: 1.1vw;
  221. width: 3.8vw;
  222. text-align: center;
  223. font-family: 'Ibarra Real Nova';
  224. font-size: 15px;
  225. text-decoration: none;
  226. color: #000;
  227. background: #68707c;
  228. margin: 5px;
  229. background-image: url("https://i.imgur.com/oJUsgm3.png");
  230. border: double #000 5px;
  231. -webkit-transition: 0.5s linear;
  232. -moz-transition: 0.5s linear;
  233. -o-transition: 0.5s linear;
  234. transition: 0.5s linear;
  235. }
  236.  
  237. #nav a:active, #nav a:hover {
  238. display:inline-block;
  239. height: 1.1vw;
  240. width: 3.8vw;
  241. text-align: center;
  242. font-family: 'Ibarra Real Nova';
  243. font-size: 15px;
  244. text-decoration: none;
  245. color: #c0c0c0;
  246. background: #2F4F4F;
  247. margin: 5px;
  248. background-image: url("https://i.imgur.com/oJUsgm3.png");
  249. border: double #778899 5px;
  250. -webkit-transition: 0.5s linear;
  251. -moz-transition: 0.5s linear;
  252. -o-transition: 0.5s linear;
  253. transition: 0.5s linear;
  254. }
  255.  
  256. @-webkit-keyframes fade-in-bck {
  257. 0% {
  258. -webkit-transform: translateZ(80px);
  259. transform: translateZ(80px);
  260. opacity: 0;
  261. }
  262. 100% {
  263. -webkit-transform: translateZ(0);
  264. transform: translateZ(0);
  265. opacity: 1;
  266. }
  267. }
  268. @keyframes fade-in-bck {
  269. 0% {
  270. -webkit-transform: translateZ(80px);
  271. transform: translateZ(80px);
  272. opacity: 0;
  273. }
  274. 100% {
  275. -webkit-transform: translateZ(0);
  276. transform: translateZ(0);
  277. opacity: 1;
  278. }
  279. }
  280.  
  281. @-webkit-keyframes slide-in-left {
  282. 0% {
  283. -webkit-transform: translateX(-1000px);
  284. transform: translateX(-1000px);
  285. opacity: 0;
  286. }
  287. 100% {
  288. -webkit-transform: translateX(0);
  289. transform: translateX(0);
  290. opacity: 1;
  291. }
  292. }
  293. @keyframes slide-in-left {
  294. 0% {
  295. -webkit-transform: translateX(-1000px);
  296. transform: translateX(-1000px);
  297. opacity: 0;
  298. }
  299. 100% {
  300. -webkit-transform: translateX(0);
  301. transform: translateX(0);
  302. opacity: 1;
  303. }
  304. }
  305.  
  306. @-webkit-keyframes slide-in-top {
  307. 0% {
  308. -webkit-transform: translateY(-1000px);
  309. transform: translateY(-1000px);
  310. opacity: 0;
  311. }
  312. 100% {
  313. -webkit-transform: translateY(0);
  314. transform: translateY(0);
  315. opacity: 1;
  316. }
  317. }
  318. @keyframes slide-in-top {
  319. 0% {
  320. -webkit-transform: translateY(-1000px);
  321. transform: translateY(-1000px);
  322. opacity: 0;
  323. }
  324. 100% {
  325. -webkit-transform: translateY(0);
  326. transform: translateY(0);
  327. opacity: 1;
  328. }
  329. }
  330.  
  331.  
  332. i{color: #443a59;}
  333. b{color: #000;}
  334. a{color: #444; text-decoration: none;}
  335. h1{border-bottom: 1px solid #000; text-align: center; font-size: 30px; font-family: 'Cinzel', cursive; color: #000;}
  336. h2{border-bottom: 1px solid #000; text-align: left; font-size: 30px; font-family: 'Cinzel', cursive; color: #000;}
  337. h3{border-bottom: 1px solid #000; text-align: right; font-size: 30px; font-family: 'Cinzel', cursive; color: #000;}
  338. </style>
  339.  
  340. <div id="image"></div>
  341. <div id="nameunder">The Undertaker</div><div id="name">The Undertaker</div>
  342.  
  343. <div id="horizontalline"></div>
  344. <div id="verticalline"></div>
  345.  
  346. <div id="container">
  347. <div id="nav">
  348. <a href="#two">Stats</a>
  349. <a href="#three">Powers</a>
  350. <a href="#four">History</a>
  351. <a href="#five">Friends</a>
  352. <a href="#one">Reset</a>
  353. </div>
  354. </div>
  355.  
  356. <div id="container2">
  357. <div id="content">
  358. <div style="width: 38vw; height: 22vw; overflow-y: hidden;">
  359.  
  360. <a name="one"></a>
  361. <div style="width: 38vw; height: 22vw; overflow: auto;" align="left">
  362. <center><b>00</b>. Code made by <a href="https://rageqxeen.neocities.org/vw_codes/rageqxeen.html" target="_blank">RageQxeen</a>, do not steal.<br><br></center>
  363. <b>01</b>. OOC.<br>
  364. <b>02</b>. OOC.<br>
  365. <b>03</b>. OOC.<br>
  366. <b>04</b>. OOC.<br>
  367. <b>05</b>. OOC.<br>
  368. </div>
  369.  
  370.  
  371. <a name="two"></a>
  372. <div style="width: 38vw; height: 22vw; overflow: auto;" align="left">
  373. <span style="float:left;"><b>Name</b></span><span style="float:right;"></span><br>
  374. <span style="float:left;"><b>Alias(es)</b></span><span style="float:right;"><a title="">hover</a></span><br>
  375. <span style="float:left;"><b>Gender</b></span><span style="float:right;"></span><br>
  376. <span style="float:left;"><b>Age</b></span><span style="float:right;"></span><br>
  377. <span style="float:left;"><b>Apparent Age</b></span><span style="float:right;"></span><br>
  378. <span style="float:left;"><b>Race</b></span><span style="float:right;"></span><br>
  379. <span style="float:left;"><b>Voice</b></span><span style="float:right;"><a href="HERE" target="_blank">Click~</a></span><br><br>
  380. <span style="float:left;"><b>Height</b></span><span style="float:right;"></span><br>
  381. <span style="float:left;"><b>Weight</b></span><span style="float:right;"></span><br>
  382. <span style="float:left;"><b>Eyes</b></span><span style="float:right;"></span><br>
  383. <span style="float:left;"><b>Hair</b></span><span style="float:right;"></span><br>
  384. <span style="float:left;"><b>Build</b></span><span style="float:right;"></span><br><br>
  385. <span style="float:left;"><b>Orientation</b></span><span style="float:right;"></span><br>
  386. <span style="float:left;"><b>Relationship</b></span><span style="float:right;"></span><br>
  387. <span style="float:left;"><b>Affiliation</b></span><span style="float:right;"></span><br><br>
  388. </div>
  389.  
  390. <a name="three"></a>
  391. <div style="width: 38vw; height: 22vw; overflow: auto;" align="left">
  392. <h1>Powers</h1>
  393. </div>
  394.  
  395. <a name="four"></a>
  396. <div style="width: 38vw; height: 22vw; overflow: auto;" align="left">
  397. <h1>History</h1>
  398. </div>
  399.  
  400. <a name="five"></a>
  401. <div style="width: 38vw; height: 22vw; overflow: auto;" align="left">
  402. <h1>Connections</h1>
  403. <a target="_blank" href="PROFILE LINK HERE"><img src="IMAGE LINK HERE" height="75" width="75" align="left" border="3"></a><br>
  404. <center><b>- Name -</b><br> <i>foe/friend</i><br> small note.</center><br><br><br><br>
  405. <a target="_blank" href="PROFILE LINK HERE"><img src="IMAGE LINK HERE" height="75" width="75" align="left" border="3"></a><br>
  406. <center><b>- Name -</b><br> <i>foe/friend</i><br> small note.</center><br><br><br><br> <a target="_blank" href="PROFILE LINK HERE"><img src="IMAGE LINK HERE" height="75" width="75" align="left" border="3"></a><br>
  407. <center><b>- Name -</b><br> <i>foe/friend</i><br> small note.</center><br><br><br><br>
  408. <a target="_blank" href="PROFILE LINK HERE"><img src="IMAGE LINK HERE" height="75" width="75" align="left" border="3"></a><br>
  409. <center><b>- Name -</b><br> <i>foe/friend</i><br> small note.</center><br><br><br><br>
  410. </div>
  411. </div>
  412. </div>
  413. </div>
  414. </body>
  415. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement