Advertisement
RageQxeen

Hangman

Oct 7th, 2022
225
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.31 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=Bebas+Neue|Dosis|Nanum+Myeongjo|Cinzel');
  50.  
  51. html, body {
  52. background: rgb(255,255,255);
  53. background: -moz-linear-gradient(252deg, rgba(255,255,255,1) 0%, rgba(0,0,0,1) 61%);
  54. background: -webkit-linear-gradient(252deg, rgba(255,255,255,1) 0%, rgba(0,0,0,1) 61%);
  55. background: linear-gradient(252deg, rgba(255,255,255,1) 0%, rgba(0,0,0,1) 61%);
  56. filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",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: 30vw;
  78. margin: 0px;
  79. border: none;
  80. height: 42vw;
  81. background-color:transparent;
  82. position: absolute;
  83. left: 15vw;
  84. bottom: 0vw;
  85. background-image:url("http://i.picpar.com/ZQxe.png");
  86. background-repeat:no-repeat;
  87. background-position: bottom;
  88. background-size: 100%;
  89. z-index: 1;
  90. }
  91.  
  92. #container {
  93. background-color: #49111C;
  94. width: 35vw;
  95. height: 25vw;
  96. margin:auto;
  97. position: absolute;
  98. padding: 5px;
  99. right: 20vw;
  100. bottom: 5vw;
  101. box-shadow: 0px 5px 10px #000;
  102. z-index:2;
  103. }
  104.  
  105. #content {
  106. background-color:#E5E5E5;
  107. width: 33vw;
  108. height: 23vw;
  109. margin:auto;
  110. position: absolute;
  111. padding: 5px;
  112. font-family: 'Dosis', cursive;
  113. font-size: 18px;
  114. color: #000;
  115. right: .7vw;
  116. top: 0.7vw;
  117. z-index:6;
  118. border: 5px double #000;
  119. }
  120.  
  121. #nav {
  122. background-color: transparent;
  123. width: 100px;
  124. height:40px;
  125. margin:auto;
  126. position: absolute;
  127. right: 0vw;
  128. top: -1vw;
  129. text-align: center;
  130. z-index: 10;
  131. }
  132.  
  133. #nav a, #nav a:link, #nav a:visited {
  134. display:inline-block;
  135. background: #800800;
  136. color: #800800;
  137. margin-top: 0px;
  138. margin-bottom: 0px;
  139. margin-left: 0px;
  140. height: 10px;
  141. width: 10px;
  142. border-radius: 100%;
  143. box-shadow: 0px 0px 7px #49111C;
  144. }
  145.  
  146. #nav a:active, #nav a:hover {
  147. display:inline-block;
  148. height: 10px;
  149. width: 10px;
  150. border-radius: 100%;
  151. text-decoration:none;
  152. background: #0B0014;
  153. color: #0B0014;
  154. margin: 0px;
  155. box-shadow: 0px 0px 5px #49111C;
  156. }
  157.  
  158. .name {position: absolute;
  159. font-family: 'Bebas Neue';
  160. color: #fff;
  161. font-size: 4.5vw;
  162. top: -4.5vw;
  163. left: 0vw;
  164. width: 27vw;
  165. height: 9vw;
  166. border: 0px solid #000;
  167. text-align: justify;
  168. text-shadow: -1px 0 #c0c0c0, 0 3px #000,3px 0 #000, 0 -1px #c0c0c0;
  169. overflow: auto;
  170. padding:5px 5px 5px 5px;
  171. z-index: 2;}
  172.  
  173. .title { background: transparent;
  174. background:url('https://media2.giphy.com/media/3o7aCRBaUv3Sng0rTy/giphy.gif') repeat;
  175. background-position: center;
  176. position: absolute;
  177. font-family: 'Bebas Neue';
  178. font-size: 4.5vw;
  179. top: -4.5vw;
  180. left: 0vw;
  181. width: 27vw;
  182. height: 9vw;
  183. text-align: justify;
  184. padding:5px 5px 5px 5px;
  185. -webkit-text-fill-color: transparent;
  186. -webkit-background-clip: text;
  187. z-index: 3;}
  188.  
  189. .alias {position: absolute;
  190. font-family: 'Nanum Myeongjo';
  191. color: #a90202;
  192. font-size: 1.5vw;
  193. bottom: -3.5vw;
  194. right: 0vw;
  195. width: 35vw;
  196. height: 2.8vw;
  197. border: 0px solid #000;
  198. text-align: center;
  199. text-shadow: -1px 0 #000, 0 1px #555,1px 0 #555, 0 -1px #000;
  200. overflow: auto;
  201. padding:5px 5px 5px 5px;
  202. z-index: 7;}
  203.  
  204. i{color: #443a59;}
  205. b{color: #000;}
  206. a{color: #444; text-decoration: none;}
  207. h1{border-bottom: 1px solid #000; text-align: center; font-size: 30px; font-family: 'Cinzel', cursive; color: #000;}
  208. h2{border-bottom: 1px solid #000; text-align: left; font-size: 20px; font-family: 'Cinzel', cursive; color: #000;}
  209. h3{text-align: right; font-size: 20px; font-family: 'Cinzel', cursive; color: #000;}
  210. </style>
  211.  
  212. <div id="image"></div>
  213.  
  214. <div id="container">
  215. <div class="name">Hangman</div>
  216. <div class="title">Hangman</div>
  217. <div class="alias">I've tasted blood and it was sweet</div>
  218.  
  219. <div id="nav">
  220. <a href="#one"></a>
  221. <a href="#two"></a>
  222. <a href="#three"></a>
  223. <a href="#four"></a>
  224. </div>
  225.  
  226. <div id="content">
  227. <div style="width: 33vw; height: 23vw; overflow-y: hidden;">
  228.  
  229. <a name="one"></a>
  230. <div style="width: 33vw; height: 23vw; overflow: auto;">
  231.  
  232. <span style="float:left;"><b>Name</b></span><span style="float:right;">Yoshiba Akane</span><br>
  233. <span style="float:left;"><b>Alias(es)</b></span><span style="float:right;">Hangman</span><br>
  234. <span style="float:left;"><b>Gender</b></span><span style="float:right;">Female</span><br>
  235. <span style="float:left;"><b>Age</b></span><span style="float:right;">19</span><br>
  236. <span style="float:left;"><b>Race</b></span><span style="float:right;">Human</span><br>
  237. <span style="float:left;"><b>Height</b></span><span style="float:right;">5'6"</span><br>
  238. <span style="float:left;"><b>Weight</b></span><span style="float:right;">135</span><br>
  239. <span style="float:left;"><b>Eyes</b></span><span style="float:right;">Red</span><br>
  240. <span style="float:left;"><b>Hair</b></span><span style="float:right;">Black</span><br>
  241. <span style="float:left;"><b>Build</b></span><span style="float:right;">Curvy</span><br><br>
  242. <span style="float:left;"><b>Orientation</b></span><span style="float:right;">Hetero</span><br>
  243. <span style="float:left;"><b>Relationship</b></span><span style="float:right;"><a target="_blank" href="https://roleplay.chat/profile.php?user=Scars" target="_blank">The Fire In Her Veins</a></span><br>
  244. <span style="float:left;"><b>Affiliation</b></span><span style="float:right;">Paranormal Liberation Front</span><br><br>
  245. </div>
  246.  
  247. <a name="two"></a>
  248. <div style="width: 33vw; height: 23vw; overflow: auto;" align="left">
  249. <h1>combat</h1>
  250.  
  251. </div>
  252.  
  253. <a name="three"></a>
  254. <div style="width: 33vw; height: 23vw; overflow: auto;" align="center">
  255. <h1>History</h1>
  256.  
  257. </div>
  258.  
  259.  
  260. <a name="four"></a>
  261. <div style="width: 33vw; height: 23vw; overflow: auto;" align="left">
  262. <h1>out of character</h1>
  263. <center><b>00</b>. Want a code? Go <a target="_blank" href="https://rageqxeen.neocities.org/vw_codes/rageqxeen.html">here</a>. Refrain from stealing.</center><br>
  264. <b>01</b>. OOC.<br>
  265. </div>
  266. </div>
  267. </div>
  268. </div>
  269. </body>
  270. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement