Advertisement
RageQxeen

Angroz

Dec 5th, 2022
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.73 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. <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.6.0/jquery.min.js"></script>
  48. <script>
  49. $(document).ready(function(){
  50. $("#image").click(function(){
  51. $("#container").animate({opacity: "1"}, 'slow');
  52. });
  53. });
  54. $(document).ready(function(){
  55. $("#image").click(function(){
  56. $(".indicator").animate({opacity: "0",}, 'slow');
  57. });
  58. });
  59. </script>
  60. <style type="text/css">
  61.  
  62. @import url(https://fonts.googleapis.com/css?family=Anybody|Cinzel+Decorative);
  63.  
  64. html, body {
  65. background: #20002c; /* fallback for old browsers */
  66. background: -webkit-linear-gradient(to right, #cbb4d4, #20002c); /* Chrome 10-25, Safari 5.1-6 */
  67. background: linear-gradient(to right, #cbb4d4, #20002c); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  68. }
  69.  
  70. ::-webkit-scrollbar-button:vertical:{
  71. background-color: #transparent;}
  72.  
  73. ::-webkit-scrollbar-thumb:vertical {
  74. background-color:#transparent;
  75. height:150px;}
  76.  
  77. ::-webkit-scrollbar-thumb:horizontal {
  78. background-color:#transparent;
  79. height:60px;}
  80.  
  81.  
  82. ::-webkit-scrollbar {
  83. height:60px;
  84. width:5px;
  85. background-color:#transparent;}
  86.  
  87. .cover {
  88. background-image:url("https://i.ibb.co/dMHW6yc/Chain-High-Quality-PNG.png");
  89. background-size: cover;
  90. background-repeat:no-repeat;
  91. background-position:center top;
  92. opacity: 0.8;
  93. position: absolute;
  94. width: 100vw;
  95. height: 100vh;
  96. left: 0vw;
  97. top: 0vw;
  98. z-index: 1;
  99. overflow: hidden;
  100. }
  101.  
  102. #image {
  103. width: 30vw;
  104. margin: 0px;
  105. border: none;
  106. height: 50vw;
  107. background-color:transparent;
  108. position: absolute;
  109. right: 36vw;
  110. bottom: 0vw;
  111. background-image:url("https://i.ibb.co/P50LzxH/84.png");
  112. background-repeat:no-repeat;
  113. background-position: bottom;
  114. background-size: 100%;
  115. z-index: 2;
  116. }
  117.  
  118. #container {
  119. background-color:#ffe4e1;
  120. width: 80vw;
  121. height: 30vw;
  122. margin:auto;
  123. position: absolute;
  124. padding: 5px;
  125. left: 9vw;
  126. bottom: 1vw;
  127. z-index:1;
  128. box-shadow: 0px 5px 10px #000;
  129. border: 2px solid #e9e9e9;
  130. border-radius: 20px;
  131. background-image: url("https://i.ibb.co/TRf5cJD/fire-blaze-flames-black-background-fire-burn-flame-isolated-abstract-texture-flaming-explosion-with.webp");
  132. background-size: cover;
  133. background-repeat: no-repeat;
  134. background-position: center top;
  135. opacity: 0;
  136. }
  137.  
  138. #content {
  139. background-color: rgb(0,0,0,0.6);
  140. width: 22vw;
  141. height: 28vw;
  142. margin:auto;
  143. position: absolute;
  144. padding: 5px;
  145. font-family: 'Anybody', cursive;
  146. font-size: 18px;
  147. color: #CBC3E3;
  148. right: 1vw;
  149. bottom: 1vw;
  150. z-index:1;
  151. border: #e9e9e9 solid 2px;
  152. }
  153.  
  154. #ooc {
  155. background-color: rgb(0,0,0,0.6);
  156. width: 22vw;
  157. height: 28vw;
  158. margin:auto;
  159. position: absolute;
  160. padding: 5px;
  161. font-family: 'Anybody', cursive;
  162. font-size: 18px;
  163. color: #CBC3E3;
  164. left: 1vw;
  165. bottom: 1vw;
  166. z-index:1;
  167. border: #e9e9e9 solid 2px;
  168. }
  169.  
  170. #nav {
  171. background-color: transparent;
  172. width: .5vw;
  173. height: 1.7vw;
  174. margin:auto;
  175. position: absolute;
  176. right: -1vw;
  177. top: 10vw;
  178. text-align:right;
  179. z-index:1;
  180. }
  181.  
  182. #nav a, #nav a:link, #nav a:visited {
  183. display:inline-block;
  184. height: 25px;
  185. width: 25px;
  186. text-decoration:none;
  187. background: #301934;
  188. margin: 5px;
  189. border: double #000 5px;
  190. -webkit-transition: 0.5s linear;
  191. -moz-transition: 0.5s linear;
  192. -o-transition: 0.5s linear;
  193. transition: 0.5s linear;
  194. }
  195.  
  196. #nav a:active, #nav a:hover {
  197. display:inline-block;
  198. height: 25px;
  199. width: 25px;
  200. text-decoration:none;
  201. background: #CBC3E3;
  202. margin: 5px;
  203. border: double #000 5px;
  204. -webkit-transition: 0.5s linear;
  205. -moz-transition: 0.5s linear;
  206. -o-transition: 0.5s linear;
  207. transition: 0.5s linear;
  208. }
  209.  
  210. .indicator {
  211. position: absolute;
  212. font-family: 'Cinzel Decorative';
  213. font-size: 1.3vw;
  214. color: #000;
  215. top: 1vw;
  216. left: 38vw;
  217. width: 25vw;
  218. height: 2vw;
  219. text-align: center;
  220. overflow: auto;
  221. opacity: 1;
  222. z-index: 11;
  223. }
  224.  
  225. a {text-decoration: none; color: #E6E6FA;}
  226. h1 {
  227. background: url(https://64.media.tumblr.com/8fd9985d4e4864d6654478a01c2f3e45/8205ca7135e737f0-86/s500x750/d9a462ea9858f62d0de898e32fb8f336876a73a1.gif);
  228. background-position: bottom;
  229. background-size:cover;
  230. line-height:1vw;
  231. letter-spacing: 0.2vw;
  232. font-size: 3vh;
  233. font-family: 'Cinzel Decorative';
  234. text-align: center;
  235. border: .2vh solid #15181F;
  236. border-radius: 10px;
  237. color: #fefefe;
  238. filter: drop-shadow(0px 0px 10px #15181F);
  239. text-shadow: 3px 1px 2px #15181F, 0 0 25px #15181F;
  240. margin-top: 1vh;
  241. }
  242. </style>
  243. <div class="cover"></div>
  244.  
  245. <div class="indicator">Click him.~</div>
  246.  
  247. <div id="image"></div>
  248.  
  249. <div id="container">
  250.  
  251. <div id="nav">
  252. <a href="#one"></a>
  253. <a href="#two"></a>
  254. <a href="#three"></a>
  255. <a href="#four"></a>
  256. </div>
  257.  
  258. <div id="content">
  259. <div style="width: 22vw; height: 28vw; overflow-y: hidden;">
  260.  
  261. <a name="one"></a>
  262. <div style="width: 22vw; height: 28vw; overflow: auto;" align="center">
  263. <h1>The Basics</h1>
  264. <span style="float:left;"><b>True Name</b></span><span style="float:right;">HERE</span><br>
  265. <span style="float:left;"><b>Alias(es)</b></span><span style="float:right;"><a title="HERE">hover</a></span><br>
  266. <span style="float:left;"><b>Gender</b></span><span style="float:right;">HERE</span><br>
  267. <span style="float:left;"><b>Apparent Age</b></span><span style="float:right;">HERE</span><br><br>
  268. <span style="float:left;"><b>Ethnicity</b></span><span style="float:right;">HERE</span><br>
  269. <span style="float:left;"><b>Orientation</b></span><span style="float:right;">HERE</span><br>
  270. <span style="float:left;"><b>Marital Status</b></span><span style="float:right;">HERE</span><br>
  271. <span style="float:left;"><b>Affiliation</b></span><span style="float:right;">HERE</span><br>
  272. <span style="float:left;"><b>Alignment</b></span><span style="float:right;">HERE</span><br>
  273. <span style="float:left;"><b>Handicaps</b></span><span style="float:right;">HERE</span><br>
  274. <span style="float:left;"><b>Allergies</b></span><span style="float:right;">HERE</span><br><br>
  275. <span style="float:left;"><b>Height</b></span><span style="float:right;">HERE</span><br>
  276. <span style="float:left;"><b>Weight</b></span><span style="float:right;">HERE</span><br>
  277. <span style="float:left;"><b>Body Type</b></span><span style="float:right;">HERE</span><br>
  278. <span style="float:left;"><b>Iris Color</b></span><span style="float:right;">HERE</span><br>
  279. <span style="float:left;"><b>Hair Color</b></span><span style="float:right;">HERE</span><br>
  280. <span style="float:left;"><b>Skin Tone</b></span><span style="float:right;">HERE</span><br>
  281. <span style="float:left;"><b>Dominant Hand</b></span><span style="float:right;">HERE</span>
  282. </div>
  283.  
  284. <a name="two"></a>
  285. <div style="width: 22vw; height: 28vw; overflow: auto;" align="left">
  286. <h1>Personality</h1>
  287.  
  288. </div>
  289.  
  290.  
  291. <a name="three"></a>
  292. <div style="width: 22vw; height: 28vw; overflow: auto;" align="left">
  293. <h1>History</h1>
  294.  
  295. </div>
  296.  
  297. <a name="four"></a>
  298. <div style="width: 22vw; height: 28vw; overflow: auto;" align="left">
  299. <h1>Friends</h1>
  300. <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>
  301. </div>
  302. </div>
  303. </div>
  304.  
  305. <div id="ooc">
  306. <div style="width: 22vw; height: 28vw; overflow-y: hidden;">
  307.  
  308. <a name="five"></a>
  309. <div style="width: 22vw; height: 28vw; overflow: auto;" align="center">
  310. <h1>Out of Character</h1>
  311. <b>00</b>. Code made by <a href="https://alliealgiere.neocities.org" target="_blank">RageQxeen</a>, do not steal.<br>
  312. <b>01</b>. OOC<br>
  313. <b>02</b>. OOC<br>
  314. <b>03</b>. OOC<br>
  315. <b>04</b>. OOC<br>
  316. <b>05</b>. OOC<br>
  317. </div>
  318. </div>
  319. </div>
  320. </div>
  321. </body>
  322. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement