RageQxeen

Golden King

Apr 16th, 2020
120
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.51 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=Great+Vibes|Cookie|Lora);
  50.  
  51. html, body {
  52. background-color: #d4af37;
  53. background-image: url("https://www.transparenttextures.com/patterns/az-subtle.png");
  54. background-size: 200px;
  55. background-repeat: repeat;
  56. background-position:center bottom;
  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: 22vw;
  78. margin: 0px;
  79. border: none;
  80. height: 41vw;
  81. background-color:transparent;
  82. position: absolute;
  83. right: 0vw;
  84. bottom: 0vw;
  85. background-image:url("http://i.picpar.com/G6re.png");
  86. background-repeat:no-repeat;
  87. background-position: bottom;
  88. background-size: 100%;
  89. z-index: 1;
  90. }
  91.  
  92. #crown {
  93. width: 10vw;
  94. margin: 0px;
  95. border: none;
  96. height: 8vw;
  97. background-color:transparent;
  98. position: absolute;
  99. left: -6vw;
  100. top: -5vw;
  101. background-image:url("http://i.picpar.com/Tkse.png");
  102. background-repeat:no-repeat;
  103. background-position: bottom;
  104. background-size: 100%;
  105. z-index: 2;
  106. }
  107.  
  108. #container {
  109. background: rgb(255,223,0);
  110. background: -moz-linear-gradient(325deg, rgba(255,223,0,1) 0%, rgba(207,181,59,1) 50%, rgba(0,0,0,1) 100%);
  111. background: -webkit-linear-gradient(325deg, rgba(255,223,0,1) 0%, rgba(207,181,59,1) 50%, rgba(0,0,0,1) 100%);
  112. background: linear-gradient(325deg, rgba(255,223,0,1) 0%, rgba(207,181,59,1) 50%, rgba(0,0,0,1) 100%);
  113. filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffdf00",endColorstr="#000000",GradientType=1);
  114. width: 59.5vw;
  115. height: 34vw;
  116. margin:auto;
  117. position: absolute;
  118. padding: 5px;
  119. right: 10vw;
  120. bottom: 5vw;
  121. z-index:0;
  122. box-shadow: 0px 5px 10px #000;
  123. }
  124.  
  125. #content {
  126. background-color:#f8f8ff;
  127. width: 40vw;
  128. height: 32vw;
  129. margin:auto;
  130. position: absolute;
  131. padding: 5px;
  132. font-family: 'Lora', cursive;
  133. font-size: 18px;
  134. color: #000;
  135. left: 1vw;
  136. bottom: 0.5vw;
  137. z-index:1;
  138. border: 5px double #000;
  139. }
  140.  
  141. #bar {
  142. background-color: #000;
  143. width: 5vw;
  144. height: 34vw;
  145. margin: auto;
  146. padding: 5px;
  147. position: absolute;
  148. right: 10vw;
  149. bottom: 0vw;
  150. z-index: 1;
  151. }
  152.  
  153. #nav {
  154. background-color: transparent;
  155. width: 10px;
  156. height: 300px;
  157. margin: auto;
  158. position: absolute;
  159. right: 17.4vw;
  160. top: 13vw;
  161. text-align: center;
  162. text-decoration: none;
  163. z-index:4;
  164. }
  165.  
  166. #nav a, #nav a:link, #nav a:visited {
  167. display:inline-block;
  168. text-decoration: none;
  169. text-align: center;
  170. background: #000;
  171. color: transparent;
  172. box-shadow: 0px 0px 5px #C5B358;
  173. padding: 1px;
  174. height: 20px;
  175. width: 20px;
  176. margin: 8px;
  177. border: 2px solid #C5B358;
  178. -moz-transform: rotate(45deg);
  179. -o-transform: rotate(45deg);
  180. -webkit-transform: rotate(45deg);
  181. -ms-transform: rotate(45deg);
  182. }
  183.  
  184. #nav a:active, #nav a:hover {
  185. display:inline-block;
  186. height: 20px;
  187. width: 20px;
  188. text-decoration:none;
  189. background: #C5B358;
  190. box-shadow: 0px 0px 5px #000;
  191. border: 2px solid #000;
  192. color: transparent;
  193. margin: 8px;
  194. -moz-transform: rotate(45deg);
  195. -o-transform: rotate(45deg);
  196. -webkit-transform: rotate(45deg);
  197. -ms-transform: rotate(45deg);
  198. }
  199.  
  200. .name {position: absolute;
  201. font-family: 'Great Vibes';
  202. color: #fff;
  203. font-size: 6vw;
  204. top: -6vw;
  205. left: 3vw;
  206. width: 36vw;
  207. height: 9vw;
  208. border: 0px solid #000;
  209. text-align: justify;
  210. text-shadow: -1px 0 #c0c0c0, 0 1px #000,1px 0 #000, 0 -1px #c0c0c0;
  211. overflow: auto;
  212. padding:5px 5px 5px 5px;
  213. z-index: 5;}
  214.  
  215. .title { background: transparent;
  216. background:url('https://thumbs.gfycat.com/PerfumedAgileCaimanlizard-small.gif') 50px 50px repeat;
  217. background-position: bottom;
  218. position: absolute;
  219. font-family: 'Great Vibes';
  220. font-size: 6vw;
  221. top: -6vw;
  222. left: 3vw;
  223. width: 36vw;
  224. height: 9vw;
  225. text-align: justify;
  226. padding:5px 5px 5px 5px;
  227. -webkit-text-fill-color: transparent;
  228. -webkit-background-clip: text;
  229. z-index: 6;}
  230.  
  231. .alias {position: absolute;
  232. font-family: 'Cookie';
  233. color: #CFB53B;
  234. font-size: 3.5vw;
  235. top: 15vw;
  236. right: -11.5vw;
  237. width: 28vw;
  238. height: 3.7vw;
  239. border: 0px solid #000;
  240. text-align: center;
  241. text-shadow: -1px 0 #c0c0c0, 0 1px #000,1px 0 #000, 0 -1px #c0c0c0;
  242. overflow: auto;
  243. padding:5px 5px 5px 5px;
  244. transform: rotate(-90deg);
  245. z-index: 5;}
  246.  
  247. i{color: #996515;}
  248. b{color: #000;}
  249. a{color: #444; text-decoration: none;}
  250. h1{border-bottom: 1px solid #000; text-align: center; font-size: 50px; font-family: 'Cookie', cursive; color: #000;}
  251. h2{border-bottom: 1px solid #000; text-align: left; font-size: 40px; font-family: 'Cookie', cursive; color: #000;}
  252. h3{text-align: right; font-size: 35px; font-family: 'Cookie', cursive; color: #000;}
  253. </style>
  254.  
  255. <div id="image"></div>
  256.  
  257. <div id="container">
  258.  
  259. <div id="crown"></div>
  260.  
  261. <div class="name">Golden King</div>
  262. <div class="title">Golden King</div>
  263. <div id="bar">
  264. <div class="alias">Gold is the corpse of value</div>
  265. </div>
  266.  
  267. <div id="nav">
  268. <a href="#one"></a>
  269. <a href="#two"></a>
  270. <a href="#three"></a>
  271. <a href="#four"></a>
  272. </div>
  273.  
  274. <div id="content">
  275. <div style="width: 40vw; height: 32vw; overflow-y: hidden;">
  276.  
  277. <a name="one"></a>
  278. <div style="width: 40vw; height: 32vw; overflow: auto;">
  279.  
  280. <span style="float:left;"><b>Name</b></span><span style="float:right;">Kouki Kin</span><br>
  281. <span style="float:left;"><b>Alias(es)</b></span><span style="float:right;">Color Hero: Gold King</span><br>
  282. <span style="float:left;"><b>Gender</b></span><span style="float:right;">Female</span><br>
  283. <span style="float:left;"><b>Age</b></span><span style="float:right;"></span><br>
  284. <span style="float:left;"><b>Race</b></span><span style="float:right;">Human</span><br>
  285. <span style="float:left;"><b>Voice</b></span><span style="float:right;"><a href="LINK HERE" target="_blank">Name of VC</a></span><br><br>
  286. <span style="float:left;"><b>Height</b></span><span style="float:right;"> </span><br>
  287. <span style="float:left;"><b>Weight</b></span><span style="float:right;"> </span><br>
  288. <span style="float:left;"><b>Eyes</b></span><span style="float:right;">Green</span><br>
  289. <span style="float:left;"><b>Hair</b></span><span style="float:right;">Midnight Green</span><br>
  290. <span style="float:left;"><b>Build</b></span><span style="float:right;"> </span><br><br>
  291. <span style="float:left;"><b>Orientation</b></span><span style="float:right;"> </span><br>
  292. <span style="float:left;"><b>Relationship</b></span><span style="float:right;"> </span><br>
  293. <span style="float:left;"><b>Affiliation</b></span><span style="float:right;"> </span><br><br>
  294. <span style="float:left;"><b>Class</b></span><span style="float:right;"> </span><br>
  295. <span style="float:left;"><b>Year</b></span><span style="float:right;"> </span><br><br>
  296.  
  297.  
  298. </div>
  299.  
  300. <a name="two"></a>
  301. <div style="width: 40vw; height: 32vw; overflow: auto;" align="left">
  302. <h1>combat</h1>
  303. <span style="float:left;"><b>Cooperation</b></span><span style="float:right;">●●○○○</span><br><br>
  304. <span style="float:left;"><b>Power</b></span><span style="float:right;">●●●●○</span><br><br>
  305. <span style="float:left;"><b>Speed</b></span><span style="float:right;">●●●●○</span><br><br>
  306. <span style="float:left;"><b>Intelligence</b></span><span style="float:right;">●●●○○</span><br><br>
  307. <span style="float:left;"><b>Technique</b></span><span style="float:right;">●●●●○</span><br><br>
  308.  
  309. <h2>Quirk</h2>
  310. <b>Quirk Name:</b> <br><br>
  311. <b>Quirk Type:</b> Emitter<br><br>
  312. <b>Quirk Description:</b>
  313. <br>By consuming sapphires, the User is capable of transforming the minerals into an energy similar to plasma that they can freely manipulate, depending on the amount ingested also affects the size of it. There are five who own a similar quirk, but each consumes a different gem or element and manifests it differently. Consuming too much could lead to poisoning, which in turn expels itself by turning the users appearance into something less than human. Normally the eyes are what are changed first, allowing others to know the moment the user activates their Quirk by expelling excess energy from the pupil of the left eye, which has been noted to look incredibly similar to colored fire. For the User that is Codenamed: Blue Queen, consuming sapphires allows her to manifest either a sword that stands at three quarters her height, and can be lit up with excess energy to leave a burning aftereffect on those she is attacking. The other weapon manifested takes a nearly fatal dose of sapphires, but it isn't impossible for her to manifest a massive gun that expels exploding rounds of energy as its' "bullets". She can quickly run out of energy doing this however, and it is at the cost of losing all her stamina for the time being.
  314. </div>
  315.  
  316. <a name="three"></a>
  317. <div style="width: 40vw; height: 32vw; overflow: auto;" align="center">
  318. <h1>headcanons</h1>
  319. <ul>
  320. <li>
  321. </ul>
  322. </div>
  323.  
  324.  
  325. <a name="four"></a>
  326. <div style="width: 40vw; height: 32vw; overflow: auto;" align="left">
  327. <h1>out of character</h1>
  328. <center><b>00</b>. Want a code? Go <a target="_blank" href="https://alliealgiere.neocities.org">here</a>. Refrain from stealing.</center><br>
  329. <b>01</b>. OOC.<br>
  330. <b>02</b>. OOC.<br>
  331. <b>03</b>. OOC.<br>
  332. <b>04</b>. OOC.<br>
  333. <b>05</b>. OOC.<br>
  334. </div>
  335. </div>
  336. </div>
  337. </div>
  338. </body>
  339. </html>
Advertisement
Add Comment
Please, Sign In to add comment