RageQxeen

The Doctor

Jul 8th, 2019
154
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.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=Cinzel+Decorative|Aref+Ruqaa);
  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: 700px;
  78. margin: 0px;
  79. border: none;
  80. height: 238px;
  81. background-color:transparent;
  82. position: absolute;
  83. right: 10%;
  84. bottom: 5%;
  85. background-image:url("http://i.picpar.com/8d4d.jpg");
  86. background-repeat:no-repeat;
  87. background-position: bottom;
  88. background-size: 100%;
  89. box-shadow: 0px 0px 10px #c0c0c0;
  90. }
  91.  
  92. #container{
  93. width: 700px;
  94. height: 400px;
  95. margin: 0px;
  96. position: absolute;
  97. background-position: center;
  98. right: 10%;
  99. top: 2%;
  100. background-color: #FFFCF4;
  101. z-index:1;
  102. -webkit-animation: slide-in-bottom 1s cubic-bezier(0.250, 0.460, 0.450, 0.940) 2s both;
  103. animation: slide-in-bottom 1s cubic-bezier(0.250, 0.460, 0.450, 0.940) 2s both;
  104. }
  105.  
  106. @-webkit-keyframes slide-in-bottom {
  107. 0% {
  108. -webkit-transform: translateY(100%);
  109. transform: translateY(100%);
  110. opacity: 0;
  111. }
  112. 100% {
  113. -webkit-transform: translateY(10%);
  114. transform: translateY(0%);
  115. opacity: 1;
  116. }
  117. }
  118. @keyframes slide-in-bottom {
  119. 0% {
  120. -webkit-transform: translateY(100%);
  121. transform: translateY(100%);
  122. opacity: 0;
  123. }
  124. 100% {
  125. -webkit-transform: translateY(10%);
  126. transform: translateY(0%);
  127. opacity: 1;
  128. }
  129. }
  130.  
  131. #container2{
  132. width: 400px;
  133. height: 645px;
  134. margin: 0px;
  135. position: absolute;
  136. background-position: center;
  137. right: 62%;
  138. bottom: 5%;
  139. background-color: #FFFCF4;
  140. z-index:1; -webkit-animation: slide-in-right 1s cubic-bezier(0.250, 0.460, 0.450, 0.940) 2s both;
  141. animation: slide-in-right 1s cubic-bezier(0.250, 0.460, 0.450, 0.940) 2s both;
  142. }
  143.  
  144. @-webkit-keyframes slide-in-right {
  145. 0% {
  146. -webkit-transform: translateX(1000px);
  147. transform: translateX(1000px);
  148. opacity: 0;
  149. }
  150. 100% {
  151. -webkit-transform: translateX(0);
  152. transform: translateX(0);
  153. opacity: 1;
  154. }
  155. }
  156. @keyframes slide-in-right {
  157. 0% {
  158. -webkit-transform: translateX(1000px);
  159. transform: translateX(1000px);
  160. opacity: 0;
  161. }
  162. 100% {
  163. -webkit-transform: translateX(0);
  164. transform: translateX(0);
  165. opacity: 1;
  166. }
  167. }
  168.  
  169.  
  170.  
  171. #content {
  172. background-color:#E2493A;
  173. width: 650px;
  174. height: 350px;
  175. margin:auto;
  176. position: absolute;
  177. padding: 5px;
  178. font-family: 'Aref Ruqaa', cursive;
  179. color: #000;
  180. left: 3%;
  181. top: 4%;
  182. z-index:1;
  183. border: #000000 solid 2px;
  184. }
  185.  
  186. #content2 {
  187. background-color:#E2493A;
  188. width: 350px;
  189. height: 600px;
  190. margin:auto;
  191. position: absolute;
  192. padding: 5px;
  193. font-family: 'Aref Ruqaa', cursive;
  194. color: #000;
  195. left: 4.5%;
  196. top: 2.5%;
  197. z-index:1;
  198. border: #000000 solid 2px;
  199. }
  200.  
  201. #nav {
  202. background-color: transparent;
  203. width: 300px;
  204. height:10px;
  205. margin: auto;
  206. position: absolute;
  207. right: 23.5%;
  208. bottom: 5%;
  209. text-align: center;
  210. text-decoration: none;
  211. z-index:2;
  212. }
  213.  
  214. #nav a, #nav a:link, #nav a:visited {
  215. display:inline-block;
  216. text-decoration: none;
  217. text-align: center;
  218. background: #000;
  219. color: transparent;
  220. box-shadow: 0px 0px 5px #FFFCF4;
  221. padding: 1px;
  222. height: 20px;
  223. width: 20px;
  224. border: 2px solid #FFFCF4;
  225. -moz-transform: rotate(45deg);
  226. -o-transform: rotate(45deg);
  227. -webkit-transform: rotate(45deg);
  228. -ms-transform: rotate(45deg);
  229. }
  230.  
  231. #nav a:active, #nav a:hover {
  232. display:inline-block;
  233. height: 20px;
  234. width: 20px;
  235. text-decoration:none;
  236. background: #FFFCF4;
  237. box-shadow: 0px 0px 5px #000;
  238. color: transparent;
  239. margin: 0px;
  240. -moz-transform: rotate(45deg);
  241. -o-transform: rotate(45deg);
  242. -webkit-transform: rotate(45deg);
  243. -ms-transform: rotate(45deg);
  244. }
  245.  
  246. /*Code by Alikade, please keep this credit where it is, it will not interfere with the rest of the code.*/
  247.  
  248. #editthis{ position:fixed;height: 27px; width: 30px; bottom: 0%; right: 0%; margin: auto; z-index:99;}
  249.  
  250. #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;}
  251.  
  252. #music1:hover #music2{ opacity: 0; margin-top:-20px; z-index:-1;}
  253.  
  254. #music1:hover #music3{ opacity: .5; margin-top:-5px; z-index:99;}
  255.  
  256. #music1:hover #musiclist{ opacity: .5;}
  257.  
  258. #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;}
  259.  
  260. #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;}
  261.  
  262. i{color: #efd8db;}
  263. b{color: #110708;}
  264. a{color: #FFFCF4; text-decoration: none;}
  265. h1{border-bottom: 1px solid #000; text-align: center; font-size: 30px; font-family: 'Cinzel Decorative', cursive;}
  266. h2{text-align: left; font-size: 25px; font-family: 'Cinzel Decorative', cursive; border-bottom: 1px solid #000;}
  267. h3{text-align: right; font-size: 25px; font-family: 'Cinzel Decorative', cursive; border-bottom: 1px solid #000;}
  268. </style>
  269. <div id="editthis"><div id="music1"><div id="music2">
  270. <img src="http://38.media.tumblr.com/tumblr_m7w2py1dEP1r6o8v2.gif" style="opacity: 0.8;"></div>
  271. <div id="music3"><Div style="margin-top:4px;">
  272. <audio controls style="opacity: 0;"><source src="KIWI6 LINK HERE"></audio>
  273. </div></div></div></div>
  274.  
  275. <div id="nav">
  276. <a href="#one"></a>
  277. <a href="#two"></a>
  278. <a href="#three"></a>
  279. <a href="#four"></a>
  280. </div>
  281.  
  282. <div id="image"></div>
  283.  
  284. <div id="container">
  285.  
  286. <div id="content">
  287. <div style="width: 650px; height: 350px; overflow-y: hidden;">
  288.  
  289. <a name="one"></a>
  290. <div style="width: 650px; height: 350px; overflow: auto;" align="center">
  291. <span style="float:left;"><b>Name</b></span><span style="float:right;"></span><br>
  292. <span style="float:left;"><b>Alias(es)</b></span><span style="float:right;"></span><br>
  293. <span style="float:left;"><b>Gender</b></span><span style="float:right;"></span><br>
  294. <span style="float:left;"><b>Age</b></span><span style="float:right;"></span><br><br>
  295. <span style="float:left;"><b>Height</b></span><span style="float:right;"></span><br>
  296. <span style="float:left;"><b>Weight</b></span><span style="float:right;"></span><br>
  297. <span style="float:left;"><b>Eyes</b></span><span style="float:right;"></span><br>
  298. <span style="float:left;"><b>Hair</b></span><span style="float:right;"></span><br>
  299. <span style="float:left;"><b>Build</b></span><span style="float:right;"></span><br><br>
  300. <span style="float:left;"><b>Orientation</b></span><span style="float:right;"></span><br>
  301. <span style="float:left;"><b>Relationship</b></span><span style="float:right;"></span><br>
  302. <span style="float:left;"><b>Race</b></span><span style="float:right;"></span><br>
  303. <span style="float:left;"><b>Mentality</b></span><span style="float:right;"></span><br><br>
  304. <span style="float:left;"><b>Allegiance</b></span><span style="float:right;"></span><br><br>
  305. </div>
  306.  
  307. <a name="two"></a>
  308. <div style="width: 650px; height: 350px; overflow: auto;" align="center">
  309. <h1>Connections</h1>
  310. <a target="_blank" href="PROFILE LINK HERE"><img src="IMAGE LINK HERE" height="75" width="75" align="left" border="3"></a>
  311. <center><b>- Name -</b><br> <i>foe/friend/neutral</i></center> small note.<br><br><br><br>
  312. <a target="_blank" href="PROFILE LINK HERE"><img src="IMAGE LINK HERE" height="75" width="75" align="left" border="3"></a>
  313. <center><b>- Name -</b><br> <i>foe/friend/neutral</i></center> small note.<br><br><br><br>
  314. <a target="_blank" href="PROFILE LINK HERE"><img src="IMAGE LINK HERE" height="75" width="75" align="left" border="3"></a>
  315. <center><b>- Name -</b><br> <i>foe/friend/neutral</i></center> small note.<br><br><br><br>
  316. <a target="_blank" href="PROFILE LINK HERE"><img src="IMAGE LINK HERE" height="75" width="75" align="left" border="3"></a>
  317. <center><b>- Name -</b><br> <i>foe/friend/neutral</i></center> small note.<br><br><br><br>
  318. <a target="_blank" href="PROFILE LINK HERE"><img src="IMAGE LINK HERE" height="75" width="75" align="left" border="3"></a>
  319. <center><b>- Name -</b><br> <i>foe/friend/neutral</i></center> small note.
  320. </div>
  321.  
  322.  
  323. <a name="three"></a>
  324. <div style="width: 650px; height: 350px; overflow: auto;" align="left">
  325. <h1>History</h1>
  326.  
  327.  
  328. </div>
  329.  
  330. <a name="four"></a>
  331. <div style="width: 650px; height: 350px; overflow: auto;" align="center">
  332. <h1>Out of Character</h1>
  333. <b>00</b>. Code made by <a href="https://alliealgiere.neocities.org" target="_blank">RageQxeen</a>, do not steal.<br>
  334. <b>01</b>. <br>
  335. <b>02</b>. <br>
  336. <b>03</b>. <br>
  337. <b>04</b>. <br>
  338. <b>05</b>. <br>
  339. </div>
  340. </div>
  341. </div>
  342. </div>
  343.  
  344. <div id="container2">
  345. <div id="content2">
  346. <div style="width: 350px; height: 600px; overflow-y: hidden;">
  347. <h1>Book of Monsters</h1>
  348. <center>
  349. <a target="_blank" href="PROFILE LINK HERE"><img src="IMAGE LINK HERE" height="75" width="75" align="left" border="3"></a>
  350. <center><b>- Name -</b><br> <i>foe/friend/neutral</i></center> small note.<br><br><br><br>
  351. <a target="_blank" href="PROFILE LINK HERE"><img src="IMAGE LINK HERE" height="75" width="75" align="left" border="3"></a>
  352. <center><b>- Name -</b><br> <i>foe/friend/neutral</i></center> small note.<br><br><br><br>
  353. <a target="_blank" href="PROFILE LINK HERE"><img src="IMAGE LINK HERE" height="75" width="75" align="left" border="3"></a>
  354. <center><b>- Name -</b><br> <i>foe/friend/neutral</i></center> small note.<br><br><br><br>
  355. <a target="_blank" href="PROFILE LINK HERE"><img src="IMAGE LINK HERE" height="75" width="75" align="left" border="3"></a>
  356. <center><b>- Name -</b><br> <i>foe/friend/neutral</i></center> small note.<br><br><br><br>
  357. <a target="_blank" href="PROFILE LINK HERE"><img src="IMAGE LINK HERE" height="75" width="75" align="left" border="3"></a>
  358. <center><b>- Name -</b><br> <i>foe/friend/neutral</i></center> small note.
  359. </center>
  360. </div>
  361. </div>
  362. </div>
  363. </body>
  364. </html>
Advertisement
Add Comment
Please, Sign In to add comment