RageQxeen

Taigatsu

Jun 15th, 2019
134
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.90 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);
  50.  
  51. html, body {
  52. background: #1b3045;
  53. background-image:url("https://i.pinimg.com/originals/91/95/f4/9195f4dd1b69f90038f627c8af422429.gif");
  54. background-size:100%;
  55. background-repeat:no-repeat;
  56. background-position:center;
  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: 350px;
  78. margin: 0px;
  79. border: none;
  80. height: 600px;
  81. background-color:transparent;
  82. position: absolute;
  83. right: 37%;
  84. bottom: 5%;
  85. background-image:url("https://mfiles.alphacoders.com/240/240652.jpg");
  86. background-repeat:no-repeat;
  87. background-position: center;
  88. background-size: 100%;
  89. z-index: 2;
  90. box-shadow: 0px 0px 5px 5px #000;
  91. -webkit-animation: hermove 3s; /* Safari 4.0 - 8.0 */
  92. animation: hermove 3s;
  93. -webkit-animation-timing-function: linear;
  94. animation-timing-function: linear;
  95. }
  96.  
  97. @-webkit-keyframes hermove {
  98. from {opacity: 0;}
  99. to {opacity: 1;}
  100. }
  101.  
  102. @keyframes hermove {
  103. from {opacity: 0;}
  104. to {opacity: 1;}
  105. }
  106.  
  107. #container{
  108. width: 450px;
  109. height: 510px;
  110. margin: 0px;
  111. position: absolute;
  112. background-position: center;
  113. right: 2%;
  114. bottom: 15%;
  115. background-color: #546A7B;
  116. box-shadow: 0px 0px 5px 5px #070707;
  117. z-index:1;
  118. -webkit-animation: slideright 4s; /* Safari 4.0 - 8.0 */
  119. animation: slideright 4s;
  120. -webkit-animation-timing-function: linear;
  121. animation-timing-function: linear;
  122. }
  123.  
  124. @-webkit-keyframes slideright {
  125. from {right: 100%;}
  126. to {right: 2%;}
  127. }
  128.  
  129. @keyframes slideright {
  130. from {right: 100%;}
  131. to {right: 2%;}
  132. }
  133.  
  134. #container2{
  135. width: 450px;
  136. height: 510px;
  137. margin: 0px;
  138. position: absolute;
  139. background-position: center;
  140. left: 2%;
  141. bottom: 15%;
  142. background-color: #546A7B;
  143. box-shadow: 0px 0px 5px 5px #070707;
  144. z-index:1;
  145. -webkit-animation: slidedown 4s; /* Safari 4.0 - 8.0 */
  146. animation: slidedown 4s;
  147. -webkit-animation-timing-function: linear;
  148. animation-timing-function: linear;
  149. }
  150.  
  151. @-webkit-keyframes slidedown {
  152. from {bottom: 100%;}
  153. to {bottom: 15%;}
  154. }
  155.  
  156. @keyframes slidedown {
  157. from {bottom: 100%;}
  158. to {bottom: 15%;}
  159. }
  160.  
  161. #content {
  162. background-color:#transparent;
  163. width: 440px;
  164. height: 500px;
  165. margin:auto;
  166. position: absolute;
  167. padding: 5px;
  168. font-family: 'Aref Ruqaa', cursive;
  169. font-size: 18px;
  170. color: #000;
  171. right: 0%;
  172. top: 0%;
  173. z-index:1;
  174. border: #000000 solid 2px;
  175. }
  176.  
  177. #content2 {
  178. background-color:#transparent;
  179. width: 440px;
  180. height: 500px;
  181. margin:auto;
  182. position: absolute;
  183. padding: 5px;
  184. font-family: 'Aref Ruqaa', cursive;
  185. font-size: 18px;
  186. color: #000;
  187. right: 0%;
  188. top: 0%;
  189. z-index:1;
  190. border: #000000 solid 2px;
  191. }
  192.  
  193. #nav {
  194. background-color: transparent;
  195. width: 300px;
  196. height:10px;
  197. margin: auto;
  198. position: absolute;
  199. right: 38.8%;
  200. top: 3%;
  201. text-align: center;
  202. text-decoration: none;
  203. z-index:1;
  204. }
  205.  
  206. #nav a, #nav a:link, #nav a:visited {
  207. display:inline-block;
  208. text-decoration: none;
  209. text-align: center;
  210. background: #000;
  211. color: transparent;
  212. box-shadow: 0px 0px 5px #2e5073;
  213. padding: 1px;
  214. height: 20px;
  215. width: 20px;
  216. border: 2px solid #2e5073;
  217. -moz-transform: rotate(45deg);
  218. -o-transform: rotate(45deg);
  219. -webkit-transform: rotate(45deg);
  220. -ms-transform: rotate(45deg);
  221. }
  222.  
  223. #nav a:active, #nav a:hover {
  224. display:inline-block;
  225. height: 20px;
  226. width: 20px;
  227. text-decoration:none;
  228. background: #2e5073;
  229. box-shadow: 0px 0px 5px #000;
  230. color: transparent;
  231. margin: 0px;
  232. -moz-transform: rotate(45deg);
  233. -o-transform: rotate(45deg);
  234. -webkit-transform: rotate(45deg);
  235. -ms-transform: rotate(45deg);
  236. }
  237.  
  238. .name {position: absolute;
  239. font-family: 'Aref Ru';
  240. color: #000;
  241. font-size: 50px;
  242. bottom: 3%;
  243. right: 38.3%;
  244. width: 300px;
  245. border: 0px solid #000;
  246. text-align: center;
  247. text-shadow:
  248. #000 -3px 0px,
  249. #000 0px 2px,
  250. #24405c 2px 0px,
  251. #24405c 0px -2px;
  252. z-index: 3;
  253. }
  254.  
  255. .namebg { background: transparent;
  256. background:url('https://i.pinimg.com/originals/7a/79/a2/7a79a2885a548da22d2ad38a138ce0e4.gif')
  257. left left repeat;
  258. font-family: 'Aref Ruqaa';
  259. position: absolute;
  260. text-align: center;
  261. font-size: 50px;
  262. top: 10%;
  263. left 100%;
  264. width: 880px;
  265. opacity:1;
  266. -webkit-text-fill-color: transparent;
  267. -webkit-background-clip: text;
  268. z-index:3;
  269. }
  270.  
  271. /*Code by Alikade, please keep this credit where it is, it will not interfere with the rest of the code.*/
  272.  
  273. #editthis{ position:fixed;height: 27px; width: 30px; bottom: 0%; right: 0%; margin: auto; z-index:99;}
  274.  
  275. #music1{ position:fixed; padding:2px; border-radius: 50%; -webkit-transition: all 0.5s ease-in-out; -moz-transition: all 0.5s ease-in-out; -o-transition: all 0.5s ease-in-out;}
  276.  
  277. #music1:hover #music2{ opacity: 0; margin-top:-20px; z-index:-1;}
  278.  
  279. #music1:hover #music3{ opacity: .5; margin-top:-5px; z-index:99;}
  280.  
  281. #music1:hover #musiclist{ opacity: .5;}
  282.  
  283. #music2{ opacity: .5; background-color:#000000; padding:6px; border-radius: 50%; -webkit-transition: all 0.5s ease-in-out; -moz-transition: all 0.5s ease-in-out; -o-transition: all 0.5s ease-in-out;}
  284.  
  285. #music3{ opacity: 0; position:fixed; background-color:#000000; background-image: url('https://www.pngkey.com/png/full/11-113290_playbutton-video-player-button-png.png'); background-repeat: no-repeat; background-size: 25px; border:1px dotted #b3b3e5; border-radius: 50%; 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;}
  286.  
  287. i{color: #9aabbb;}
  288. b{color: #000;}
  289. a{color: #333; text-decoration: none;}
  290. h1{border-bottom: 1px solid #000; text-align: center; font-size: 30px;}
  291. h2{text-align: left; font-size: 25px;}
  292. h3{text-align: right; font-size: 25px;}
  293. </style>
  294. <div id="editthis"><div id="music1"><div id="music2">
  295. <img src="http://38.media.tumblr.com/tumblr_m7w2py1dEP1r6o8v2.gif" style="opacity: 0.8;"></div>
  296. <div id="music3"><Div style="margin-top:4px;">
  297. <audio controls style="opacity: 0;"><source src="http://k007.kiwi6.com/hotlink/52lc53nh40/Adam_Jensen_-_I_Can_Hold_A_Grudge_Like_Nobody_s_Business.mp3"></audio>
  298. </div></div></div></div>
  299.  
  300. <div class="name">Executioner</div>
  301.  
  302. <div id="nav">
  303. <a href="#three"></a>
  304. <a href="#four"></a>
  305. <a href="#one"></a>
  306. <a href="#two"></a>
  307. </div>
  308.  
  309. <div id="image"></div>
  310.  
  311. <div id="container">
  312. <div id="content">
  313. <div style="width: 450px; height: 500px; overflow-y: hidden;">
  314.  
  315. <a name="one"></a>
  316. <div style="width: 450px; height: 500px; overflow: auto;" align="center">
  317. <h1>History</h1>
  318. </div>
  319.  
  320. <a name="two"></a>
  321. <div style="width: 450px; height: 500px; overflow: auto;" align="left">
  322. <h1>Out of Character</h1>
  323. <b>00</b>. Code belongs to RageQxeen, made for Taigatsu-- do not steal! Click the name for free codes instead!<br><br>
  324. <b>01</b>. OOC.<br>
  325. <b>02</b>. OOC.<br>
  326. <b>03</b>. OOC.<br>
  327. <b>04</b>. OOC.<br>
  328. <b>05</b>. OOC.<br>
  329. </div>
  330. </div>
  331. </div>
  332. </div>
  333.  
  334. <div id="container2">
  335. <div id="content2">
  336. <div style="width: 450px; height: 500px; overflow-y: hidden;">
  337.  
  338. <a name="three"></a>
  339. <div style="width: 450px; height: 500px; overflow: auto;" align="center">
  340. <span style="float:left;"><b>Name</b></span><span style="float:right;"> </span><br>
  341. <span style="float:left;"><b>Alias(es)</b></span><span style="float:right;"> </span><br>
  342. <span style="float:left;"><b>Gender</b></span><span style="float:right;"> </span><br>
  343. <span style="float:left;"><b>Age</b></span><span style="float:right;"> </span><br>
  344. <span style="float:left;"><b>Height</b></span><span style="float:right;"> </span><br>
  345. <span style="float:left;"><b>Weight</b></span><span style="float:right;"> </span><br><br>
  346. <span style="float:left;"><b>Orientation</b></span><span style="float:right;"> </span><br>
  347. <span style="float:left;"><b>Relationship</b></span><span style="float:right;"> </span><br>
  348. <span style="float:left;"><b>Race</b></span><span style="float:right;"> </span><br>
  349. <span style="float:left;"><b>Mentality</b></span><span style="float:right;"> </span><br><br>
  350. <span style="float:left;"><b>Eyes</b></span><span style="float:right;"> </span><br>
  351. <span style="float:left;"><b>Hair</b></span><span style="float:right;"> </span><br>
  352. <span style="float:left;"><b>Build</b></span><span style="float:right;"> </span><br>
  353.  
  354. <b>Bold</b> <i>Italics</i> <a href="">Link</a>
  355. </div>
  356.  
  357. <a name="four"></a>
  358. <div style="width: 450px; height: 500px; overflow: auto;" align="left">
  359. <h1>Powers</h1>
  360. </div>
  361. </div>
  362. </div>
  363. </div>
  364. </body>
  365. </html>
Advertisement
Add Comment
Please, Sign In to add comment