RageQxeen

Overhaul

Feb 24th, 2020
188
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.72 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=Aref+Ruqaa|PT+Serif|Lora|Trade+Winds);
  50.  
  51. html, body {
  52. background: grey;
  53. background-image:url("");
  54. background-size:400px;
  55. background-repeat:no-repeat;
  56. background-position:center bottom;
  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: 40vw;
  81. background-color:transparent;
  82. position: absolute;
  83. left: 5vw;
  84. bottom: 0vw;
  85. background-image:url("http://i.picpar.com/C9de.png");
  86. background-repeat:no-repeat;
  87. background-position: bottom;
  88. background-size: 100%;
  89. z-index: 2;
  90. }
  91.  
  92. #holder {
  93. width: 34vw;
  94. height: 2vw;
  95. background-color: #C6020A;
  96. position: absolute;
  97. left: 20vw;
  98. bottom: 20vw;
  99. margin: auto;
  100. z-index: 1;
  101. -webkit-animation: slide-in-left 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
  102. animation: slide-in-left 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
  103. }
  104.  
  105. #container {
  106. background-color: #C6020A;
  107. width: 40vw;
  108. height: 20vw;
  109. margin:auto;
  110. position: absolute;
  111. padding: 5px;
  112. right: -40vw;
  113. bottom: -10vw;
  114. border: 3px solid #000;
  115. z-index:2;
  116. -webkit-animation: slit-in-horizontal 0.5s ease-out 0.5s both;
  117. animation: slit-in-horizontal 0.5s ease-out 0.5s both;
  118. }
  119.  
  120. #content {
  121. background-color:#f8f8ff;
  122. width: 38vw;
  123. height: 18vw;
  124. margin:auto;
  125. position: absolute;
  126. padding: 5px;
  127. font-family: 'Aref Ruqaa', cursive;
  128. font-size: 18px;
  129. color: #000;
  130. right: 0.7vw;
  131. top: 0.5vw;
  132. z-index:6;
  133. border: 5px double #000;
  134. }
  135.  
  136. #nav {
  137. background-color: transparent;
  138. width: 15vw;
  139. height: 2vw;
  140. margin:auto;
  141. position: absolute;
  142. right: -8vw;
  143. top: 5vw;
  144. text-align:right;
  145. z-index:1;
  146. -webkit-animation: slit-in-horizontal 0.5s ease-out 0.5s both;
  147. animation: slit-in-horizontal 0.5s ease-out 0.5s both;
  148. }
  149.  
  150. #nav a, #nav a:link, #nav a:visited {
  151. display:inline-block;
  152. height: 1vw;
  153. width: 10vw;
  154. text-decoration:none;
  155. background: #C6020A;
  156. margin: 5px;
  157. border: solid #000 1px;
  158. -webkit-transition: 0.5s linear;
  159. -moz-transition: 0.5s linear;
  160. -o-transition: 0.5s linear;
  161. transition: 0.5s linear;
  162. z-index:1;
  163. }
  164.  
  165. #nav a:active, #nav a:hover {
  166. display:inline-block;
  167. height: 1vw;
  168. width: 10vw;
  169. text-decoration:none;
  170. background: #333;
  171. margin: 5px;
  172. margin-right: 50px;
  173. box-shadow: #c0c0c0 0px 5px 10px;
  174. -webkit-transition: 0.5s linear;
  175. -moz-transition: 0.5s linear;
  176. -o-transition: 0.5s linear;
  177. transition: 0.5s linear;
  178. z-index:1;
  179. }
  180.  
  181. .name {position: absolute;
  182. font-family: 'Trade Winds';
  183. color: #fff;
  184. font-size: 4.5vw;
  185. top: -4vw;
  186. left: 10vw;
  187. width: 27vw;
  188. height: 9vw;
  189. border: 0px solid #000;
  190. text-align: justify;
  191. text-shadow: -1px 0 #c0c0c0, 0 3px #000,3px 0 #000, 0 -1px #c0c0c0;
  192. overflow: auto;
  193. padding:5px 5px 5px 5px;
  194. z-index: 2;
  195. -webkit-animation: fade-in-fwd 0.6s cubic-bezier(0.390, 0.575, 0.565, 1.000) 0.5s both;
  196. animation: fade-in-fwd 0.6s cubic-bezier(0.390, 0.575, 0.565, 1.000) 0.5s both;
  197. }
  198.  
  199. .title { background: transparent;
  200. background:url('https://thumbs.gfycat.com/FeminineBlackJumpingbean-size_restricted.gif') repeat;
  201. background-position: center;
  202. position: absolute;
  203. font-family: 'Trade Winds';
  204. font-size: 4.5vw;
  205. top: -4vw;
  206. left: 10vw;
  207. width: 27vw;
  208. height: 9vw;
  209. text-align: justify;
  210. padding:5px 5px 5px 5px;
  211. -webkit-text-fill-color: transparent;
  212. -webkit-background-clip: text;
  213. z-index: 3;
  214. -webkit-animation: fade-in-fwd 0.6s cubic-bezier(0.390, 0.575, 0.565, 1.000) 0.5s both;
  215. animation: fade-in-fwd 0.6s cubic-bezier(0.390, 0.575, 0.565, 1.000) 0.5s both;
  216. }
  217.  
  218. .alias {position: absolute;
  219. font-family: 'PT Serif';
  220. color: #000;
  221. font-size: 1.8vw;
  222. bottom: -2vw;
  223. left: 0vw;
  224. width: 40vw;
  225. height: 2.8vw;
  226. border: 0px solid #000;
  227. text-align: center;
  228. text-shadow: -1px 0 #c0c0c0, 0 1px #000,1px 0 #000, 0 -1px #c0c0c0;
  229. overflow: auto;
  230. padding:5px 5px 5px 5px;
  231. z-index: 7;
  232. -webkit-animation: fade-in-fwd 0.6s cubic-bezier(0.390, 0.575, 0.565, 1.000) 0.5s both;
  233. animation: fade-in-fwd 0.6s cubic-bezier(0.390, 0.575, 0.565, 1.000) 0.5s both;
  234. }
  235.  
  236.  
  237. i{color: #443a59;}
  238. b{color: #000;}
  239. a{color: #444; text-decoration: none;}
  240. h1{border-bottom: 1px solid #000; text-align: center; font-size: 30px; font-family: 'Lora', cursive; color: #000;}
  241.  
  242. @-webkit-keyframes slide-in-left {
  243. 0% {
  244. -webkit-transform: translateX(-1000px);
  245. transform: translateX(-1000px);
  246. opacity: 0;
  247. }
  248. 100% {
  249. -webkit-transform: translateX(0);
  250. transform: translateX(0);
  251. opacity: 1;
  252. }
  253. }
  254. @keyframes slide-in-left {
  255. 0% {
  256. -webkit-transform: translateX(-1000px);
  257. transform: translateX(-1000px);
  258. opacity: 0;
  259. }
  260. 100% {
  261. -webkit-transform: translateX(0);
  262. transform: translateX(0);
  263. opacity: 1;
  264. }
  265. }
  266.  
  267. @-webkit-keyframes slit-in-horizontal {
  268. 0% {
  269. -webkit-transform: translateZ(-800px) rotateX(90deg);
  270. transform: translateZ(-800px) rotateX(90deg);
  271. opacity: 0;
  272. }
  273. 54% {
  274. -webkit-transform: translateZ(-160px) rotateX(87deg);
  275. transform: translateZ(-160px) rotateX(87deg);
  276. opacity: 1;
  277. }
  278. 100% {
  279. -webkit-transform: translateZ(0) rotateX(0);
  280. transform: translateZ(0) rotateX(0);
  281. }
  282. }
  283. @keyframes slit-in-horizontal {
  284. 0% {
  285. -webkit-transform: translateZ(-800px) rotateX(90deg);
  286. transform: translateZ(-800px) rotateX(90deg);
  287. opacity: 0;
  288. }
  289. 54% {
  290. -webkit-transform: translateZ(-160px) rotateX(87deg);
  291. transform: translateZ(-160px) rotateX(87deg);
  292. opacity: 1;
  293. }
  294. 100% {
  295. -webkit-transform: translateZ(0) rotateX(0);
  296. transform: translateZ(0) rotateX(0);
  297. }
  298. }
  299.  
  300. @-webkit-keyframes fade-in-fwd {
  301. 0% {
  302. -webkit-transform: translateZ(-80px);
  303. transform: translateZ(-80px);
  304. opacity: 0;
  305. }
  306. 100% {
  307. -webkit-transform: translateZ(0);
  308. transform: translateZ(0);
  309. opacity: 1;
  310. }
  311. }
  312. @keyframes fade-in-fwd {
  313. 0% {
  314. -webkit-transform: translateZ(-80px);
  315. transform: translateZ(-80px);
  316. opacity: 0;
  317. }
  318. 100% {
  319. -webkit-transform: translateZ(0);
  320. transform: translateZ(0);
  321. opacity: 1;
  322. }
  323. }
  324.  
  325. </style>
  326.  
  327. <div id="image"></div>
  328.  
  329. <div id="holder">
  330.  
  331. <div class="name">Overhaul</div>
  332. <div class="title">Overhaul</div>
  333. <div class="alias">Chisaki Kai</div>
  334.  
  335. <div id="nav">
  336. <a href="#one"></a>
  337. <a href="#two"></a>
  338. <a href="#three"></a>
  339. <a href="#four"></a>
  340. </div>
  341.  
  342. <div id="container">
  343. <div id="content">
  344. <div style="width: 38vw; height: 18vw; overflow-y: hidden;">
  345.  
  346. <a name="one"></a>
  347. <div style="width: 38vw; height: 18vw; overflow: auto;">
  348.  
  349. <span style="float:left;"><b>Name</b></span><span style="float:right;"></span><br>
  350. <span style="float:left;"><b>Alias(es)</b></span><span style="float:right;"></span><br>
  351. <span style="float:left;"><b>Gender</b></span><span style="float:right;"></span><br>
  352. <span style="float:left;"><b>Age</b></span><span style="float:right;"></span><br>
  353. <span style="float:left;"><b>Race</b></span><span style="float:right;">Human</span><br>
  354. <span style="float:left;"><b>Voice</b></span><span style="float:right;"><a href="LINK HERE" target="_blank">Click</a></span><br><br>
  355. <span style="float:left;"><b>Height</b></span><span style="float:right;"></span><br>
  356. <span style="float:left;"><b>Weight</b></span><span style="float:right;"></span><br>
  357. <span style="float:left;"><b>Eyes</b></span><span style="float:right;"></span><br>
  358. <span style="float:left;"><b>Hair</b></span><span style="float:right;"></span><br>
  359. <span style="float:left;"><b>Build</b></span><span style="float:right;"></span><br><br>
  360. <span style="float:left;"><b>Orientation</b></span><span style="float:right;"></span><br>
  361. <span style="float:left;"><b>Relationship</b></span><span style="float:right;"></span><br>
  362. <span style="float:left;"><b>Affiliation</b></span><span style="float:right;"></span><br><br>
  363. </div>
  364.  
  365. <a name="two"></a>
  366. <div style="width: 38vw; height: 18vw; overflow: auto;" align="left">
  367. <h1>combat</h1>
  368. <span style="float:left;"><b>Cooperation</b></span><span style="float:right;">●○○○○</span><br><br>
  369. <span style="float:left;"><b>Power</b></span><span style="float:right;">●●●●●</span><br><br>
  370. <span style="float:left;"><b>Speed</b></span><span style="float:right;">●●●○○</span><br><br>
  371. <span style="float:left;"><b>Intelligence</b></span><span style="float:right;">●●●●○</span><br><br>
  372. <span style="float:left;"><b>Technique</b></span><span style="float:right;">●●○○○</span><br><br>
  373.  
  374. <h2>Quirk</h2>
  375. <b>Quirk Name:</b> <br><br>
  376. <b>Quirk Type:</b> <br><br>
  377. <b>Quirk Description:</b>
  378. <br>
  379. </div>
  380.  
  381. <a name="three"></a>
  382. <div style="width: 38vw; height: 18vw; overflow: auto;" align="center">
  383. <h1>headcanons</h1>
  384. <ul>
  385. <li>
  386. </ul>
  387. </div>
  388.  
  389.  
  390. <a name="four"></a>
  391. <div style="width: 38vw; height: 18vw; overflow: auto;" align="left">
  392. <h1>out of character</h1>
  393. <center><b>00</b>. Want a code? Go <a target="_blank" href="https://alliealgiere.neocities.org">here</a>. Refrain from stealing.</center><br>
  394. <b>01</b>. OOC.<br>
  395. <b>01</b>. OOC.<br>
  396. <b>03</b>. OOC.<br>
  397. <b>04</b>. OOC.<br>
  398. <b>05</b>. OOC.<br>
  399. </div>
  400. </div>
  401. </div>
  402. </div>
  403. </div>
  404. </body>
  405. </html>
Advertisement
Add Comment
Please, Sign In to add comment