RageQxeen

Amajiki

Dec 29th, 2019
160
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.50 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=Luckiest+Guy|Oleo+Script|Tulpen+One');
  50.  
  51. html, body {
  52. background: #BBBDF6;
  53. background-image:url("");
  54. background-size:400px;
  55. background-repeat:no-repeat;
  56. background-position:center bottom;
  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: 550px;
  78. margin: 0px;
  79. border: none;
  80. height: 700px;
  81. background-color:transparent;
  82. position: absolute;
  83. right: -10%;
  84. bottom: 0%;
  85. background-image:url("http://i.picpar.com/rbud.png");
  86. background-repeat:no-repeat;
  87. background-position: bottom;
  88. background-size: 100%;
  89. }
  90.  
  91. .header{
  92. position:absolute;
  93. z-index: 1;
  94. width:900px;
  95. background:#transparent;
  96. height:70px;
  97. overflow:hidden;
  98. font-family: 'Luckiest Guy', cursive;
  99. font-size: 40px;
  100. font-weight:lighter;
  101. font-style:none;
  102. color:#37123C;
  103. letter-spacing: 0px;
  104. text-transform:none;
  105. text-align:center;
  106. text-shadow: -1px 0 #777, 0 1px #777,1px 0 #990000, 0 -1px #990000;
  107. }
  108.  
  109. #container{
  110. width: 1100px;
  111. height: 500px;
  112. background-color: #9893DA;
  113. position: absolute;
  114. left: 10%;
  115. bottom: 10%;
  116. margin: 0px;
  117. box-shadow: 2px 2px 10px 10px #625F63;
  118. }
  119.  
  120. #box1{
  121. background-color: transparent;
  122. position: absolute;
  123. width: 550px;
  124. height: 180px;
  125. margin: auto;
  126. padding: 10px;
  127. text-align: justify;
  128. font-family: 'Tulpen One';
  129. font-size: 24px;
  130. color: #000;
  131. left: 5%;
  132. top: 5%;
  133. border: 2px solid #000;
  134. -webkit-animation: hermove 5s; /* Safari 4.0 - 8.0 */
  135. animation: hermove 5s;
  136. -webkit-animation-timing-function: linear;
  137. animation-timing-function: linear;
  138. }
  139.  
  140. #box2{
  141. background-color: transparent;
  142. position: absolute;
  143. width: 550px;
  144. height: 180px;
  145. margin: auto;
  146. padding: 10px;
  147. text-align: justify;
  148. font-family: 'Tulpen One';
  149. font-size: 24px;
  150. color: #000;
  151. left: 5%;
  152. bottom: 5%;
  153. border: 2px solid #000;
  154. -webkit-animation: hermove 5s; /* Safari 4.0 - 8.0 */
  155. animation: hermove 5s;
  156. -webkit-animation-timing-function: linear;
  157. animation-timing-function: linear;
  158. }
  159.  
  160. @-webkit-keyframes hermove {
  161. from {left: 10%;}
  162. to {left: 5%;}
  163. }
  164.  
  165. @keyframes hermove {
  166. from {left: 10%;}
  167. to {left: 5%;}
  168. }
  169.  
  170. #nav {
  171. background-color: transparent;
  172. width: 300px;
  173. height:45px;
  174. margin:auto;
  175. position: absolute;
  176. left: 17%;
  177. top: 49%;
  178. text-align: center;
  179. text-decoration: none;
  180. z-index:0;
  181. }
  182.  
  183. #nav a, #nav a:link, #nav a:visited {
  184. display:inline-block;
  185. text-decoration: none;
  186. text-align: center;
  187. background: #000;
  188. color: transparent;
  189. box-shadow: 0px 0px 5px #37123C;
  190. padding: 4px;
  191. height: 4px;
  192. width: 30px;
  193. border-radius: 5px;
  194. }
  195.  
  196. #nav a:active, #nav a:hover {
  197. display:inline-block;
  198. height: 4px;
  199. width: 30px;
  200. text-decoration:none;
  201. background: #37123C;
  202. box-shadow: 0px 0px 5px #000;
  203. color: transparent;
  204. margin: 0px;
  205. }
  206.  
  207.  
  208. #name {
  209. z-index:15;
  210. position: absolute;
  211. left: 37.5%;
  212. top: 3%;
  213. margin: auto;
  214. background: #fff;
  215. width: 600px;
  216. height: 100px;
  217. font-family: 'Luckiest Guy', cursive;
  218. font-size: 65px;
  219. background: url(https://media1.giphy.com/media/13mwsrXEUtSyZi/giphy.gif) -20px -20px repeat;
  220. -webkit-text-fill-color: transparent;
  221. -webkit-background-clip: text;
  222. background-position: bottom;
  223. display:inline;
  224. text-align: left;
  225. letter-spacing: 1px;
  226. -webkit-transition:opacity 2s linear;
  227. line-height:3.6vw;
  228. }
  229.  
  230. #nameunder{
  231. z-index:15;
  232. position: absolute;
  233. left: 37.5%;
  234. top: 3%;
  235. margin: auto;
  236. background: #fff;
  237. width: 600px;
  238. height: 100px;
  239. font-family: 'Luckiest Guy', cursive;
  240. font-size: 65px;
  241. -webkit-text-fill-color: transparent;
  242. text-transform: none;
  243. -webkit-background-clip: text;
  244. display:inline;
  245. text-shadow: -1px 0 #000, 0 10px #000,10px 0 #000, 0 -1px #000;
  246. text-align: left;
  247. letter-spacing: 1px;
  248. -webkit-transition:opacity 2s linear;
  249. line-height:3.6vw;
  250. }
  251.  
  252. i{color: #111;}
  253. b{color: #000;}
  254. a{color: #222; text-decoration: none;}
  255. h1{color: #000; font-family: 'Oleo Script', cursive; border-bottom: 1px solid #000; text-align: right; font-size: 25px;}
  256. h2{color: #000; font-family: 'Oleo Script', cursive; border-bottom: 1px solid #000; text-align: left; font-size: 25px;}
  257.  
  258. #editthis{ position:fixed;height: 27px; width: 30px; bottom: 10%; right: 48%; margin: auto; z-index:0;}
  259.  
  260. #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;}
  261.  
  262. #music1:hover #music2{ opacity: 0; margin-top:-20px; z-index:-1;}
  263.  
  264. #music1:hover #music3{ opacity: .5; margin-top:-5px; z-index:99;}
  265.  
  266. #music1:hover #musiclist{ opacity: .5;}
  267.  
  268. #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;}
  269.  
  270. #music3{ opacity: 0; position:fixed; background-color:#000000; background-image: url('https://www.gobiond.com/wp-content/uploads/2018/05/http___pluspng.com_img-png_play-button-png-filename-play-button-png-237.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;}
  271.  
  272. .credit{
  273. position: fixed;
  274. bottom: 0px;
  275. left: 2px;
  276. height: 25px;
  277. width: 25px;
  278. line-height: 15px;
  279. font-size: 10px;
  280. color: #000;
  281. text-align: center;
  282. font-family: roboto;
  283. }
  284.  
  285. </style>
  286.  
  287.  
  288. <div class="header" style="top: 25%; left: 4%;">Let better dreams become reality,</div>
  289. <div class="header" style="bottom: 0%; right: 22%;">and the worst of nightmares be vanquished.</div>
  290.  
  291. <div id="container">
  292.  
  293. <div id="nav">
  294. <a href="#one">Main</a>
  295. <a href="#two">Seco</a>
  296. <a href="#three">Thir</a>
  297. <a href="#four">Four</a>
  298. </div>
  299.  
  300. <div id="image"></div>
  301.  
  302. <div id="editthis"><div id="music1"><div id="music2">
  303. <img src="http://38.media.tumblr.com/tumblr_m7w2py1dEP1r6o8v2.gif" style="opacity: 0.8;"></div>
  304. <div id="music3"><Div style="margin-top:4px;">
  305. <audio controls style="opacity: 0;"><source src="http://k007.kiwi6.com/hotlink/22k8f5afh2/Smash_Into_Pieces_-_Let_Me_Be_Your_Superhero_Official_Video_.mp3"></audio>
  306. </div></div></div></div>
  307. <div id="box1">
  308. <div style="width: 550px; height: 180px; overflow-y: hidden;">
  309.  
  310. <a name="one"></a>
  311. <div style="width: 550px; height: 180px; overflow: auto;" align="center">
  312. <h1>the usual</h1>
  313. <span style="float:left;"><b>Name</b></span><span style="float:right;">HERE</span><br>
  314. <span style="float:left;"><b>Alias(es)</b></span><span style="float:right;"><a title="HERE">hover</a></span><br>
  315. <span style="float:left;"><b>Gender</b></span><span style="float:right;">Male</span><br>
  316. <span style="float:left;"><b>Age</b></span><span style="float:right;">12-18</span><br>
  317. <span style="float:left;"><b>Race</b></span><span style="float:right;">Human</span><br>
  318. <span style="float:left;"><b>Voice</b></span><span style="float:right;"><a href="HERE" target="_blank">Click~</a></span><br><br>
  319. <span style="float:left;"><b>Height</b></span><span style="float:right;">HERE</span><br>
  320. <span style="float:left;"><b>Weight</b></span><span style="float:right;">HERE</span><br>
  321. <span style="float:left;"><b>Eyes</b></span><span style="float:right;">Brown</span><br>
  322. <span style="float:left;"><b>Hair</b></span><span style="float:right;">Black</span><br>
  323. <span style="float:left;"><b>Build</b></span><span style="float:right;">Lean</span><br><br>
  324. <span style="float:left;"><b>Orientation</b></span><span style="float:right;">HERE</span><br>
  325. <span style="float:left;"><b>Relationship</b></span><span style="float:right;">HERE</span><br>
  326. <span style="float:left;"><b>Quirk</b></span><span style="float:right;"><a href="HERE" target="_blank">HERE</a></span><br>
  327. <span style="float:left;"><b>Affiliation</b></span><span style="float:right;">HERE</span><br><br>
  328. </div>
  329.  
  330. <a name="two"></a>
  331. <div style="width: 550px; height: 180px; overflow: auto;" align="left">
  332. <h1>combat</h1>
  333. <span style="float:left;"><b>Cooperation</b></span><span style="float:right;">●●●○○</span><br><br>
  334. <span style="float:left;"><b>Power</b></span><span style="float:right;">●●●○○</span><br><br>
  335. <span style="float:left;"><b>Speed</b></span><span style="float:right;">●●●●○</span><br><br>
  336. <span style="float:left;"><b>Intelligence</b></span><span style="float:right;">●●●●●</span><br><br>
  337.  
  338. <h2>headcanons</h2>
  339. TBA
  340. </div>
  341. </div>
  342. </div>
  343.  
  344.  
  345. <div id="box2">
  346. <div style="width: 550px; height: 180px; overflow-y: hidden;">
  347.  
  348. <a name="three"></a>
  349. <div style="width: 550px; height: 180px; overflow: auto;" align="center">
  350. <h1>connections</h1>
  351. <a target="_blank" href="/profile.php?user=HERE" title="HERE"><img style="border-radius: 50%" src="HERE" align="left" height="100" width="100"></a>
  352. <a target="_blank" href="/profile.php?user=HERE" title="HERE"><img style="border-radius: 50%" src="HERE" align="left" height="100" width="100"></a>
  353. <a target="_blank" href="/profile.php?user=HERE" title="HERE"><img style="border-radius: 50%" src="HERE" align="left" height="100" width="100"></a>
  354. <a target="_blank" href="/profile.php?user=HERE" title="HERE"><img style="border-radius: 50%" src="HERE" align="left" height="100" width="100"></a>
  355.  
  356. </div>
  357.  
  358.  
  359. <a name="four"></a>
  360. <div style="width: 550px; height: 180px; overflow: auto;" align="center">
  361. <h1>out of character</h1>
  362. <b>00</b>. Made for by RageQxeen, free codes can be found <a target="_blank" href="https://alliealgiere.neocities.org">here</a>. Do not steal.<br><br>
  363. <b>01</b>. Image found <a href="https://danbooru.donmai.us/posts/2336173" target="_blank">here</a>, drawn by <a href="https://danbooru.donmai.us/posts?tags=feicui" target="_blank">feicui</a>. All rights for that image go to them. Will remove upon request.<br><br>
  364. <b>02</b>. <br><br>
  365. <b>03</b>. <br><br>
  366. <b>04</b>. <br><br>
  367. <b>05</b>. <br><br>
  368. <b>06</b>. <br><br>
  369. <b>07</b>. <br><br>
  370. <b>08</b>. <br><br>
  371. <b>09</b>. <br><br>
  372. <b>10</b>. <br><br>
  373. </div>
  374.  
  375. </div>
  376. </div>
  377. </div>
  378.  
  379. <div class="credit" title="Profile by RageQxeen">♛</div>
  380.  
  381. </body>
  382. </html>
Advertisement
Add Comment
Please, Sign In to add comment