RageQxeen

Cyberpunk

Jul 27th, 2019
139
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.89 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=Major+Mono+Display|VT323|Share+Tech+Mono');
  50.  
  51. html, body {
  52. background: #000;
  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: 370px;
  78. margin: 0px;
  79. border: none;
  80. height: 475px;
  81. background-color:transparent;
  82. position: absolute;
  83. left: 4%;
  84. top: 6.5%;
  85. background-image:url("http://i.picpar.com/Wy7d.jpg");
  86. background-repeat:no-repeat;
  87. background-position: top;
  88. background-size: 100%;
  89. border: 3px solid #000;
  90. z-index: 1;
  91. }
  92.  
  93. #container {
  94. background-color:#8ad5f0;
  95. width: 1100px;
  96. height: 550px;
  97. margin:auto;
  98. position: absolute;
  99. padding: 5px;
  100. color: #000;
  101. right: 7%;
  102. bottom: 10%;
  103. z-index:1;
  104. border-radius: 20px;
  105. opacity: .7;
  106. }
  107.  
  108. #content {
  109. background-color:#8ad5f0;
  110. width: 600px;
  111. height: 520px;
  112. margin:auto;
  113. position: absolute;
  114. padding: 5px;
  115. font-family: 'VT323', cursive;
  116. font-size: 25px;
  117. color: #000;
  118. right: 2%;
  119. top: 2%;
  120. z-index:1;
  121. border: 3px solid #000;
  122. opacity: 1;
  123. }
  124.  
  125. #line1 {
  126. width: 1150px;
  127. height: 50px;
  128. left: 0%;
  129. top: 50%;
  130. background-color: #000;
  131. position: absolute;
  132. z-index: 0;
  133. margin: auto;
  134. }
  135.  
  136. #line2 {
  137. width: 50px;
  138. height: 570px;
  139. left: 18%;
  140. top: 0%;
  141. background-color: #000;
  142. position: absolute;
  143. z-index: 0;
  144. margin: auto;
  145. }
  146.  
  147. #nav {
  148. background-color: transparent;
  149. width: 50px;
  150. height: 30px;
  151. margin:auto;
  152. position: absolute;
  153. font-family: 'Major Mono Display';
  154. font-size: 25px;
  155. text-align: center;
  156. left: 5%;
  157. bottom: 30%;
  158. z-index: 10;
  159. }
  160.  
  161. #nav a, #nav a:link, #nav a:visited {
  162. display:inline-block;
  163. height: 30px;
  164. width: 50px;
  165. text-decoration:none;
  166. background: #transparent;
  167. color: #fff;
  168. }
  169.  
  170. #nav a:active, #nav a:hover {
  171. display:inline-block;
  172. height: 30px;
  173. width: 50px;
  174. text-decoration:none;
  175. background: #transparent;
  176. color: #fff;
  177. margin: 0px;
  178. }
  179.  
  180. /*Code by Alikade, please keep this credit where it is, it will not interfere with the rest of the code.*/
  181.  
  182. #editthis{ position:fixed;height: 27px; width: 30px; bottom: 0%; right: 0%; margin: auto; z-index:99; -webkit-animation: heartbeat 0.8s ease-in-out infinite both; animation: heartbeat 0.8s ease-in-out infinite both;}
  183.  
  184. #music1{ position:fixed; padding:2px; -webkit-transition: all 0.5s ease-in-out; -moz-transition: all 0.5s ease-in-out; -o-transition: all 0.5s ease-in-out;}
  185.  
  186. #music1:hover #music2{ opacity: 0; margin-top:-20px; z-index:-1;}
  187.  
  188. #music1:hover #music3{ opacity: .5; margin-top:-5px; z-index:99;}
  189.  
  190. #music1:hover #musiclist{ opacity: .5;}
  191.  
  192. #music2{ opacity: .5; background-color:#000000; padding:6px; -webkit-transition: all 0.5s ease-in-out; -moz-transition: all 0.5s ease-in-out; -o-transition: all 0.5s ease-in-out;}
  193.  
  194. #music3{ opacity: 0; position:fixed; background-color:#000000; background-image: url('http://assets.clickmotive.com/Designs/LEMidnight/playButton.png'); background-repeat: no-repeat; background-size: 25px; border:1px dotted #b3b3e5; width:25px; height:25px; z-index:99 margin-left:0px; overflow:hidden; -webkit-transition: all 0.5s ease-in-out; -moz-transition: all 0.5s ease-in-out;-o-transition: all 0.5s ease-in-out;}
  195.  
  196. .slit-in-horizontal {
  197. -webkit-animation: slit-in-horizontal 0.3s ease-out 2s both;
  198. animation: slit-in-horizontal 0.3s ease-out 2s both;
  199. }
  200.  
  201. @-webkit-keyframes slit-in-horizontal {
  202. 0% {
  203. -webkit-transform: translateZ(-800px) rotateX(90deg);
  204. transform: translateZ(-800px) rotateX(90deg);
  205. opacity: 0;
  206. }
  207. 54% {
  208. -webkit-transform: translateZ(-160px) rotateX(87deg);
  209. transform: translateZ(-160px) rotateX(87deg);
  210. opacity: 1;
  211. }
  212. 100% {
  213. -webkit-transform: translateZ(0) rotateX(0);
  214. transform: translateZ(0) rotateX(0);
  215. }
  216. }
  217. @keyframes slit-in-horizontal {
  218. 0% {
  219. -webkit-transform: translateZ(-800px) rotateX(90deg);
  220. transform: translateZ(-800px) rotateX(90deg);
  221. opacity: 0;
  222. }
  223. 54% {
  224. -webkit-transform: translateZ(-160px) rotateX(87deg);
  225. transform: translateZ(-160px) rotateX(87deg);
  226. opacity: 1;
  227. }
  228. 100% {
  229. -webkit-transform: translateZ(0) rotateX(0);
  230. transform: translateZ(0) rotateX(0);
  231. }
  232. }
  233.  
  234. @-webkit-keyframes heartbeat {
  235. from {
  236. -webkit-transform: scale(1);
  237. transform: scale(1);
  238. -webkit-transform-origin: center center;
  239. transform-origin: center center;
  240. -webkit-animation-timing-function: ease-out;
  241. animation-timing-function: ease-out;
  242. }
  243. 10% {
  244. -webkit-transform: scale(0.91);
  245. transform: scale(0.91);
  246. -webkit-animation-timing-function: ease-in;
  247. animation-timing-function: ease-in;
  248. }
  249. 17% {
  250. -webkit-transform: scale(0.98);
  251. transform: scale(0.98);
  252. -webkit-animation-timing-function: ease-out;
  253. animation-timing-function: ease-out;
  254. }
  255. 33% {
  256. -webkit-transform: scale(0.87);
  257. transform: scale(0.87);
  258. -webkit-animation-timing-function: ease-in;
  259. animation-timing-function: ease-in;
  260. }
  261. 45% {
  262. -webkit-transform: scale(1);
  263. transform: scale(1);
  264. -webkit-animation-timing-function: ease-out;
  265. animation-timing-function: ease-out;
  266. }
  267. }
  268. @keyframes heartbeat {
  269. from {
  270. -webkit-transform: scale(1);
  271. transform: scale(1);
  272. -webkit-transform-origin: center center;
  273. transform-origin: center center;
  274. -webkit-animation-timing-function: ease-out;
  275. animation-timing-function: ease-out;
  276. }
  277. 10% {
  278. -webkit-transform: scale(0.91);
  279. transform: scale(0.91);
  280. -webkit-animation-timing-function: ease-in;
  281. animation-timing-function: ease-in;
  282. }
  283. 17% {
  284. -webkit-transform: scale(0.98);
  285. transform: scale(0.98);
  286. -webkit-animation-timing-function: ease-out;
  287. animation-timing-function: ease-out;
  288. }
  289. 33% {
  290. -webkit-transform: scale(0.87);
  291. transform: scale(0.87);
  292. -webkit-animation-timing-function: ease-in;
  293. animation-timing-function: ease-in;
  294. }
  295. 45% {
  296. -webkit-transform: scale(1);
  297. transform: scale(1);
  298. -webkit-animation-timing-function: ease-out;
  299. animation-timing-function: ease-out;
  300. }
  301. }
  302.  
  303. i{color: #1a2224;}
  304. b{color: #000;}
  305. a{color: #344548; text-decoration: none;}
  306. h1{border-bottom: 1px solid #000; text-align: center; font-size: 30px; font-family: 'Share Tech Mono', cursive;}
  307. </style>
  308.  
  309. <div id="container" class="slit-in-horizontal">
  310.  
  311. <div id="nav">
  312. <a href="#one">Stats</a>
  313. <a href="#two">Powers</a>
  314. <a href="#three">History</a>
  315. <a href="#four">Connections</a>
  316. <a href="#five">OOC</a>
  317. </div>
  318.  
  319. <div id="line1"></div>
  320. <div id="line2"></div>
  321.  
  322. <div id="image"></div>
  323.  
  324. <div id="content">
  325. <div style="width: 600px; height: 520px; overflow-y: hidden;">
  326.  
  327. <a name="one"></a>
  328. <div style="width: 600px; height: 520px; overflow: auto;" align="center">
  329. <span style="float:left;"><b>Name</b></span><span style="float:right;"> </span><br>
  330. <span style="float:left;"><b>Alias(es)</b></span><span style="float:right;"> </span><br>
  331. <span style="float:left;"><b>Gender</b></span><span style="float:right;"> </span><br>
  332. <span style="float:left;"><b>Age</b></span><span style="float:right;"> </span><br>
  333. <span style="float:left;"><b>Height</b></span><span style="float:right;"> </span><br>
  334. <span style="float:left;"><b>Weight</b></span><span style="float:right;"> </span><br>
  335. <span style="float:left;"><b>Orientation</b></span><span style="float:right;"> </span><br>
  336. <span style="float:left;"><b>Relationship</b></span><span style="float:right;"> </span><br>
  337. <span style="float:left;"><b>Race</b></span><span style="float:right;"> </span><br>
  338. <span style="float:left;"><b>Mentality</b></span><span style="float:right;"> </span><br>
  339. <span style="float:left;"><b>Eyes</b></span><span style="float:right;"> </span><br>
  340. <span style="float:left;"><b>Hair</b></span><span style="float:right;"> </span><br>
  341. <span style="float:left;"><b>Build</b></span><span style="float:right;"> </span><br>
  342. <span style="float:left;"><b>Affiliation</b></span><span style="float:right;"> </span><br>
  343.  
  344. <i>Italics</i> <b>Bold</b> <a href="">Link</a>
  345. </div>
  346.  
  347. <a name="two"></a>
  348. <div style="width: 600px; height: 520px; overflow: auto;" align="center">
  349. <h1>POWERS TITLE</h1>
  350. </div>
  351.  
  352.  
  353. <a name="three"></a>
  354. <div style="width: 600px; height: 520px; overflow: auto;" align="center">
  355. <h1>HISTORY TITLE</h1>
  356. </div>
  357.  
  358. <a name="four"></a>
  359. <div style="width: 600px; height: 520px; overflow: auto;" align="center">
  360. <h1>CONNECTIONS TITLE</h1>
  361. </div>
  362.  
  363. <a name="five"></a>
  364. <div style="width: 600px; height: 520px; overflow: auto;" align="center">
  365. <h1>OOC TITLE</h1>
  366. <b>00</b>. Code made by <a href="https://alliealgiere.neocities.org" target="_blank">RageQxeen</a> for [INSERT CHARACTER NAME HERE], do not steal.<br>
  367. <b>01</b>. OOC<br>
  368. <b>02</b>. OOC<br>
  369. <b>03</b>. OOC<br>
  370. <b>04</b>. OOC<br>
  371. <b>05</b>. OOC<br>
  372. </div>
  373. </div>
  374. </div>
  375. </div>
  376.  
  377. <div id="editthis"><div id="music1"><div id="music2">
  378. <img src="http://38.media.tumblr.com/tumblr_m7w2py1dEP1r6o8v2.gif" style="opacity: 0.8;"></div>
  379. <div id="music3"><Div style="margin-top:4px;">
  380. <audio controls style="opacity: 0;"><source src="KIWI6 LINK HERE"></audio>
  381. </div></div></div></div>
  382.  
  383. </body>
  384. </html>
Advertisement
Add Comment
Please, Sign In to add comment