RageQxeen

Demon Executioner

Oct 6th, 2022
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.75 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=My+Soul|Alkalami|Dancing+Script);
  50.  
  51. html, body {
  52. background: #a80077; /* fallback for old browsers */
  53. background: -webkit-linear-gradient(to left, #228B22, #ffb7c5); /* Chrome 10-25, Safari 5.1-6 */
  54. background: linear-gradient(to left, #228B22, #ffb7c5); /* 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/0b/59/34/0b5934b623f3c6f5377f221959d77982.gif');
  76. opacity: 0.2;
  77. position: absolute;
  78. width: 100vw;
  79. height: 100vh;
  80. left: 0vw;
  81. top: 0vw;
  82. z-index: 1;
  83. overflow: hidden;
  84. }
  85.  
  86. #image {
  87. width: 30vw;
  88. margin: 0px;
  89. border: none;
  90. height: 50vw;
  91. background-color:transparent;
  92. position: absolute;
  93. left: 10vw;
  94. bottom: 0vw;
  95. background-image:url("https://i.ibb.co/G2KvFPb/22.png");
  96. background-repeat:no-repeat;
  97. background-position: bottom;
  98. background-size: 100%;
  99. z-index: 2;
  100. }
  101.  
  102. #container {
  103. width: 60vw;
  104. height: 35vw;
  105. margin:auto;
  106. position: absolute;
  107. padding: 5px;
  108. left: 22vw;
  109. bottom: 0vw;
  110. z-index:1;
  111. box-shadow: 0px 5px 10px #000;
  112. background-color: #87CEEB;
  113. background-image: url("https://www.transparenttextures.com/patterns/wild-flowers.png");
  114. z-index:1;
  115. }
  116.  
  117. #basic {
  118. background-color: transparent;
  119. width: 15vw;
  120. height: 15vw;
  121. margin:auto;
  122. position: absolute;
  123. padding: 10px;
  124. font-family: 'Alkalami', cursive;
  125. font-size: 16px;
  126. color: #000;
  127. left: 17.5vw;
  128. top: 7.75vw;
  129. border: 2px solid #000;
  130. z-index:1;
  131. }
  132.  
  133. #ooc {
  134. background-color: transparent;
  135. width: 18vw;
  136. height: 9vw;
  137. margin:auto;
  138. position: absolute;
  139. padding: 10px;
  140. font-family: 'Alkalami', cursive;
  141. font-size: 16px;
  142. color: #000;
  143. left: 14.5vw;
  144. bottom: .5vw;
  145. border: 2px solid #000;
  146. z-index:1;
  147. }
  148.  
  149. #abilities {
  150. background-color: transparent;
  151. width: 24vw;
  152. height: 26vw;
  153. margin:auto;
  154. position: absolute;
  155. padding: 10px;
  156. font-family: 'Alkalami', cursive;
  157. font-size: 16px;
  158. color: #000;
  159. right: 1vw;
  160. bottom: .5vw;
  161. border: 2px solid #000;
  162. z-index:1;
  163. }
  164.  
  165. #friends {
  166. background-color: transparent;
  167. width: 50vw;
  168. height: 5vw;
  169. margin:auto;
  170. position: absolute;
  171. padding: 10px;
  172. right: 1vw;
  173. top: .5vw;
  174. border: 2px solid #000;
  175. z-index:1;
  176. }
  177.  
  178. .alias {position: absolute;
  179. font-family: 'My Soul';
  180. color: #87CEEB;
  181. font-size: 5vw;
  182. top: -5.4vw;
  183. left: 9vw;
  184. width: 50vw;
  185. height: 5vw;
  186. text-align: center;
  187. overflow: auto;
  188. padding:5px 5px 5px 5px;
  189. z-index: 1;}
  190.  
  191. #nav {
  192. background-color: transparent;
  193. width: 25px;
  194. height: 5px;
  195. margin:auto;
  196. position: absolute;
  197. right: 13vw;
  198. top: 6.8vw;
  199. text-align: center;
  200. z-index: 10;
  201. }
  202.  
  203. #nav a, #nav a:link, #nav a:visited {
  204. display:inline-block;
  205. background: #332628;
  206. color: #332628;
  207. margin-top: 0px;
  208. margin-bottom: 0px;
  209. margin-left: 0px;
  210. height: 10px;
  211. width: 10px;
  212. border-radius: 100%;
  213. box-shadow: 0px 0px 7px #ffecef;
  214. -webkit-transition: 0.5s linear;
  215. -moz-transition: 0.5s linear;
  216. -o-transition: 0.5s linear;
  217. transition: 0.5s linear;
  218. }
  219.  
  220. #nav a:active, #nav a:hover {
  221. display:inline-block;
  222. height: 10px;
  223. width: 10px;
  224. border-radius: 100%;
  225. text-decoration:none;
  226. background: #ffdfe5;
  227. color: #ffdfe5;
  228. margin: 0px;
  229. box-shadow: 0px 0px 5px #ffecef;
  230. -webkit-transition: 0.5s linear;
  231. -moz-transition: 0.5s linear;
  232. -o-transition: 0.5s linear;
  233. transition: 0.5s linear;
  234. }
  235.  
  236. a {text-decoration: none; color: #000;}
  237. h1 {
  238. background: url(https://i.pinimg.com/originals/6a/ee/ea/6aeeea24e8fd4023a349e354eefa33ed.gif);
  239. background-position: left;
  240. background-size:cover;
  241. line-height:1vw;
  242. letter-spacing: 0.2vw;
  243. font-size: 4vh;
  244. font-family: 'Dancing Script';
  245. text-align: center;
  246. border: .2vh solid #15181F;
  247. border-radius: 10px;
  248. color: #fff;
  249. filter: drop-shadow(0px 0px 5px #15181F);
  250. text-shadow: 3px 1px 2px #15181F, 0 0 15px #15181F;
  251. margin-top: 1vh;
  252. }
  253. </style>
  254. <div class="cover"></div>
  255.  
  256. <div id="image"></div>
  257.  
  258. <div id="container">
  259.  
  260. <div id="nav">
  261. <a href="#two"></a>
  262. <a href="#three"></a>
  263. </div>
  264.  
  265. <div class="alias">The Demon Executioner</div>
  266.  
  267. <div id="basic">
  268. <div style="width: 15vw; height: 15vw; overflow-y: hidden;">
  269.  
  270. <a name="one"></a>
  271. <div style="width: 15vw; height: 15vw; overflow: auto;" align="center">
  272. <span style="float:left;"><b>Name</b></span><span style="float:right;">Rose Haywalter</span><br>
  273. <span style="float:left;"><b>Alias(es)</b></span><span style="float:right;">The Angel</span><br>
  274. <span style="float:left;"><b>Gender</b></span><span style="float:right;">Female</span><br>
  275. <span style="float:left;"><b>Age</b></span><span style="float:right;">19</span><br>
  276. <span style="float:left;"><b>Height</b></span><span style="float:right;">4'8"</span><br>
  277. <span style="float:left;"><b>Weight</b></span><span style="float:right;">HERE</span><br><br>
  278. <span style="float:left;"><b>Orientation</b></span><span style="float:right;">Lesbian</span><br>
  279. <span style="float:left;"><b>Relationship</b></span><span style="float:right;"><a href="LINK HERE" target="_blank">NAME HERE</a></span><br>
  280. <span style="float:left;"><b>Race</b></span><span style="float:right;">Human</span><br>
  281. <span style="float:left;"><b>Eyes</b></span><span style="float:right;">Amber Brown</span><br>
  282. <span style="float:left;"><b>Hair</b></span><span style="float:right;">Pink</span><br><br>
  283. <span style="float:left;"><b>F-List</b></span><span style="float:right;"><a target="_blank" href="LINK HERE" target="_blank">TITLE HERE</a></span><br>
  284. </div>
  285. </div>
  286. </div>
  287.  
  288. <div id="abilities">
  289. <div style="width: 24vw; height: 26vw; overflow-y: hidden;">
  290.  
  291. <a name="two"></a>
  292. <div style="width: 24vw; height: 26vw; overflow: auto;" align="left">
  293. <h1>Abilities</h1>
  294. <center><i> <b> Spiritual Weapon </b></center>
  295. Rose is able to summon blades of pure essence that can slice and damage even the oldest of demons. These weapons can take any shape, melee or ranged, and can be shifted on the go if deemed necessary. Can only be summoned and shaped shifted consciously. The damage a demon will feel from this will both be spiritual and physical, often diminishing their power the more they are struck, to a normal human the attacks feel like regular weapon strikes. <br><br>
  296. <center><b> Peak of Humanity </b></center>
  297. Rose was born and bred to kill demons, any regular person would find her abilities extraordinary, able to practically vanish into thin air, incredible strength and able to strike with pinpoint accuracy, her flexibility, agility, speed, all match or potentially beat those at the top of their fields. <br><br>
  298. <center><b> Martial Arts Master </b></center>
  299. Taught in nearly all popular forms of martial arts, Rose has the not only the strength and speed to match those at the top of their respective arts, but to adapt and mix multiple styles to suit her needs, this was included in her training to ensure she could fight against malicious supernatural entities and give her the best chance to emerge victorious.<br><br>
  300. </div>
  301.  
  302.  
  303. <a name="three"></a>
  304. <div style="width: 24vw; height: 26vw; overflow: auto;" align="center">
  305. <h1>History</h1>
  306. HERE
  307. </div>
  308. </div>
  309. </div>
  310.  
  311. <div id="friends">
  312. <div style="width: 50vw; height: 5vw; overflow-y: hidden;">
  313.  
  314. <a name="four"></a>
  315. <div style="width: 50vw; height: 5vw; overflow: auto;" align="left">
  316. <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="80" width="80" align="left" border="5" title="WORDS"></a>
  317. </div>
  318. </div>
  319. </div>
  320.  
  321. <div id="ooc">
  322. <div style="width: 18vw; height: 9vw; overflow-y: hidden;">
  323.  
  324. <a name="five"></a>
  325. <div style="width: 18vw; height: 9vw; overflow: auto;" align="left">
  326. <b>00</b>. Code made by <a href="https://rageqxeen.neocities.org/vw_codes/rageqxeen.html" target="_blank">RageQxeen</a>, do not steal.<br>
  327. <b>01</b>. I have the right to refuse any RP, anytime I want. I owe you nothing.<br>
  328. <b>02</b>. Art does not belong to me<br>
  329. <b>03</b>. Typist is Australian, might be on at weird times<br>
  330. <b>04</b>. By RPing with me I will assume you are consenting to have your character/demon be affected by Rose's spiritual weapon. I won't accept any auto-immunity without a decent explanation or agreement beforehand.<br>
  331. </div>
  332. </div>
  333. </div>
  334. </div>
  335. </body>
  336. </html>
Advertisement
Add Comment
Please, Sign In to add comment