Advertisement
RageQxeen

The Gemini

Jan 18th, 2020
257
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.24 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|Great+Vibes|Aref+Ruqaa);
  50.  
  51. html, body {
  52. background: #EEE5E9;
  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: 450px;
  78. margin: 0px;
  79. border: none;
  80. height: 620px;
  81. background-color:transparent;
  82. position: absolute;
  83. left: -5%;
  84. bottom: 0%;
  85. background-image:url("http://i.picpar.com/LI0d.png");
  86. background-repeat:no-repeat;
  87. background-position: bottom;
  88. background-size: 100%;
  89. }
  90.  
  91. #container {
  92. width: 1050px;
  93. height: 550px;
  94. margin: 0px;
  95. background-color: #403F4C;
  96. background-image:url("");
  97. background-size:100%;
  98. background-repeat:no-repeat;
  99. background-position:center bottom;
  100. position: absolute;
  101. left: 12%;
  102. bottom: 10%;
  103. box-shadow: 0px 5px 10px #000;
  104. }
  105.  
  106. #content {
  107. background-color:#EEE5E9;
  108. width: 450px;
  109. height: 500px;
  110. margin:auto;
  111. position: absolute;
  112. padding: 5px;
  113. font-family: 'Aref Ruqaa', cursive;
  114. font-size: 18px;
  115. color: #000;
  116. right: 25%;
  117. top: 5%;
  118. z-index:1;
  119. border: #000000 solid 2px;
  120. }
  121.  
  122. #friendlist {
  123. background-color:#EEE5E9;
  124. width: 200px;
  125. height: 490px;
  126. margin:auto;
  127. position: absolute;
  128. padding: 5px;
  129. font-family: 'Aref Ruqaa', cursive;
  130. font-size: 18px;
  131. color: #000;
  132. right: 3%;
  133. top: 7%;
  134. z-index:1;
  135. border: #000000 solid 2px;
  136. }
  137.  
  138. #nav {
  139. background-color: transparent;
  140. width: 250px;
  141. height:40px;
  142. margin:auto;
  143. position: absolute;
  144. right: 1.3%;
  145. top: 3%;
  146. text-align: center;
  147. z-index:1;
  148. }
  149.  
  150. #nav a, #nav a:link, #nav a:visited {
  151. display:inline-block;
  152. background: #EEE5E9;
  153. color: #EEE5E9;
  154. margin-top: 0px;
  155. margin-bottom: 0px;
  156. margin-left: 0px;
  157. height: 10px;
  158. width: 30px;
  159. border-radius: 5px;
  160. box-shadow: 0px 0px 5px #000;
  161. }
  162.  
  163. #nav a:active, #nav a:hover {
  164. display:inline-block;
  165. height: 10px;
  166. width: 30px;
  167. text-decoration:none;
  168. background: #000;
  169. color: #000;
  170. margin: 0px;
  171. box-shadow: 0px 0px 5px #EEE5E9;
  172. }
  173.  
  174. .name {position: absolute;
  175. font-family: 'Great Vibes';
  176. color: #121420;
  177. font-size: 60px;
  178. top: 3.8%;
  179. left: 38%;
  180. width: 400px;
  181. border: 0px solid #1B2432;
  182. text-align: center;
  183. text-shadow:
  184. #000 -3px 0px,
  185. #000 0px 2px,
  186. #403F4C 2px 0px,
  187. #403F4C 0px -2px;
  188. z-index: 2;
  189. }
  190.  
  191. .namebg { background: transparent;
  192. background:url('https://i.pinimg.com/originals/7a/79/a2/7a79a2885a548da22d2ad38a138ce0e4.gif')
  193. left left repeat;
  194. font-family: 'Great Vibes';
  195. position: absolute;
  196. text-align: center;
  197. font-size: 60px;
  198. top: 3.8%;
  199. left: 38%;
  200. width: 880px;
  201. opacity:1;
  202. -webkit-text-fill-color: transparent;
  203. -webkit-background-clip: text;
  204. z-index:3;
  205. }
  206.  
  207. /*Code by Alikade, please keep this credit where it is, it will not interfere with the rest of the code.*/
  208.  
  209. #editthis{ position:fixed;height: 27px; width: 30px; bottom: 0%; right: 0%; margin: auto; z-index:99;}
  210.  
  211. #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;}
  212.  
  213. #music1:hover #music2{ opacity: 0; margin-top:-20px; z-index:-1;}
  214.  
  215. #music1:hover #music3{ opacity: .5; margin-top:-5px; z-index:99;}
  216.  
  217. #music1:hover #musiclist{ opacity: .5;}
  218.  
  219. #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;}
  220.  
  221. #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;}
  222.  
  223. i{color: #1B2432;}
  224. b{color: #121420;}
  225. a{color: #2A3439; text-decoration: none;}
  226. h1{border-bottom: 1px solid #000; text-align: center; font-size: 30px; font-family: 'Cinzel Decorative', cursive;}
  227. h2{text-align: left; font-size: 25px; font-family: 'Cinzel Decorative', cursive; border-bottom: 1px solid #000;}
  228. h3{text-align: right; font-size: 25px; font-family: 'Cinzel Decorative', cursive; border-bottom: 1px solid #000;}
  229. </style>
  230. <div class="name">TITLE</div>
  231.  
  232. <div id="editthis"><div id="music1"><div id="music2">
  233. <img src="http://38.media.tumblr.com/tumblr_m7w2py1dEP1r6o8v2.gif" style="opacity: 0.8;"></div>
  234. <div id="music3"><Div style="margin-top:4px;">
  235. <audio controls style="opacity: 0;"><source src="KIWI6LINKHERE"></audio>
  236. </div></div></div></div>
  237.  
  238. <div id="container">
  239. <div id="image"></div>
  240.  
  241. <div id="nav">
  242. <a href="#one"></a>
  243. <a href="#two"></a>
  244. <a href="#three"></a>
  245. <a href="#four"></a>
  246. </div>
  247.  
  248. <div id="content">
  249. <div style="width: 450px; height: 500px; overflow-y: hidden;">
  250.  
  251. <a name="one"></a>
  252. <div style="width: 450px; height: 500px; overflow: auto;" align="center">
  253. <span style="float:left;"><b>Name</b></span><span style="float:right;"></span><br>
  254. <span style="float:left;"><b>Alias(es)</b></span><span style="float:right;"></span><br>
  255. <span style="float:left;"><b>Gender</b></span><span style="float:right;"></span><br>
  256. <span style="float:left;"><b>Age</b></span><span style="float:right;"></span><br><br>
  257. <span style="float:left;"><b>Height</b></span><span style="float:right;"></span><br>
  258. <span style="float:left;"><b>Weight</b></span><span style="float:right;"></span><br>
  259. <span style="float:left;"><b>Eyes</b></span><span style="float:right;"></span><br>
  260. <span style="float:left;"><b>Hair</b></span><span style="float:right;"></span><br>
  261. <span style="float:left;"><b>Build</b></span><span style="float:right;"></span><br><br>
  262. <span style="float:left;"><b>Orientation</b></span><span style="float:right;"></span><br>
  263. <span style="float:left;"><b>Relationship</b></span><span style="float:right;"></span><br>
  264. <span style="float:left;"><b>Race</b></span><span style="float:right;"></span><br>
  265. <span style="float:left;"><b>Allegiance</b></span><span style="float:right;"></span><br><br>
  266. </div>
  267.  
  268. <a name="two"></a>
  269. <div style="width: 450px; height: 500px; overflow: auto;" align="center">
  270.  
  271. </div>
  272.  
  273.  
  274. <a name="three"></a>
  275. <div style="width: 450px; height: 500px; overflow: auto;" align="left">
  276.  
  277. </ul>
  278. </div>
  279.  
  280. <a name="four"></a>
  281. <div style="width: 450px; height: 500px; overflow: auto;" align="center">
  282. <h1>Out of Character</h1>
  283. <b>00</b>. Code made by <a href="/profile.php?user=RageQxeen" target="_blank">RageQxeen</a>, do not steal.<br>
  284. <b>01</b>. OOC.<br><br>
  285. <b>02</b>. OOC.<br><br>
  286. <b>03</b>. OOC.<br><br>
  287. <b>04</b>. OOC.<br><br>
  288. <b>05</b>. OOC.<br><br>
  289. </div>
  290. </div>
  291. </div>
  292.  
  293. <div id="friendlist">
  294. <div style="width: 200px; height: 490px; overflow: auto;" align="center">
  295.  
  296. <a target="_blank" href="PROFILE LINK HERE"><img src="IMAGE LINK HERE" height="75" width="75" align="left" border="3"></a>
  297. <center><b>- Name -</b><br> <i>foe/friend/neutral</i></center> small note.<br><br><br><br>
  298. <a target="_blank" href="PROFILE LINK HERE"><img src="IMAGE LINK HERE" height="75" width="75" align="left" border="3"></a>
  299. <center><b>- Name -</b><br> <i>foe/friend/neutral</i></center> small note.<br><br><br><br>
  300. <a target="_blank" href="PROFILE LINK HERE"><img src="IMAGE LINK HERE" height="75" width="75" align="left" border="3"></a>
  301. <center><b>- Name -</b><br> <i>foe/friend/neutral</i></center> small note.<br><br><br><br>
  302. <a target="_blank" href="PROFILE LINK HERE"><img src="IMAGE LINK HERE" height="75" width="75" align="left" border="3"></a>
  303. <center><b>- Name -</b><br> <i>foe/friend/neutral</i></center> small note.
  304. </div>
  305. </div>
  306. </div>
  307. </body>
  308. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement