Advertisement
RageQxeen

Shork

Dec 3rd, 2022
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.69 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=Anybody|);
  50.  
  51. html, body {
  52. background: #74ebd5; /* fallback for old browsers */
  53. background: -webkit-linear-gradient(to right, #ACB6E5, #fefefe, #74ebd5); /* Chrome 10-25, Safari 5.1-6 */
  54. background: linear-gradient(to right, #ACB6E5, #fefefe, #74ebd5); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  55. }
  56.  
  57. ::-webkit-scrollbar-button:vertical:{
  58. background-color: #transparent;}
  59.  
  60. ::-webkit-scrollbar-thumb:vertical {
  61. background-color:#transparent;
  62. height:150px;}
  63.  
  64. ::-webkit-scrollbar-thumb:horizontal {
  65. background-color:#transparent;
  66. height:60px;}
  67.  
  68.  
  69. ::-webkit-scrollbar {
  70. height:60px;
  71. width:5px;
  72. background-color:#transparent;}
  73.  
  74. #image {
  75. width: 37vw;
  76. margin: 0px;
  77. border: none;
  78. height: 50vw;
  79. background-color:transparent;
  80. position: absolute;
  81. right: 31.5vw;
  82. bottom: 0vw;
  83. background-image:url("https://i.ibb.co/d2B73Kt/5.png");
  84. background-repeat:no-repeat;
  85. background-position: bottom;
  86. background-size: 100%;
  87. z-index: 2;
  88. }
  89.  
  90. #container {
  91. background-color:#ffe4e1;
  92. width: 80vw;
  93. height: 30vw;
  94. margin:auto;
  95. position: absolute;
  96. padding: 5px;
  97. left: 10vw;
  98. bottom: 5vw;
  99. z-index:1;
  100. box-shadow: 0px 5px 10px #000;
  101. border: 2px solid #fefefe;
  102. border-radius: 20px;
  103. background-image: url("https://wallpapers4screen.com/Uploads/27-9-2016/33263/underwater-coral-reef-fish-tree-ocean.jpg");
  104. background-size: cover;
  105. background-repeat: no-repeat;
  106. background-position: center;
  107. }
  108.  
  109. #content {
  110. background-color: rgb(0,0,0,0.4);
  111. width: 22vw;
  112. height: 28vw;
  113. margin:auto;
  114. position: absolute;
  115. padding: 5px;
  116. font-family: 'Anybody', cursive;
  117. font-size: 18px;
  118. color: #fff;
  119. right: 1vw;
  120. bottom: 1vw;
  121. z-index:1;
  122. border: #000000 solid 2px;
  123. }
  124.  
  125. #ooc {
  126. background-color: rgb(0,0,0,0.4);
  127. width: 22vw;
  128. height: 28vw;
  129. margin:auto;
  130. position: absolute;
  131. padding: 5px;
  132. font-family: 'Anybody', cursive;
  133. font-size: 18px;
  134. color: #fff;
  135. left: 1vw;
  136. bottom: 1vw;
  137. z-index:1;
  138. border: #000000 solid 2px;
  139. }
  140.  
  141. a {text-decoration: none; color: #74ebd5;}
  142. h1 {
  143. background: url(https://media.tenor.com/OPMJAHXKIU0AAAAd/looking-water.gif);
  144. background-position: left;
  145. background-size:cover;
  146. line-height:1vw;
  147. letter-spacing: 0.2vw;
  148. font-size: 4vh;
  149. font-family: 'Cinzel Decorative';
  150. text-align: center;
  151. border: .2vh solid #15181F;
  152. border-radius: 10px;
  153. color: #fefefe;
  154. filter: drop-shadow(0px 0px 10px #15181F);
  155. text-shadow: 3px 1px 2px #15181F, 0 0 25px #15181F;
  156. margin-top: 1vh;
  157. }
  158. </style>
  159.  
  160. <div id="image"></div>
  161.  
  162. <div id="container">
  163. <div id="content">
  164. <div style="width: 22vw; height: 28vw; overflow-y: hidden;">
  165.  
  166. <a name="one"></a>
  167. <div style="width: 22vw; height: 28vw; overflow: auto;" align="center">
  168. <h1>The Basics</h1>
  169. <span style="float:left;"><b>True Name</b></span><span style="float:right;">HERE</span><br>
  170. <span style="float:left;"><b>Alias(es)</b></span><span style="float:right;"><a title="HERE">hover</a></span><br>
  171. <span style="float:left;"><b>Gender</b></span><span style="float:right;">HERE</span><br>
  172. <span style="float:left;"><b>Apparent Age</b></span><span style="float:right;">HERE</span><br><br>
  173. <span style="float:left;"><b>Ethnicity</b></span><span style="float:right;">HERE</span><br>
  174. <span style="float:left;"><b>Orientation</b></span><span style="float:right;">HERE</span><br>
  175. <span style="float:left;"><b>Marital Status</b></span><span style="float:right;">HERE</span><br>
  176. <span style="float:left;"><b>Affiliation</b></span><span style="float:right;">HERE</span><br>
  177. <span style="float:left;"><b>Alignment</b></span><span style="float:right;">HERE</span><br>
  178. <span style="float:left;"><b>Handicaps</b></span><span style="float:right;">HERE</span><br>
  179. <span style="float:left;"><b>Allergies</b></span><span style="float:right;">HERE</span><br><br>
  180. <span style="float:left;"><b>Height</b></span><span style="float:right;">HERE</span><br>
  181. <span style="float:left;"><b>Weight</b></span><span style="float:right;">HERE</span><br>
  182. <span style="float:left;"><b>Body Type</b></span><span style="float:right;">HERE</span><br>
  183. <span style="float:left;"><b>Iris Color</b></span><span style="float:right;">HERE</span><br>
  184. <span style="float:left;"><b>Hair Color</b></span><span style="float:right;">HERE</span><br>
  185. <span style="float:left;"><b>Skin Tone</b></span><span style="float:right;">HERE</span><br>
  186. <span style="float:left;"><b>Dominant Hand</b></span><span style="float:right;">HERE</span>
  187.  
  188. <!--
  189. <h1>Abilities</h1>
  190.  
  191.  
  192. <h1>History</h1>
  193.  
  194.  
  195. <h1>Friends</h1>
  196. <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="100" width="100" align="left" border="5" title="WORDS"></a>
  197.  
  198.  
  199. RageQxeen Note: When you want to go ahead and reveal these, remove this note and the <*!-- you see at the top of abilities, make sure to remove the --*> as well! This will block it from being viewed, so only you see this!~-->
  200. </div>
  201. </div>
  202. </div>
  203.  
  204. <div id="ooc">
  205. <div style="width: 22vw; height: 28vw; overflow-y: hidden;">
  206.  
  207. <a name="five"></a>
  208. <div style="width: 22vw; height: 28vw; overflow: auto;" align="center">
  209. <h1>Out of Character</h1>
  210. <b>00</b>. Code made by <a href="https://alliealgiere.neocities.org" target="_blank">RageQxeen</a>, do not steal.<br>
  211. <b>01</b>. OOC<br>
  212. <b>02</b>. OOC<br>
  213. <b>03</b>. OOC<br>
  214. <b>04</b>. OOC<br>
  215. <b>05</b>. OOC<br>
  216. </div>
  217. </div>
  218. </div>
  219. </div>
  220. </body>
  221. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement