RageQxeen

Hizashi

Jan 14th, 2020
230
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 13.75 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=Bangers|Forum|Cinzel+Decorative);
  50.  
  51. html, body {
  52. background: rgb(255,204,31);
  53. background: -moz-linear-gradient(145deg, rgba(255,204,31,1) 17%, rgba(45,189,26,1) 26%, rgba(217,49,49,1) 34%, rgba(192,192,192,1) 56%);
  54. background: -webkit-linear-gradient(145deg, rgba(255,204,31,1) 17%, rgba(45,189,26,1) 26%, rgba(217,49,49,1) 34%, rgba(192,192,192,1) 56%);
  55. background: linear-gradient(145deg, rgba(255,204,31,1) 17%, rgba(45,189,26,1) 26%, rgba(217,49,49,1) 34%, rgba(192,192,192,1) 56%);
  56. filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffcc1f",endColorstr="#c0c0c0",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: 30vw;
  78. margin: 0px;
  79. border: none;
  80. height: 42vw;
  81. background-color:transparent;
  82. position: absolute;
  83. right: 2vw;
  84. bottom: 3vw;
  85. background-image:url("http://i.picpar.com/csXd.png");
  86. background-repeat:no-repeat;
  87. background-position: center;
  88. background-size: 100%;
  89. }
  90.  
  91. #subwoofer1 {
  92. width: 6vw;
  93. margin: 0px;
  94. border: none;
  95. height: 6vw;
  96. background-color:transparent;
  97. position: absolute;
  98. left: -3vw;
  99. bottom: -3vw;
  100. background-image:url("https://i.ya-webdesign.com/images/speaker-transparent-cartoon-6.png");
  101. background-repeat:no-repeat;
  102. background-position: bottom;
  103. background-size: 100%;
  104. z-index: 2;
  105. -webkit-animation: heartbeat 1s ease-in-out infinite both;
  106. animation: heartbeat 1s ease-in-out infinite both;
  107. }
  108.  
  109. #subwoofer2 {
  110. width: 6vw;
  111. margin: 0px;
  112. border: none;
  113. height: 6.1vw;
  114. background-color:transparent;
  115. position: absolute;
  116. left: -3vw;
  117. top: -3vw;
  118. background-image:url("https://i.ya-webdesign.com/images/speaker-transparent-cartoon-6.png");
  119. background-repeat:no-repeat;
  120. background-position: bottom;
  121. background-size: 100%;
  122. z-index: 2;
  123. -webkit-animation: heartbeat 1s ease-in-out infinite both;
  124. animation: heartbeat 1s ease-in-out infinite both;
  125. }
  126.  
  127. #subwoofer3 {
  128. width: 6vw;
  129. margin: 0px;
  130. border: none;
  131. height: 6vw;
  132. background-color:transparent;
  133. position: absolute;
  134. right: -3vw;
  135. bottom: -3vw;
  136. background-image:url("https://i.ya-webdesign.com/images/speaker-transparent-cartoon-6.png");
  137. background-repeat:no-repeat;
  138. background-position: bottom;
  139. background-size: 100%;
  140. z-index: 2;
  141. -webkit-animation: heartbeat 1s ease-in-out infinite both;
  142. animation: heartbeat 1s ease-in-out infinite both;
  143. }
  144.  
  145. #subwoofer4 {
  146. width: 6vw;
  147. margin: 0px;
  148. border: none;
  149. height: 6.1vw;
  150. background-color:transparent;
  151. position: absolute;
  152. right: -3vw;
  153. top: -3vw;
  154. background-image:url("https://i.ya-webdesign.com/images/speaker-transparent-cartoon-6.png");
  155. background-repeat:no-repeat;
  156. background-position: bottom;
  157. background-size: 100%;
  158. z-index: 2;
  159. -webkit-animation: heartbeat 1s ease-in-out infinite both;
  160. animation: heartbeat 1s ease-in-out infinite both;
  161. }
  162.  
  163. @-webkit-keyframes heartbeat {
  164. from {
  165. -webkit-transform: scale(1);
  166. transform: scale(1);
  167. -webkit-transform-origin: center center;
  168. transform-origin: center center;
  169. -webkit-animation-timing-function: ease-out;
  170. animation-timing-function: ease-out;
  171. }
  172. 10% {
  173. -webkit-transform: scale(0.91);
  174. transform: scale(0.91);
  175. -webkit-animation-timing-function: ease-in;
  176. animation-timing-function: ease-in;
  177. }
  178. 17% {
  179. -webkit-transform: scale(0.98);
  180. transform: scale(0.98);
  181. -webkit-animation-timing-function: ease-out;
  182. animation-timing-function: ease-out;
  183. }
  184. 33% {
  185. -webkit-transform: scale(0.87);
  186. transform: scale(0.87);
  187. -webkit-animation-timing-function: ease-in;
  188. animation-timing-function: ease-in;
  189. }
  190. 45% {
  191. -webkit-transform: scale(1);
  192. transform: scale(1);
  193. -webkit-animation-timing-function: ease-out;
  194. animation-timing-function: ease-out;
  195. }
  196. }
  197. @keyframes heartbeat {
  198. from {
  199. -webkit-transform: scale(1);
  200. transform: scale(1);
  201. -webkit-transform-origin: center center;
  202. transform-origin: center center;
  203. -webkit-animation-timing-function: ease-out;
  204. animation-timing-function: ease-out;
  205. }
  206. 10% {
  207. -webkit-transform: scale(0.91);
  208. transform: scale(0.91);
  209. -webkit-animation-timing-function: ease-in;
  210. animation-timing-function: ease-in;
  211. }
  212. 17% {
  213. -webkit-transform: scale(0.98);
  214. transform: scale(0.98);
  215. -webkit-animation-timing-function: ease-out;
  216. animation-timing-function: ease-out;
  217. }
  218. 33% {
  219. -webkit-transform: scale(0.87);
  220. transform: scale(0.87);
  221. -webkit-animation-timing-function: ease-in;
  222. animation-timing-function: ease-in;
  223. }
  224. 45% {
  225. -webkit-transform: scale(1);
  226. transform: scale(1);
  227. -webkit-animation-timing-function: ease-out;
  228. animation-timing-function: ease-out;
  229. }
  230. }
  231.  
  232.  
  233. #container {
  234. background-color: #333;
  235. width: 59.5vw;
  236. height: 32vw;
  237. margin:auto;
  238. position: absolute;
  239. padding: 5px;
  240. left: 10vw;
  241. top: 10vw;
  242. z-index:1;
  243. box-shadow: 0px 5px 10px #000;
  244. }
  245.  
  246. #name {
  247. z-index:15;
  248. position: absolute;
  249. left: 19vw;
  250. top: -3vw;
  251. margin: auto;
  252. background: #transparent;
  253. width: 25vw;
  254. height: 4vw;
  255. font-family: 'Bangers', cursive;
  256. font-size: 4.5vw;
  257. background: url(http://cdn130.picsart.com/273043772004201.gif) 50px 50px repeat;
  258. -webkit-text-fill-color: transparent;
  259. -webkit-background-clip: text;
  260. background-position: center;
  261. display:block;
  262. text-align: center;
  263. letter-spacing: 1px;
  264. -webkit-transition:opacity 2s linear;
  265. line-height:3.6vw;
  266. }
  267.  
  268. #nameunder{
  269. z-index:15;
  270. position: absolute;
  271. left: 19vw;
  272. top: -3vw;
  273. margin: auto;
  274. background: #transparent;
  275. width: 25vw;
  276. height: 4vw;
  277. font-family: 'Bangers', cursive;
  278. font-size: 4.5vw;
  279. -webkit-text-fill-color: #A9A9A9;
  280. text-transform: none;
  281. -webkit-background-clip: text;
  282. display:block;
  283. text-shadow: -1px 0 #c0c0c0, 0 1px #000,1px 0 #000, 0 -1px #c0c0c0;
  284. text-align: center;
  285. letter-spacing: 1px;
  286. -webkit-transition:opacity 2s linear;
  287. line-height:3.6vw;
  288. }
  289.  
  290. #content {
  291. background-color:#c0c0c0;
  292. width: 40vw;
  293. height: 30vw;
  294. margin:auto;
  295. position: absolute;
  296. padding: 5px;
  297. font-family: 'Forum', cursive;
  298. font-size: 18px;
  299. color: #000;
  300. right: 2vw;
  301. top: 1vw;
  302. z-index:1;
  303. border: #000000 solid 2px;
  304. }
  305.  
  306. #friendlist {
  307. background-color:#c0c0c0;
  308. width: 12vw;
  309. height: 30vw;
  310. margin:auto;
  311. position: absolute;
  312. padding: 5px;
  313. font-family: 'Forum', cursive;
  314. font-size: 18px;
  315. color: #000;
  316. left: 2vw;
  317. top: 1vw;
  318. z-index:1;
  319. border: #000000 solid 2px;
  320. }
  321.  
  322. #nav {
  323. background-color: transparent;
  324. width: 0.5vw;
  325. height: 17vw;
  326. margin:auto;
  327. position: absolute;
  328. left: 15.5vw;
  329. bottom: 5vw;
  330. text-align: center;
  331. text-decoration: none;
  332. z-index:3;
  333. }
  334.  
  335. #nav a, #nav a:link, #nav a:visited {
  336. display:inline-block;
  337. text-decoration: none;
  338. text-align: center;
  339. background: #c0c0c0;
  340. color: transparent;
  341. box-shadow: 0px 0px 5px #000;
  342. padding: 4px;
  343. height: 1.7vw;
  344. width: 0.1vw;
  345. margin: 5px;
  346. border-radius: 5px;
  347. }
  348.  
  349. #nav a:active, #nav a:hover {
  350. display:inline-block;
  351. height: 1.7vw;
  352. width: 0.1vw;
  353. text-decoration:none;
  354. background: #000;
  355. box-shadow: 0px 0px 5px #c0c0c0;
  356. color: transparent;
  357. margin: 5px;
  358. }
  359.  
  360. i{color: #008000;}
  361. b{color: #000;}
  362. a{color: #2F4F4F; text-decoration: none;}
  363. h1{border-bottom: 1px solid #000; text-align: center; font-size: 30px; font-family: 'Cinzel Decorative', cursive; color: #000;}
  364. h2{border-bottom: 1px solid #000; text-align: left; font-size: 30px; font-family: 'Cinzel Decorative', cursive; color: #000;}
  365. h3{border-bottom: 1px solid #000; text-align: right; font-size: 30px; font-family: 'Cinzel Decorative', cursive; color: #000;}
  366. </style>
  367.  
  368. <div id="image"></div>
  369.  
  370. <div id="container">
  371. <div id="nameunder">YEAAAAAHHHHH</div><div id="name">YEAAAAAHHHHH</div>
  372.  
  373. <div id="subwoofer1"></div>
  374. <div id="subwoofer2"></div>
  375. <div id="subwoofer3"></div>
  376. <div id="subwoofer4"></div>
  377.  
  378. <div id="nav">
  379. <a href="#one">Main</a>
  380. <a href="#two">Seco</a>
  381. <a href="#three">Thir</a>
  382. <a href="#four">Four</a>
  383. </div>
  384.  
  385. <div id="content">
  386. <div style="width: 40vw; height: 30vw; overflow-y: hidden;">
  387.  
  388. <a name="one"></a>
  389. <div style="width: 40vw; height: 30vw; overflow: auto;" align="center">
  390. <span style="float:left;"><b>Name</b></span><span style="float:right;"></span><br>
  391. <span style="float:left;"><b>Alias(es)</b></span><span style="float:right;"><a title="TBA">hover</a></span><br>
  392. <span style="float:left;"><b>Hero Name</b></span><span style="float:right;"></span><br>
  393. <span style="float:left;"><b>Gender</b></span><span style="float:right;"></span><br>
  394. <span style="float:left;"><b>Age</b></span><span style="float:right;"></span><br>
  395. <span style="float:left;"><b>Race</b></span><span style="float:right;"></span><br>
  396. <span style="float:left;"><b>Occupation</b></span><span style="float:right;"></span><br><br>
  397. <span style="float:left;"><b>Height</b></span><span style="float:right;"></span><br>
  398. <span style="float:left;"><b>Weight</b></span><span style="float:right;"></span><br>
  399. <span style="float:left;"><b>Eyes</b></span><span style="float:right;"></span><br>
  400. <span style="float:left;"><b>Hair</b></span><span style="float:right;"></span><br>
  401. <span style="float:left;"><b>Build</b></span><span style="float:right;"></span><br><br>
  402. <span style="float:left;"><b>Orientation</b></span><span style="float:right;"></span><br>
  403. <span style="float:left;"><b>Relationship</b></span><span style="float:right;"></span><br>
  404. <span style="float:left;"><b>Affiliation</b></span><span style="float:right;">Yuuei</span><br><br>
  405. </div>
  406.  
  407. <a name="two"></a>
  408. <div style="width: 40vw; height: 30vw; overflow: auto;" align="left">
  409. <h1>combat</h1>
  410. <span style="float:left;"><b>Cooperation</b></span><span style="float:right;">●●○○○</span><br><br>
  411. <span style="float:left;"><b>Power</b></span><span style="float:right;">●●●●○</span><br><br>
  412. <span style="float:left;"><b>Speed</b></span><span style="float:right;">●●●●○</span><br><br>
  413. <span style="float:left;"><b>Intelligence</b></span><span style="float:right;">●●●○○</span><br><br>
  414. <span style="float:left;"><b>Technique</b></span><span style="float:right;">●●●●○</span><br><br>
  415.  
  416. <h2>Quirk</h2>
  417. <b>Quirk Name:</b> <br><br>
  418. <b>Quirk Type:</b> <br><br>
  419. <b>Quirk Description:</b>
  420. <br>
  421.  
  422.  
  423.  
  424. <h3>headcanons</h3>
  425.  
  426. <br><br>
  427. </div>
  428.  
  429.  
  430. <a name="three"></a>
  431. <div style="width: 40vw; height: 30vw; overflow: auto;" align="left">
  432. <h1>History</h1>
  433.  
  434. </div>
  435.  
  436. <a name="four"></a>
  437. <div style="width: 40vw; height: 30vw; overflow: auto;" align="left">
  438. <h1>Out of Character</h1>
  439. <b>00</b>. Code made by <a href="https://alliealgiere.neocities.org" target="_blank">RageQxeen</a>, do not steal.<br><br>
  440. <b>01</b>. <br><br>
  441. <b>02</b>. <br><br>
  442. <b>03</b>. <br><br>
  443. <b>04</b>. <br><br>
  444. <b>05</b>. <br><br>
  445. <b>06</b>. <br><br>
  446. <b>07</b>. <br><br>
  447. <b>08</b>. <br><br>
  448. <b>09</b>. <br><br>
  449. <b>10</b>. <br><br>
  450. </div>
  451. </div>
  452. </div>
  453.  
  454. <div id="friendlist">
  455. <div style="width: 12vw; height: 30vw; overflow: auto;" align="center">
  456. <marquee behavior="scroll" direction="up" onmouseover="this.stop();" onmouseout="this.start();">
  457. <a target="_blank" href="PROFILE LINK HERE"><img src="IMAGE LINK HERE" height="75" width="75" align="left" border="3"></a>
  458. <center><b>- Name -</b><br> <i>foe/friend</i></center> small note.<br><br><br><br>
  459. <a target="_blank" href="PROFILE LINK HERE"><img src="IMAGE LINK HERE" height="75" width="75" align="left" border="3"></a>
  460. <center><b>- Name -</b><br> <i>foe/friend</i></center> small note.<br><br><br><br>
  461. <a target="_blank" href="PROFILE LINK HERE"><img src="IMAGE LINK HERE" height="75" width="75" align="left" border="3"></a>
  462. <center><b>- Name -</b><br> <i>foe/friend</i></center> small note.<br><br><br><br>
  463. <a target="_blank" href="PROFILE LINK HERE"><img src="IMAGE LINK HERE" height="75" width="75" align="left" border="3"></a>
  464. <center><b>- Name -</b><br> <i>foe/friend</i></center> small note.<br><br><br><br>
  465. <a target="_blank" href="PROFILE LINK HERE"><img src="IMAGE LINK HERE" height="75" width="75" align="left" border="3"></a>
  466. <center><b>- Name -</b><br> <i>foe/friend</i></center> small note.
  467. </marquee>
  468. </div>
  469. </div>
  470. </div>
  471. </body>
  472. </html>
Advertisement
Add Comment
Please, Sign In to add comment