RageQxeen

Bloody Boyo

May 23rd, 2020
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 13.05 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=Gotu|Cinzel|Cinzel+Decorative);
  50.  
  51. html, body {
  52. background: #804b4b;
  53. background-image:url("https://cdn130.picsart.com/299273552235211.png?type=webp&to=min&r=640");
  54. background-size: cover;
  55. background-repeat:no-repeat;
  56. background-position:center top;
  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: 27vw;
  78. margin: 0px;
  79. border: none;
  80. height: 40vw;
  81. background-color:transparent;
  82. position: absolute;
  83. right: 0vw;
  84. bottom: 0vw;
  85. background-image:url("http://i.picpar.com/LF2e.png");
  86. background-repeat:no-repeat;
  87. background-position: bottom;
  88. background-size: 100%;
  89. }
  90.  
  91. #container {
  92. background: rgb(128,128,128);
  93. background: -moz-linear-gradient(309deg, rgba(128,128,128,1) 0%, rgba(128,64,64,1) 50%, rgba(128,32,32,1) 100%);
  94. background: -webkit-linear-gradient(309deg, rgba(128,128,128,1) 0%, rgba(128,64,64,1) 50%, rgba(128,32,32,1) 100%);
  95. background: linear-gradient(309deg, rgba(128,128,128,1) 0%, rgba(128,64,64,1) 50%, rgba(128,32,32,1) 100%);
  96. filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#808080",endColorstr="#802020",GradientType=1);
  97. width: 50vw;
  98. height: 28.5vw;
  99. margin:auto;
  100. position: absolute;
  101. padding: 5px;
  102. right: 30vw;
  103. bottom: 5vw;
  104. z-index:1;
  105. border: 3px solid #000;
  106. box-shadow: #000 0px 5px 10px;
  107. z-index: 2;
  108. }
  109.  
  110. #container2 {
  111. background: rgb(128,128,128);
  112. background: -moz-linear-gradient(309deg, rgba(128,128,128,1) 0%, rgba(128,100,100,1) 73%, rgba(128,64,64,1) 100%);
  113. background: -webkit-linear-gradient(309deg, rgba(128,128,128,1) 0%, rgba(128,100,100,1) 73%, rgba(128,64,64,1) 100%);
  114. background: linear-gradient(309deg, rgba(128,128,128,1) 0%, rgba(128,100,100,1) 73%, rgba(128,64,64,1) 100%);
  115. filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#808080",endColorstr="#804040",GradientType=1);
  116. width: 17vw;
  117. height: 28.5vw;
  118. margin:auto;
  119. position: absolute;
  120. padding: 5px;
  121. right: -18vw;
  122. bottom: -0.15vw;
  123. z-index:1;
  124. border: 3px solid #000;
  125. box-shadow: #000 0px 5px 10px;
  126. z-index: 2;
  127. }
  128.  
  129. #content {
  130. background: rgb(128,128,128);
  131. background: -moz-linear-gradient(309deg, rgba(128,128,128,1) 0%, rgba(128,0,0,1) 100%);
  132. background: -webkit-linear-gradient(309deg, rgba(128,128,128,1) 0%, rgba(128,0,0,1) 100%);
  133. background: linear-gradient(309deg, rgba(128,128,128,1) 0%, rgba(128,0,0,1) 100%);
  134. filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#808080",endColorstr="#800000",GradientType=1);
  135. width: 23vw;
  136. height: 26vw;
  137. margin:auto;
  138. position: absolute;
  139. padding: 5px;
  140. font-family: 'Gotu', cursive;
  141. font-size: 18px;
  142. color: #000;
  143. left: 1vw;
  144. top: 1vw;
  145. z-index:6;
  146. border: 5px double #000;
  147. }
  148.  
  149. #content2 {
  150. background: rgb(128,128,128);
  151. background: -moz-linear-gradient(309deg, rgba(128,128,128,1) 0%, rgba(128,0,0,1) 100%);
  152. background: -webkit-linear-gradient(309deg, rgba(128,128,128,1) 0%, rgba(128,0,0,1) 100%);
  153. background: linear-gradient(309deg, rgba(128,128,128,1) 0%, rgba(128,0,0,1) 100%);
  154. filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#808080",endColorstr="#800000",GradientType=1);
  155. width: 15vw;
  156. height: 26vw;
  157. margin:auto;
  158. position: absolute;
  159. padding: 5px;
  160. font-family: 'Gotu', cursive;
  161. font-size: 18px;
  162. color: #000;
  163. left: 0.5vw;
  164. top: 1vw;
  165. z-index:6;
  166. border: 5px double #000;
  167. }
  168.  
  169. #nav {
  170. background-color: transparent;
  171. width: 12vw;
  172. height: .5vw;
  173. margin:auto;
  174. position: absolute;
  175. right: 2.5vw;
  176. top: -2.2vw;
  177. z-index:3;
  178. }
  179.  
  180. #nav a, #nav a:link, #nav a:visited {
  181. display:inline-block;
  182. height: 1vw;
  183. width: 1.5vw;
  184. text-align: center;
  185. font-family: 'Aref Ruqaa';
  186. font-size: 15px;
  187. text-decoration: none;
  188. color: #000;
  189. background: #68707c;
  190. margin: 5px;
  191. background-image: url("https://i.imgur.com/oJUsgm3.png");
  192. border: double #000 5px;
  193. border-radius: 50px;
  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: 1vw;
  203. width: 1.5vw;
  204. text-align: center;
  205. font-family: 'Aref Ruqaa';
  206. font-size: 15px;
  207. text-decoration: none;
  208. color: #c0c0c0;
  209. background: #8b0000;
  210. margin: 5px;
  211. background-image: url("https://i.imgur.com/oJUsgm3.png");
  212. border: double #778899 5px;
  213. border-radius: 50px;
  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.  
  221. .name {position: absolute;
  222. font-family: 'Cinzel Decorative';
  223. color: #fff;
  224. font-size: 4vw;
  225. top: -4.5vw;
  226. left: 1vw;
  227. width: 35vw;
  228. height: 9vw;
  229. border: 0px solid #000;
  230. text-align: justify;
  231. text-shadow: -1px 0 #c0c0c0, 0 1px #000,1px 0 #000, 0 -1px #c0c0c0;
  232. overflow: auto;
  233. padding:5px 5px 5px 5px;
  234. z-index: 2;}
  235.  
  236. .title { background: transparent;
  237. background:url('https://media2.giphy.com/media/10GiOuVYYmSGI0/source.gif') repeat;
  238. background-position: bottom;
  239. position: absolute;
  240. font-family: 'Cinzel Decorative';
  241. font-size: 4vw;
  242. top: -4.5vw;
  243. left: 1vw;
  244. width: 35vw;
  245. height: 9vw;
  246. text-align: justify;
  247. padding:5px 5px 5px 5px;
  248. -webkit-text-fill-color: transparent;
  249. -webkit-background-clip: text;
  250. z-index: 3;}
  251.  
  252. .alias {position: absolute;
  253. font-family: 'Cinzel';
  254. color: #000;
  255. font-size: 1.8vw;
  256. bottom: -3vw;
  257. left: 13vw;
  258. width: 40vw;
  259. height: 2.8vw;
  260. border: 0px solid #000;
  261. text-align: center;
  262. text-shadow: -1px 0 #c0c0c0, 0 1px #000,1px 0 #000, 0 -1px #c0c0c0;
  263. overflow: auto;
  264. padding:5px 5px 5px 5px;
  265. z-index: 7;}
  266.  
  267. /*Code by Alikade, please keep this credit where it is, it will not interfere with the rest of the code.*/
  268.  
  269. #editthis{ position:fixed;height: 27px; width: 30px; bottom: 0vw; right: 0vw; margin: auto; z-index:99;}
  270.  
  271. #music1{ position:fixed; padding:2px; -webkit-transition: all 0.5s ease-in-out; -moz-transition: all 0.5s ease-in-out; -o-transition: all 0.5s ease-in-out;}
  272.  
  273. #music1:hover #music2{ opacity: 0; margin-top:-20px; z-index:-1;}
  274.  
  275. #music1:hover #music3{ opacity: .5; margin-top:-5px; z-index:99;}
  276.  
  277. #music1:hover #musiclist{ opacity: .5;}
  278.  
  279. #music2{ opacity: .5; background-color:#000000; padding:6px; -webkit-transition: all 0.5s ease-in-out; -moz-transition: all 0.5s ease-in-out; -o-transition: all 0.5s ease-in-out;}
  280.  
  281. #music3{ opacity: 0; position:fixed; background-color:#000000; background-image: url('http://assets.clickmotive.com/Designs/LEMidnight/playButton.png'); background-repeat: no-repeat; background-size: 25px; border:1px dotted #b3b3e5; 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;}
  282.  
  283. i{color: #660000;}
  284. b{color: #000;}
  285. a{color: #222; text-decoration: none;}
  286. h1{border-bottom: 1px solid #000; text-align: center; font-size: 30px; font-family: 'Cinzel Decorative', cursive; color: #000;}
  287. h2{border-bottom: 1px solid #000; text-align: left; font-size: 30px; font-family: 'Cinzel Decorative', cursive; color: #000;}
  288. h3{border-bottom: 1px solid #000; text-align: right; font-size: 30px; font-family: 'Cinzel Decorative', cursive; color: #000;}
  289. </style>
  290. <div id="editthis"><div id="music1"><div id="music2">
  291. <img src="http://38.media.tumblr.com/tumblr_m7w2py1dEP1r6o8v2.gif" style="opacity: 0.8;"></div>
  292. <div id="music3"><Div style="margin-top:4px;">
  293. <audio controls style="opacity: 0;"><source src="KIWI6 LINK HERE"></audio>
  294. </div></div></div></div>
  295.  
  296.  
  297. <div id="container">
  298. <div id="image"></div>
  299.  
  300. <div class="name">Bloody Boi</div>
  301. <div class="title">Bloody Boi</div>
  302. <div class="alias">Blood is the currency of the soul</div>
  303.  
  304. <div id="content">
  305. <div style="width: 23vw; height: 26vw; overflow-y: hidden;">
  306.  
  307. <a name="one"></a>
  308. <div style="width: 23vw; height: 26vw; overflow: auto;">
  309.  
  310. <span style="float:left;"><b>Name</b></span><span style="float:right;"></span><br>
  311. <span style="float:left;"><b>Alias(es)</b></span><span style="float:right;"></span><br>
  312. <span style="float:left;"><b>Gender</b></span><span style="float:right;"></span><br>
  313. <span style="float:left;"><b>Age</b></span><span style="float:right;"></span><br><br>
  314. <span style="float:left;"><b>Height</b></span><span style="float:right;"></span><br>
  315. <span style="float:left;"><b>Weight</b></span><span style="float:right;"></span><br>
  316. <span style="float:left;"><b>Orientation</b></span><span style="float:right;"></span><br>
  317. <span style="float:left;"><b>Relationship</b></span><span style="float:right;"></span><br>
  318. <span style="float:left;"><b>Race</b></span><span style="float:right;"></span><br><br>
  319. <span style="float:left;"><b>Eyes</b></span><span style="float:right;"></span><br>
  320. <span style="float:left;"><b>Hair</b></span><span style="float:right;"></span><br>
  321. <span style="float:left;"><b>Affiliation</b></span><span style="float:right;"><a href="" target="_blank"></a></span><br>
  322. </div>
  323.  
  324. <a name="two"></a>
  325. <div style="width: 23vw; height: 26vw; overflow: auto;" align="left">
  326. <h1>Combat</h1>
  327. <span style="float:left;"><b>Cooperation</b></span><span style="float:right;">●●○○○</span><br><br>
  328. <span style="float:left;"><b>Power</b></span><span style="float:right;">●●●●○</span><br><br>
  329. <span style="float:left;"><b>Speed</b></span><span style="float:right;">●●●●○</span><br><br>
  330. <span style="float:left;"><b>Intelligence</b></span><span style="float:right;">●●●○○</span><br><br>
  331. <span style="float:left;"><b>Technique</b></span><span style="float:right;">●●●●○</span><br><br>
  332.  
  333. <h2>Quirk</h2>
  334. <b>Quirk Name:</b> <br><br>
  335. <b>Quirk Type:</b> <br><br>
  336. <b>Quirk Description:</b>
  337. <br>
  338. </div>
  339.  
  340. <a name="three"></a>
  341. <div style="width: 23vw; height: 26vw; overflow: auto;" align="center">
  342. <h1>History</h1>
  343. TBA
  344. </div>
  345.  
  346. <a name="four"></a>
  347. <div style="width: 23vw; height: 26vw; overflow: auto;" align="left">
  348. <h1>Friends</h1>
  349. <marquee behavior="scroll" direction="up" onmouseover="this.stop();" onmouseout="this.start();">
  350. <a target="_blank" href="PROFILE LINK HERE"><img src="IMAGE LINK HERE" height="75" width="75" align="left" border="3"></a>
  351. <center><b>- Name -</b><br> <i>foe/friend</i><br> small note.</center><br><br><br><br>
  352. <a target="_blank" href="PROFILE LINK HERE"><img src="IMAGE LINK HERE" height="75" width="75" align="left" border="3"></a>
  353. <center><b>- Name -</b><br> <i>foe/friend</i><br> small note.</center><br><br><br><br>
  354. <a target="_blank" href="PROFILE LINK HERE"><img src="IMAGE LINK HERE" height="75" width="75" align="left" border="3"></a>
  355. <center><b>- Name -</b><br> <i>foe/friend</i><br> small note.</center><br><br><br><br>
  356. <a target="_blank" href="PROFILE LINK HERE"><img src="IMAGE LINK HERE" height="75" width="75" align="left" border="3"></a>
  357. <center><b>- Name -</b><br> <i>foe/friend</i><br> small note.</center><br><br><br><br>
  358. <a target="_blank" href="PROFILE LINK HERE"><img src="IMAGE LINK HERE" height="75" width="75" align="left" border="3"></a>
  359. <center><b>- Name -</b><br> <i>foe/friend</i><br> small note.</center><br><br><br><br>
  360. </marquee>
  361. </div>
  362. </div>
  363. </div>
  364. <div id="container2">
  365. <div id="nav">
  366. <a href="#one"></a>
  367. <a href="#two"></a>
  368. <a href="#three"></a>
  369. <a href="#four"></a>
  370. </div>
  371.  
  372. <div id="content2">
  373. <div style="width: 15vw; height: 26vw; overflow-y: hidden;">
  374.  
  375. <a name="one"></a>
  376. <div style="width: 15vw; height: 26vw; overflow: auto;">
  377. <h1>out of character</h1>
  378. <center><b>00</b>. Want a code? Go <a target="_blank" href="https://roleplay.chat/profile.php?user=RageQxeen">here</a>. Refrain from stealing.</center><br>
  379. <b>01</b>. OOC.<br>
  380. <b>02</b>. OOC.<br>
  381. <b>03</b>. OOC.<br>
  382. <b>04</b>. OOC.<br>
  383. <b>05</b>. OOC.<br>
  384. </div>
  385. </div>
  386. </div>
  387. </body>
  388. </html>
Add Comment
Please, Sign In to add comment