Advertisement
RageQxeen

Nogistune

Oct 7th, 2022
105
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.57 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=Bangers|Cinzel|Patua+One&display=swap');
  50.  
  51. html, body {
  52. background: rgb(47,39,60);
  53. background: -moz-linear-gradient(180deg, rgba(47,39,60,0.8323704481792717) 0%, rgba(29,22,39,0.908000700280112) 25%, rgba(22,15,32,0.9640231092436975) 50%, rgba(12,8,19,1) 75%, rgba(0,0,0,1) 100%);
  54. background: -webkit-linear-gradient(180deg, rgba(47,39,60,0.8323704481792717) 0%, rgba(29,22,39,0.908000700280112) 25%, rgba(22,15,32,0.9640231092436975) 50%, rgba(12,8,19,1) 75%, rgba(0,0,0,1) 100%);
  55. background: linear-gradient(180deg, rgba(47,39,60,0.8323704481792717) 0%, rgba(29,22,39,0.908000700280112) 25%, rgba(22,15,32,0.9640231092436975) 50%, rgba(12,8,19,1) 75%, rgba(0,0,0,1) 100%);
  56. filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#2f273c",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: 45.5vw;
  81. background-color:transparent;
  82. position: absolute;
  83. left: 10vw;
  84. bottom: 0vw;
  85. background-image:url("");
  86. background-repeat:no-repeat;
  87. background-position: bottom;
  88. background-size: 100%;
  89. z-index: 2;
  90. -webkit-animation: fade-in-fwd 1s cubic-bezier(0.390, 0.575, 0.565, 1.000) 0.5s both;
  91. animation: fade-in-fwd 1s cubic-bezier(0.390, 0.575, 0.565, 1.000) 0.5s both;
  92. }
  93.  
  94. #container {
  95. background-color: transparent;
  96. width: 59.5vw;
  97. height: 32vw;
  98. margin:auto;
  99. position: absolute;
  100. padding: 5px;
  101. font-family: 'Indie Flower', cursive;
  102. color: #000;
  103. right: 10vw;
  104. top: 10vw;
  105. z-index:1;
  106. border-right: solid 4px #c0c0c0;
  107. border-bottom: solid 4px #c0c0c0;
  108. border-left: solid 4px #c0c0c0;
  109. }
  110.  
  111. .name {position: absolute;
  112. font-family: 'Bangers';
  113. color: #fff;
  114. font-size: 6vw;
  115. top: -6.2vw;
  116. left: -1vw;
  117. width: 50vw;
  118. height: 9vw;
  119. border: 0px solid #000;
  120. text-align: justify;
  121. text-shadow: -1px 0 #c0c0c0, 0 1px #000,1px 0 #000, 0 -1px #c0c0c0;
  122. overflow: auto;
  123. padding:5px 5px 5px 5px;
  124. z-index: 2;}
  125.  
  126. .title { background: transparent;
  127. background:url('https://i.gifer.com/7e49.gif') repeat;
  128. background-position: center;
  129. position: absolute;
  130. font-family: 'Bangers';
  131. font-size: 6vw;
  132. top: -6.2vw;
  133. left: -1vw;
  134. width: 50vw;
  135. height: 9vw;
  136. text-align: justify;
  137. padding:5px 5px 5px 5px;
  138. -webkit-text-fill-color: transparent;
  139. -webkit-background-clip: text;
  140. z-index: 3;}
  141.  
  142. .lyrics {position: absolute;
  143. font-family: 'Cinzel';
  144. color: #5c26b5;
  145. font-size: 2vw;
  146. top: -0.7vw;
  147. left: -5.2vw;
  148. width: 70vw;
  149. height: 2.2vw;
  150. border: 0px solid #000;
  151. text-align: center;
  152. text-shadow: -1px 0 #c0c0c0, 0 1px #000,1px 0 #000, 0 -1px #c0c0c0;
  153. overflow: auto;
  154. padding:5px 5px 5px 5px;
  155. z-index: 2;}
  156.  
  157. #content {
  158. background-color:#c0c0c0;
  159. width: 42vw;
  160. height: 28vw;
  161. margin:auto;
  162. position: absolute;
  163. padding: 5px;
  164. font-family: 'Patua One', cursive;
  165. font-size: 18px;
  166. color: #000;
  167. right: 2vw;
  168. bottom: 1vw;
  169. z-index:1;
  170. border: #000000 solid 2px;
  171. }
  172.  
  173. #nav {
  174. background-color: transparent;
  175. width: 12vw;
  176. height: .5vw;
  177. margin:auto;
  178. position: absolute;
  179. right: 4vw;
  180. top: -2vw;
  181. text-align:right;
  182. z-index:4;
  183. }
  184.  
  185. #nav a, #nav a:link, #nav a:visited {
  186. display:inline-block;
  187. height: .6vw;
  188. width: .6vw;
  189. text-decoration:none;
  190. background: #2e4482;
  191. margin: 5px;
  192. border: double #000 5px;
  193. border-radius: 50%;
  194. -webkit-transition: 0.5s linear;
  195. -moz-transition: 0.5s linear;
  196. -o-transition: 0.5s linear;
  197. transition: 0.5s linear;
  198. }
  199.  
  200. #nav a:active, #nav a:hover {
  201. display:inline-block;
  202. height: .6vw;
  203. width: .6vw;
  204. text-decoration:none;
  205. background: #5c26b5;
  206. margin: 5px;
  207. border: double #000 5px;
  208. border-radius: 50%;
  209. -webkit-transition: 0.5s linear;
  210. -moz-transition: 0.5s linear;
  211. -o-transition: 0.5s linear;
  212. transition: 0.5s linear;
  213. }
  214.  
  215.  
  216. @-webkit-keyframes fade-in-fwd {
  217. 0% {
  218. -webkit-transform: translateZ(-80px);
  219. transform: translateZ(-80px);
  220. opacity: 0;
  221. }
  222. 100% {
  223. -webkit-transform: translateZ(0);
  224. transform: translateZ(0);
  225. opacity: 1;
  226. }
  227. }
  228. @keyframes fade-in-fwd {
  229. 0% {
  230. -webkit-transform: translateZ(-80px);
  231. transform: translateZ(-80px);
  232. opacity: 0;
  233. }
  234. 100% {
  235. -webkit-transform: translateZ(0);
  236. transform: translateZ(0);
  237. opacity: 1;
  238. }
  239. }
  240.  
  241. i{color: #996515;}
  242. b{color: #000;}
  243. a{color: #5c26b5; text-decoration: none;}
  244. h1{border-bottom: 1px solid #000; text-align: center; font-size: 30px; font-family: 'Patua One', cursive; color: #000;}
  245. h2{border-bottom: 1px solid #000; text-align: left; font-size: 30px; font-family: 'Patua One', cursive; color: #000;}
  246. h3{border-bottom: 1px solid #000; text-align: right; font-size: 30px; font-family: 'Patua One', cursive; color: #000;}
  247. </style>
  248.  
  249. <div id="image"></div>
  250.  
  251. <div id="container">
  252. <div class="name">Dark Hero: Nogistune</div>
  253. <div class="title">Dark Hero: Nogistune</div>
  254. <div class="lyrics">"We'll step out of the shadows and walk into the light"</div>
  255.  
  256. <div id="nav">
  257. <a href="#one"></a>
  258. <a href="#two"></a>
  259. <a href="#three"></a>
  260. <a href="#four"></a>
  261. <a href="#five"></a>
  262. </div>
  263.  
  264. <div id="content">
  265. <div style="width: 42vw; height: 28vw; overflow-y: hidden;">
  266.  
  267. <a name="one"></a>
  268. <div style="width: 42vw; height: 28vw; overflow: auto;" align="center">
  269. <span style="float:left;"><b>Name</b></span><span style="float:right;">Fushimi, Kageka</span><br>
  270. <span style="float:left;"><b>Alias(es)</b></span><span style="float:right;"><a title="TBA">hover</a></span><br>
  271. <span style="float:left;"><b>Hero Name</b></span><span style="float:right;">Dark Hero: Nogitsune</span><br>
  272. <span style="float:left;"><b>Gender</b></span><span style="float:right;">Female</span><br>
  273. <span style="float:left;"><b>Age</b></span><span style="float:right;">17</span><br>
  274. <span style="float:left;"><b>Race</b></span><span style="float:right;">Human</span><br>
  275. <span style="float:left;"><b>Voice</b></span><span style="float:right;"><a href="https://www.youtube.com/watch?v=UQdHqHGc0aE" target="_blank">Click~</a></span><br>
  276. <span style="float:left;"><b>Class</b></span><span style="float:right;">3-B</span><br><br>
  277. <span style="float:left;"><b>Height</b></span><span style="float:right;">165 cm/5'5"</span><br>
  278. <span style="float:left;"><b>Weight</b></span><span style="float:right;">54 kg/130 lbs</span><br>
  279. <span style="float:left;"><b>Eyes</b></span><span style="float:right;">Red</span><br>
  280. <span style="float:left;"><b>Hair</b></span><span style="float:right;">Dark Violet</span><br>
  281. <span style="float:left;"><b>Build</b></span><span style="float:right;">Lean</span><br><br>
  282. <span style="float:left;"><b>Orientation</b></span><span style="float:right;">Straight</span><br>
  283. <span style="float:left;"><b>Relationship</b></span><span style="float:right;">Unattached</span><br>
  284. <span style="float:left;"><b>Affiliation</b></span><span style="float:right;">Yuuei</span><br><br><br>
  285. </div>
  286.  
  287. <a name="two"></a>
  288. <div style="width: 42vw; height: 28vw; overflow: auto;" align="left">
  289. <h1>Combat</h1>
  290.  
  291. </div>
  292.  
  293.  
  294. <a name="three"></a>
  295. <div style="width: 42vw; height: 28vw; overflow: auto;" align="center">
  296. <h1>History</h1>
  297.  
  298. </div>
  299.  
  300. <a name="four"></a>
  301. <div style="width: 42vw; height: 28vw; overflow: auto;" align="center">
  302. <h1>Contacts</h1>
  303. <center><b>- Name -</b><br> <i>foe/friend</i><br> small note.</center><br><br><br><br> <a target="_blank" href="PROFILE LINK HERE"><img src="IMAGE LINK HERE" height="75" width="75" align="left" border="3"></a><br>
  304. <center><b>- Name -</b><br> <i>foe/friend</i><br> small note.</center><br><br><br><br> <a target="_blank" href="PROFILE LINK HERE"><img src="IMAGE LINK HERE" height="75" width="75" align="left" border="3"></a><br>
  305. <center><b>- Name -</b><br> <i>foe/friend</i><br> small note.</center><br><br><br><br>
  306. </div>
  307.  
  308. <a name="five"></a>
  309. <div style="width: 42vw; height: 28vw; overflow: auto;" align="center">
  310. <h1>Out of Character</h1>
  311. <b>00</b>. Code made by <a href="https://rageqxeen.neocities.org/vw_codes/rageqxeen.html" target="_blank">RageQxeen</a>, do not steal.<br><br>
  312. <b>01</b>. OOC.<br>
  313. </div>
  314. </div>
  315. </div>
  316.  
  317. </div>
  318. </body>
  319. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement