Advertisement
RageQxeen

Queen of Destruction

Sep 9th, 2020
106
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 13.13 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=Cinzel+Decorative|Quicksand|Cinzel|Libre+Baskerville);
  50.  
  51. html, body {
  52. background-color: #a30500;
  53. background-image: url("https://www.transparenttextures.com/patterns/brushed-alum-dark.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. #image {
  74. width: 30vw;
  75. margin: 0px;
  76. border: none;
  77. height: 40vw;
  78. background-color:transparent;
  79. position: absolute;
  80. right: 0vw;
  81. bottom: 0vw;
  82. background-image:url("MAIN PIC LINK");
  83. background-repeat:no-repeat;
  84. background-position: bottom;
  85. background-size: 100%;
  86. filter: drop-shadow(30px 10px 4px #000);
  87. -webkit-transition: 0.5s linear;
  88. -moz-transition: 0.5s linear;
  89. -o-transition: 0.5s linear;
  90. transition: 0.5s linear;
  91. }
  92.  
  93. #image:hover {
  94. background-image:url("OVERLAY PIC LINK");
  95. background-repeat:no-repeat;
  96. background-position: bottom;
  97. background-size: 100%;
  98. -webkit-transition: 0.5s linear;
  99. -moz-transition: 0.5s linear;
  100. -o-transition: 0.5s linear;
  101. transition: 0.5s linear;
  102. }
  103.  
  104.  
  105. .name {position: absolute;
  106. font-family: 'Cinzel Decorative';
  107. color: #fff;
  108. font-size: 3vw;
  109. top: 20vw;
  110. right: 5vw;
  111. width: 43vw;
  112. height: 5vw;
  113. border: 0px solid #000;
  114. text-align: justify;
  115. text-shadow: -1px 0 #c0c0c0, 0 1px #000,1px 0 #000, 0 -1px #c0c0c0;
  116. overflow: auto;
  117. padding:5px 5px 5px 5px;
  118. transform: rotate(270deg);
  119. filter: drop-shadow(30px 10px 4px #000);
  120. z-index: 2;
  121. }
  122.  
  123. .title { background: transparent;
  124. background:url('https://media1.tenor.com/images/f77918cf7fea93236851ba9609e243bc/tenor.gif?itemid=11614652') 50px 50px repeat;
  125. background-position: center;
  126. position: absolute;
  127. font-family: 'Cinzel Decorative';
  128. font-size: 3vw;
  129. top: 20vw;
  130. right: 5vw;
  131. width: 43vw;
  132. height: 5vw;
  133. text-align: justify;
  134. padding:5px 5px 5px 5px;
  135. -webkit-text-fill-color: transparent;
  136. -webkit-background-clip: text;
  137. transform: rotate(270deg);
  138. z-index: 3;
  139. }
  140.  
  141. #stats {
  142. display: inline-block;
  143. background-color:#c0c0c0;
  144. width: 10vw;
  145. height: 100%;
  146. margin:auto;
  147. position: absolute;
  148. padding: 5px;
  149. left: 31.9vw;
  150. bottom: 0vw;
  151. z-index:1;
  152. overflow: hidden;
  153. border: #000000 solid 2px;
  154. transition: 0.8s linear;
  155. -o-transition: 0.8s linear;
  156. -ms-transition: 0.8s linear;
  157. -moz-transition: 0.8s linear;
  158. -webkit-transition: 0.8s linear;
  159. }
  160.  
  161. #stats:hover {
  162. display: inline-block;
  163. width: 38vw;
  164. z-index: 2;
  165. transition: 0.8s linear;
  166. -o-transition: 0.8s linear;
  167. -ms-transition: 0.8s linear;
  168. -moz-transition: 0.8s linear;
  169. -webkit-transition: 0.8s linear;
  170. }
  171.  
  172. #banner {
  173. width: 10vw;
  174. margin: 0px;
  175. border: none;
  176. height: 100%;
  177. background-color:transparent;
  178. position: absolute;
  179. left: 31.9vw;
  180. bottom: 0vw;
  181. padding: 5px;
  182. border: 2px solid #000;
  183. background-image:url("LINK");
  184. background-repeat:no-repeat;
  185. background-position: center;
  186. background-size: cover;
  187. opacity: 0.8;
  188. -webkit-animation: slide-in-left 1.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
  189. animation: slide-in-left 1.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
  190. }
  191.  
  192. #powers {
  193. display: inline-block;
  194. background-color:#c0c0c0;
  195. width: 10vw;
  196. height: 100%;
  197. margin:auto;
  198. position: absolute;
  199. padding: 5px;
  200. left: 21.2vw;
  201. bottom: 0vw;
  202. z-index:3;
  203. overflow: hidden;
  204. border: #000000 solid 2px;
  205. transition: 0.8s linear;
  206. -o-transition: 0.8s linear;
  207. -ms-transition: 0.8s linear;
  208. -moz-transition: 0.8s linear;
  209. -webkit-transition: 0.8s linear;
  210. }
  211.  
  212. #powers:hover {
  213. display: inline-block;
  214. width: 49vw;
  215. z-index: 4;
  216. transition: 0.8s linear;
  217. -o-transition: 0.8s linear;
  218. -ms-transition: 0.8s linear;
  219. -moz-transition: 0.8s linear;
  220. -webkit-transition: 0.8s linear;
  221. }
  222.  
  223. #banner2 {
  224. width: 10vw;
  225. margin: 0px;
  226. border: none;
  227. height: 100%;
  228. background-color:transparent;
  229. position: absolute;
  230. left: 21.2vw;
  231. bottom: 0vw;
  232. padding: 5px;
  233. border: 2px solid #000;
  234. background-image:url("LINK");
  235. background-repeat:no-repeat;
  236. background-position: center;
  237. background-size: cover;
  238. opacity: 0.8;
  239. -webkit-animation: slide-in-left 1.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) 0.8s both;
  240. animation: slide-in-left 1.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) 0.8s both;
  241. }
  242.  
  243. #history {
  244. display: inline-block;
  245. background-color:#c0c0c0;
  246. width: 10vw;
  247. height: 100%;
  248. margin:auto;
  249. position: absolute;
  250. padding: 5px;
  251. left: 10.5vw;
  252. bottom: 0vw;
  253. z-index:1;
  254. overflow: hidden;
  255. border: #000000 solid 2px;
  256. transition: 0.4s linear;
  257. -o-transition: 0.4s linear;
  258. -ms-transition: 0.4s linear;
  259. -moz-transition: 0.4s linear;
  260. -webkit-transition: 0.4s linear;
  261. }
  262.  
  263. #history:hover {
  264. display: inline-block;
  265. width: 59vw;
  266. z-index: 2;
  267. transition: 0.4s linear;
  268. -o-transition: 0.4s linear;
  269. -ms-transition: 0.4s linear;
  270. -moz-transition: 0.4s linear;
  271. -webkit-transition: 0.4s linear;
  272. }
  273.  
  274. #banner3 {
  275. width: 10vw;
  276. margin: 0px;
  277. border: none;
  278. height: 100%;
  279. background-color:transparent;
  280. position: absolute;
  281. left: 10.5vw;
  282. bottom: 0vw;
  283. padding: 5px;
  284. border: 2px solid #000;
  285. background-image:url("LINK");
  286. background-repeat:no-repeat;
  287. background-position: right;
  288. background-size: cover;
  289. opacity: 0.8;
  290. -webkit-animation: slide-in-left 1.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) 1.6s both;
  291. animation: slide-in-left 1.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) 1.6s both;
  292. }
  293.  
  294. #ooc {
  295. display: inline-block;
  296. background-color:#c0c0c0;
  297. width: 10vw;
  298. height: 100%;
  299. margin:auto;
  300. position: absolute;
  301. padding: 5px;
  302. left: 0vw;
  303. bottom: 0vw;
  304. z-index:1;
  305. overflow: hidden;
  306. border: #000000 solid 2px;
  307. transition: 0.4s linear;
  308. -o-transition: 0.4s linear;
  309. -ms-transition: 0.4s linear;
  310. -moz-transition: 0.4s linear;
  311. -webkit-transition: 0.4s linear;
  312. }
  313.  
  314. #ooc:hover {
  315. display: inline-block;
  316. width: 70vw;
  317. z-index: 2;
  318. transition: 0.4s linear;
  319. -o-transition: 0.4s linear;
  320. -ms-transition: 0.4s linear;
  321. -moz-transition: 0.4s linear;
  322. -webkit-transition: 0.4s linear;
  323. }
  324.  
  325. #banner4 {
  326. width: 10vw;
  327. margin: 0px;
  328. border: none;
  329. height: 100%;
  330. background-color:transparent;
  331. position: absolute;
  332. left: 0vw;
  333. bottom: 0vw;
  334. padding: 5px;
  335. border: 2px solid #000;
  336. background-image:url("LINK");
  337. background-repeat:no-repeat;
  338. background-position: center;
  339. background-size: cover;
  340. opacity: 0.8;
  341. -webkit-animation: slide-in-left 1.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) 2.4s both;
  342. animation: slide-in-left 1.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) 2.4s both;
  343. }
  344.  
  345. .fade {
  346. opacity: 0;
  347. -webkit-transition: opacity 2s ease-in-out;
  348. -moz-transition: opacity 2s ease-in-out;
  349. -o-transition: opacity 2s ease-in-out;
  350. -ms-transition: opacity 2s ease-in-out;
  351. transition: opacity 2s ease-in-out;
  352. }
  353.  
  354. .fade:hover {
  355. opacity: 1;
  356. }
  357.  
  358. .beats { position: absolute;
  359. z-index:99;
  360. right: 21vw;
  361. top: 23vw;
  362. width: 50px; height: 50px;
  363. background-color: transparent;
  364. opacity: 1;
  365. z-index: 999;
  366. }
  367.  
  368. .beats img { position: absolute;
  369. right: 0; top: 0;
  370. left: 0; bottom: 0;
  371. margin: auto;
  372. width: 50px; height: 50px;
  373. }
  374.  
  375. .audio {
  376. width: 50px; height: 50px;
  377. margin-left: -8px;
  378. margin-top: -5px;
  379. overflow: hidden;
  380. opacity: 0;
  381. }
  382.  
  383.  
  384. p {
  385. font-family: 'Quicksand', cursive;
  386. font-size: 15px;
  387. color: #000;
  388. }
  389. i{color: #443a59;}
  390. b{color: #000;}
  391. a{color: #444; text-decoration: none;}
  392. h1{
  393. background: url('LINK');
  394. background-size: cover;
  395. background-position: center;
  396. background-repeat: no-repeat;
  397. text-align: center;
  398. border-radius: 15px;
  399. font-size: 4vw;
  400. height: 5vw;
  401. border-radius: 15px;
  402. border: 2px solid #000;
  403. font-family: 'Cinzel', cursive;
  404. color: #000;
  405. text-shadow: 1px 1px 0 #c0c0c0, -1px -1px 0 #c0c0c0, -1px 1px 0 #c0c0c0, 1px -1px 0 #c0c0c0;
  406. line-height: 1.5;
  407. }
  408. h2{
  409. background: url('LINK');
  410. background-size: cover;
  411. background-position: center;
  412. text-align: center;
  413. border-radius: 15px;
  414. font-size: 4vw;
  415. height: 5vw;
  416. border-radius: 15px;
  417. border: 2px solid #000;
  418. font-family: 'Cinzel', cursive;
  419. color: #000;
  420. text-shadow: 1px 1px 0 #c0c0c0, -1px -1px 0 #c0c0c0, -1px 1px 0 #c0c0c0, 1px -1px 0 #c0c0c0;
  421. line-height: 1.5;
  422. }
  423. h3{
  424. background: url('LINK');
  425. background-size: cover;
  426. background-position: bottom;
  427. text-align: center;
  428. border-radius: 15px;
  429. font-size: 4vw;
  430. height: 5vw;
  431. border-radius: 15px;
  432. border: 2px solid #000;
  433. font-family: 'Cinzel', cursive;
  434. color: #000;
  435. text-shadow: 1px 1px 0 #c0c0c0, -1px -1px 0 #c0c0c0, -1px 1px 0 #c0c0c0, 1px -1px 0 #c0c0c0;
  436. line-height: 1.5;
  437. }
  438. h4{
  439. background: url('LINK');
  440. background-size: contain;
  441. background-color: #000;
  442. background-repeat: no-repeat;
  443. background-position: left;
  444. text-align: center;
  445. border-radius: 15px;
  446. font-size: 4vw;
  447. height: 5vw;
  448. font-family: 'Cinzel', cursive;
  449. color: #000;
  450. text-shadow: 1px 1px 0 #c0c0c0, -1px -1px 0 #c0c0c0, -1px 1px 0 #c0c0c0, 1px -1px 0 #c0c0c0;
  451. line-height: 1.5;
  452. }
  453. h5{
  454. background: url('LINK');
  455. background-size: cover;
  456. background-position: center;
  457. text-align: center;
  458. border-radius: 15px;
  459. font-size: 4vw;
  460. height: 5vw;
  461. font-family: 'Cinzel', cursive;
  462. color: #000;
  463. text-shadow: 1px 1px 0 #c0c0c0, -1px -1px 0 #c0c0c0, -1px 1px 0 #c0c0c0, 1px -1px 0 #c0c0c0;
  464. line-height: 1.5;
  465. }
  466. h6{border-bottom: 1px solid #000; text-align: right; font-size: 30px; font-family: 'Libre Baskerville', cursive; color: #000;}
  467.  
  468.  
  469. @-webkit-keyframes slide-in-left {
  470. 0% {
  471. -webkit-transform: translateX(-1000px);
  472. transform: translateX(-1000px);
  473. opacity: 0;
  474. }
  475. 100% {
  476. -webkit-transform: translateX(0);
  477. transform: translateX(0);
  478. opacity: 1;
  479. }
  480. }
  481. @keyframes slide-in-left {
  482. 0% {
  483. -webkit-transform: translateX(-1000px);
  484. transform: translateX(-1000px);
  485. opacity: 0;
  486. }
  487. 100% {
  488. -webkit-transform: translateX(0);
  489. transform: translateX(0);
  490. opacity: 1;
  491. }
  492. }
  493. </style>
  494.  
  495. <div class="beats"> <img src="https://simpleicon.com/wp-content/uploads/music-note-5-256x256.png">
  496. <div class="audio">
  497. <audio controls="" loop="">
  498. <source src="MUSIC LINK">
  499. </audio>
  500. </div> </div>
  501.  
  502. <div id="image"></div>
  503.  
  504. <div class="name">Queen of Destruction</div>
  505. <div class="title">Queen of Destruction</div>
  506.  
  507. <div id="banner"></div>
  508. <div id="stats" class="fade">
  509. <div style="width: 38vw; height: 50vw; overflow-y: hidden;">
  510.  
  511. <a name="one"></a>
  512. <div style="width: 38vw; height: 50vw; overflow: auto;" align="left">
  513. <br><br>
  514. <h1>Statistics</h1>
  515. <p>
  516. HERE
  517.  
  518. <h5>Relations</h5>
  519. HERE
  520. </p>
  521. </div>
  522. </div>
  523. </div>
  524.  
  525. <div id="banner2"></div>
  526. <div id="powers" class="fade">
  527. <div style="width: 49vw; height: 50vw; overflow-y: hidden;">
  528.  
  529. <a name="one"></a>
  530. <div style="width: 49vw; height: 50vw; overflow: auto;" align="left">
  531. <br><br>
  532. <p>
  533. <h2>Abilities</h2>
  534. HERE
  535. </p>
  536. </div>
  537. </div>
  538. </div>
  539.  
  540. <div id="banner3"></div>
  541. <div id="history" class="fade">
  542. <div style="width: 59vw; height: 50vw; overflow-y: hidden;">
  543.  
  544. <a name="one"></a>
  545. <div style="width: 59vw; height: 50vw; overflow: auto;" align="left">
  546. <br><br>
  547. <p>
  548. <h3>History</h3>
  549. HERE
  550. <br><br>
  551. </p>
  552. </div>
  553. </div>
  554. </div>
  555.  
  556. <div id="banner4"></div>
  557. <div id="ooc" class="fade">
  558. <div style="width: 70vw; height: 50vw; overflow-y: hidden;">
  559.  
  560. <a name="one"></a>
  561. <div style="width: 70vw; height: 50vw; overflow: auto;" align="left">
  562. <br><br>
  563. <p>
  564. <h4>Out of Character</h4>
  565. <b>00</b>. Code made by <a target="_blank" href="/profile.php?user=RageQxeen" target="_blank">RageQxeen</a>, do not steal.<br><br>
  566. <b>01</b>. OOC.<br><br>
  567. <b>02</b>. OOC.<br><br>
  568. <b>03</b>. OOC.<br><br>
  569. <b>04</b>. OOC.<br><br>
  570. <b>05</b>. OOC.<br><br>
  571. </p>
  572. </div>
  573. </div>
  574. </div>
  575. </body>
  576. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement