Advertisement
RageQxeen

All For One

Jul 1st, 2020
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.89 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|Lora);
  50.  
  51. html, body {
  52. background-color: #c4c5c3;
  53. background-image: url("https://www.transparenttextures.com/patterns/dark-wall.png");
  54. }
  55.  
  56. ::-webkit-scrollbar-button:vertical:{
  57. background-color: #transparent;}
  58.  
  59. ::-webkit-scrollbar-thumb:vertical {
  60. background-color:#transparent;
  61. height:150px;}
  62.  
  63. ::-webkit-scrollbar-thumb:horizontal {
  64. background-color:#transparent;
  65. height:60px;}
  66.  
  67.  
  68. ::-webkit-scrollbar {
  69. height:60px;
  70. width:5px;
  71. background-color:#transparent;}
  72.  
  73. #img {
  74. width: 40vw;
  75. margin: 0px;
  76. border: none;
  77. height: 10vw;
  78. background-color:transparent;
  79. position: absolute;
  80. left: -0.25vw;
  81. top: -10vw;
  82. border: solid #000 5px;
  83. border-radius: 15% 15% 0% 0%;
  84. background-image:url("https://asapland.com/wp-content/uploads/2020/06/my-hero-academia-cosa-sappiamo-for-one-v3-451114-990x557.jpg");
  85. background-repeat:no-repeat;
  86. background-position: top;
  87. background-size: 100%;
  88. z-index: 3;
  89. font-size: 120px;
  90. font-family: 'Bangers', cursive;
  91. color: #000;
  92. text-shadow: 1px 1px 0 #c0c0c0, -1px -1px 0 #c0c0c0, -1px 1px 0 #c0c0c0, 1px -1px 0 #c0c0c0;
  93. line-height: 1.5;
  94. text-align: center;
  95. }
  96.  
  97. #container{
  98. width: 40vw;
  99. height: 50vw;
  100. background-color: #222;
  101. left: 30vw;
  102. top: 12vw;
  103. border: 5px solid #000;
  104. border-radius: 0% 0% 15% 15%;
  105. position: absolute;
  106. }
  107.  
  108. #stats {
  109. background-color:#c0c0c0;
  110. width: 37vw;
  111. height: 9vw;
  112. margin:auto;
  113. position: absolute;
  114. padding: 5px;
  115. font-family: 'Lora', cursive;
  116. font-size: 15px;
  117. color: #000;
  118. right: 1vw;
  119. top: 1vw;
  120. z-index:1;
  121. border: #000000 solid 2px;
  122. }
  123.  
  124. #quirk {
  125. background-color:#c0c0c0;
  126. width: 18vw;
  127. height: 23vw;
  128. margin:auto;
  129. position: absolute;
  130. padding: 5px;
  131. font-family: 'Lora', cursive;
  132. font-size: 15px;
  133. color: #000;
  134. right: 1vw;
  135. top: 11vw;
  136. z-index:1;
  137. border: #000000 solid 2px;
  138. }
  139.  
  140. #friends {
  141. background-color:#c0c0c0;
  142. width: 18vw;
  143. height: 23vw;
  144. margin:auto;
  145. position: absolute;
  146. padding: 5px;
  147. font-family: 'Lora', cursive;
  148. font-size: 15px;
  149. color: #000;
  150. left: 1.2vw;
  151. top: 11vw;
  152. z-index:1;
  153. border: #000000 solid 2px;
  154. }
  155.  
  156. #ooc {
  157. background-color:#c0c0c0;
  158. width: 37vw;
  159. height: 9vw;
  160. margin:auto;
  161. position: absolute;
  162. padding: 5px;
  163. font-family: 'Lora', cursive;
  164. font-size: 15px;
  165. color: #000;
  166. right: 1vw;
  167. top: 35vw;
  168. z-index:1;
  169. border: #000000 solid 2px;
  170. }
  171.  
  172. i{color: #443a59;}
  173. b{color: #000;}
  174. a{color: #444; text-decoration: none;}
  175. h1{
  176. background: url('https://i.pinimg.com/originals/42/fc/a7/42fca7e0bce4d36ebad79703ef0c50ae.gif');
  177. background-size: cover;
  178. background-position: center;
  179. text-align: center;
  180. border: 2px solid #000;
  181. border-radius: 15px;
  182. font-size: 30px;
  183. font-family: 'Cinzel', cursive;
  184. color: #000;
  185. text-shadow: 1px 1px 0 #c0c0c0, -1px -1px 0 #c0c0c0, -1px 1px 0 #c0c0c0, 1px -1px 0 #c0c0c0;
  186. line-height: 1.5;
  187. }
  188. h2{border-bottom: 1px solid #000; text-align: left; font-size: 30px; font-family: 'Cinzel', cursive; color: #000;}
  189. h3{border-bottom: 1px solid #000; text-align: right; font-size: 30px; font-family: 'Cinzel', cursive; color: #000;}
  190. </style>
  191. <div id="container">
  192. <div id="img">All For One</div>
  193.  
  194. <div id="stats">
  195. <div style="width: 37vw; height: 9vw; overflow-y: hidden;">
  196.  
  197. <a name="one"></a>
  198. <div style="width: 37vw; height: 9vw; overflow: auto;" align="center">
  199. <span style="float:left;"><b>Name</b></span><span style="float:right;">All For One</span><br>
  200. <span style="float:left;"><b>Alias(es)</b></span><span style="float:right;"></span><br>
  201. <span style="float:left;"><b>Gender</b></span><span style="float:right;">Male</span><br>
  202. <span style="float:left;"><b>Age</b></span><span style="float:right;"></span><br>
  203. <span style="float:left;"><b>Race</b></span><span style="float:right;">Human</span><br><br>
  204. <span style="float:left;"><b>Height</b></span><span style="float:right;"></span><br>
  205. <span style="float:left;"><b>Blood Type</b></span><span style="float:right;"></span><br>
  206. <span style="float:left;"><b>Eyes</b></span><span style="float:right;"></span><br>
  207. <span style="float:left;"><b>Hair</b></span><span style="float:right;"></span><br><br>
  208. <span style="float:left;"><b>Orientation</b></span><span style="float:right;"></span><br>
  209. <span style="float:left;"><b>Relationship</b></span><span style="float:right;"></span><br><br>
  210. <span style="float:left;"><b>Fighting Style</b></span><span style="float:right;"></span><br><br>
  211. <span style="float:left;"><b>Affiliation</b></span><span style="float:right;"></span>
  212. </div>
  213. </div>
  214. </div>
  215.  
  216. <div id="quirk">
  217. <div style="width: 18vw; height: 23vw; overflow-y: hidden;">
  218.  
  219. <a name="one"></a>
  220. <div style="width: 18vw; height: 23vw; overflow: auto;" align="center">
  221. <h1>Quirk</h1>
  222. </div>
  223. </div>
  224. </div>
  225.  
  226. <div id="friends">
  227. <div style="width: 18vw; height: 23vw; overflow-y: hidden;">
  228.  
  229. <a name="one"></a>
  230. <div style="width: 18vw; height: 23vw; overflow: auto;" align="center">
  231. <h1>Friends</h1>
  232. <a target="_blank" href="PROFILE LINK HERE"><img src="https://cdn2.iconfinder.com/data/icons/gaming-and-beyond-part-2-1/80/User_gray-512.png" height="70" width="70" align="left" border="5" title="WORDS"></a>
  233. </div>
  234. </div>
  235. </div>
  236.  
  237. <div id="ooc">
  238. <div style="width: 37vw; height: 9vw; overflow-y: hidden;">
  239.  
  240. <a name="one"></a>
  241. <div style="width: 37vw; height: 9vw; overflow: auto;" align="left">
  242. <h1>OOC</h1>
  243. <center><b>00</b>. Code made by <a href="/profile.php?user=RageQxeen" target="_blank">RageQxeen</a>, do not steal.<br><br></center>
  244. <b>01</b>. OOC.<br>
  245. <b>02</b>. OOC.<br>
  246. <b>03</b>. OOC.<br>
  247. <b>04</b>. OOC.<br>
  248. <b>05</b>. OOC.<br>
  249. </div>
  250. </div>
  251. </div>
  252. </div>
  253. </body>
  254. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement