Advertisement
RageQxeen

Placeholder

Aug 22nd, 2022
303
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.48 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=Aboreto|Lato);
  50.  
  51. html, body {
  52. background: #adafaa;
  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: 30vw;
  78. margin: 0px;
  79. border: none;
  80. height: 40vw;
  81. background-color:transparent;
  82. position: absolute;
  83. left: 12vw;
  84. bottom: 4vw;
  85. background-color: #fff;
  86. background-image:url("https://upload.wikimedia.org/wikipedia/commons/thumb/c/c9/-Insert_image_here-.svg/2560px--Insert_image_here-.svg.png");
  87. background-repeat:no-repeat;
  88. background-position: center;
  89. background-size: 100%;
  90. border: 3px solid #000;
  91. }
  92.  
  93. .line {
  94. position: absolute;
  95. top: 23vw;
  96. left: 42.2vw;
  97. width: 17vw;
  98. height: .5vw;
  99. background-color: #000;
  100. z-index: 3;
  101. }
  102.  
  103. #container {
  104. background-color:#69626d;
  105. width: 30vw;
  106. height: 40vw;
  107. margin:auto;
  108. position: absolute;
  109. padding: 5px;
  110. right: 10vw;
  111. bottom: 4vw;
  112. z-index:1;
  113. border: 3px solid #000;
  114. z-index: 1;
  115. }
  116.  
  117. #content {
  118. background-color: #444f51;
  119. width: 29vw;
  120. height: 39vw;
  121. margin:auto;
  122. position: absolute;
  123. padding: 5px;
  124. font-family: 'Lato', cursive;
  125. font-size: 18px;
  126. color: #fff;
  127. left: .4vw;
  128. top: .4vw;
  129. z-index:1;
  130. border: #000000 solid 2px;
  131. }
  132.  
  133. i{color: #666d70;}
  134. b{color: #eeeeee;}
  135. a{color: #fff; text-decoration: none;}
  136. h1{
  137. background: url('https://thumbs.gfycat.com/OpulentThirstyLice-max-1mb.gif');
  138. background-size: cover;
  139. background-position: center;
  140. text-align: center;
  141. border: 2px solid #000;
  142. border-radius: 15px;
  143. font-size: 30px;
  144. font-family: 'Aboreto', cursive;
  145. color: #000;
  146. text-shadow: 1px 1px 0 #c0c0c0, -1px -1px 0 #c0c0c0, -1px 1px 0 #c0c0c0, 1px -1px 0 #c0c0c0;
  147. line-height: 1.5;
  148. }
  149. h2{
  150. background: url('https://thumbs.gfycat.com/OpulentThirstyLice-max-1mb.gif');
  151. background-size: cover;
  152. background-position: top;
  153. text-align: center;
  154. border: 2px solid #000;
  155. border-radius: 15px;
  156. font-size: 30px;
  157. font-family: 'Aboreto', cursive;
  158. color: #000;
  159. text-shadow: 1px 1px 0 #c0c0c0, -1px -1px 0 #c0c0c0, -1px 1px 0 #c0c0c0, 1px -1px 0 #c0c0c0;
  160. line-height: 1.5;
  161. }
  162. h3{
  163. background: url('LINK');
  164. background-size: cover;
  165. background-position: center;
  166. text-align: center;
  167. border: 2px solid #000;
  168. border-radius: 15px;
  169. font-size: 30px;
  170. font-family: 'Aboreto', cursive;
  171. color: #000;
  172. text-shadow: 1px 1px 0 #c0c0c0, -1px -1px 0 #c0c0c0, -1px 1px 0 #c0c0c0, 1px -1px 0 #c0c0c0;
  173. line-height: 1.5;
  174. }
  175. h4{
  176. background: url('LINK');
  177. background-size: cover;
  178. background-position: center;
  179. text-align: center;
  180. border: 2px solid #000;
  181. border-radius: 15px;
  182. font-size: 30px;
  183. font-family: 'Aboreto', cursive;
  184. color: #000;
  185. text-shadow: 1px 1px 0 #c0c0c0, -1px -1px 0 #c0c0c0, -1px 1px 0 #c0c0c0, 1px -1px 0 #c0c0c0;
  186. line-height: 1.5;
  187. }
  188. h5{
  189. background: url('LINK');
  190. background-size: cover;
  191. background-position: center;
  192. text-align: center;
  193. border: 2px solid #000;
  194. border-radius: 15px;
  195. font-size: 30px;
  196. font-family: 'Aboreto', cursive;
  197. color: #000;
  198. text-shadow: 1px 1px 0 #c0c0c0, -1px -1px 0 #c0c0c0, -1px 1px 0 #c0c0c0, 1px -1px 0 #c0c0c0;
  199. line-height: 1.5;
  200. }
  201. </style>
  202.  
  203. <div id="image"></div>
  204. <div class="line"></div>
  205.  
  206. <div id="container">
  207. <div id="content">
  208. <div style="width: 29vw; height: 39vw; overflow-y: hidden;">
  209.  
  210. <a name="one"></a>
  211. <div style="width: 29vw; height: 39vw; overflow: auto;" align="center">
  212. <h1>The Basics</h1>
  213. <span style="float:left;"><b>Name</b></span><span style="float:right;">HERE</span><br>
  214. <span style="float:left;"><b>Alias(es)</b></span><span style="float:right;">HERE</span><br>
  215. <span style="float:left;"><b>Gender</b></span><span style="float:right;">HERE</span><br>
  216. <span style="float:left;"><b>Age</b></span><span style="float:right;">HERE</span><br>
  217. <span style="float:left;"><b>Height</b></span><span style="float:right;">HERE</span><br>
  218. <span style="float:left;"><b>Weight</b></span><span style="float:right;">HERE</span><br><br>
  219. <span style="float:left;"><b>Orientation</b></span><span style="float:right;">HERE</span><br>
  220. <span style="float:left;"><b>Relationship</b></span><span style="float:right;">HERE</span><br>
  221. <span style="float:left;"><b>Race</b></span><span style="float:right;">HERE</span><br>
  222. <span style="float:left;"><b>Eyes</b></span><span style="float:right;">HERE</span><br>
  223. <span style="float:left;"><b>Hair</b></span><span style="float:right;">HERE</span><br>
  224.  
  225. <h2>Friends</h2>
  226. <marquee behavior="scroll" direction="left" onmouseover="this.stop();" onmouseout="this.start();">
  227. <a target="_blank" href="PROFILE LINK HERE"><img src="https://cdn2.iconfinder.com/data/icons/gaming-and-beyond-part-2-1/80/User_gray-512.png" height="70" width="70" align="left" border="5" title="WORDS"></a>
  228. </marquee>
  229. </div>
  230. </div>
  231. </div>
  232. </div>
  233. </body>
  234. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement