RageQxeen

Godking Darius

Nov 15th, 2019
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.46 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=Oleo+Script|Righteous|Uncial+Antiqua');
  50.  
  51. html, body {
  52. background: linear-gradient(to right bottom, #706262, #715454, #714545, #703637, #6d2629, #641f23, #5a171d, #511017, #411216, #311314, #211211, #0f0e0e);
  53. background-image: url("https://i.gifer.com/EkA5.gif");
  54. background-size: 100%;
  55. background-repeat:no-repeat;
  56. background-position: 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: 1000px;
  78. margin: 0px;
  79. border: none;
  80. height: 750px;
  81. background-color:transparent;
  82. position: absolute;
  83. right: -20%;
  84. bottom: 0%;
  85. background-image:url("http://i.picpar.com/29Ld.png");
  86. background-repeat:no-repeat;
  87. background-position: bottom;
  88. background-size: 100%;
  89. }
  90.  
  91. #content{
  92. width: 450px;
  93. height: 550px;
  94. margin: 0px;
  95. position: absolute;
  96. padding: 5px;
  97. background-position: center;
  98. font: 'Oleo Script', cursive;
  99. left: 22%;
  100. bottom: 15%;
  101. background-color: #714545;
  102. box-shadow: 0px 0px 5px 5px #070707;
  103. -webkit-animation: fade-in-fwd 2s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
  104. animation: fade-in-fwd 2s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
  105. }
  106.  
  107. @-webkit-keyframes fade-in-fwd {
  108. 0% {
  109. -webkit-transform: translateZ(-80px);
  110. transform: translateZ(-80px);
  111. opacity: 0;
  112. }
  113. 100% {
  114. -webkit-transform: translateZ(0);
  115. transform: translateZ(0);
  116. opacity: 1;
  117. }
  118. }
  119. @keyframes fade-in-fwd {
  120. 0% {
  121. -webkit-transform: translateZ(-80px);
  122. transform: translateZ(-80px);
  123. opacity: 0;
  124. }
  125. 100% {
  126. -webkit-transform: translateZ(0);
  127. transform: translateZ(0);
  128. opacity: 1;
  129. }
  130. }
  131.  
  132.  
  133. #container2{
  134. width: 1100px;
  135. height: 700px;
  136. margin: 0px;
  137. position: absolute;
  138. padding: 0px;
  139. right: 14%;
  140. bottom: 5%;
  141. background-color: #000;
  142. box-shadow: 0px 0px 5px 5px #5b0000;
  143. overflow: visible;
  144. }
  145.  
  146. #nav {
  147. background-color: transparent;
  148. width: 300px;
  149. height:10px;
  150. margin:auto;
  151. position: absolute;
  152. left: 10%;
  153. bottom: 6%;
  154. text-align: center;
  155. text-decoration: none;
  156. z-index:1;
  157. }
  158.  
  159. #nav a, #nav a:link, #nav a:visited {
  160. display:inline-block;
  161. text-decoration: none;
  162. text-align: center;
  163. background: #000;
  164. color: transparent;
  165. box-shadow: 0px 0px 5px #990000;
  166. padding: 4px;
  167. height: 4px;
  168. width: 30px;
  169. border-radius: 5px;
  170. }
  171.  
  172. #nav a:active, #nav a:hover {
  173. display:inline-block;
  174. height: 4px;
  175. width: 30px;
  176. text-decoration:none;
  177. background: #990000;
  178. box-shadow: 0px 0px 5px #000;
  179. color: transparent;
  180. margin: 0px;
  181. }
  182.  
  183. #name {
  184. z-index:15;
  185. position: absolute;
  186. right: 2%;
  187. top: 8%;
  188. margin: auto;
  189. background: #transparent;
  190. width: 550px;
  191. height: 100px;
  192. font-family: 'Uncial Antiqua', cursive;
  193. font-size: 60px;
  194. background: url(https://thumbs.gfycat.com/MeanJauntyBuzzard-size_restricted.gif) 0px 0px repeat;
  195. -webkit-text-fill-color: transparent;
  196. -webkit-background-clip: text;
  197. background-position: right;
  198. display:block;
  199. text-align: center;
  200. letter-spacing: 1px;
  201. -webkit-transition:opacity 2s linear;
  202. line-height:3.6vw;
  203. }
  204.  
  205. #nameunder{
  206. z-index:15;
  207. position: absolute;
  208. right: 2%;
  209. top: 8%;
  210. margin: auto;
  211. background: #transparent;
  212. width: 550px;
  213. height: 100px;
  214. font-family: 'Uncial Antiqua', cursive;
  215. font-size: 60px;
  216. -webkit-text-fill-color: #B4ADA3;
  217. text-transform: none;
  218. -webkit-background-clip: text;
  219. display:block;
  220. text-shadow: -1px 0 #333, 0 1px #000,1px 0 #000, 0 -1px #333;
  221. text-align: center;
  222. letter-spacing: 1px;
  223. -webkit-transition:opacity 2s linear;
  224. line-height:3.6vw;
  225. }
  226.  
  227. .credit{
  228. position: fixed;
  229. bottom: 0px;
  230. left: 2px;
  231. height: 25px;
  232. width: 25px;
  233. line-height: 15px;
  234. font-size: 10px;
  235. color: #000;
  236. text-align: center;
  237. font-family: roboto;
  238. }
  239.  
  240. #editthis{ position:fixed;height: 27px; width: 30px; bottom: 0%; right: 0%; margin: auto; z-index:99;}
  241.  
  242. #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;}
  243.  
  244. #music1:hover #music2{ opacity: 0; margin-top:-20px; z-index:-1;}
  245.  
  246. #music1:hover #music3{ opacity: .5; margin-top:-5px; z-index:99;}
  247.  
  248. #music1:hover #musiclist{ opacity: .5;}
  249.  
  250. #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;}
  251.  
  252. #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;}
  253.  
  254.  
  255. i{color: #111;}
  256. b{color: #000;}
  257. a{color: #222; text-decoration: none;}
  258. h1{color: #000; font-family: 'Righteous', cursive; border-bottom: 1px solid #000; text-align: right; font-size: 25px;}
  259. h2{color: #000; font-family: 'Righteous', cursive; border-bottom: 1px solid #000; text-align: left; font-size: 25px;}
  260. </style>
  261. <div id="editthis"><div id="music1"><div id="music2">
  262. <img src="http://38.media.tumblr.com/tumblr_m7w2py1dEP1r6o8v2.gif" style="opacity: 0.8;"></div>
  263. <div id="music3"><Div style="margin-top:4px;">
  264. <audio controls style="opacity: 0;"><source src="KIWI6 LINK HERE"></audio>
  265. </div></div></div></div>
  266.  
  267. <div id="container2">
  268. <div id="image"></div>
  269.  
  270.  
  271. <div id="nameunder">godking darius</div><div id="name">godking darius</div>
  272.  
  273. <div id="nav">
  274. <a href="#one">Main</a>
  275. <a href="#two">Seco</a>
  276. <a href="#three">Thir</a>
  277. <a href="#four">Four</a>
  278. </div>
  279. </div>
  280.  
  281. <div id="content">
  282. <div style="width: 450px; height: 550px; overflow-y: hidden;">
  283.  
  284. <a name="one"></a>
  285. <div style="width: 450px; height: 550px; overflow: auto;" align="center">
  286. <h1>the usual</h1>
  287. <span style="float:left;"><b>Name</b></span><span style="float:right;"></span><br>
  288. <span style="float:left;"><b>Alias(es)</b></span><span style="float:right;"></span><br>
  289. <span style="float:left;"><b>Gender</b></span><span style="float:right;"></span><br>
  290. <span style="float:left;"><b>Age</b></span><span style="float:right;"></span><br>
  291. <span style="float:left;"><b>Apparent Age</b></span><span style="float:right;"></span><br>
  292. <span style="float:left;"><b>Race</b></span><span style="float:right;"></span><br>
  293. <span style="float:left;"><b>Voice</b></span><span style="float:right;"></span><br><br>
  294. <span style="float:left;"><b>Height</b></span><span style="float:right;"></span><br>
  295. <span style="float:left;"><b>Weight</b></span><span style="float:right;"></span><br>
  296. <span style="float:left;"><b>Eyes</b></span><span style="float:right;"></span><br>
  297. <span style="float:left;"><b>Hair</b></span><span style="float:right;"></span><br>
  298. <span style="float:left;"><b>Build</b></span><span style="float:right;"></span><br><br>
  299. <span style="float:left;"><b>Orientation</b></span><span style="float:right;"></span><br>
  300. <span style="float:left;"><b>Relationship</b></span><span style="float:right;"></span><br>
  301. <span style="float:left;"><b>Affiliation</b></span><span style="float:right;"></span><br><br>
  302. </div>
  303.  
  304. <a name="two"></a>
  305. <div style="width: 450px; height: 550px; overflow: auto;" align="left">
  306. <h2>powers</h2>
  307. TBA
  308. </div>
  309.  
  310. <a name="three"></a>
  311. <div style="width: 450px; height: 550px; overflow: auto;" align="left">
  312. <h1>history</h1>
  313. TBA
  314. </div>
  315.  
  316. <a name="four"></a>
  317. <div style="width: 450px; height: 550px; overflow: auto;" align="left">
  318. <h2>OOC</h2>
  319. <b>00.</b> Code made by <a href="https://alliealgiere.neocities.org/">RageQxeen</a> for Godking Darius, do not steal.<br><br>
  320. <b>01.</b> OOC.<br>
  321. <b>02.</b> OOC.<br>
  322. <b>03.</b> OOC.<br>
  323. <b>04.</b> OOC.<br>
  324. <b>05.</b> OOC.<br>
  325. </div>
  326. </div>
  327. </div>
  328. <div class="credit" title="Profile by RageQxeen">♛</div>
  329. </body>
  330. </html>
Add Comment
Please, Sign In to add comment