RageQxeen

Humanity's Strongest Soldier

Jun 19th, 2019
118
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.06 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><style type="text/css">
  47.  
  48. @import url(https://fonts.googleapis.com/css?family=Special+Elite|Aref+Ruqaa|Cinzel+Decorative);
  49.  
  50. html, body {
  51. background: #BBBBBF;
  52. background-image:url("https://i.pinimg.com/originals/61/2a/bf/612abf105149ce0d4a915a64bc527a9d.png");
  53. background-size:400px;
  54. background-repeat:no-repeat;
  55. background-position:center;
  56. }
  57.  
  58. ::-webkit-scrollbar-button:vertical:{
  59. background-color: #transparent;}
  60.  
  61. ::-webkit-scrollbar-thumb:vertical {
  62. background-color:#transparent;
  63. height:150px;}
  64.  
  65. ::-webkit-scrollbar-thumb:horizontal {
  66. background-color:#transparent;
  67. height:60px;}
  68.  
  69.  
  70. ::-webkit-scrollbar {
  71. height:60px;
  72. width:5px;
  73. background-color:#transparent;}
  74.  
  75. #image {
  76. width: 400px;
  77. margin: 0px;
  78. border: none;
  79. height: 700px;
  80. background-color:transparent;
  81. position: absolute;
  82. right: 3%;
  83. bottom: 0%;
  84. background-image:url("http://i.picpar.com/qI0d.png");
  85. background-repeat:no-repeat;
  86. background-position: bottom;
  87. background-size: 100%;
  88. -webkit-animation: slidein 3s; /* Safari 4.0 - 8.0 */
  89. animation: slidein 3s;
  90. }
  91.  
  92. /* Safari 4.0 - 8.0 */
  93. @-webkit-keyframes slidein {
  94. from {right: 100%;}
  95. to {right: 3%;}
  96. }
  97.  
  98. /* Standard syntax */
  99. @keyframes slidein {
  100. from {right: 100%;}
  101. to {right: 3%;}
  102. }
  103.  
  104. #container {
  105. width: 650px;
  106. height: 520px;
  107. margin: 0px;
  108. background-color: #A3A9AA;
  109. background-image:url("https://pngriver.com/wp-content/uploads/2018/04/Download-Grunge-Texture-PNG-Image.png");
  110. background-size:100%;
  111. background-repeat:no-repeat;
  112. background-position:center bottom;
  113. position: absolute;
  114. right: 27%;
  115. bottom: 13%;
  116. box-shadow: 0px 5px 10px #475B5A;
  117. -webkit-animation: fadein 5s; /* Safari 4.0 - 8.0 */
  118. animation: fadein 5s;
  119. }
  120.  
  121. /* Safari 4.0 - 8.0 */
  122. @-webkit-keyframes fadein {
  123. from {opacity: 0;}
  124. to {opacity: 1;}
  125. }
  126.  
  127. /* Standard syntax */
  128. @keyframes fadein {
  129. from {opacity: 0;}
  130. to {opacity: 1;}
  131. }
  132.  
  133. #content {
  134. background-color:#475B5A;
  135. width: 600px;
  136. height: 490px;
  137. margin:auto;
  138. position: absolute;
  139. padding: 5px;
  140. font-family: 'Aref Ruqaa', cursive;
  141. font-size: 18px;
  142. color: #000;
  143. right: 3%;
  144. top: 2%;
  145. z-index:1;
  146. border: #000000 solid 2px;
  147. }
  148.  
  149. #nav {
  150. background-color: transparent;
  151. width: 250px;
  152. height:40px;
  153. margin:auto;
  154. position: absolute;
  155. right: 41%;
  156. bottom: 5%;
  157. text-align: center;
  158. z-index:1;
  159. }
  160.  
  161. #nav a, #nav a:link, #nav a:visited {
  162. display:inline-block;
  163. background: #475B5A;
  164. color: #475B5A;
  165. margin-top: 0px;
  166. margin-bottom: 0px;
  167. margin-left: 0px;
  168. height: 10px;
  169. width: 30px;
  170. border-radius: 5px;
  171. box-shadow: 0px 0px 5px #000;
  172. }
  173.  
  174. #nav a:active, #nav a:hover {
  175. display:inline-block;
  176. height: 10px;
  177. width: 30px;
  178. text-decoration:none;
  179. background: #000;
  180. color: #000;
  181. margin: 0px;
  182. box-shadow: 0px 0px 5px #475B5A;
  183. }
  184.  
  185. .name {position: absolute;
  186. font-family: 'Special Elite';
  187. color: #130303;
  188. font-size: 50px;
  189. top: 5%;
  190. right: 30.5%;
  191. width: 550px;
  192. border: 0px solid #130303;
  193. text-align: center;
  194. text-shadow:
  195. #000 -3px 0px,
  196. #000 0px 2px,
  197. #475B5A 2px 0px,
  198. #475B5A 0px -2px;
  199. z-index: 2;
  200. }
  201.  
  202. .namebg { background: transparent;
  203. background:url('')
  204. left left repeat;
  205. font-family: 'Special Elite';
  206. position: absolute;
  207. text-align: center;
  208. font-size: 50px;
  209. top: 0%;
  210. left: 0%;
  211. width: 880px;
  212. opacity:1;
  213. -webkit-text-fill-color: transparent;
  214. -webkit-background-clip: text;
  215. z-index:3;
  216. }
  217.  
  218. /*Code by Alikade, please keep this credit where it is, it will not interfere with the rest of the code.*/
  219.  
  220. #editthis{ position:fixed;height: 27px; width: 30px; bottom: 0%; right: 0%; margin: auto; z-index:99;}
  221.  
  222. #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;}
  223.  
  224. #music1:hover #music2{ opacity: 0; margin-top:-20px; z-index:-1;}
  225.  
  226. #music1:hover #music3{ opacity: .5; margin-top:-5px; z-index:99;}
  227.  
  228. #music1:hover #musiclist{ opacity: .5;}
  229.  
  230. #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;}
  231.  
  232. #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;}
  233.  
  234. i{color: #929487;}
  235. b{color: #130303;}
  236. a{color: #919098; text-decoration: none;}
  237. h1{border-bottom: 1px solid #000; text-align: center; font-size: 30px; font-family: 'Cinzel Decorative', cursive;}
  238. h2{border-bottom: 1px solid #000; text-align: left; font-size: 25px; font-family: 'Cinzel Decorative', cursive;}
  239. h3{border-bottom: 1px solid #000; text-align: right; font-size: 25px; font-family: 'Cinzel Decorative', cursive;}
  240. </style>
  241. <div class="name">Humanity's Strongest</div>
  242.  
  243. <div id="editthis"><div id="music1"><div id="music2">
  244. <img src="http://38.media.tumblr.com/tumblr_m7w2py1dEP1r6o8v2.gif" style="opacity: 0.8;"></div>
  245. <div id="music3"><Div style="margin-top:4px;">
  246. <audio controls style="opacity: 0;"><source src="http://k007.kiwi6.com/hotlink/52lc53nh40/Adam_Jensen_-_I_Can_Hold_A_Grudge_Like_Nobody_s_Business.mp3"></audio>
  247. </div></div></div></div>
  248.  
  249. <div id="image"></div>
  250.  
  251. <div id="nav">
  252. <a href="#one"></a>
  253. <a href="#two"></a>
  254. <a href="#three"></a>
  255. <a href="#four"></a>
  256. </div>
  257.  
  258. <div id="container">
  259. <div id="content">
  260. <div style="width: 600px; height: 490px; overflow-y: hidden;">
  261.  
  262. <a name="one"></a>
  263. <div style="width: 600px; height: 490px; overflow: auto;" align="center">
  264. <span style="float:left;"><b>Name</b></span><span style="float:right;">Levi Ackerman</span><br>
  265. <span style="float:left;"><b>Alias(es)</b></span><span style="float:right;">Levi, Captain, Clean Freak</span><br>
  266. <span style="float:left;"><b>Gender</b></span><span style="float:right;">Male</span><br>
  267. <span style="float:left;"><b>Age</b></span><span style="float:right;">30's</span><br><br>
  268. <span style="float:left;"><b>Height</b></span><span style="float:right;">5'3"</span><br>
  269. <span style="float:left;"><b>Weight</b></span><span style="float:right;">150</span><br>
  270. <span style="float:left;"><b>Eyes</b></span><span style="float:right;">Steel Blue</span><br>
  271. <span style="float:left;"><b>Hair</b></span><span style="float:right;">Black</span><br>
  272. <span style="float:left;"><b>Build</b></span><span style="float:right;"> </span><br><br>
  273. <span style="float:left;"><b>Orientation</b></span><span style="float:right;"> </span><br>
  274. <span style="float:left;"><b>Relationship</b></span><span style="float:right;"> </span><br>
  275. <span style="float:left;"><b>Race</b></span><span style="float:right;"><a title="Product of Titan Science">Human</a></span><br>
  276. <span style="float:left;"><b>Mentality</b></span><span style="float:right;">Stable</span><br><br>
  277. <span style="float:left;"><b>Allegiance</b></span><span style="float:right;">Survey Corps</span><br><br>
  278. </div>
  279.  
  280. <a name="two"></a>
  281. <div style="width: 600px; height: 490px; overflow: auto;" align="center">
  282. <h1>Connections</h1>
  283. <a target="_blank" href="PROFILE LINK HERE"><img src="IMAGE LINK HERE" height="75" width="75" align="left" border="3"></a>
  284. <center><b>- Name -</b><br> <i>foe/friend/neutral</i></center> small note.<br><br><br><br>
  285. <a target="_blank" href="PROFILE LINK HERE"><img src="IMAGE LINK HERE" height="75" width="75" align="left" border="3"></a>
  286. <center><b>- Name -</b><br> <i>foe/friend/neutral</i></center> small note.<br><br><br><br>
  287. <a target="_blank" href="PROFILE LINK HERE"><img src="IMAGE LINK HERE" height="75" width="75" align="left" border="3"></a>
  288. <center><b>- Name -</b><br> <i>foe/friend/neutral</i></center> small note.<br><br><br><br>
  289. <a target="_blank" href="PROFILE LINK HERE"><img src="IMAGE LINK HERE" height="75" width="75" align="left" border="3"></a>
  290. <center><b>- Name -</b><br> <i>foe/friend/neutral</i></center> small note.<br><br><br><br>
  291. <a target="_blank" href="PROFILE LINK HERE"><img src="IMAGE LINK HERE" height="75" width="75" align="left" border="3"></a>
  292. <center><b>- Name -</b><br> <i>foe/friend/neutral</i></center> small note.
  293. </div>
  294.  
  295.  
  296. <a name="three"></a>
  297. <div style="width: 600px; height: 490px; overflow: auto;" align="center">
  298. <h1>History</h1>
  299.  
  300. </div>
  301.  
  302. <a name="four"></a>
  303. <div style="width: 600px; height: 490px; overflow: auto;" align="center">
  304. <h1>Out of Character</h1>
  305. <b>00</b>. Code made by <a href="https://alliealgiere.neocities.org" target="_blank">RageQxeen</a> for Levi Ackerman, do not steal.<br>
  306. <b>01</b>. OOC<br>
  307. <b>02</b>. OOC<br>
  308. <b>03</b>. OOC<br>
  309. <b>04</b>. OOC<br>
  310. <b>05</b>. OOC<br>
  311. </div>
  312. </div>
  313. </div>
  314. </div>
  315. </body>
  316. </html>
Advertisement
Add Comment
Please, Sign In to add comment