RageQxeen

Tsuki O-kami

Jan 4th, 2020
182
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.61 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=Girassol|Lato);
  50.  
  51. html, body {
  52. background: rgb(229,229,229);
  53. background: -moz-linear-gradient(242deg, rgba(229,229,229,1) 0%, rgba(201,201,201,1) 25%, rgba(145,163,176,1) 50%, rgba(145,163,176,1) 75%, rgba(138,127,141,1) 100%);
  54. background: -webkit-linear-gradient(242deg, rgba(229,229,229,1) 0%, rgba(201,201,201,1) 25%, rgba(145,163,176,1) 50%, rgba(145,163,176,1) 75%, rgba(138,127,141,1) 100%);
  55. background: linear-gradient(242deg, rgba(229,229,229,1) 0%, rgba(201,201,201,1) 25%, rgba(145,163,176,1) 50%, rgba(145,163,176,1) 75%, rgba(138,127,141,1) 100%);
  56. filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#e5e5e5",endColorstr="#8a7f8d",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: 31vw;
  78. margin: 0px;
  79. border: none;
  80. height: 45vw;
  81. background-color:transparent;
  82. position: absolute;
  83. right: 0vw;
  84. bottom: 0vw;
  85. background-image:url("http://i.picpar.com/zs1d.png");
  86. background-repeat:no-repeat;
  87. background-position: bottom;
  88. background-size: 100%;
  89. animation: bounce 3s infinite; -webkit-animation: bounce 3s infinite; -o-animation: bounce 3s infinite;
  90. }
  91.  
  92. #topimg {
  93. width: 59.5vw;
  94. margin: 0px;
  95. border: none;
  96. height: 10vw;
  97. background-color:transparent;
  98. position: absolute;
  99. right: 0vw;
  100. top: 0vw;
  101. padding: 4px;
  102. background-image:url("http://i.picpar.com/CDVd.jpg");
  103. background-repeat:no-repeat;
  104. background-position: center;
  105. background-size: 100%;
  106. border: 2px solid #000;
  107. }
  108.  
  109. #container {
  110. background: rgb(1,13,85);
  111. background: -moz-linear-gradient(179deg, rgba(1,13,85,1) 0%, rgba(161,175,224,1) 69%, rgba(211,220,237,1) 93%, rgba(73,149,243,1) 100%);
  112. background: -webkit-linear-gradient(179deg, rgba(1,13,85,1) 0%, rgba(161,175,224,1) 69%, rgba(211,220,237,1) 93%, rgba(73,149,243,1) 100%);
  113. background: linear-gradient(179deg, rgba(1,13,85,1) 0%, rgba(161,175,224,1) 69%, rgba(211,220,237,1) 93%, rgba(73,149,243,1) 100%);
  114. filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#010d55",endColorstr="#4995f3",GradientType=1);
  115. width: 59.5vw;
  116. height: 34vw;
  117. margin:auto;
  118. position: absolute;
  119. padding: 5px;
  120. left: 10vw;
  121. bottom: 5vw;
  122. z-index:0;
  123. border: #000000 solid 2px;
  124. -webkit-animation: slide-in-blurred-left 0.9s cubic-bezier(0.230, 1.000, 0.320, 1.000) both;
  125. animation: slide-in-blurred-left 0.9s cubic-bezier(0.230, 1.000, 0.320, 1.000) both;
  126. }
  127.  
  128. @-webkit-keyframes slide-in-blurred-left {
  129. 0% {
  130. -webkit-transform: translateX(-1000px) scaleX(2.5) scaleY(0.2);
  131. transform: translateX(-1000px) scaleX(2.5) scaleY(0.2);
  132. -webkit-transform-origin: 100% 50%;
  133. transform-origin: 100% 50%;
  134. -webkit-filter: blur(40px);
  135. filter: blur(40px);
  136. opacity: 0;
  137. }
  138. 100% {
  139. -webkit-transform: translateX(0) scaleY(1) scaleX(1);
  140. transform: translateX(0) scaleY(1) scaleX(1);
  141. -webkit-transform-origin: 50% 50%;
  142. transform-origin: 50% 50%;
  143. -webkit-filter: blur(0);
  144. filter: blur(0);
  145. opacity: 1;
  146. }
  147. }
  148. @keyframes slide-in-blurred-left {
  149. 0% {
  150. -webkit-transform: translateX(-1000px) scaleX(2.5) scaleY(0.2);
  151. transform: translateX(-1000px) scaleX(2.5) scaleY(0.2);
  152. -webkit-transform-origin: 100% 50%;
  153. transform-origin: 100% 50%;
  154. -webkit-filter: blur(40px);
  155. filter: blur(40px);
  156. opacity: 0;
  157. }
  158. 100% {
  159. -webkit-transform: translateX(0) scaleY(1) scaleX(1);
  160. transform: translateX(0) scaleY(1) scaleX(1);
  161. -webkit-transform-origin: 50% 50%;
  162. transform-origin: 50% 50%;
  163. -webkit-filter: blur(0);
  164. filter: blur(0);
  165. opacity: 1;
  166. }
  167. }
  168.  
  169.  
  170. #content {
  171. background-color:#e5e5e5;
  172. width: 45vw;
  173. height: 22vw;
  174. margin:auto;
  175. position: absolute;
  176. padding: 5px;
  177. font-family: 'Lato', cursive;
  178. color: #000;
  179. right: 1vw;
  180. bottom: 0.5vw;
  181. z-index:0;
  182. border: #000000 solid 2px;
  183. }
  184.  
  185. #friendlist {
  186. background-color:#e5e5e5;
  187. width: 10vw;
  188. height: 22vw;
  189. margin:auto;
  190. position: absolute;
  191. padding: 5px;
  192. font-family: 'Lato', cursive;
  193. color: #000;
  194. left: 1vw;
  195. bottom: 0.5vw;
  196. z-index:0;
  197. border: #000000 solid 2px;
  198. }
  199.  
  200. #nav {
  201. background-color: transparent;
  202. width: 0.5vw;
  203. height: 17vw;
  204. margin:auto;
  205. position: absolute;
  206. left: 12vw;
  207. bottom: 1vw;
  208. text-align: center;
  209. text-decoration: none;
  210. z-index:3;
  211. }
  212.  
  213. #nav a, #nav a:link, #nav a:visited {
  214. display:inline-block;
  215. text-decoration: none;
  216. text-align: center;
  217. background: #010d55;
  218. color: transparent;
  219. box-shadow: 0px 0px 5px #91a3b0;
  220. padding: 4px;
  221. height: 1.7vw;
  222. width: 0.1vw;
  223. margin: 5px;
  224. border-radius: 5px;
  225. }
  226.  
  227. #nav a:active, #nav a:hover {
  228. display:inline-block;
  229. height: 1.7vw;
  230. width: 0.1vw;
  231. text-decoration:none;
  232. background: #91a3b0;
  233. box-shadow: 0px 0px 5px #010d55;
  234. color: transparent;
  235. margin: 5px;
  236. }
  237.  
  238. #name {
  239. z-index:15;
  240. position: absolute;
  241. right: .5vw;
  242. top: -2vw;
  243. margin: auto;
  244. background: #transparent;
  245. width: 35vw;
  246. height: 6vw;
  247. font-family: 'Girassol', cursive;
  248. font-size: 70px;
  249. background: url(https://media1.giphy.com/media/UdTLLJIrxZcY0/source.gif) 0px 0px repeat;
  250. -webkit-text-fill-color: transparent;
  251. -webkit-background-clip: text;
  252. background-position: top;
  253. display:block;
  254. text-align: center;
  255. letter-spacing: 1px;
  256. -webkit-transition:opacity 2s linear;
  257. line-height:3.6vw;
  258. }
  259.  
  260. #nameunder{
  261. z-index:15;
  262. position: absolute;
  263. right: .5vw;
  264. top: -2vw;
  265. margin: auto;
  266. background: #transparent;
  267. width: 35vw;
  268. height: 6vw;
  269. font-family: 'Girassol', cursive;
  270. font-size: 70px;
  271. -webkit-text-fill-color: #B4ADA3;
  272. text-transform: none;
  273. -webkit-background-clip: text;
  274. display:block;
  275. text-shadow: -1px 0 #fff, 0 1px #000,1px 0 #000, 0 -1px #fff;
  276. text-align: center;
  277. letter-spacing: 1px;
  278. -webkit-transition:opacity 2s linear;
  279. line-height:3.6vw;
  280. }
  281.  
  282. i{color: #4995f3;}
  283. b{color: #010d55;}
  284. a{color: #2b3779; text-decoration: none;}
  285. h1{border-bottom: 1px solid #000; text-align: center; font-size: 30px; font-family: 'Girassol', cursive; color: #010d55;}
  286. h2{border-bottom: 1px solid #000; text-align: left; font-size: 30px; font-family: 'Girassol', cursive; color: #010d55;}
  287. h3{border-bottom: 1px solid #000; text-align: right; font-size: 30px; font-family: 'Girassol', cursive; color: #010d55;}
  288. </style>
  289.  
  290. <div id="image"></div>
  291.  
  292. <div id="container">
  293. <div id="topimg"></div>
  294.  
  295. <div id="nameunder">Crowned Emperor</div><div id="name">Crowned Emperor</div>
  296.  
  297.  
  298. <div id="nav">
  299. <a href="#one">Main</a>
  300. <a href="#two">Seco</a>
  301. <a href="#three">Thir</a>
  302. <a href="#four">Four</a>
  303. </div>
  304.  
  305. <div id="content">
  306. <div style="width: 45vw; height: 22vw; overflow-y: hidden;">
  307.  
  308. <a name="one"></a>
  309. <div style="width: 45vw; height: 22vw; overflow: auto;" align="center">
  310. <span style="float:left;"><b>Name</b></span><span style="float:right;">Tsuki O-kami</span><br>
  311. <span style="float:left;"><b>Alias(es)</b></span><span style="float:right;">Moon, Foxxo</span><br>
  312. <span style="float:left;"><b>Gender</b></span><span style="float:right;">Male</span><br>
  313. <span style="float:left;"><b>Birthdate</b></span><span style="float:right;">May 1st, 1119</span><br>
  314. <span style="float:left;"><b>Birthplace</b></span><span style="float:right;">Major Aracane, FX</span><br><br>
  315. <span style="float:left;"><b>Height</b></span><span style="float:right;">6'1"</span><br>
  316. <span style="float:left;"><b>Weight</b></span><span style="float:right;">175 lbs</span><br>
  317. <span style="float:left;"><b>Orientation</b></span><span style="float:right;">Heteroflexible</span><br>
  318. <span style="float:left;"><b>Relationship</b></span><span style="float:right;">Disinterested</span><br><br>
  319. <span style="float:left;"><b>Race</b></span><span style="float:right;">Kitsune</span><br>
  320. <span style="float:left;"><b>Eyes</b></span><span style="float:right;">Gold</span><br>
  321. <span style="float:left;"><b>Hair</b></span><span style="float:right;">Silver-White</span><br>
  322. <span style="float:left;"><b>Build</b></span><span style="float:right;">Muscular-Lean</span><br><br>
  323. <span style="float:left;"><b>Residence</b></span><span style="float:right;">Palace of Mirrors</span><br>
  324. <span style="float:left;"><b>Occupation</b></span><span style="float:right;">Crowned Emperor</span><br>
  325.  
  326. <i>Italics</i> <b>Bold</b> <a href="">Link</a>
  327. </div>
  328.  
  329. <a name="two"></a>
  330. <div style="width: 45vw; height: 22vw; overflow: auto;" align="center">
  331. <h3>Abilities</h3>
  332. </div>
  333.  
  334. <a name="three"></a>
  335. <div style="width: 45vw; height: 22vw; overflow: auto;" align="center">
  336. <h2>History</h2>
  337. </div>
  338.  
  339. <a name="four"></a>
  340. <div style="width: 45vw; height: 22vw; overflow: auto;" align="center">
  341. <h3>Out Of Character</h3>
  342. <b>00</b>. Code made by <a href="https://alliealgiere.neocities.org/" target="_blank">RageQxeen</a> for Emperor! Click the name for codes and commissions!<br><br>
  343. <b>01</b>. OOC.<br>
  344. <b>02</b>. OOC.<br>
  345. <b>03</b>. OOC.<br>
  346. <b>04</b>. OOC.<br>
  347. <b>05</b>. OOC.<br>
  348. </div>
  349. </div>
  350. </div>
  351.  
  352.  
  353. <div id="friendlist">
  354. <div style="width: 10vw; height: 22vw; overflow: auto;" align="right">
  355. <marquee behavior="scroll" direction="up" onmouseover="this.stop();" onmouseout="this.start();">
  356. <a target="_blank" href="PROFILE LINK HERE"><img src="IMAGE LINK HERE" height="75" width="75" align="left" border="3"></a>
  357. <b>- Name -</b><br> <i>foe/friend</i><br> small note.<br><br><br><br>
  358. <a target="_blank" href="PROFILE LINK HERE"><img src="IMAGE LINK HERE" height="75" width="75" align="left" border="3"></a>
  359. <b>- Name -</b><br> <i>foe/friend</i><br> small note.<br><br><br><br>
  360. <a target="_blank" href="PROFILE LINK HERE"><img src="IMAGE LINK HERE" height="75" width="75" align="left" border="3"></a>
  361. <b>- Name -</b><br> <i>foe/friend</i><br> small note.<br><br><br><br>
  362. <a target="_blank" href="PROFILE LINK HERE"><img src="IMAGE LINK HERE" height="75" width="75" align="left" border="3"></a>
  363. <b>- Name -</b><br> <i>foe/friend</i><br> small note.<br><br><br><br>
  364. <a target="_blank" href="PROFILE LINK HERE"><img src="IMAGE LINK HERE" height="75" width="75" align="left" border="3"></a>
  365. <b>- Name -</b><br> <i>foe/friend</i><br> small note.
  366. </marquee>
  367. </div>
  368. </div>
  369. </div>
  370. </body>
  371. </html>
Advertisement
Add Comment
Please, Sign In to add comment