Advertisement
RageQxeen

Demigod

Oct 10th, 2023
97
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.79 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. $("#image").animate({left: "8vw",}, 'slow');
  52. });
  53. });
  54. $(document).ready(function(){
  55. $("#image").click(function(){
  56. $("#container").animate({opacity: "1",
  57. left: "23vw",}, 'slow');
  58. });
  59. });
  60. $(document).ready(function(){
  61. $("#image").click(function(){
  62. $(".quote").animate({opacity: "0",}, 'slow');
  63. });
  64. });
  65. </script>
  66. <style type="text/css">
  67.  
  68. @import url(https://fonts.googleapis.com/css?family=Anybody|Cinzel|Vina+Sans);
  69.  
  70. html, body {
  71. /* This is the gradient background on the main page, you can go to https://cssgradient.io/ to make your own gradient background or you may request the alternative singular color background. Do not touch the overflow portion. */
  72. overflow: hidden;
  73. background: #23074d; /* fallback for old browsers */
  74. background: -webkit-linear-gradient(to right, #cc5333, #23074d); /* Chrome 10-25, Safari 5.1-6 */
  75. background: linear-gradient(to right, #cc5333, #23074d); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  76. }
  77.  
  78. ::-webkit-scrollbar-button:vertical:{
  79. background-color: #transparent;}
  80.  
  81. ::-webkit-scrollbar-thumb:vertical {
  82. background-color:#transparent;
  83. height:0px;}
  84.  
  85. ::-webkit-scrollbar-thumb:horizontal {
  86. background-color:#transparent;
  87. height:0px;}
  88.  
  89. ::-webkit-scrollbar {
  90. height:0px;
  91. width:0px;
  92. background-color:#transparent;}
  93.  
  94. /* Now the main image is completely transparent, I HIGHLY recommend you find the same for yourself, and if you cannot find one then please use a separate code. You can replace where it says LINK with the transparent image. */
  95.  
  96. #image {
  97. width: 30vw;
  98. margin: 0px;
  99. border: none;
  100. height: 50vw;
  101. background-color:transparent;
  102. position: absolute;
  103. right: 33vw;
  104. bottom: 3vw;
  105. background-image:url("LINK");
  106. background-repeat:no-repeat;
  107. background-position: bottom;
  108. background-size: 100%;
  109. z-index: 2;
  110. }
  111.  
  112. /* The container, basics, ooc and history do not need to be touched, if you want to change the font I recommend going to Google Fonts and using the Import Option to bring that in, replace the top where you see @import completely with your import code, then use ONLY the name of the font to replace "Anybody", that includes the quote as well. If there is any confusion please reach out and assistance will be given to you. */
  113.  
  114. #container {
  115. width: 60vw;
  116. height: 30vw;
  117. position: absolute;
  118. right: 40vh;
  119. bottom: 20vh;
  120. border-radius: 50px 0px 0px 50px;
  121. background-color: #111111;
  122. background-image: url("LINK");
  123. opacity: 0;
  124. }
  125.  
  126. #basic {
  127. background-color: rgb(0,0,0,0.6);
  128. width: 20vw;
  129. height: 15vw;
  130. margin:auto;
  131. position: absolute;
  132. padding: 5px;
  133. font-family: 'Anybody', cursive;
  134. font-size: 16px;
  135. color: #fff;
  136. right: .5vw;
  137. top: .5vw;
  138. z-index:2;
  139. border: #000000 solid 2px;
  140. }
  141.  
  142. #abilities {
  143. background-color: rgb(0,0,0,0.6);
  144. width: 33vw;
  145. height: 12.25vw;
  146. margin:auto;
  147. position: absolute;
  148. padding: 5px;
  149. font-family: 'Anybody', cursive;
  150. font-size: 16px;
  151. color: #fff;
  152. right: .5vw;
  153. bottom: .5vw;
  154. z-index:2;
  155. border: #000000 solid 2px;
  156. }
  157.  
  158. #ooc {
  159. background-color: rgb(0,0,0,0.6);
  160. width: 12vw;
  161. height: 15vw;
  162. margin:auto;
  163. position: absolute;
  164. padding: 5px;
  165. font-family: 'Anybody', cursive;
  166. font-size: 16px;
  167. color: #fff;
  168. right: 21.5vw;
  169. top: .5vw;
  170. z-index:2;
  171. border: #000000 solid 2px;
  172. }
  173.  
  174. #history {
  175. background-color: rgb(0,0,0,0.6);
  176. width: 15vw;
  177. height: 28.25vw;
  178. margin:auto;
  179. position: absolute;
  180. padding: 5px;
  181. font-family: 'Anybody', cursive;
  182. font-size: 16px;
  183. color: #fff;
  184. right: 34.5vw;
  185. bottom: .5vw;
  186. z-index:2;
  187. border: #000000 solid 2px;
  188. }
  189.  
  190. .quote {position: absolute;
  191. font-family: 'Vina Sans';
  192. color: #a72b2b;
  193. font-size: 3vw;
  194. bottom: 5vw;
  195. right: 13vw;
  196. width: 75vw;
  197. height: 8vw;
  198. border: 0px solid #d09c9c;
  199. text-align: center;
  200. text-shadow: -1px 0 #000, 0 1px #000,1px 0 #000, 0 -1px #000;
  201. font-weight: bold;
  202. overflow: auto;
  203. padding:5px 5px 5px 5px;
  204. z-index: 7;}
  205.  
  206. /* This is the border to the entire container, you can make this whatever you want url wise but don't bother anything else here as well. */
  207.  
  208. .borderimg {
  209. border: 2px solid transparent;
  210. border-image: url(GIFLINK) 20 round;
  211. border-image-repeat: stretch;
  212. }
  213.  
  214. /* Finally, the font styles themselves, i stands for italic, b stands for bold, a stands for link, p stands for paragraph which is your overall font color. You can freely change the colors to whatever hex code you desire, and if you want your links underlined (that includes hover links too!) you can remove the text-decoration snippet from a to get it back. h1's font itself can be changed as well, don't bother anything else. */
  215.  
  216. a {text-decoration: none; color: #7b1113;}
  217. p {
  218. text-indent: 1vw;
  219. font-size: 1.5vw;
  220. font-family: 'Cinzel', cursive;
  221. color: #fff;
  222. }
  223. h1{text-align: center; font-size: 30px; font-family: 'Cinzel', cursive; color: #fff;}
  224.  
  225. </style>
  226.  
  227. <div class="quote">QUOTE</div>
  228.  
  229. <div id="image"></div>
  230. <div id="container" class="borderimg">
  231.  
  232. <div id="basic">
  233. <div style="width: 20vw; height: 15vw; overflow: auto;" align="center">
  234. <span style="float:left;"><b>True Name</b></span><span style="float:right;">HERE</span><br>
  235. <span style="float:left;"><b>Alias(es)</b></span><span style="float:right;"><a title="HERE">hover</a></span><br>
  236. <span style="float:left;"><b>Gender</b></span><span style="float:right;">HERE</span><br>
  237. <span style="float:left;"><b>Apparent Age</b></span><span style="float:right;">HERE</span><br><br>
  238. <span style="float:left;"><b>Ethnicity</b></span><span style="float:right;">HERE</span><br>
  239. <span style="float:left;"><b>Orientation</b></span><span style="float:right;">HERE</span><br>
  240. <span style="float:left;"><b>Marital Status</b></span><span style="float:right;">HERE</span><br>
  241. <span style="float:left;"><b>Alignment</b></span><span style="float:right;">HERE</span><br>
  242. <span style="float:left;"><b>Handicaps</b></span><span style="float:right;">HERE</span><br>
  243. <span style="float:left;"><b>Allergies</b></span><span style="float:right;">HERE</span><br><br>
  244. <span style="float:left;"><b>Height</b></span><span style="float:right;">HERE</span><br>
  245. <span style="float:left;"><b>Weight</b></span><span style="float:right;">HERE</span><br>
  246. <span style="float:left;"><b>Body Type</b></span><span style="float:right;">HERE</span><br>
  247. <span style="float:left;"><b>Iris Color</b></span><span style="float:right;">HERE</span><br>
  248. <span style="float:left;"><b>Hair Color</b></span><span style="float:right;">HERE</span><br>
  249. <span style="float:left;"><b>Skin Tone</b></span><span style="float:right;">HERE</span><br>
  250. <span style="float:left;"><b>Dominant Hand</b></span><span style="float:right;">HERE</span><br><br>
  251. <span style="float:left;"><b>Album</b></span><span style="float:right;"><a href="LINK" target="_blank">here</a></span>
  252. </div>
  253. </div>
  254.  
  255. <div id="abilities">
  256. <div style="width: 33vw; height: 12.25vw; overflow: auto;" align="left">
  257. <h1>Abilities</h1>
  258.  
  259. HERE
  260.  
  261. </div>
  262. </div>
  263.  
  264. <div id="ooc">
  265. <div style="width: 12vw; height: 15vw; overflow: auto;" align="left">
  266. <center><b>00</b>. Code made by <a target="_blank" href="https://rageqxeen.neocities.org/vw_codes/rageqxeen.html">RageQxeen</a>, do not steal.</center><br>
  267. <b>01</b>. OOC.<br>
  268. <b>02</b>. OOC<br>
  269. <b>03</b>. OOC<br>
  270. <b>04</b>. OOC<br>
  271. <b>05</b>. OOC<br>
  272. </div>
  273. </div>
  274.  
  275. <div id="history">
  276. <div style="width: 15vw; height: 28.25vw; overflow: auto;" align="left">
  277. <h1>The Past</h1>
  278.  
  279. HERE
  280.  
  281. </div>
  282. </div>
  283. </div>
  284. </body>
  285. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement