RageQxeen

Magi's Creation

Jun 28th, 2019
131
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.32 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=Indie+Flower|Pacifico|Shadows+Into+Light|Dancing+Script|Architects+Daughter|Kaushan+Script|Gloria+Hallelujah|Satisfy|Courgette|Handlee|Rock+Salt|Cookie|Shadows+Into+Light+Two|Tangerine|Pinyon+Script|Great+Vibes|Bad+Script|Marck+Script|Damion|Niconne|Alex+Brush|Yellowtail|Nothing+You+Could+Do|Kalam|Sacramento|Homemade+Apple|Calligraffitti|Just+Another+Hand|Waiting+for+the+Sunrise|Allura|Rancho|Crafty+Girls|Reenie+Beanie|Parisienne|Rochester|Leckerli+One|Grand+Hotel|Merienda+One|Italianno|Montez|Petit+Formal+Script|Give+You+Glory|Delius|Mr+Dafoe|The+Girl+Next+Door|Arizonia|La+Belle+Aurore|Qwigley|Norican|Euphoria+Script|Dawning+of+a+New+Day|Bilbo+Swash+Caps|Meddon|Fondamento|Clicker+Script|Aladin|Delius+Swash+Caps|Rouge+Script|Engagement|Redressed|Aref+Ruqaa);
  50.  
  51. html, body {
  52. background: linear-gradient(45deg, rgba(242,208,248,1) 0%,rgba(223,162,229,1) 0%,rgba(223,162,229,1) 16%,rgba(228,193,231,1) 55%,rgba(234,202,238,1) 67%,rgba(234,202,238,1) 67%);
  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. #image {
  73. width: 450px;
  74. margin: 0px;
  75. border: none;
  76. height: 700px;
  77. background-color:transparent;
  78. position: absolute;
  79. right: 0%;
  80. bottom: 0%;
  81. background-image:url("http://i.picpar.com/vy2d.png");
  82. background-repeat:no-repeat;
  83. background-position: bottom;
  84. background-size: 100%;
  85. }
  86.  
  87. #image2 {
  88. width: 450px;
  89. margin: 0px;
  90. border: none;
  91. height: 205px;
  92. background-color:transparent;
  93. position: absolute;
  94. right: 35.5%;
  95. top: 1%;
  96. background-image:url("http://i.picpar.com/Gy2d.gif");
  97. background-repeat:no-repeat;
  98. background-position: center;
  99. background-size: 100%;
  100. box-shadow: 0px 10px 10px #000;
  101. -webkit-animation: fade-in-top 2s cubic-bezier(0.390, 0.575, 0.565, 1.000) 6s both;
  102. animation: fade-in-top 2s cubic-bezier(0.390, 0.575, 0.565, 1.000) 6s both;
  103. }
  104.  
  105. @-webkit-keyframes fade-in-top {
  106. 0% {
  107. -webkit-transform: translateY(-50px);
  108. transform: translateY(-50px);
  109. opacity: 0;
  110. }
  111. 100% {
  112. -webkit-transform: translateY(0);
  113. transform: translateY(0);
  114. opacity: 1;
  115. }
  116. }
  117. @keyframes fade-in-top {
  118. 0% {
  119. -webkit-transform: translateY(-50px);
  120. transform: translateY(-50px);
  121. opacity: 0;
  122. }
  123. 100% {
  124. -webkit-transform: translateY(0);
  125. transform: translateY(0);
  126. opacity: 1;
  127. }
  128. }
  129.  
  130.  
  131. #container {
  132. width: 600px;
  133. height: 1000px;
  134. margin: 0px;
  135. z-index: 0;
  136. background-color: #BAD8E3;
  137. background-image:url("");
  138. background-size:100%;
  139. background-repeat:no-repeat;
  140. background-position:center bottom;
  141. position: absolute;
  142. right: 30%;
  143. bottom: 0%;
  144. box-shadow: 0px 10px 15px #000;
  145. -webkit-animation: slide-in-top 5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
  146. animation: slide-in-top 5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
  147. }
  148.  
  149. @-webkit-keyframes slide-in-top {
  150. 0% {
  151. -webkit-transform: translateY(-1000px);
  152. transform: translateY(-1000px);
  153. opacity: 0;
  154. }
  155. 100% {
  156. -webkit-transform: translateY(0);
  157. transform: translateY(0);
  158. opacity: 1;
  159. }
  160. }
  161. @keyframes slide-in-top {
  162. 0% {
  163. -webkit-transform: translateY(-1000px);
  164. transform: translateY(-1000px);
  165. opacity: 0;
  166. }
  167. 100% {
  168. -webkit-transform: translateY(0);
  169. transform: translateY(0);
  170. opacity: 1;
  171. }
  172. }
  173.  
  174. #content {
  175. background-color: transparent;
  176. width: 550px;
  177. height: 380px;
  178. margin:auto;
  179. position: absolute;
  180. padding: 5px;
  181. font-family: 'Aref Ruqaa', cursive;
  182. color: #000;
  183. left: 3%;
  184. bottom: 4%;
  185. z-index:1;
  186. -webkit-animation: fade-in-bottom 5s cubic-bezier(0.390, 0.575, 0.565, 1.000) 5s both;
  187. animation: fade-in-bottom 5s cubic-bezier(0.390, 0.575, 0.565, 1.000) 5s both;
  188. }
  189.  
  190. @-webkit-keyframes fade-in-bottom {
  191. 0% {
  192. -webkit-transform: translateY(50px);
  193. transform: translateY(50px);
  194. opacity: 0;
  195. }
  196. 100% {
  197. -webkit-transform: translateY(0);
  198. transform: translateY(0);
  199. opacity: 1;
  200. }
  201. }
  202. @keyframes fade-in-bottom {
  203. 0% {
  204. -webkit-transform: translateY(50px);
  205. transform: translateY(50px);
  206. opacity: 0;
  207. }
  208. 100% {
  209. -webkit-transform: translateY(0);
  210. transform: translateY(0);
  211. opacity: 1;
  212. }
  213. }
  214.  
  215. #nav {
  216. background-color: transparent;
  217. width: 300px;
  218. height:10px;
  219. margin:auto;
  220. position: absolute;
  221. right: 25.5%;
  222. bottom: 2%;
  223. text-align: center;
  224. text-decoration: none;
  225. z-index:1;
  226. }
  227.  
  228. #nav a, #nav a:link, #nav a:visited {
  229. display:inline-block;
  230. text-decoration: none;
  231. text-align: center;
  232. background: #000;
  233. color: transparent;
  234. box-shadow: 0px 0px 5px #B05A61;
  235. padding: 4px;
  236. height: 4px;
  237. width: 30px;
  238. border-radius: 5px;
  239. }
  240.  
  241. #nav a:active, #nav a:hover {
  242. display:inline-block;
  243. height: 4px;
  244. width: 30px;
  245. text-decoration:none;
  246. background: #B05A61;
  247. box-shadow: 0px 0px 5px #000;
  248. color: transparent;
  249. margin: 0px;
  250. }
  251.  
  252.  
  253. .name {position: absolute;
  254. font-family: 'Great Vibes';
  255. color: #000;
  256. font-size: 50px;
  257. top: 45%;
  258. right: 60%;
  259. width: 500px;
  260. border: 0px solid #000;
  261. text-align: center;
  262. z-index: 2;
  263. -ms-transform: rotate(-90deg); /* IE 9 */
  264. -webkit-transform: rotate(-90deg); /* Safari 3-8 */
  265. transform: rotate(-90deg);
  266. }
  267.  
  268. .namebg { background: transparent;
  269. background:url('https://i.pinimg.com/originals/7a/79/a2/7a79a2885a548da22d2ad38a138ce0e4.gif')
  270. left left repeat;
  271. font-family: 'Great Vibes';
  272. position: absolute;
  273. text-align: center;
  274. font-size: 50px;
  275. top: 45%;
  276. left: 60%;
  277. width: 500px;
  278. opacity:1;
  279. -webkit-text-fill-color: transparent;
  280. -webkit-background-clip: text;
  281. z-index:3;
  282. -ms-transform: rotate(-90deg); /* IE 9 */
  283. -webkit-transform: rotate(-90deg); /* Safari 3-8 */
  284. transform: rotate(-90deg);
  285. }
  286.  
  287. /*Code by Alikade, please keep this credit where it is, it will not interfere with the rest of the code.*/
  288.  
  289. #editthis{ position:fixed;height: 27px; width: 30px; bottom: 0%; left: 0%; margin: auto; z-index:99;}
  290.  
  291. #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;}
  292.  
  293. #music1:hover #music2{ opacity: 0; margin-top:-20px; z-index:-1;}
  294.  
  295. #music1:hover #music3{ opacity: .5; margin-top:-5px; z-index:99;}
  296.  
  297. #music1:hover #musiclist{ opacity: .5;}
  298.  
  299. #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;}
  300.  
  301. #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;}
  302.  
  303. i{color: #000;}
  304. b{color: #000;}
  305. a{color: #000; text-decoration: none;}
  306. h1{text-align: center; font-size: 30px;}
  307. h2{text-align: left; font-size: 25px;}
  308. h3{text-align: right; font-size: 25px;}
  309. </style>
  310. <div id="container">
  311.  
  312.  
  313. <div id="nav">
  314. <a href="#one">Main</a>
  315. <a href="#two">Seco</a>
  316. <a href="#three">Thir</a>
  317. <a href="#four">Four</a>
  318. </div>
  319.  
  320. <div id="content">
  321. <div style="width: 550px; height: 400px; overflow-y: hidden;">
  322.  
  323. <a name="one"></a>
  324. <div style="width: 550px; height: 400px; overflow: auto;" align="center">
  325. <span style="float:left;"><b>Name</b></span><span style="float:right;"> </span><br>
  326. <span style="float:left;"><b>Alias(es)</b></span><span style="float:right;"> </span><br>
  327. <span style="float:left;"><b>Gender</b></span><span style="float:right;"> </span><br>
  328. <span style="float:left;"><b>Age</b></span><span style="float:right;"> </span><br>
  329. <span style="float:left;"><b>Height</b></span><span style="float:right;"> </span><br>
  330. <span style="float:left;"><b>Weight</b></span><span style="float:right;"> </span><br>
  331. <span style="float:left;"><b>Orientation</b></span><span style="float:right;"> </span><br>
  332. <span style="float:left;"><b>Relationship</b></span><span style="float:right;"><a href="LINK" target="_blank"> </a></span><br>
  333. <span style="float:left;"><b>Race</b></span><span style="float:right;"> </span><br>
  334. <span style="float:left;"><b>Mentality</b></span><span style="float:right;"> </span><br>
  335. <span style="float:left;"><b>Eyes</b></span><span style="float:right;"> </span><br>
  336. <span style="float:left;"><b>Hair</b></span><span style="float:right;"> </span><br>
  337. <span style="float:left;"><b>Build</b></span><span style="float:right;"></span><br>
  338. <span style="float:left;"><b>Affiliation</b></span><span style="float:right;"> </span><br>
  339. </div>
  340.  
  341. <a name="two"></a>
  342. <div style="width: 550px; height: 400px; overflow: auto;" align="center">
  343. <h1>Powers Title</h1>
  344.  
  345. </div>
  346.  
  347. <a name="three"></a>
  348. <div style="width: 550px; height: 400px; overflow: auto;" align="center">
  349. <h1>History Title</h1>
  350.  
  351. </div>
  352.  
  353. <a name="four"></a>
  354. <div style="width: 550px; height: 400px; overflow: auto;" align="center">
  355. <h1>Out of Character</h1>
  356. <b>00</b>. Code made by RageQxeen, want one? Go <a href="alliealgiere.neocities.org" target="_blank">here</a>!<br><br>
  357. <b>01</b>. OOC.<br>
  358. <b>02</b>. OOC.<br>
  359. <b>03</b>. OOC.<br>
  360. <b>04</b>. OOC.<br>
  361. <b>05</b>. OOC.<br>
  362. </div>
  363. </div>
  364. </div>
  365.  
  366. </div>
  367. <div id="image2"></div>
  368. <div class="name">The Magister's Creation</div>
  369.  
  370. <div id="image"></div>
  371.  
  372. <div id="editthis"><div id="music1"><div id="music2">
  373. <img src="http://38.media.tumblr.com/tumblr_m7w2py1dEP1r6o8v2.gif" style="opacity: 0.8;"></div>
  374. <div id="music3"><Div style="margin-top:4px;">
  375. <audio controls style="opacity: 0;"><source src="KIWI6 LINK HERE"></audio>
  376. </div></div></div></div>
  377. </body>
  378. </html>
Advertisement
Add Comment
Please, Sign In to add comment