Advertisement
RageQxeen

Atticus

Nov 25th, 2020
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.44 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=Charm|Lora|Cinzel|Cinzel+Decorative);
  50.  
  51. html, body {
  52. background: rgb(13,45,10);
  53. background: -moz-linear-gradient(180deg, rgba(13,45,10,1) 0%, rgba(17,122,17,1) 25%, rgba(22,230,24,1) 50%, rgba(126,219,130,1) 75%, rgba(224,224,224,1) 100%);
  54. background: -webkit-linear-gradient(180deg, rgba(13,45,10,1) 0%, rgba(17,122,17,1) 25%, rgba(22,230,24,1) 50%, rgba(126,219,130,1) 75%, rgba(224,224,224,1) 100%);
  55. background: linear-gradient(180deg, rgba(13,45,10,1) 0%, rgba(17,122,17,1) 25%, rgba(22,230,24,1) 50%, rgba(126,219,130,1) 75%, rgba(224,224,224,1) 100%);
  56. filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#0d2d0a",endColorstr="#e0e0e0",GradientType=1);
  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: 35vw;
  78. margin: 0px;
  79. border: none;
  80. height: 36vw;
  81. background-color:transparent;
  82. position: absolute;
  83. right: 32vw;
  84. bottom: 0vw;
  85. background-image:url("http://i.picpar.com/Pujf.png");
  86. background-repeat:no-repeat;
  87. background-position: bottom;
  88. background-size: 100%;
  89. filter: drop-shadow(30px 10px 4px #000);
  90. -webkit-transition: 0.5s linear;
  91. -moz-transition: 0.5s linear;
  92. -o-transition: 0.5s linear;
  93. transition: 0.5s linear;
  94. -webkit-animation: fade-in-fwd 1s cubic-bezier(0.390, 0.575, 0.565, 1.000) 2s both;
  95. animation: fade-in-fwd 1s cubic-bezier(0.390, 0.575, 0.565, 1.000) 2s both;
  96. }
  97.  
  98. #image:hover {
  99. background-image:url("http://i.picpar.com/fvjf.png");
  100. background-repeat:no-repeat;
  101. background-position: bottom;
  102. background-size: 100%;
  103. -webkit-transition: 0.5s linear;
  104. -moz-transition: 0.5s linear;
  105. -o-transition: 0.5s linear;
  106. transition: 0.5s linear;
  107. }
  108.  
  109. #navi1 {position: absolute;
  110. right: 30%;
  111. top: 5%;}
  112.  
  113. #navi1 a {background-color: #600;
  114. background:url('http://i.picpar.com/Qujf.png')
  115. center center no-repeat;;
  116. background-size: 100%;
  117. display: inline-block;
  118. height: 70px;
  119. width: 70px;
  120. border: 0px solid #000;
  121. filter: drop-shadow(30px 10px 4px #000);
  122. }
  123.  
  124. #navi2 {position: absolute;
  125. right: 35%;
  126. top: 20%;}
  127.  
  128. #navi2 a {background-color: #600;
  129. background:url('http://i.picpar.com/Rujf.png')
  130. center center no-repeat;;
  131. background-size: 100%;
  132. display: inline-block;
  133. height: 70px;
  134. width: 70px;
  135. border: 0px solid #000;
  136. filter: drop-shadow(30px 10px 4px #000);
  137. }
  138.  
  139. #navi3 {position: absolute;
  140. right: 33%;
  141. top: 35%;}
  142.  
  143. #navi3 a {background-color: #600;
  144. background:url('http://i.picpar.com/Sujf.png')
  145. center center no-repeat;;
  146. background-size: 100%;
  147. display: inline-block;
  148. height: 70px;
  149. width: 70px;
  150. border: 0px solid #000;
  151. filter: drop-shadow(30px 10px 4px #000);
  152. }
  153.  
  154. #navi4 {position: absolute;
  155. right: 28%;
  156. top: 40%;}
  157.  
  158. #navi4 a {background-color: #600;
  159. background:url('http://i.picpar.com/Tujf.png')
  160. center center no-repeat;;
  161. background-size: 100%;
  162. display: inline-block;
  163. height: 70px;
  164. width: 70px;
  165. border: 0px solid #000;
  166. filter: drop-shadow(30px 10px 4px #000);
  167. }
  168.  
  169. #navi5 {position: absolute;
  170. right: 30%;
  171. top: 60%;}
  172.  
  173. #navi5 a {background-color: #600;
  174. background:url('http://i.picpar.com/Uujf.png')
  175. center center no-repeat;;
  176. background-size: 100%;
  177. display: inline-block;
  178. height: 75px;
  179. width: 60px;
  180. border: 0px solid #000;
  181. filter: drop-shadow(30px 10px 4px #000);
  182. }
  183.  
  184. #cover {
  185. width: 100vw;
  186. margin: 0px;
  187. border: none;
  188. height: 100vw;
  189. background-color:transparent;
  190. position: absolute;
  191. right: 0vw;
  192. bottom: 0vw;
  193. opacity: .4;
  194. background-image:url("http://i.picpar.com/u6yd.gif");
  195. background-repeat: repeat;
  196. background-position: center;
  197. background-size: fill;
  198. z-index: 0;
  199. }
  200.  
  201. #container {
  202. background-color:#afcab2;
  203. width: 30vw;
  204. height: 30vw;
  205. margin:auto;
  206. position: absolute;
  207. padding: 5px;
  208. left: 5vw;
  209. top: 10vw;
  210. z-index:1;
  211. box-shadow: 0px 5px 10px #000;
  212. border: 2px solid #000;
  213. -moz-border-radius: 100%;
  214. -webkit-border-radius: 100%;
  215. border-radius: 100%;
  216. -webkit-animation: puff-in-center 1s cubic-bezier(0.470, 0.000, 0.745, 0.715) 3s both;
  217. animation: puff-in-center 1s cubic-bezier(0.470, 0.000, 0.745, 0.715) 3s both;
  218. }
  219.  
  220. #content {
  221. background-color: transparent;
  222. width: 22vw;
  223. height: 20vw;
  224. margin:auto;
  225. position: absolute;
  226. padding: 10px;
  227. font-size: 14px;
  228. font-family: 'Lora', cursive;
  229. color:#000;
  230. opacity: 0.98;
  231. right: 3.3vw;
  232. bottom: 3.3vw;
  233. z-index:1;
  234. }
  235.  
  236. @-webkit-keyframes puff-in-center {
  237. 0% {
  238. -webkit-transform: scale(2);
  239. transform: scale(2);
  240. -webkit-filter: blur(4px);
  241. filter: blur(4px);
  242. opacity: 0;
  243. }
  244. 100% {
  245. -webkit-transform: scale(1);
  246. transform: scale(1);
  247. -webkit-filter: blur(0px);
  248. filter: blur(0px);
  249. opacity: 1;
  250. }
  251. }
  252. @keyframes puff-in-center {
  253. 0% {
  254. -webkit-transform: scale(2);
  255. transform: scale(2);
  256. -webkit-filter: blur(4px);
  257. filter: blur(4px);
  258. opacity: 0;
  259. }
  260. 100% {
  261. -webkit-transform: scale(1);
  262. transform: scale(1);
  263. -webkit-filter: blur(0px);
  264. filter: blur(0px);
  265. opacity: 1;
  266. }
  267. }
  268.  
  269. .name {position: absolute;
  270. font-family: 'Cinzel Decorative';
  271. color: #fff;
  272. font-size: 5vw;
  273. top: 21vw;
  274. right: 0vw;
  275. width: 43vw;
  276. height: 5vw;
  277. border: 0px solid #000;
  278. text-align: justify;
  279. text-shadow: -1px 0 #c0c0c0, 0 1px #000,1px 0 #000, 0 -1px #c0c0c0;
  280. overflow: auto;
  281. padding:5px 5px 5px 5px;
  282. transform: rotate(270deg);
  283. filter: drop-shadow(30px 10px 4px #000);
  284. z-index: 2;
  285. }
  286.  
  287. .title { background: transparent;
  288. background:url('https://giffiles.alphacoders.com/191/191666.gif') 50px 50px repeat;
  289. background-position: center;
  290. position: absolute;
  291. font-family: 'Cinzel Decorative';
  292. font-size: 5vw;
  293. top: 21vw;
  294. right: 0vw;
  295. width: 43vw;
  296. height: 5vw;
  297. text-align: justify;
  298. padding:5px 5px 5px 5px;
  299. -webkit-text-fill-color: transparent;
  300. -webkit-background-clip: text;
  301. transform: rotate(270deg);
  302. z-index: 3;
  303. }
  304.  
  305. .beats { position: absolute;
  306. z-index:99;
  307. left: 14vw;
  308. top: 3vw;
  309. width: 50px; height: 50px;
  310. border-radius: 180px;
  311. background-color: transparent;
  312. opacity: 1;
  313. z-index: 999;
  314. }
  315. .beats:hover {
  316. box-shadow: 0px 0px 10px #000;
  317. transition: .5s;
  318. }
  319.  
  320. .beats img { position: absolute;
  321. right: 0; top: 0;
  322. left: 0; bottom: 0;
  323. margin: auto;
  324. width: 50px; height: 50px;
  325. border-radius: 180px;
  326. }
  327.  
  328. .audio {
  329. width: 50px; height: 50px;
  330. margin-left: -8px;
  331. margin-top: -5px;
  332. overflow: hidden;
  333. opacity: 0;
  334. }
  335.  
  336. i{color: #443a59;}
  337. b{color: #000;}
  338. a{color: #444; text-decoration: none;}
  339. h1{
  340. background: url('https://data.whicdn.com/images/303531631/original.gif');
  341. background-size: cover;
  342. background-position: top;
  343. text-align: center;
  344. border: 2px solid #000;
  345. border-radius: 15px;
  346. font-size: 30px;
  347. font-family: 'Cinzel', cursive;
  348. color: #000;
  349. text-shadow: 1px 1px 0 #c0c0c0, -1px -1px 0 #c0c0c0, -1px 1px 0 #c0c0c0, 1px -1px 0 #c0c0c0;
  350. line-height: 1.5;
  351. }
  352. h2{border-bottom: 1px solid #000; text-align: left; font-size: 30px; font-family: 'Cinzel', cursive; color: #000;}
  353. h3{border-bottom: 1px solid #000; text-align: right; font-size: 30px; font-family: 'Cinzel', cursive; color: #000;}
  354.  
  355. </style>
  356.  
  357. <div id="cover"></div>
  358.  
  359. <div id="image"></div>
  360.  
  361. <div class="name">The Raven King</div>
  362. <div class="title">The Raven King</div>
  363.  
  364. <div id="navi5"><a href="#five"></a></div>
  365. <div id="navi4"><a href="#four"></a></div>
  366. <div id="navi3"><a href="#three"></a></div>
  367. <div id="navi2"><a href="#two"></a></div>
  368. <div id="navi1"><a href="#one"></a></div>
  369.  
  370. <div id="container">
  371.  
  372. <div class="beats"> <img src="http://i.picpar.com/gvjf.png">
  373. <div class="audio">
  374. <audio controls="" loop="">
  375. <source src="https://docs.google.com/uc?id=1SDMsfeVsNA64Cafy_IdF1MobSh4BHdiA&export=download">
  376. </audio>
  377. </div> </div>
  378.  
  379. <div id="content">
  380.  
  381.  
  382. <div style="width: 22vw; height: 20vw; overflow-y: hidden;">
  383.  
  384. <a name="one"></a>
  385. <div style="width: 22vw; height: 20vw; overflow: auto;" align="center">
  386. <h1>Statistics</h1>
  387. <span style="float:left;"><b>Name</b></span><span style="float:right;"></span><br>
  388. <span style="float:left;"><b>Alias(es)</b></span><span style="float:right;"><a title="">hover</a></span><br>
  389. <span style="float:left;"><b>Gender</b></span><span style="float:right;"></span><br>
  390. <span style="float:left;"><b>Age</b></span><span style="float:right;"></span><br>
  391. <span style="float:left;"><b>Race</b></span><span style="float:right;"></span><br>
  392. <span style="float:left;"><b>Voice</b></span><span style="float:right;"><a href="HERE" target="_blank">Click</a></span><br><br>
  393. <span style="float:left;"><b>Height</b></span><span style="float:right;"></span><br>
  394. <span style="float:left;"><b>Weight</b></span><span style="float:right;"></span><br>
  395. <span style="float:left;"><b>Eyes</b></span><span style="float:right;"></span><br>
  396. <span style="float:left;"><b>Hair</b></span><span style="float:right;"></span><br>
  397. <span style="float:left;"><b>Build</b></span><span style="float:right;"></span><br><br>
  398. <span style="float:left;"><b>Orientation</b></span><span style="float:right;"></span><br>
  399. <span style="float:left;"><b>Relationship</b></span><span style="float:right;"></span><br>
  400. <span style="float:left;"><b>Affiliation</b></span><span style="float:right;"></span><br><br>
  401. </div>
  402.  
  403. <a name="two"></a>
  404. <div style="width: 22vw; height: 20vw; overflow: auto;" align="left">
  405. TBA
  406. </div>
  407.  
  408. <a name="three"></a>
  409. <div style="width: 22vw; height: 20vw; overflow: auto;" align="left">
  410. <h1>Abilities</h1>
  411. TBA
  412. </div>
  413.  
  414.  
  415. <a name="four"></a>
  416. <div style="width: 22vw; height: 20vw; overflow: auto;" align="left">
  417. <h1>History</h1>
  418. TBA
  419. </div>
  420.  
  421. <a name="five"></a>
  422. <div style="width: 22vw; height: 20vw; overflow: auto;" align="left">
  423. <h1>Out of Character</h1>
  424. <b>00</b>. Code made by <a href="/profile.php?user=RageQxeen" target="_blank">RageQxeen</a>, do not steal.<br><br>
  425. <b>01</b>. OOC.<br><br>
  426. <b>02</b>. OOC.<br><br>
  427. <b>03</b>. OOC.<br><br>
  428. <b>04</b>. OOC.<br><br>
  429. <b>05</b>. OOC.<br><br>
  430. </div>
  431. </div>
  432. </div>
  433. </div>
  434. </body>
  435. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement