RageQxeen

Asmodeus

Jan 19th, 2020
200
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.68 KB | None | 0 0
  1. <body>
  2. <html>
  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|Aref+Ruqaa);
  50.  
  51. html, body {
  52. background: #000000;
  53. background-image:url("https://d2v9y0dukr6mq2.cloudfront.net/video/thumbnail/moving-through-stars-in-space_-1zccenlb__F0000.png");
  54. background-size: 100%;
  55. background-repeat:no-repeat;
  56. background-position:center bottom;
  57. overflow: hidden;
  58. }
  59.  
  60. ::-webkit-scrollbar-button:vertical:{
  61. background-color: #transparent;}
  62.  
  63. ::-webkit-scrollbar-thumb:vertical {
  64. background-color:#transparent;
  65. height:150px;}
  66.  
  67. ::-webkit-scrollbar-thumb:horizontal {
  68. background-color:#transparent;
  69. height:60px;}
  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: 8vw;
  84. bottom: 0vw;
  85. background-image:url("http://i.picpar.com/EdYd.png");
  86. background-repeat:no-repeat;
  87. background-position: bottom;
  88. background-size: 100%;
  89. }
  90.  
  91. #icon {
  92. width: 10vw;
  93. margin: 0px;
  94. border: none;
  95. height: 11vw;
  96. background-color:transparent;
  97. position: absolute;
  98. right: 1vw;
  99. top: 0.5vw;
  100. background-image:url("https://i.imgur.com/yLwyVk3.jpg");
  101. background-repeat:no-repeat;
  102. background-position: center;
  103. background-size: 100%;
  104. }
  105.  
  106. #image2 {
  107. width: 10vw;
  108. margin: 0px;
  109. border: none;
  110. height: 14vw;
  111. background-color:transparent;
  112. position: absolute;
  113. right: 1vw;
  114. bottom: 1vw;
  115. background-image:url("https://i.imgur.com/puKSYky.jpg?1");
  116. background-repeat:no-repeat;
  117. background-position: center;
  118. background-size: 100%;
  119. }
  120.  
  121. #container {
  122. background-color: #eaebef;
  123. width: 41vw;
  124. height: 30vw;
  125. margin: auto;
  126. position: absolute;
  127. right: 3vw;
  128. bottom: 5vw;
  129. z-index: 999999;
  130. border: 3px solid #000000;
  131. }
  132.  
  133. .box1{
  134. position: absolute;
  135. width: 26.7vw;
  136. height: 26.7vw;
  137. margin: auto;
  138. padding: 10px;
  139. font-family: 'Aref Ruqaa', cursive;
  140. left: 1vw;
  141. bottom: 1vw;
  142. border: 1px solid #000000;
  143. }
  144.  
  145.  
  146. #nav {
  147. background-color:#transparent;
  148. width: 1.1vw;
  149. height: 3.5vw;
  150. margin:auto;
  151. position: absolute;
  152. right: 10vw;
  153. bottom: 11.5vw;
  154. text-align:right;
  155. z-index:1;
  156. }
  157.  
  158. #nav a, #nav a:link, #nav a:visited {
  159. display:inline-block;
  160. background: #transparent;
  161. color: #transparent;
  162. margin-top: 0px;
  163. margin-bottom: 0px;
  164. margin-left: 0px;
  165. height: 2.7vw;
  166. width: 10vw;
  167. border: 1px solid #000000;
  168. }
  169.  
  170. #nav a:active, #nav a:hover {
  171. display:inline-block;
  172. height: 2.7vw;
  173. width: 10vw;
  174. text-decoration:none;
  175. background: #666666;
  176. opacity: 0.5;
  177. color: #000000;
  178. margin: 0px;
  179. }
  180.  
  181. #name {
  182. z-index:15;
  183. position: absolute;
  184. left: -1vw;
  185. top: -3.2vw;
  186. margin: auto;
  187. background: #transparent;
  188. width: 18vw;
  189. height: 4.1vw;
  190. font-family: Great Vibes;
  191. font-size: 4vw;
  192. background: url(https://d.wattpad.com/story_parts/26/images/1539ec7e83297e5c956942515755.gif) -20px -20px repeat;
  193. -webkit-text-fill-color: transparent;
  194. -webkit-background-clip: text;
  195. display:block;
  196. text-align: center;
  197. letter-spacing: 1px;
  198. -webkit-transition:opacity 2s linear;
  199. line-height:3.6vw;
  200. }
  201.  
  202. #nameunder{
  203. z-index:15;
  204. position: absolute;
  205. left: -1vw;
  206. top: -3.2vw;
  207. margin: auto;
  208. background: #530000;
  209. width: 18vw;
  210. height: 4.1vw;
  211. font-family: Great Vibes;
  212. font-size: 4vw;
  213. -webkit-text-fill-color: transparent;
  214. text-transform: none;
  215. -webkit-background-clip: text;
  216. display:block;
  217. text-shadow: -1px 0 #530000, 0 1px #530000,1px 0 #def5ff, 0 -1px #def5ff;
  218. text-align: center;
  219. letter-spacing: 1px;
  220. -webkit-transition:opacity 2s linear;
  221. line-height:3.6vw;
  222. }
  223.  
  224. #editthis{ position:fixed;height: 27px; width: 30px; bottom: 21.5vw; right: 8.5vw; margin: auto; z-index:99;}
  225.  
  226. #music1{ position:fixed; padding:2px; border-radius: 50%; -webkit-transition: all 0.5s ease-in-out; -moz-transition: all 0.5s ease-in-out; -o-transition: all 0.5s ease-in-out;}
  227.  
  228. #music1:hover #music2{ opacity: 0; margin-top:-20px; z-index:-1;}
  229.  
  230. #music1:hover #music3{ opacity: .5; margin-top:-5px; z-index:99;}
  231.  
  232. #music1:hover #musiclist{ opacity: .5;}
  233.  
  234. #music2{ opacity: .5; background-color:#000000; padding:6px; border-radius: 50%; -webkit-transition: all 0.5s ease-in-out; -moz-transition: all 0.5s ease-in-out; -o-transition: all 0.5s ease-in-out;}
  235.  
  236. #music3{ opacity: 0; position:fixed; background-color:#000000; background-image: url('https://www.pngkey.com/png/full/11-113290_playbutton-video-player-button-png.png'); background-repeat: no-repeat; background-size: 25px; border:1px dotted #b3b3e5; border-radius: 50%; width:25px; height:25px; z-index:99 margin-left:0px; overflow:hidden; -webkit-transition: all 0.5s ease-in-out; -moz-transition: all 0.5s ease-in-out;-o-transition: all 0.5s ease-in-out;}
  237.  
  238. .credit{
  239. position: fixed;
  240. bottom: 0vw;
  241. right: 1vw;
  242. height: 25px;
  243. width: 25px;
  244. line-height: 15px;
  245. font-size: 10px;
  246. color: #fff;
  247. text-align: center;
  248. font-family: roboto;
  249. }
  250.  
  251. i{color: #75478A;}
  252. b{color: #553672;}
  253. a{color: #415091; text-decoration: none;}
  254. </style>
  255. <div class="credit" title="By RageQxeen">♛</div>
  256.  
  257. <div id="image"></div>
  258.  
  259. <div id="container">
  260.  
  261. <div id="editthis"><div id="music1"><div id="music2">
  262. <img src="http://38.media.tumblr.com/tumblr_m7w2py1dEP1r6o8v2.gif" style="opacity: 0.8;"></div>
  263. <div id="music3"><Div style="margin-top:4px;">
  264. <audio controls style="opacity: 0;"><source src="http://k007.kiwi6.com/hotlink/zmtgd4nihe/The_Weeknd_-_Heartless_Audio_.mp3"></audio>
  265. </div></div></div></div>
  266.  
  267. <div id="nameunder">The Rebel</div><div id="name">The Rebel</div>
  268.  
  269. <div id="nav">
  270. <a href="#one"></a>
  271. <a href="#two"></a>
  272. <a href="#three"></a>
  273. <a href="#four"></a>
  274. <a href="#five"></a>
  275. </div>
  276.  
  277.  
  278. <div class="box1">
  279. <div style="width: 26.7vw; height: 26.7vw; overflow-y: hidden;">
  280.  
  281. <a name="one"></a>
  282. <div style="width: 26.7vw; height: 26.7vw; overflow: auto;" align="center">
  283. <b>00</b>. Code belongs <a href="https://roleplay.chat/profile.php?user=RageQxeen" target="_blank">RageQxeen</a>. Do <u>NOT</u> Steal.<br>
  284. <b>01</b>. IC =/= OOC.<br>
  285. <b>02</b>. Smut is 99% more likely with story.<br>
  286. <b>03</b>. PM Friendly.<br>
  287. <b>04</b>. Typist is often busy but if you would like interaction send a mail.<br>
  288. <b>05</b>. 14 years RP experience, 2 on RPC.<br>
  289. <b>06</b>. Discord is reserved.<br>
  290. <b>07</b>. Anything else that does not belong to me is the rightful property of their creators, etc. etc.<br>
  291. <b>08</b>. I'm very friendly with the block button, don't be a brat.<br>
  292. <b>09</b>. Any questions, comments or concerns? Please don't hesitate to PM me.<br>
  293. <b>10</b>. If you desire a code either for free or commissioned, inform me and I will be happy to link you to RageQxeen's page.
  294. </div>
  295.  
  296. <a name="two"></a>
  297. <div style="width: 26.7vw; height: 26.7vw; overflow: auto;" align="center">
  298. <font style=float:left><b>Name</b></font><font style=float:right>Asmodeus Akamine</font><br>
  299. <font style=float:left><b>Nickname</b></font> <font style=float:right><a title="Asmo. Mo. Momo is earned. ">hover</a></font><br>
  300. <font style=float:left><b>Gender</b></font> <font style=float:right>Male</font><br>
  301. <font style=float:left><b>Apparent Age</b></font> <font style=float:right>27</font><br><br>
  302. <font style=float:left><b>Race</b></font> <font style=float:right>Psychic</font><br>
  303. <font style=float:left><b>Height</b></font> <font style=float:right>6'4</font><br>
  304. <font style=float:left><b>Weight</b></font> <font style=float:right>190lbs</font><br>
  305. <font style=float:left><b>Tresses</b></font> <font style=float:right>Jet Black</font><br>
  306. <font style=float:left><b>Irises</b></font> <font style=float:right>Cerulean</font><br><br>
  307. <font style=float:left><b>Marital</b></font> <font style=float:right><a target="_blank" href="">Unchained.</a></font><br>
  308. <font style=float:left><b>Orientation</b></font> <font style=float:right>Demisexual</font><br>
  309. </div>
  310.  
  311. <a name="three"></a>
  312. <div style="width: 26.7vw; height: 26.7vw; overflow: auto;" align="center"> <b>Head Canons</b><br>
  313. <font color="#702f2f"><b>☾</b></font> Character will probably change over time just as people change and grow over time.<br>
  314. <font color="#702f2f"><b>☾</b></font> Character is not the nicest but he warms up...eventually.<br>
  315. <font color="#702f2f"><b>☾</b></font> He is not for the faint of heart, he is lewd and outspoken.<br>
  316. <font color="#702f2f"><b>☾</b></font> He was brought from another world in search of a sister he thought to be lost. <br>
  317. <font color="#702f2f"><b>☾</b></font> His abilities range but he will stick to basic telekinesis, teleporation, and telepathy. Do not be surprised if he plants images in your brain.<br>
  318. <font color="#702f2f"><b>☾</b></font> The best way to get him to warm up? Tea or Coffee..<br>
  319. <font color="#702f2f"><b>☾</b></font> He is an instigator, a trouble maker, and rebellion runs through his veins.<br><br>
  320.  
  321. More to come soon.
  322.  
  323.  
  324. </div>
  325.  
  326. <a name="four"></a>
  327. <div style="width: 26.7vw; height: 26.7vw; overflow: auto;" align="center">
  328.  
  329. <a href="profile.php?user=" target="_blank"><img src="https://i.kym-cdn.com/photos/images/original/001/462/938/e3e" class="circle" width="70" height="70" border="1px solid #000000" a title="Serenity. Oh little sister."></a>
  330. <a href="profile.php?user=" target="_blank"><img src="" class="circle" width="70" height="70" border="1px solid #000000" a title="Words"></a><br>
  331. </div>
  332.  
  333. <a name="five"></a>
  334. <div style="width: 26.7vw; height: 26.7vw; overflow: auto;" align="center">
  335.  
  336. </div>
  337. </div>
  338. </div>
  339.  
  340.  
  341.  
  342.  
  343.  
  344. <div class="box3">
  345.  
  346.  
  347. <div id="image2"></div>
  348. <div id="icon"></div>
  349. </div>
  350.  
  351.  
  352. </div>
  353. </body>
  354. </html>
Advertisement
Add Comment
Please, Sign In to add comment