RageQxeen

Afterburner

Jan 16th, 2020
217
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.10 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=Baskervville|Libre+Baskerville|Raleway&display=swap');
  50.  
  51. html, body {
  52. background: rgb(197,200,217);
  53. -moz-linear-gradient(270deg, rgba(197,200,217,1) 0%, rgba(148,164,179,1) 25%, rgba(144,182,227,1) 50%, rgba(112,155,197,1) 75%, rgba(26,48,69,1) 100%);
  54. -webkit-linear-gradient(270deg, rgba(197,200,217,1) 0%, rgba(148,164,179,1) 25%, rgba(144,182,227,1) 50%, rgba(112,155,197,1) 75%, rgba(26,48,69,1) 100%);
  55. linear-gradient(270deg, rgba(197,200,217,1) 0%, rgba(148,164,179,1) 25%, rgba(144,182,227,1) 50%, rgba(112,155,197,1) 75%, rgba(26,48,69,1) 100%);
  56. background-image:url("https://www.transparenttextures.com/patterns/crissxcross.png");
  57. background-size:400px;
  58. background-repeat: repeat;
  59. background-position:center bottom;
  60. }
  61.  
  62. ::-webkit-scrollbar-button:vertical:{
  63. background-color: #transparent;}
  64.  
  65. ::-webkit-scrollbar-thumb:vertical {
  66. background-color:#transparent;
  67. height:150px;}
  68.  
  69. ::-webkit-scrollbar-thumb:horizontal {
  70. background-color:#transparent;
  71. height:60px;}
  72.  
  73.  
  74. ::-webkit-scrollbar {
  75. height:60px;
  76. width:5px;
  77. background-color:#transparent;}
  78.  
  79. #image {
  80. width: 30vw;
  81. margin: 0px;
  82. border: none;
  83. height: 42vw;
  84. background-color:transparent;
  85. position: absolute;
  86. right: -5vw;
  87. bottom: 0vw;
  88. background-image:url("http://i.picpar.com/Z3Xd.png");
  89. background-repeat:no-repeat;
  90. background-position: bottom;
  91. background-size: 100%;
  92. }
  93.  
  94. #container {
  95. background-color:#999;
  96. width: 70vw;
  97. height: 35vw;
  98. margin:auto;
  99. position: absolute;
  100. padding: 5px;
  101. right: 15vw;
  102. top: 10vw;
  103. z-index:1;
  104. box-shadow: 0px 5px 10px #000;
  105. }
  106.  
  107. #content {
  108. background-color:#c0c0c0;
  109. width: 44vw;
  110. height: 23.5vw;
  111. margin:auto;
  112. position: absolute;
  113. padding: 5px;
  114. font-family: 'Baskervville', cursive;
  115. font-size: 18px;
  116. color: #000;
  117. left: 2vw;
  118. top: 1vw;
  119. z-index:1;
  120. border: #000000 solid 2px;
  121. }
  122.  
  123. #friendlist {
  124. background-color:#c0c0c0;
  125. width: 65.75vw;
  126. height: 8vw;
  127. margin:auto;
  128. position: absolute;
  129. padding: 5px;
  130. font-family: 'Baskervville', cursive;
  131. font-size: 18px;
  132. color: #000;
  133. right: 2vw;
  134. bottom: 1vw;
  135. z-index:1;
  136. border: #000000 solid 2px;
  137. }
  138.  
  139. #name {
  140. z-index:15;
  141. position: absolute;
  142. left: 2vw;
  143. top: -2vw;
  144. margin: auto;
  145. background: #transparent;
  146. width: 25vw;
  147. height: 4vw;
  148. font-family: 'Raleway', cursive;
  149. font-size: 4.5vw;
  150. background: url(https://i.pinimg.com/originals/56/2f/f6/562ff6bf824a01a99cf1e48199516c8b.gif) 50px 50px repeat;
  151. -webkit-text-fill-color: transparent;
  152. -webkit-background-clip: text;
  153. background-position: center;
  154. display:block;
  155. text-align: center;
  156. letter-spacing: 1px;
  157. -webkit-transition:opacity 2s linear;
  158. line-height:3.6vw;
  159. }
  160.  
  161. #nameunder{
  162. z-index:15;
  163. position: absolute;
  164. left: 2vw;
  165. top: -2vw;
  166. margin: auto;
  167. background: #transparent;
  168. width: 25vw;
  169. height: 4vw;
  170. font-family: 'Raleway', cursive;
  171. font-size: 4.5vw;
  172. -webkit-text-fill-color: #A9A9A9;
  173. text-transform: none;
  174. -webkit-background-clip: text;
  175. display:block;
  176. text-shadow: -1px 0 #c0c0c0, 0 1px #000,1px 0 #000, 0 -1px #c0c0c0;
  177. text-align: center;
  178. letter-spacing: 1px;
  179. -webkit-transition:opacity 2s linear;
  180. line-height:3.6vw;
  181. }
  182.  
  183. #nav {
  184. background-color: transparent;
  185. width: .5vw;
  186. height: 16vw;
  187. margin:auto;
  188. position: absolute;
  189. right: 21vw;
  190. top: 5vw;
  191. text-align: center;
  192. text-decoration: none;
  193. z-index:3;
  194. }
  195.  
  196. #nav a, #nav a:link, #nav a:visited {
  197. display:inline-block;
  198. text-decoration: none;
  199. text-align: center;
  200. background: #c0c0c0;
  201. color: transparent;
  202. box-shadow: 0px 0px 5px #000;
  203. padding: 4px;
  204. height: 1.7vw;
  205. width: 0.1vw;
  206. margin: 5px;
  207. border-radius: 5px;
  208. }
  209.  
  210. #nav a:active, #nav a:hover {
  211. display:inline-block;
  212. height: 1.7vw;
  213. width: 0.1vw;
  214. text-decoration:none;
  215. background: #000;
  216. box-shadow: 0px 0px 5px #c0c0c0;
  217. color: transparent;
  218. margin: 5px;
  219. }
  220.  
  221. i{color: #405f7d;}
  222. b{color: #1a3045;}
  223. a{color: #4a6c8d; text-decoration: none;}
  224. h1{border-bottom: 1px solid #000; text-align: center; font-size: 30px; font-family: 'Libre Baskerville', cursive; color: #000;}
  225. h2{border-bottom: 1px solid #000; text-align: left; font-size: 30px; font-family: 'Libre Baskerville', cursive; color: #000;}
  226. h3{border-bottom: 1px solid #000; text-align: right; font-size: 30px; font-family: 'Libre Baskerville', cursive; color: #000;}
  227. </style>
  228.  
  229. <div id="container">
  230. <div id="nameunder">Afterburner</div><div id="name">Afterburner</div>
  231.  
  232. <div id="image"></div>
  233.  
  234. <div id="nav">
  235. <a href="#one">Main</a>
  236. <a href="#two">Seco</a>
  237. <a href="#three">Thir</a>
  238. <a href="#four">Four</a>
  239. </div>
  240.  
  241. <div id="content">
  242. <div style="width: 44vw; height: 23.5vw; overflow-y: hidden;">
  243.  
  244. <a name="one"></a>
  245. <div style="width: 44vw; height: 23.5vw; overflow: auto;" align="left">
  246. <span style="float:left;"><b>Name</b></span><span style="float:right;"></span><br>
  247. <span style="float:left;"><b>Alias(es)</b></span><span style="float:right;"><a title="TBA">hover</a></span><br>
  248. <span style="float:left;"><b>Gender</b></span><span style="float:right;"></span><br>
  249. <span style="float:left;"><b>Age</b></span><span style="float:right;"></span><br>
  250. <span style="float:left;"><b>Race</b></span><span style="float:right;"></span><br>
  251. <span style="float:left;"><b>Voice</b></span><span style="float:right;"><a href="" target="_blank">Click</a></span><br>
  252. <span style="float:left;"><b>Hero Name</b></span><span style="float:right;"></span><br>
  253. <span style="float:left;"><b>Class</b></span><span style="float:right;"></span><br><br>
  254. <span style="float:left;"><b>Height</b></span><span style="float:right;"></span><br>
  255. <span style="float:left;"><b>Weight</b></span><span style="float:right;"></span><br>
  256. <span style="float:left;"><b>Eyes</b></span><span style="float:right;"></span><br>
  257. <span style="float:left;"><b>Hair</b></span><span style="float:right;"></span><br>
  258. <span style="float:left;"><b>Build</b></span><span style="float:right;"></span><br><br>
  259. <span style="float:left;"><b>Orientation</b></span><span style="float:right;"></span><br>
  260. <span style="float:left;"><b>Relationship</b></span><span style="float:right;"></span><br>
  261. <span style="float:left;"><b>Affiliation</b></span><span style="float:right;"></span><br><br><br>
  262.  
  263.  
  264. <h2>headcanons</h2>
  265.  
  266. <br><br>
  267. </div>
  268.  
  269. <a name="two"></a>
  270. <div style="width: 44vw; height: 23.5vw; overflow: auto;" align="left">
  271. <h1>Combat</h1>
  272. <span style="float:left;"><b>Cooperation</b></span><span style="float:right;">●●○○○</span><br><br>
  273. <span style="float:left;"><b>Power</b></span><span style="float:right;">●●●●○</span><br><br>
  274. <span style="float:left;"><b>Speed</b></span><span style="float:right;">●●●●○</span><br><br>
  275. <span style="float:left;"><b>Intelligence</b></span><span style="float:right;">●●●○○</span><br><br>
  276. <span style="float:left;"><b>Technique</b></span><span style="float:right;">●●●●○</span><br><br>
  277.  
  278. <h2>Quirk</h2>
  279. <b>Quirk Name:</b> <br><br>
  280. <b>Quirk Type:</b> <br><br>
  281. <b>Quirk Description:</b>
  282. <br>
  283. <br><br>
  284.  
  285. <h3>Equipment</h3>
  286.  
  287. </div>
  288.  
  289.  
  290. <a name="three"></a>
  291. <div style="width: 44vw; height: 23.5vw; overflow: auto;" align="left">
  292. <h1>History</h1>
  293.  
  294. </div>
  295.  
  296. <a name="four"></a>
  297. <div style="width: 44vw; height: 23.5vw; overflow: auto;" align="left">
  298. <h1>Out of Character</h1>
  299. <b>00</b>. Code made by <a href="https://alliealgiere.neocities.org" target="_blank">RageQxeen</a>, do not steal.<br><br>
  300. <b>01</b>. <br><br>
  301. <b>02</b>. <br><br>
  302. <b>03</b>. <br><br>
  303. <b>04</b>. <br><br>
  304. <b>05</b>. <br><br>
  305. <b>06</b>. <br><br>
  306. <b>07</b>. <br><br>
  307. <b>08</b>. <br><br>
  308. <b>09</b>. <br><br>
  309. <b>10</b>. <br><br>
  310. </div>
  311. </div>
  312. </div>
  313.  
  314. <div id="friendlist">
  315. <div style="width: 65.75vw; height: 8vw; overflow: auto;" align="center">
  316. <marquee behavior="scroll" direction="up" onmouseover="this.stop();" onmouseout="this.start();">
  317. <a target="_blank" href="PROFILE LINK HERE"><img src="IMAGE LINK HERE" height="75" width="75" align="left" border="3"></a>
  318. <center><b>- Name -</b><br> <i>foe/friend</i><br> small note.</center><br><br><br><br>
  319. <a target="_blank" href="PROFILE LINK HERE"><img src="IMAGE LINK HERE" height="75" width="75" align="left" border="3"></a>
  320. <center><b>- Name -</b><br> <i>foe/friend</i><br> small note.</center><br><br><br><br>
  321. <a target="_blank" href="PROFILE LINK HERE"><img src="IMAGE LINK HERE" height="75" width="75" align="left" border="3"></a>
  322. <center><b>- Name -</b><br> <i>foe/friend</i><br> small note.</center><br><br><br><br>
  323. <a target="_blank" href="PROFILE LINK HERE"><img src="IMAGE LINK HERE" height="75" width="75" align="left" border="3"></a>
  324. <center><b>- Name -</b><br> <i>foe/friend</i><br> small note.</center><br><br><br><br>
  325. <a target="_blank" href="PROFILE LINK HERE"><img src="IMAGE LINK HERE" height="75" width="75" align="left" border="3"></a>
  326. <center><b>- Name -</b><br> <i>foe/friend</i><br> small note.</center><br><br><br><br>
  327. </marquee>
  328. </div>
  329. </div>
  330. </div>
  331. </body>
  332. </html>
Advertisement
Add Comment
Please, Sign In to add comment