RageQxeen

The Mad King

Jun 6th, 2019
101
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.31 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=Lateef|Merienda);
  50.  
  51. html, body {
  52. background: -webkit-linear-gradient(45deg, #9a0000 0%,#840000 44%,#640000 75%,#640000 75%);
  53. }
  54.  
  55. ::-webkit-scrollbar-button:vertical:{
  56. background-color: #transparent;}
  57.  
  58. ::-webkit-scrollbar-thumb:vertical {
  59. background-color:#transparent;
  60. height:150px;}
  61.  
  62. ::-webkit-scrollbar-thumb:horizontal {
  63. background-color:#transparent;
  64. height:60px;}
  65.  
  66.  
  67. ::-webkit-scrollbar {
  68. height:60px;
  69. width:5px;
  70. background-color:#transparent;}
  71.  
  72.  
  73.  
  74. #container {
  75. width: 1050px;
  76. height: 550px;
  77. margin: 0px;
  78. background-color: #9EA3B0;
  79. background-image:url("https://pngriver.com/wp-content/uploads/2018/04/Download-Grunge-Texture-PNG-Image.png");
  80. background-size:100%;
  81. background-repeat:no-repeat;
  82. background-position:center bottom;
  83. position: absolute;
  84. right: 13%;
  85. bottom: 10%;
  86. box-shadow: 0px 5px 10px #000;
  87. -webkit-animation: fadein 5s; /* Safari 4.0 - 8.0 */
  88. animation: fadein 5s;
  89. }
  90.  
  91. /* Safari 4.0 - 8.0 */
  92. @-webkit-keyframes fadein {
  93. from {opacity: 0;}
  94. to {opacity: 1;}
  95. }
  96.  
  97. /* Standard syntax */
  98. @keyframes fadein {
  99. from {opacity: 0;}
  100. to {opacity: 1;}
  101. }
  102.  
  103.  
  104. #content {
  105. background-color:#d0a0a0;
  106. width: 450px;
  107. height: 400px;
  108. margin:auto;
  109. position: absolute;
  110. padding: 5px;
  111. font-family: 'Lateef', cursive;
  112. font-size: 18px;
  113. color: #000;
  114. right: 53%;
  115. top: 23%;
  116. z-index:1;
  117. border: #000000 solid 2px;
  118. }
  119.  
  120. #friendlist {
  121. background-color:#d0a0a0;
  122. width: 200px;
  123. height: 400px;
  124. margin:auto;
  125. position: absolute;
  126. padding: 5px;
  127. font-family: 'Lateef', cursive;
  128. font-size: 18px;
  129. color: #000;
  130. right: 30%;
  131. top: 23%;
  132. z-index:1;
  133. border: #000000 solid 2px;
  134. }
  135.  
  136. #image {
  137. width: 250px;
  138. margin: 0px;
  139. height: 490px;
  140. background-color:transparent;
  141. position: absolute;
  142. right: 3%;
  143. bottom: 2%;
  144. background-image:url("http://i.picpar.com/Q7yd.jpg");
  145. background-repeat:no-repeat;
  146. background-position: center;
  147. background-size: 100%;
  148. border: 3px solid #000;
  149. }
  150.  
  151.  
  152. #nav {
  153. background-color: transparent;
  154. width: 300px;
  155. height:10px;
  156. margin: auto;
  157. position: absolute;
  158. left: 34%;
  159. top: 15%;
  160. text-align: center;
  161. text-decoration: none;
  162. z-index:1;
  163. }
  164.  
  165. #nav a, #nav a:link, #nav a:visited {
  166. display:inline-block;
  167. text-decoration: none;
  168. text-align: center;
  169. background: #000;
  170. color: transparent;
  171. box-shadow: 0px 0px 5px #470d0d;
  172. padding: 1px;
  173. height: 20px;
  174. width: 20px;
  175. border: 2px solid #bb0a1e;
  176. -moz-transform: rotate(45deg);
  177. -o-transform: rotate(45deg);
  178. -webkit-transform: rotate(45deg);
  179. -ms-transform: rotate(45deg);
  180. }
  181.  
  182. #nav a:active, #nav a:hover {
  183. display:inline-block;
  184. height: 20px;
  185. width: 20px;
  186. text-decoration:none;
  187. background: #470d0d;
  188. box-shadow: 0px 0px 5px #000;
  189. color: transparent;
  190. margin: 0px;
  191. -moz-transform: rotate(45deg);
  192. -o-transform: rotate(45deg);
  193. -webkit-transform: rotate(45deg);
  194. -ms-transform: rotate(45deg);
  195. }
  196.  
  197. .name {position: absolute;
  198. font-family: 'Merienda';
  199. color: #000;
  200. font-size: 50px;
  201. top: 0%;
  202. left 0%;
  203. width: 1020px;
  204. border: 0px solid #000;
  205. text-align: center;
  206. text-shadow:
  207. #000 -3px 0px,
  208. #000 0px 2px,
  209. #bb0a1e 2px 0px,
  210. #bb0a1e 0px -2px;
  211. z-index: 2;
  212. }
  213.  
  214. .namebg { background: transparent;
  215. background:url('https://i.pinimg.com/originals/7a/79/a2/7a79a2885a548da22d2ad38a138ce0e4.gif')
  216. left left repeat;
  217. font-family: 'Merienda';
  218. position: absolute;
  219. text-align: center;
  220. font-size: 50px;
  221. top: 10%;
  222. left 100%;
  223. width: 880px;
  224. opacity:1;
  225. -webkit-text-fill-color: transparent;
  226. -webkit-background-clip: text;
  227. z-index:3;
  228. }
  229.  
  230. /*Code by Alikade, please keep this credit where it is, it will not interfere with the rest of the code.*/
  231.  
  232. #editthis{ position:fixed;height: 27px; width: 30px; bottom: 0%; right: 0%; margin: auto; z-index:99;}
  233.  
  234. #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;}
  235.  
  236. #music1:hover #music2{ opacity: 0; margin-top:-20px; z-index:-1;}
  237.  
  238. #music1:hover #music3{ opacity: .5; margin-top:-5px; z-index:99;}
  239.  
  240. #music1:hover #musiclist{ opacity: .5;}
  241.  
  242. #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;}
  243.  
  244. #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;}
  245.  
  246. i{color: #d30000;}
  247. b{color: #820000;}
  248. a{color: #792d2d; text-decoration: none;}
  249. h1{border-bottom: 1px solid #000; text-align: center; font-size: 30px;}
  250. h2{text-align: left; font-size: 25px;}
  251. h3{text-align: right; font-size: 25px;}
  252. </style>
  253.  
  254. <div class="header" style="top: 23.5%; left: 32%;"></div>
  255. <div class="header" style="bottom: 19%; left: 25.5%;"></div>
  256.  
  257. <div id="container">
  258. <div class="name">The Mad King</div>
  259.  
  260. <div id="editthis"><div id="music1"><div id="music2">
  261. <img src="http://38.media.tumblr.com/tumblr_m7w2py1dEP1r6o8v2.gif" style="opacity: 0.8;"></div>
  262. <div id="music3"><Div style="margin-top:4px;">
  263. <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>
  264. </div></div></div></div>
  265.  
  266. <div id="nav">
  267. <a href="#one"></a>
  268. <a href="#two"></a>
  269. <a href="#three"></a>
  270. <a href="#four"></a>
  271. </div>
  272.  
  273. <div id="image"></div>
  274.  
  275. <div id="content">
  276. <div style="width: 450px; height: 400px; overflow-y: hidden;">
  277.  
  278. <a name="one"></a>
  279. <div style="width: 450px; height: 400px; overflow: auto;" align="center">
  280. <span style="float:left;"><b>Name</b></span><span style="float:right;"> </span><br>
  281. <span style="float:left;"><b>True Name</b></span><span style="float:right;"> </span><br>
  282. <span style="float:left;"><b>Alias(es)</b></span><span style="float:right;"> </span><br>
  283. <span style="float:left;"><b>Master</b></span><span style="float:right;"><a href="/profile.php?user=" target="_blank"> </a></span><br><br>
  284. <span style="float:left;"><b>Gender</b></span><span style="float:right;"> </span><br>
  285. <span style="float:left;"><b>Age</b></span><span style="float:right;"> </span><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><br>
  288. <span style="float:left;"><b>Orientation</b></span><span style="float:right;"> </span><br>
  289. <span style="float:left;"><b>Relationship</b></span><span style="float:right;"> </span><br>
  290. <span style="float:left;"><b>Race</b></span><span style="float:right;"> </span><br>
  291. <span style="float:left;"><b>Mentality</b></span><span style="float:right;"> </span><br><br>
  292. <span style="float:left;"><b>Eyes</b></span><span style="float:right;"> </span><br>
  293. <span style="float:left;"><b>Hair</b></span><span style="float:right;"> </span><br>
  294. <span style="float:left;"><b>Build</b></span><span style="float:right;"> </span><br>
  295. </div>
  296.  
  297. <a name="two"></a>
  298. <div style="width: 450px; height: 400px; overflow: auto;" align="left">
  299. <h1>The Power of the King</h1>
  300. <span style="float:left;"><b>Strength:</b> A</span> <span style="float:right;"><b>Endurance:</b> B+</span><br>
  301.  
  302. <span style="float:left;"><img src="http://i.picpar.com/4yhc.png" width="120vw"><br>
  303. </span> <span style="float:right;"><img src="https://i.imgur.com/g4UdJ2I.png" width="120vw"></span><br>
  304.  
  305. <span style="float:left;"><b>Agility:</b> A+</span> <span style="float:right;"><b>Mana:</b> C</span><br>
  306.  
  307. <span style="float:left;"><img src="http://i.picpar.com/4yhc.png" width="120vw"></span> <span style="float:right;"><img src="http://i.picpar.com/IEyd.png" width="120vw"></span><br>
  308.  
  309. <span style="float:left;"><b>Luck:</b> D</span> <span style="float:right;"><b>Noble Phantasm:</b> A</span><br>
  310.  
  311. <span style="float:left;"><img src="http://i.picpar.com/JEyd.png" width="120vw"></span> <span style="float:right;"><img src="http://i.picpar.com/Lhcd.png" width="120vw"></span><br><br><br>
  312.  
  313. <h2>Base Abilities</h2>
  314. Stuff here
  315.  
  316. <h3>Noble Phantasm</h3>
  317. Stuff here
  318. </div>
  319.  
  320.  
  321. <a name="three"></a>
  322. <div style="width: 450px; height: 400px; overflow: auto;" align="center">
  323. <h1>The Legend of CĂș Chulainn</h1>
  324.  
  325.  
  326. </div>
  327.  
  328. <a name="four"></a>
  329. <div style="width: 450px; height: 400px; overflow: auto;" align="center">
  330. <h1>Out of Character</h1>
  331. <b>00</b>. Code made by <a href="https://alliealgiere.neocities.org" target="_blank">RageQxeen</a>, do not steal.<br>
  332. <b>01</b>. OOC<br>
  333. <b>02</b>. OOC<br>
  334. <b>03</b>. OOC<br>
  335. <b>04</b>. OOC<br>
  336. <b>05</b>. OOC<br>
  337. </div>
  338. </div>
  339. </div>
  340.  
  341. <div id="friendlist">
  342. <div style="width: 200px; height: 400px; overflow: auto;" align="center">
  343.  
  344. <a target="_blank" href="PROFILE LINK HERE"><img src="IMAGE LINK HERE" height="75" width="75" align="left" border="3"></a>
  345. <center><b>- Name -</b><br> <i>foe/friend/neutral</i></center> small note.<br><br><br><br>
  346. <a target="_blank" href="PROFILE LINK HERE"><img src="IMAGE LINK HERE" height="75" width="75" align="left" border="3"></a>
  347. <center><b>- Name -</b><br> <i>foe/friend/neutral</i></center> small note.<br><br><br><br>
  348. <a target="_blank" href="PROFILE LINK HERE"><img src="IMAGE LINK HERE" height="75" width="75" align="left" border="3"></a>
  349. <center><b>- Name -</b><br> <i>foe/friend/neutral</i></center> small note.<br><br><br><br>
  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/neutral</i></center> small note.<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/neutral</i></center> small note.
  354. </div>
  355. </div>
  356. </div>
  357. </body>
  358. </html>
Advertisement
Add Comment
Please, Sign In to add comment