Advertisement
RageQxeen

Diabolical Esper

Oct 4th, 2022
37
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.56 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=Share+Tech+Mono|Libre+Barcode+39+Text|Major+Mono+Display);
  50.  
  51. html, body {
  52. background: #1F1C2C; /* fallback for old browsers */
  53. background: -webkit-linear-gradient(to right, #928DAB, #1F1C2C); /* Chrome 10-25, Safari 5.1-6 */
  54. background: linear-gradient(to right, #928DAB, #1F1C2C); /* 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. .cover {
  75. background:url('https://i.pinimg.com/originals/ab/ce/40/abce403ac20277ebfa5052937496c8db.gif');
  76. opacity: .05;
  77. position: absolute;
  78. width: 100vw;
  79. height: 100vw;
  80. left: 0vw;
  81. bottom: 0vw;
  82. z-index: 0;
  83. }
  84.  
  85. #image {
  86. width: 28vw;
  87. margin: 0px;
  88. border: none;
  89. height: 45vw;
  90. background-color:transparent;
  91. position: absolute;
  92. left: 10vw;
  93. bottom: 0vw;
  94. background-image:url("https://i.ibb.co/JRPBGJk/1-5.png");
  95. background-repeat:no-repeat;
  96. background-position: bottom;
  97. background-size: 100%;
  98. -webkit-animation: bounce;
  99. animation: bounce;
  100. -webkit-animation-duration: 3s;
  101. animation-duration: 3s;
  102. -webkit-animation-fill-mode: both;
  103. animation-fill-mode: both;
  104. -webkit-animation-timing-function: linear;
  105. animation-timing-function: linear;
  106. animation-iteration-count: infinite;
  107. -webkit-animation-iteration-count: infinite;
  108. }
  109.  
  110. @keyframes bounce{
  111. 0% {bottom: 0px;}
  112. 50% {bottom: 40px;}
  113. 100% {bottom: 0px;}}
  114.  
  115. @-webkit-keyframes bounce {
  116. 0% {bottom: 0px;}
  117. 50% {bottom: 40px;}
  118. 100% {bottom: 0px;}
  119. }
  120.  
  121. #navi1 {position: absolute;
  122. left: 29vw;
  123. bottom: 24vw;}
  124.  
  125. #navi1 a {background-color: #600;
  126. background:url('https://i.ibb.co/cbn7mZ5/5.png')
  127. center center no-repeat;;
  128. background-size: 100%;
  129. display: inline-block;
  130. height: 150px;
  131. width: 14px;
  132. border: 0px solid #000;
  133.  
  134. }
  135.  
  136. #navi2 {position: absolute;
  137. left: 35vw;
  138. bottom: 30vw;}
  139.  
  140. #navi2 a {background-color: #600;
  141. background:url('https://i.ibb.co/7bRnvLc/4.png')
  142. center center no-repeat;;
  143. background-size: 100%;
  144. display: inline-block;
  145. height: 152px;
  146. width: 22px;
  147. border: 0px solid #000;}
  148.  
  149. #navi3 {position: absolute;
  150. left: 35vw;
  151. bottom: 12vw;}
  152.  
  153. #navi3 a {background-color: #600;
  154. background:url('https://i.ibb.co/5rJGQ4y/3.png')
  155. center center no-repeat;;
  156. background-size: 100%;
  157. display: inline-block;
  158. height: 200px;
  159. width: 35px;
  160. border: 0px solid #000;}
  161.  
  162. #navi4 {position: absolute;
  163. left: 14vw;
  164. bottom: 8vw;}
  165.  
  166. #navi4 a {background-color: #600;
  167. background:url('https://i.ibb.co/QQchKXd/2.png')
  168. center center no-repeat;;
  169. background-size: 100%;
  170. display: inline-block;
  171. height: 242px;
  172. width: 20px;
  173. border: 0px solid #000;}
  174.  
  175. #navi5 {position: absolute;
  176. left: 11vw;
  177. bottom: 14vw;}
  178.  
  179. #navi5 a {background-color: #600;
  180. background:url('https://i.ibb.co/tZtBxDc/1.png')
  181. center center no-repeat;;
  182. background-size: 100%;
  183. display: inline-block;
  184. height: 238px;
  185. width: 24px;
  186. border: 0px solid #000;}
  187.  
  188. #bar {
  189. width: 10vw;
  190. height: 100%;
  191. background-color: #000;
  192. position: absolute;
  193. right: 25vw;
  194. bottom: 0vw;
  195. margin: auto;
  196. transform: skew(-45deg);
  197. z-index: 1;
  198. }
  199.  
  200. #container {
  201. background-color:#69626d;
  202. width: 45vw;
  203. height: 40vw;
  204. margin:auto;
  205. position: absolute;
  206. padding: 5px;
  207. right: 8vw;
  208. top: 5vw;
  209. z-index:1;
  210. box-shadow: 0px 5px 10px #000;
  211. background-color: #000;
  212. border-radius: 20px;
  213. z-index: 1;
  214. }
  215.  
  216. #content {
  217. background-color: rgb(146,141,171, 0.8);
  218. width: 43vw;
  219. height: 38vw;
  220. margin:auto;
  221. position: absolute;
  222. padding: 10px;
  223. font-family: 'Share Tech Mono', cursive;
  224. font-size: 18px;
  225. color: #fff;
  226. right: .75vw;
  227. bottom: .75vw;
  228. border-radius: 20px;
  229. z-index:1;
  230. }
  231.  
  232. .alias {position: absolute;
  233. font-family: 'Major Mono Display';
  234. color: #000;
  235. font-size: 3vw;
  236. bottom: 19vw;
  237. left: -24vw;
  238. width: 45vw;
  239. height: 3vw;
  240. text-align: center;
  241. overflow: auto;
  242. transform: rotate(-90deg);
  243. padding:5px 5px 5px 5px;
  244. z-index: 3;}
  245.  
  246. a {text-decoration: none; color: #3a6186;}
  247. p {background-color: transparent;
  248. background: -webkit-linear-gradient(to right, #004e92, #000, #000C40); /* Chrome 10-25, Safari 5.1-6 */
  249. background: linear-gradient(to right, #004e92, #000, #000C40); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  250. -webkit-background-clip: text;
  251. -webkit-text-fill-color: transparent; }
  252. h1 {
  253. background: url(https://64.media.tumblr.com/5cbdcc95227023dc5ecb6e97499cf951/tumblr_njvmf50Pkq1r94dqgo1_500.gif);
  254. background-position: left;
  255. background-size:cover;
  256. line-height:1vw;
  257. letter-spacing: 0.2vw;
  258. font-size: 4vh;
  259. font-family: 'Libre Barcode 39 Text';
  260. text-align: center;
  261. border: .2vh solid #15181F;
  262. border-radius: 10px;
  263. color: #fff;
  264. filter: drop-shadow(0px 0px 5px #15181F);
  265. text-shadow: 3px 1px 2px #15181F, 0 0 25px #15181F;
  266. margin-top: 1vh;
  267. }
  268. </style>
  269. <div class="cover"></div>
  270. <div id="image"></div>
  271.  
  272. <div id="navi5"><a href="#five"></a></div>
  273. <div id="navi4"><a href="#four"></a></div>
  274. <div id="navi3"><a href="#three"></a></div>
  275. <div id="navi2"><a href="#two"></a></div>
  276. <div id="navi1"><a href="#one"></a></div>
  277.  
  278. <div id="bar"></div>
  279.  
  280. <div id="container">
  281.  
  282. <div class="alias">Diabolical Esper</div>
  283.  
  284. <div id="content">
  285. <div style="width: 43vw; height: 38vw; overflow-y: hidden;">
  286.  
  287. <a name="one"></a>
  288. <div style="width: 43vw; height: 38vw; overflow: auto;" align="center">
  289. <h1>The Basics</h1>
  290. <p>
  291. <span style="float:left;"><b>True Name</b></span><span style="float:right;">HERE</span><br>
  292. <span style="float:left;"><b>Alias(es)</b></span><span style="float:right;"><a title="HERE">hover</a></span><br>
  293. <span style="float:left;"><b>Gender</b></span><span style="float:right;">HERE</span><br>
  294. <span style="float:left;"><b>Apparent Age</b></span><span style="float:right;">HERE</span><br><br>
  295. <span style="float:left;"><b>Ethnicity</b></span><span style="float:right;">HERE</span><br>
  296. <span style="float:left;"><b>Orientation</b></span><span style="float:right;">HERE</span><br>
  297. <span style="float:left;"><b>Marital Status</b></span><span style="float:right;">HERE</span><br>
  298. <span style="float:left;"><b>Affiliation</b></span><span style="float:right;">HERE</span><br>
  299. <span style="float:left;"><b>Alignment</b></span><span style="float:right;">HERE</span><br>
  300. <span style="float:left;"><b>Handicaps</b></span><span style="float:right;">HERE</span><br>
  301. <span style="float:left;"><b>Allergies</b></span><span style="float:right;">HERE</span><br><br>
  302. <span style="float:left;"><b>Height</b></span><span style="float:right;">HERE</span><br>
  303. <span style="float:left;"><b>Weight</b></span><span style="float:right;">HERE</span><br>
  304. <span style="float:left;"><b>Body Type</b></span><span style="float:right;">HERE</span><br>
  305. <span style="float:left;"><b>Iris Color</b></span><span style="float:right;">HERE</span><br>
  306. <span style="float:left;"><b>Hair Color</b></span><span style="float:right;">HERE</span><br>
  307. <span style="float:left;"><b>Skin Tone</b></span><span style="float:right;">HERE</span><br>
  308. <span style="float:left;"><b>Dominant Hand</b></span><span style="float:right;">HERE</span>
  309. </p>
  310. </div>
  311.  
  312. <a name="two"></a>
  313. <div style="width: 43vw; height: 38vw; overflow: auto;" align="left">
  314. <h1>Abilities</h1>
  315. <p>
  316. HERE
  317. </p>
  318. </div>
  319.  
  320.  
  321. <a name="three"></a>
  322. <div style="width: 43vw; height: 38vw; overflow: auto;" align="left">
  323. <h1>History</h1>
  324. <p>
  325. HERE
  326. </p>
  327. </div>
  328.  
  329. <a name="four"></a>
  330. <div style="width: 43vw; height: 38vw; overflow: auto;" align="left">
  331. <h1>Friends</h1>
  332. <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>
  333.  
  334. </div>
  335.  
  336. <a name="five"></a>
  337. <div style="width: 43vw; height: 38vw; overflow: auto;" align="left">
  338. <h1>Out of Character</h1>
  339. <p>
  340. <b>00</b>. Code made by <a target="_blank" href="https://rageqxeen.neocities.org/vw_codes/rageqxeen.html" target="_blank">RageQxeen</a>, do not steal.<br>
  341. <b>01</b>. OOC<br>
  342. <b>02</b>. OOC<br>
  343. <b>03</b>. OOC<br>
  344. <b>04</b>. OOC<br>
  345. <b>05</b>. OOC<br>
  346. </p>
  347. </div>
  348. </div>
  349. </div>
  350. </div>
  351. </div>
  352. </body>
  353. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement