Advertisement
RageQxeen

Yami

Jun 3rd, 2020
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 13.38 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=PT+Serif|Cinzel+Decorative|Cinzel);
  50.  
  51. html, body {
  52. background-color: #2a052f;
  53. background-image: url("https://www.transparenttextures.com/patterns/blu-stripes.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("");
  83. background-repeat:no-repeat;
  84. background-position: bottom;
  85. background-size: 100%;
  86. }
  87.  
  88. #bar1 {
  89. width: 100%;
  90. height: 3vw;
  91. margin: 0px;
  92. background-color: #000;
  93. position: absolute;
  94. left: 0vw;
  95. top: 7vw;
  96. box-shadow: 0px 5px 10px #000;
  97. }
  98.  
  99. #bar2 {
  100. width: 100%;
  101. height: 3vw;
  102. margin: 0px;
  103. background-color: #000;
  104. position: absolute;
  105. left: 0vw;
  106. bottom: 7vw;
  107. box-shadow: 0px 5px 10px #000;
  108. }
  109.  
  110. #icon {
  111. width: 150px;
  112. margin: 0px;
  113. border: 5px solid #000;
  114. height: 150px;
  115. background-color: #000;
  116. position: absolute;
  117. left: 5vw;
  118. top: -5vw;
  119. background-image:url("https://cdn.discordapp.com/attachments/198512319108481024/713863626402037760/tumblr_nnc0y6o2r61qbq5g5o4_r1_250.gif");
  120. background-repeat:no-repeat;
  121. background-position: right;
  122. background-size: cover;
  123. z-index: 3;
  124. border-radius: 50%;
  125. box-shadow: 0px 5px 10px #000;
  126. }
  127.  
  128. #icon2 {
  129. width: 150px;
  130. margin: 0px;
  131. border: 5px solid #000;
  132. height: 150px;
  133. background-color: #000;
  134. position: absolute;
  135. left: 24vw;
  136. top: -5vw;
  137. background-image:url("https://cdn.discordapp.com/attachments/198512319108481024/713863628264177764/tumblr_nnc0y6o2r61qbq5g5o5_r1_250.gif");
  138. background-repeat:no-repeat;
  139. background-position: center;
  140. background-size: cover;
  141. z-index: 3;
  142. border-radius: 50%;
  143. box-shadow: 0px 5px 10px #000;
  144. }
  145.  
  146. #icon3 {
  147. width: 150px;
  148. margin: 0px;
  149. border: 5px solid #000;
  150. height: 150px;
  151. background-color: #000;
  152. position: absolute;
  153. left: 44vw;
  154. top: -5vw;
  155. background-image:url("https://cdn.discordapp.com/attachments/198512319108481024/713863624929575002/tumblr_mhpoy6pIU11rvqtrno2_400.gif");
  156. background-repeat:no-repeat;
  157. background-position: center;
  158. background-size: cover;
  159. z-index: 3;
  160. border-radius: 50%;
  161. box-shadow: 0px 5px 10px #000;
  162. }
  163.  
  164. #icon4 {
  165. width: 150px;
  166. margin: 0px;
  167. border: 5px solid #000;
  168. height: 150px;
  169. background-color: #000;
  170. position: absolute;
  171. right: 24vw;
  172. top: -5vw;
  173. background-image:url("https://cdn.discordapp.com/attachments/198512319108481024/713863634043797524/tumblr_nnc0y6o2r61qbq5g5o6_r1_250.gif");
  174. background-repeat:no-repeat;
  175. background-position: center;
  176. background-size: cover;
  177. z-index: 3;
  178. border-radius: 50%;
  179. box-shadow: 0px 5px 10px #000;
  180. }
  181.  
  182. #icon5 {
  183. width: 150px;
  184. margin: 0px;
  185. border: 5px solid #000;
  186. height: 150px;
  187. background-color: #000;
  188. position: absolute;
  189. right: 5vw;
  190. top: -5vw;
  191. background-image:url("https://cdn.discordapp.com/attachments/198512319108481024/713863635482705971/tumblr_nnc0y6o2r61qbq5g5o7_r1_250.gif");
  192. background-repeat:no-repeat;
  193. background-position: center;
  194. background-size: cover;
  195. z-index: 3;
  196. border-radius: 50%;
  197. box-shadow: 0px 5px 10px #000;
  198. }
  199.  
  200. #icon6 {
  201. width: 150px;
  202. margin: 0px;
  203. border: 5px solid #000;
  204. height: 150px;
  205. background-color: #000;
  206. position: absolute;
  207. left: 5vw;
  208. top: -5vw;
  209. background-image:url("https://cdn.discordapp.com/attachments/198512319108481024/713863778894348358/tumblr_mcnq3uThet1qfezoro3_r1_250.gif");
  210. background-repeat:no-repeat;
  211. background-position: right;
  212. background-size: contain;
  213. z-index: 3;
  214. border-radius: 50%;
  215. box-shadow: 0px 5px 10px #000;
  216. }
  217.  
  218. #icon7 {
  219. width: 150px;
  220. margin: 0px;
  221. border: 5px solid #000;
  222. height: 150px;
  223. background-color: #000;
  224. position: absolute;
  225. left: 24vw;
  226. top: -5vw;
  227. background-image:url("https://cdn.discordapp.com/attachments/198512319108481024/713863965070852135/tumblr_ph1xxn1Vzu1v9p19l_400.gif");
  228. background-repeat:no-repeat;
  229. background-position: center;
  230. background-size: cover;
  231. z-index: 3;
  232. border-radius: 50%;
  233. box-shadow: 0px 5px 10px #000;
  234. }
  235.  
  236. #icon8 {
  237. width: 150px;
  238. margin: 0px;
  239. border: 5px solid #000;
  240. height: 150px;
  241. background-color: #000;
  242. position: absolute;
  243. left: 44vw;
  244. top: -5vw;
  245. background-image:url("https://cdn.discordapp.com/attachments/198512319108481024/713863808011075714/tumblr_mu82ziIsKg1su0904o1_400.gif");
  246. background-repeat:no-repeat;
  247. background-position: center;
  248. background-size: cover;
  249. z-index: 3;
  250. border-radius: 50%;
  251. box-shadow: 0px 5px 10px #000;
  252. }
  253.  
  254. #icon9 {
  255. width: 150px;
  256. margin: 0px;
  257. border: 5px solid #000;
  258. height: 150px;
  259. background-color: #000;
  260. position: absolute;
  261. right: 24vw;
  262. top: -5vw;
  263. background-image:url("https://cdn.discordapp.com/attachments/198512319108481024/713863967554011497/tumblr_ph1xxnMQTt1v9p19l_400.gif");
  264. background-repeat:no-repeat;
  265. background-position: center;
  266. background-size: cover;
  267. z-index: 3;
  268. border-radius: 50%;
  269. box-shadow: 0px 5px 10px #000;
  270. }
  271.  
  272. #icon0 {
  273. width: 150px;
  274. margin: 0px;
  275. border: 5px solid #000;
  276. height: 150px;
  277. background-color: #000;
  278. position: absolute;
  279. right: 5vw;
  280. top: -5vw;
  281. background-image:url("https://cdn.discordapp.com/attachments/198512319108481024/713863780546773052/tumblr_mcnq3uThet1qfezoro1_r1_250.gif");
  282. background-repeat:no-repeat;
  283. background-position: right;
  284. background-size: cover;
  285. z-index: 3;
  286. border-radius: 50%;
  287. box-shadow: 0px 5px 10px #000;
  288. }
  289.  
  290. #container {
  291. background: rgb(0,0,0);
  292. background: -moz-radial-gradient(circle, rgba(0,0,0,1) 0%, rgba(15,38,88,1) 25%, rgba(14,3,64,1) 50%, rgba(42,5,47,1) 75%, rgba(67,61,92,1) 100%);
  293. background: -webkit-radial-gradient(circle, rgba(0,0,0,1) 0%, rgba(15,38,88,1) 25%, rgba(14,3,64,1) 50%, rgba(42,5,47,1) 75%, rgba(67,61,92,1) 100%);
  294. background: radial-gradient(circle, rgba(0,0,0,1) 0%, rgba(15,38,88,1) 25%, rgba(14,3,64,1) 50%, rgba(42,5,47,1) 75%, rgba(67,61,92,1) 100%);
  295. filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#433d5c",GradientType=1);
  296. width: 65vw;
  297. height: 32vw;
  298. margin:auto;
  299. position: absolute;
  300. padding: 5px;
  301. left: 17vw;
  302. bottom: 16vw;
  303. z-index:1;
  304. box-shadow: 0px 5px 10px #000;
  305. border: 2px solid #000;
  306. -webkit-animation: slit-in-horizontal 0.5s ease-out 0.5s both;
  307. animation: slit-in-horizontal 0.5s ease-out 0.5s both;
  308. }
  309.  
  310. #content {
  311. background-color:#A9A9A9;
  312. width: 63vw;
  313. height: 26vw;
  314. margin:auto;
  315. position: absolute;
  316. padding: 5px;
  317. font-family: 'PT Serif', cursive;
  318. font-size: 18px;
  319. color: #000;
  320. right: 1vw;
  321. top: 3vw;
  322. z-index: 1;
  323. border: #000000 solid 2px;
  324. }
  325.  
  326. #nav {
  327. background-color: transparent;
  328. width: 25vw;
  329. height: 1vw;
  330. margin:auto;
  331. position: absolute;
  332. right: 18vw;
  333. top: .5vw;
  334. z-index:1;
  335. }
  336.  
  337. #nav a, #nav a:link, #nav a:visited {
  338. display:inline-block;
  339. height: 1.1vw;
  340. width: 3.8vw;
  341. text-align: center;
  342. font-family: 'Crimson Text';
  343. font-size: 15px;
  344. text-decoration: none;
  345. color: #000;
  346. background: #68707c;
  347. margin: 5px;
  348. background-image: url("https://www.transparenttextures.com/patterns/dark-tire.png");
  349. border: double #000 5px;
  350. -webkit-transition: 0.5s linear;
  351. -moz-transition: 0.5s linear;
  352. -o-transition: 0.5s linear;
  353. transition: 0.5s linear;
  354. }
  355.  
  356. #nav a:active, #nav a:hover {
  357. display:inline-block;
  358. height: 1.1vw;
  359. width: 3.8vw;
  360. text-align: center;
  361. font-family: 'Crimson Text';
  362. font-size: 15px;
  363. text-decoration: none;
  364. color: #000;
  365. background: #c0c0c0;
  366. margin: 5px;
  367. background-image: url("https://www.transparenttextures.com/patterns/dark-tire.png");
  368. border: double #000 5px;
  369. -webkit-transition: 0.5s linear;
  370. -moz-transition: 0.5s linear;
  371. -o-transition: 0.5s linear;
  372. transition: 0.5s linear;
  373. }
  374.  
  375. .name {position: absolute;
  376. font-family: 'Cinzel Decorative';
  377. color: #fff;
  378. font-size: 4vw;
  379. bottom: -6vw;
  380. left: 16vw;
  381. width: 60vw;
  382. height: 9vw;
  383. border: 0px solid #000;
  384. text-align: justify;
  385. text-shadow: -1px 0 #c0c0c0, 0 1px #000,1px 0 #000, 0 -1px #c0c0c0;
  386. overflow: auto;
  387. padding:5px 5px 5px 5px;
  388. z-index: 2;}
  389.  
  390. .title { background: transparent;
  391. background:url('http://i.picpar.com/5t5e.gif') no-repeat;
  392. background-position: center center;
  393. background-size: cover;
  394. position: absolute;
  395. font-family: 'Cinzel Decorative';
  396. font-size: 4vw;
  397. bottom: -6vw;
  398. left: 16vw;
  399. width: 60vw;
  400. height: 9vw;
  401. text-align: justify;
  402. padding:5px 5px 5px 5px;
  403. -webkit-text-fill-color: transparent;
  404. -webkit-background-clip: text;
  405. z-index: 3;}
  406.  
  407.  
  408. @-webkit-keyframes slit-in-horizontal {
  409. 0% {
  410. -webkit-transform: translateZ(-800px) rotateX(90deg);
  411. transform: translateZ(-800px) rotateX(90deg);
  412. opacity: 0;
  413. }
  414. 54% {
  415. -webkit-transform: translateZ(-160px) rotateX(87deg);
  416. transform: translateZ(-160px) rotateX(87deg);
  417. opacity: 1;
  418. }
  419. 100% {
  420. -webkit-transform: translateZ(0) rotateX(0);
  421. transform: translateZ(0) rotateX(0);
  422. }
  423. }
  424. @keyframes slit-in-horizontal {
  425. 0% {
  426. -webkit-transform: translateZ(-800px) rotateX(90deg);
  427. transform: translateZ(-800px) rotateX(90deg);
  428. opacity: 0;
  429. }
  430. 54% {
  431. -webkit-transform: translateZ(-160px) rotateX(87deg);
  432. transform: translateZ(-160px) rotateX(87deg);
  433. opacity: 1;
  434. }
  435. 100% {
  436. -webkit-transform: translateZ(0) rotateX(0);
  437. transform: translateZ(0) rotateX(0);
  438. }
  439. }
  440.  
  441. i{color: #433d5c;}
  442. b{color: #000;}
  443. a{color: #2a052f; text-decoration: none;}
  444. h1{border-bottom: 1px solid #000; text-align: center; font-size: 30px; font-family: 'Cinzel', cursive; color: #000;}
  445. </style>
  446.  
  447. <div id="image"></div>
  448.  
  449. <div id="bar1">
  450. <div id="icon"></div>
  451. <div id="icon2"></div>
  452. <div id="icon3"></div>
  453. <div id="icon4"></div>
  454. <div id="icon5"></div>
  455. </div>
  456. <div id="bar2">
  457. <div id="icon6"></div>
  458. <div id="icon7"></div>
  459. <div id="icon8"></div>
  460. <div id="icon9"></div>
  461. <div id="icon0"></div>
  462. </div>
  463.  
  464. <div id="container">
  465. <div class="name">The Void Prince</div>
  466. <div class="title">The Void Prince</div>
  467.  
  468. <div id="nav">
  469. <a href="#one"></a>
  470. <a href="#two"></a>
  471. <a href="#three"></a>
  472. <a href="#four"></a>
  473. </div>
  474.  
  475. <div id="content">
  476. <div style="width: 63vw; height: 26vw; overflow-y: hidden;">
  477.  
  478. <a name="one"></a>
  479. <div style="width: 63vw; height: 26vw; overflow: auto;">
  480.  
  481. <span style="float:left;"><b>Name</b></span><span style="float:right;">Yami</span><br>
  482. <span style="float:left;"><b>Alias(es)</b></span><span style="float:right;"></span><br>
  483. <span style="float:left;"><b>Gender</b></span><span style="float:right;">Male</span><br>
  484. <span style="float:left;"><b>Age</b></span><span style="float:right;"></span><br>
  485. <span style="float:left;"><b>Race</b></span><span style="float:right;">Mage</span><br>
  486. <span style="float:left;"><b>Voice</b></span><span style="float:right;"><a href="LINK HERE" target="_blank">Click</a></span><br><br>
  487. <span style="float:left;"><b>Height</b></span><span style="float:right;"></span><br>
  488. <span style="float:left;"><b>Weight</b></span><span style="float:right;"></span><br>
  489. <span style="float:left;"><b>Eyes</b></span><span style="float:right;"></span><br>
  490. <span style="float:left;"><b>Hair</b></span><span style="float:right;"></span><br>
  491. <span style="float:left;"><b>Build</b></span><span style="float:right;"></span><br><br>
  492. <span style="float:left;"><b>Orientation</b></span><span style="float:right;">Pansexual</span><br>
  493. <span style="float:left;"><b>Relationship</b></span><span style="float:right;">Single</span><br>
  494. <span style="float:left;"><b>Affiliation</b></span><span style="float:right;"></span><br><br>
  495. </div>
  496.  
  497. <a name="two"></a>
  498. <div style="width: 63vw; height: 26vw; overflow: auto;" align="left">
  499. <h1>power</h1>
  500.  
  501. </div>
  502.  
  503. <a name="three"></a>
  504. <div style="width: 63vw; height: 26vw; overflow: auto;" align="center">
  505. <h1>history</h1>
  506.  
  507. </div>
  508.  
  509.  
  510. <a name="four"></a>
  511. <div style="width: 63vw; height: 26vw; overflow: auto;" align="left">
  512. <h1>out of character</h1>
  513. <center><b>00</b>. Want a code? Go <a target="_blank" href="https://alliealgiere.neocities.org">here</a>. Refrain from stealing.</center><br>
  514. <b>01</b>. OOC.<br>
  515. <b>01</b>. OOC.<br>
  516. <b>03</b>. OOC.<br>
  517. <b>04</b>. OOC.<br>
  518. <b>05</b>. OOC.<br>
  519. </div>
  520. </div>
  521. </div>
  522. </div>
  523. </body>
  524. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement