RageQxeen

Jirou

Jan 16th, 2020
146
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.05 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=Gayathri|Gelasio&display=swap');
  50.  
  51. html, body {
  52. background: rgb(240,3,3);
  53. background: -moz-linear-gradient(270deg, rgba(240,3,3,0.8183648459383753) 0%, rgba(191,52,52,1) 25%, rgba(133,112,197,1) 50%, rgba(73,12,195,1) 75%, rgba(0,0,0,1) 100%);
  54. background: -webkit-linear-gradient(270deg, rgba(240,3,3,0.8183648459383753) 0%, rgba(191,52,52,1) 25%, rgba(133,112,197,1) 50%, rgba(73,12,195,1) 75%, rgba(0,0,0,1) 100%);
  55. background: linear-gradient(270deg, rgba(240,3,3,0.8183648459383753) 0%, rgba(191,52,52,1) 25%, rgba(133,112,197,1) 50%, rgba(73,12,195,1) 75%, rgba(0,0,0,1) 100%);
  56. filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f00303",endColorstr="#000000",GradientType=1);
  57. }
  58.  
  59. ::-webkit-scrollbar-button:vertical:{
  60. background-color: #transparent;}
  61.  
  62. ::-webkit-scrollbar-thumb:vertical {
  63. background-color:#transparent;
  64. height:150px;}
  65.  
  66. ::-webkit-scrollbar-thumb:horizontal {
  67. background-color:#transparent;
  68. height:60px;}
  69.  
  70.  
  71. ::-webkit-scrollbar {
  72. height:60px;
  73. width:5px;
  74. background-color:#transparent;}
  75.  
  76. #image {
  77. width: 40vw;
  78. margin: 0px;
  79. border: none;
  80. height: 45vw;
  81. background-color:transparent;
  82. position: absolute;
  83. right: 18vw;
  84. bottom: -10vw;
  85. background-image:url("http://i.picpar.com/5CXd.png");
  86. background-repeat:no-repeat;
  87. background-position: bottom;
  88. background-size: 100%;
  89. }
  90.  
  91. #container {
  92. background-color:#8570c5;
  93. width: 75vw;
  94. height: 15vw;
  95. margin:auto;
  96. position: absolute;
  97. padding: 5px;
  98. right: 13vw;
  99. top: 20vw;
  100. z-index:1;
  101. border: 1px solid #000;
  102. background-image: url("https://i.imgur.com/qJ5HTol.gif");
  103. background-repeat: no-repeat;
  104. background-position: center;
  105. background-size: 100%;
  106. }
  107.  
  108. #content {
  109. background-color:#9370DB;
  110. width: 30vw;
  111. height: 42.8vw;
  112. margin:auto;
  113. position: absolute;
  114. padding: 5px;
  115. font-family: 'Gayathri', cursive;
  116. font-size: 18px;
  117. color: #000;
  118. left: -5vw;
  119. top: -14vw;
  120. z-index:1;
  121. border: #000000 solid 2px;
  122. }
  123.  
  124. #content3 {
  125. background-color:#9370DB;
  126. width: 30vw;
  127. height: 42.8vw;
  128. margin:auto;
  129. position: absolute;
  130. padding: 5px;
  131. font-family: 'Gayathri', cursive;
  132. font-size: 18px;
  133. color: #000;
  134. right: -5vw;
  135. top: -14vw;
  136. z-index:1;
  137. border: #000000 solid 2px;
  138. }
  139.  
  140. #nav {
  141. background-color: transparent;
  142. width: 20vw;
  143. height: .5vw;
  144. margin:auto;
  145. position: absolute;
  146. right: 41vw;
  147. bottom: 5vw;
  148. text-align: center;
  149. text-decoration: none;
  150. z-index:3;
  151. }
  152.  
  153. #nav a, #nav a:link, #nav a:visited {
  154. display:inline-block;
  155. text-decoration: none;
  156. text-align: center;
  157. background: #990000;
  158. color: transparent;
  159. box-shadow: 0px 0px 5px #000;
  160. padding: 4px;
  161. height: .1vw;
  162. width: 1.7vw;
  163. margin: 5px;
  164. border-radius: 5px;
  165. }
  166.  
  167. #nav a:active, #nav a:hover {
  168. display:inline-block;
  169. height: 0.1vw;
  170. width: 1.7vw;
  171. text-decoration:none;
  172. background: #000;
  173. box-shadow: 0px 0px 5px #990000;
  174. color: transparent;
  175. margin: 5px;
  176. }
  177.  
  178. i{color: #990000;}
  179. b{color: #000;}
  180. a{color: #800080; text-decoration: none;}
  181. h1{border-bottom: 1px solid #000; text-align: center; font-size: 30px; font-family: 'Gelasio', cursive; color: #000;}
  182. h2{border-bottom: 1px solid #000; text-align: left; font-size: 30px; font-family: 'Gelasio', cursive; color: #000;}
  183. h3{border-bottom: 1px solid #000; text-align: right; font-size: 30px; font-family: 'Gelasio', cursive; color: #000;}
  184. </style>
  185.  
  186. <div id="nav">
  187. <a href="#one"></a>
  188. <a href="#two"></a>
  189. <a href="#three"></a>
  190. <a href="#four"></a>
  191. <a href="#five"></a>
  192. <a href="#six"></a>
  193. </div>
  194.  
  195. <div id="container">
  196. <div id="image"></div>
  197.  
  198. <div id="content">
  199. <div style="width: 30vw; height: 42.8vw; overflow-y: hidden;">
  200.  
  201. <a name="one"></a>
  202. <div style="width: 30w; height: 42.8vw; overflow: auto;" align="center">
  203. <span style="float:left;"><b>Name</b></span><span style="float:right;"></span><br>
  204. <span style="float:left;"><b>Alias(es)</b></span><span style="float:right;"><a title="TBA">hover</a></span><br>
  205. <span style="float:left;"><b>Gender</b></span><span style="float:right;"></span><br>
  206. <span style="float:left;"><b>Age</b></span><span style="float:right;"></span><br>
  207. <span style="float:left;"><b>Race</b></span><span style="float:right;"></span><br>
  208. <span style="float:left;"><b>Hero Name</b></span><span style="float:right;"></span><br>
  209. <span style="float:left;"><b>Class</b></span><span style="float:right;"></span><br><br>
  210. <span style="float:left;"><b>Height</b></span><span style="float:right;"></span><br>
  211. <span style="float:left;"><b>Weight</b></span><span style="float:right;"></span><br>
  212. <span style="float:left;"><b>Eyes</b></span><span style="float:right;"></span><br>
  213. <span style="float:left;"><b>Hair</b></span><span style="float:right;"></span><br>
  214. <span style="float:left;"><b>Build</b></span><span style="float:right;"></span><br><br>
  215. <span style="float:left;"><b>Orientation</b></span><span style="float:right;"></span><br>
  216. <span style="float:left;"><b>Relationship</b></span><span style="float:right;"></span><br>
  217. <span style="float:left;"><b>Affiliation</b></span><span style="float:right;"></span><br><br><br>
  218. </div>
  219.  
  220. <a name="two"></a>
  221. <div style="width: 30vw; height: 42.8vw; overflow: auto;" align="left">
  222. <h1>Combat</h1>
  223. <span style="float:left;"><b>Cooperation</b></span><span style="float:right;">●●○○○</span><br><br>
  224. <span style="float:left;"><b>Power</b></span><span style="float:right;">●●●●○</span><br><br>
  225. <span style="float:left;"><b>Speed</b></span><span style="float:right;">●●●●○</span><br><br>
  226. <span style="float:left;"><b>Intelligence</b></span><span style="float:right;">●●●○○</span><br><br>
  227. <span style="float:left;"><b>Technique</b></span><span style="float:right;">●●●●○</span><br><br>
  228.  
  229. <h2>Quirk</h2>
  230. <b>Quirk Name:</b> <br><br>
  231. <b>Quirk Type:</b> <br><br>
  232. <b>Quirk Description:</b>
  233. <br>
  234.  
  235.  
  236. <h3>Equipment</h3>
  237. </div>
  238.  
  239.  
  240. <a name="three"></a>
  241. <div style="width: 30vw; height: 42.8vw; overflow: auto;" align="center">
  242. <h1>History</h1>
  243.  
  244. </div>
  245. </div>
  246. </div>
  247.  
  248. <div id="content3">
  249. <div style="width: 30vw; height: 42.8vw; overflow-y: hidden;">
  250.  
  251. <a name="four"></a>
  252. <div style="width: 30vw; height: 42.8vw; overflow: auto;" align="center">
  253. <h1>Personality</h1>
  254.  
  255. </div>
  256.  
  257. <a name="five"></a>
  258. <div style="width: 30vw; height: 42.8vw; overflow: auto;" align="center">
  259. <h1>Friends</h1>
  260. <a target="_blank" href="PROFILE LINK HERE"><img src="IMAGE LINK HERE" height="75" width="75" align="left" border="3"></a>
  261. <center><b>- Name -</b><br> <i>foe/friend</i></center> small note.<br><br><br><br>
  262. <a target="_blank" href="PROFILE LINK HERE"><img src="IMAGE LINK HERE" height="75" width="75" align="left" border="3"></a>
  263. <center><b>- Name -</b><br> <i>foe/friend</i></center> small note.<br><br><br><br>
  264. <a target="_blank" href="PROFILE LINK HERE"><img src="IMAGE LINK HERE" height="75" width="75" align="left" border="3"></a>
  265. <center><b>- Name -</b><br> <i>foe/friend</i></center> small note.<br><br><br><br>
  266. <a target="_blank" href="PROFILE LINK HERE"><img src="IMAGE LINK HERE" height="75" width="75" align="left" border="3"></a>
  267. <center><b>- Name -</b><br> <i>foe/friend</i></center> small note.<br><br><br><br>
  268. <a target="_blank" href="PROFILE LINK HERE"><img src="IMAGE LINK HERE" height="75" width="75" align="left" border="3"></a>
  269. <center><b>- Name -</b><br> <i>foe/friend</i></center> small note.
  270. </div>
  271.  
  272. <a name="six"></a>
  273. <div style="width: 30vw; height: 42.8vw; overflow: auto;" align="center">
  274. <h1>Out of Character</h1>
  275. <b>00</b>. Code made by <a href="https://alliealgiere.neocities.org" target="_blank">RageQxeen</a>, do not steal.<br><br>
  276. <b>01</b>. <br><br>
  277. <b>02</b>. <br><br>
  278. <b>03</b>. <br><br>
  279. <b>04</b>. <br><br>
  280. <b>05</b>. <br><br>
  281. <b>06</b>. <br><br>
  282. <b>07</b>. <br><br>
  283. <b>08</b>. <br><br>
  284. <b>09</b>. <br><br>
  285. <b>10</b>. <br><br>
  286. </div>
  287. </div>
  288. </div>
  289. </div>
  290. </body>
  291. </html>
Advertisement
Add Comment
Please, Sign In to add comment