RageQxeen

Luci

Jun 11th, 2019
129
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.53 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=Nanum+Gothic+Coding|Oleo+Script|Rancho');
  50.  
  51.  
  52. html, body {
  53. background: #C0C0C0;
  54. background-image:url("");
  55. background-size:400px;
  56. background-repeat:no-repeat;
  57. background-position:center bottom;
  58. }
  59.  
  60. ::-webkit-scrollbar-button:vertical:{
  61. background-color: #transparent;}
  62.  
  63. ::-webkit-scrollbar-thumb:vertical {
  64. background-color:#transparent;
  65. height:150px;}
  66.  
  67. ::-webkit-scrollbar-thumb:horizontal {
  68. background-color:#transparent;
  69. height:60px;}
  70.  
  71.  
  72. ::-webkit-scrollbar {
  73. height:60px;
  74. width:5px;
  75. background-color:#transparent;}
  76.  
  77. #image {
  78. width: 400px;
  79. margin: 0px;
  80. border: none;
  81. height: 550px;
  82. background-color:transparent;
  83. position: absolute;
  84. left: 5%;
  85. bottom: 10%;
  86. background-image:url("http://i.picpar.com/Kuzd.jpg");
  87. background-repeat:no-repeat;
  88. background-position: center;
  89. background-size: 100%;
  90. border: 3px solid #000;
  91. }
  92.  
  93. #image2 {
  94. width: 650px;
  95. margin: 0px;
  96. border: none;
  97. height: 200px;
  98. background-color:transparent;
  99. position: absolute;
  100. left: 38%;
  101. top: 10%;
  102. background-image:url("http://i.picpar.com/Luzd.jpg");
  103. background-repeat:no-repeat;
  104. background-position: center;
  105. background-size: 100%;
  106. border: 3px solid #000;
  107. }
  108.  
  109. #nav {
  110. background-color: transparent;
  111. width: 25px;
  112. height: 50px;
  113. margin:auto;
  114. position: absolute;
  115. left: 35.3%;
  116. top: 18%;
  117. text-align:right;
  118. z-index:1;
  119. }
  120.  
  121. #nav a, #nav a:link, #nav a:visited {
  122. display:inline-block;
  123. height: 20px;
  124. width:20px;
  125. text-decoration:none;
  126. background: #191970;
  127. color: #191970;
  128. border-radius: 20px;
  129. }
  130.  
  131. #nav a:active, #nav a:hover {
  132. display:inline-block;
  133. height: 20px;
  134. width:20px;
  135. text-decoration:none;
  136. background: #87ceeb;
  137. color: #87ceeb;
  138. margin:0px;
  139. }
  140.  
  141. #content {
  142. background-color:#87ceeb;
  143. width: 642px;
  144. height: 320px;
  145. margin:auto;
  146. position: absolute;
  147. padding: 5px;
  148. font-family: 'Nanum Gothic Coding', cursive;
  149. color: #000;
  150. left: 38%;
  151. bottom: 10%;
  152. z-index:1;
  153. border: #000000 solid 2px;
  154. }
  155.  
  156. .name {position: absolute;
  157. font-family: 'Oleo Script';
  158. color: #5a6caa;
  159. font-size: 50px;
  160. top: 35%;
  161. left 0%;
  162. width: 1100px;
  163. border: 0px solid #000;
  164. text-align: right;
  165. text-shadow:
  166. #000 -3px 0px,
  167. #000 0px 2px,
  168. #222 2px 0px,
  169. #222 0px -2px;
  170. z-index: 2;
  171. }
  172.  
  173. .namebg { background: transparent;
  174. background:url('https://i.pinimg.com/originals/7a/79/a2/7a79a2885a548da22d2ad38a138ce0e4.gif') center center repeat;
  175. font-family: 'Oleo Script';
  176. position: absolute;
  177. text-align: right;
  178. font-size: 50px;
  179. top: 10%;
  180. left 100%;
  181. width: 880px;
  182. opacity:1;
  183. -webkit-text-fill-color: transparent;
  184. -webkit-background-clip: text;
  185. z-index:3;
  186. }
  187.  
  188. i{color: #666;}
  189. b{color: #111;}
  190. a{color: #777; text-decoration: none;}
  191. h1{border-bottom: 1px solid #000; text-align: center; font-size: 30px; font-family: 'Rancho', cursive;}
  192. h2{border-bottom: 1px solid #000; text-align: left; font-size: 25px; font-family: 'Rancho', cursive;}
  193. h3{border-bottom: 1px solid #000; text-align: right; font-size: 25px; font-family: 'Rancho', cursive;}
  194. </style>
  195. <div class="name">Luci</div>
  196.  
  197. <div id="image"></div>
  198. <div id="image2"></div>
  199.  
  200. <div id="nav">
  201. <a href="#one"></a>
  202. <a href="#two"></a>
  203. <a href="#three"></a>
  204. <a href="#four"></a>
  205. </div>
  206.  
  207. <div id="content">
  208. <div style="width: 642px; height: 320px; overflow-y: hidden;">
  209.  
  210. <a name="one"></a>
  211. <div style="width: 642px; height: 320px; overflow: auto;" align="center">
  212. <span style="float:left;"><b>Name</b></span><span style="float:right;"></span><br>
  213. <span style="float:left;"><b>Alias(es)</b></span><span style="float:right;"></span><br>
  214. <span style="float:left;"><b>Gender</b></span><span style="float:right;"></span><br>
  215. <span style="float:left;"><b>Age</b></span><span style="float:right;"></span><br><br>
  216. <span style="float:left;"><b>Height</b></span><span style="float:right;"></span><br>
  217. <span style="float:left;"><b>Weight</b></span><span style="float:right;"></span><br>
  218. <span style="float:left;"><b>Orientation</b></span><span style="float:right;"></span><br>
  219. <span style="float:left;"><b>Relationship</b></span><span style="float:right;"></span><br>
  220. <span style="float:left;"><b>Race</b></span><span style="float:right;"></span><br><br>
  221. <span style="float:left;"><b>Mentality</b></span><span style="float:right;"></span><br>
  222. <span style="float:left;"><b>Eyes</b></span><span style="float:right;"></span><br>
  223. <span style="float:left;"><b>Hair</b></span><span style="float:right;"></span><br>
  224. <span style="float:left;"><b>Build</b></span><span style="float:right;"></span><br>
  225. <span style="float:left;"><b>Affiliation</b></span><span style="float:right;"><a href="/profile.php?user=" target="_blank"></a></span><br>
  226. </div>
  227.  
  228. <a name="two"></a>
  229. <div style="width: 642px; height: 320px; overflow: auto;" align="center">
  230. <h1>The Abilities</h1>
  231. </div>
  232.  
  233. <a name="three"></a>
  234. <div style="width: 642px; height: 320px; overflow: auto;" align="center">
  235. <h1>Her History</h1>
  236. </div>
  237.  
  238. <a name="four"></a>
  239. <div style="width: 642px; height: 320px; overflow: auto;" align="center">
  240. <h1>Out of Character</h1>
  241. <b>00</b>. Code made by <a href="" target="_blank">RageQxeen</a> for baby Luci! Do not steal!<br><br>
  242. <b>01</b>. OOC.<br>
  243. <b>02</b>. OOC.<br>
  244. <b>03</b>. OOC.<br>
  245. <b>04</b>. OOC.<br>
  246. <b>05</b>. OOC.<br>
  247. </div>
  248. </div>
  249. </div>
  250. </body>
  251. </html>
Advertisement
Add Comment
Please, Sign In to add comment