Advertisement
RageQxeen

Fox Code

Oct 12th, 2023
41
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.17 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=Cinzel+Decorative|Anybody);
  50.  
  51. html, body {
  52. overflow: hidden;
  53. background: #4CA1AF; /* fallback for old browsers */
  54. background: -webkit-linear-gradient(to right, #C4E0E5, #4CA1AF); /* Chrome 10-25, Safari 5.1-6 */
  55. background: linear-gradient(to right, #C4E0E5, #4CA1AF); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  56. }
  57.  
  58. ::-webkit-scrollbar-button:vertical:{
  59. background-color: #transparent;}
  60.  
  61. ::-webkit-scrollbar-thumb:vertical {
  62. background-color:#transparent;
  63. height:0px;}
  64.  
  65. ::-webkit-scrollbar-thumb:horizontal {
  66. background-color:#transparent;
  67. height:0px;}
  68.  
  69. ::-webkit-scrollbar {
  70. height:0px;
  71. width:0px;
  72. background-color:#transparent;}
  73.  
  74. /* Now the main two 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. */
  75.  
  76. #image {
  77. width: 60vh;
  78. height: 100%;
  79. position: absolute;
  80. right: 0vw;
  81. bottom: 0vw;
  82. background-image:url("LINK");
  83. background-repeat:no-repeat;
  84. background-position: bottom;
  85. background-size: 100% 100%;
  86. z-index: 2;
  87. }
  88.  
  89. #image2 {
  90. width: 60vh;
  91. height: 100%;
  92. position: absolute;
  93. left: 0vw;
  94. bottom: 0vw;
  95. background-image:url("LINK");
  96. background-repeat:no-repeat;
  97. background-position: bottom;
  98. background-size: 100% 100%;
  99. z-index: 2;
  100. }
  101.  
  102. /* The container, basics, abilities, 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", if there is any confusion please reach out and assistance will be given to you. */
  103.  
  104. #container {
  105. background-color:#102a43;
  106. background-image: url('https://www.transparenttextures.com/patterns/old-wall.png');
  107. background-repeat: repeat;
  108. width: 45vw;
  109. height: 100%;
  110. margin:auto;
  111. position: absolute;
  112. padding: 5px;
  113. left: 26vw;
  114. bottom: 0vw;
  115. z-index:1;
  116. box-shadow: 0px 5px 10px #000;
  117. border-left: 2px solid #000;
  118. border-right: 2px solid #000;
  119. z-index: 1;
  120. }
  121.  
  122. #basic {
  123. background-color: rgb(0,0,0,0.8);
  124. width: 42.8vw;
  125. height: 10vw;
  126. margin:auto;
  127. position: absolute;
  128. padding: 5px;
  129. font-family: 'Anybody', cursive;
  130. font-size: 16px;
  131. color: #fff;
  132. left: 1vw;
  133. bottom: 28vw;
  134. z-index:2;
  135. border: #000000 solid 2px;
  136. }
  137.  
  138. #abilities {
  139. background-color: rgb(0,0,0,0.8);
  140. width: 26.5vw;
  141. height: 12.8vw;
  142. margin:auto;
  143. position: absolute;
  144. padding: 5px;
  145. font-family: 'Anybody', cursive;
  146. font-size: 16px;
  147. color: #fff;
  148. left: 1vw;
  149. bottom: 14vw;
  150. z-index:2;
  151. border: #000000 solid 2px;
  152. }
  153.  
  154. #ooc {
  155. background-color: rgb(0,0,0,0.8);
  156. width: 26.5vw;
  157. height: 12.25vw;
  158. margin:auto;
  159. position: absolute;
  160. padding: 5px;
  161. font-family: 'Anybody', cursive;
  162. font-size: 16px;
  163. color: #fff;
  164. left: 1vw;
  165. bottom: .5vw;
  166. z-index:2;
  167. border: #000000 solid 2px;
  168. }
  169.  
  170. #history {
  171. background-color: rgb(0,0,0,0.8);
  172. width: 15vw;
  173. height: 26.35vw;
  174. margin:auto;
  175. position: absolute;
  176. padding: 5px;
  177. font-family: 'Anybody', cursive;
  178. font-size: 16px;
  179. color: #fff;
  180. right: 1vw;
  181. bottom: .5vw;
  182. z-index:2;
  183. border: #000000 solid 2px;
  184. }
  185.  
  186. /* If the font is too big, only go down one size and adjust accordingly. Add a gif link or a regular one for the background on h1! If there is any trouble, just reach out and you'll get assistance. */
  187.  
  188.  
  189. .title {position: absolute;
  190. font-family: 'Cinzel Decorative';
  191. color: #bcccdc;
  192. font-size: 4vw;
  193. top: 5vw;
  194. right: 1vw;
  195. width: 42.8vw;
  196. height: 4vw;
  197. text-align: center;
  198. text-shadow: -2px 0 #000, 0 2px #000,2px 0 #000, 0 -2px #000;
  199. font-weight: bold;
  200. overflow: auto;
  201. padding:5px 5px 5px 5px;
  202. z-index: 7;}
  203.  
  204.  
  205. i{color: #00aced;}
  206. b{color: #0badd0;}
  207. a{color: #dde7ee; text-decoration: none;}
  208. h1{
  209. background: url('GIFLINK');
  210. background-size: cover;
  211. background-position: center;
  212. text-align: center;
  213. border: 2px solid #000;
  214. border-radius: 15px;
  215. font-size: 30px;
  216. font-family: 'Cinzel', cursive;
  217. color: #000;
  218. text-shadow: 1px 1px 0 #c0c0c0, -1px -1px 0 #c0c0c0, -1px 1px 0 #c0c0c0, 1px -1px 0 #c0c0c0;
  219. line-height: 2;
  220. }
  221. </style>
  222.  
  223. <div id="image"></div>
  224. <div id="image2"></div>
  225.  
  226. <div id="container">
  227.  
  228. <div class="title">TITLE</div>
  229.  
  230. <div id="basic">
  231. <div style="width: 42.8vw; height: 10vw; overflow: auto;" align="center">
  232. <span style="float:left;"><b>True Name</b></span><span style="float:right;">HERE</span><br>
  233.  
  234. <span style="float:left;"><b>Alias(es)</b></span><span style="float:right;"><a title="HERE">hover</a></span><br>
  235.  
  236. <span style="float:left;"><b>Gender</b></span><span style="float:right;">HERE</span><br>
  237.  
  238. <span style="float:left;"><b>Apparent Age</b></span><span style="float:right;">HERE</span><br><br>
  239.  
  240. <span style="float:left;"><b>Ethnicity</b></span><span style="float:right;">HERE</span><br>
  241.  
  242. <span style="float:left;"><b>Orientation</b></span><span style="float:right;">HERE</span><br>
  243.  
  244. <span style="float:left;"><b>Marital Status</b></span><span style="float:right;">HERE</span><br>
  245.  
  246. <span style="float:left;"><b>Alignment</b></span><span style="float:right;">HERE</span><br>
  247.  
  248. <span style="float:left;"><b>Handicaps</b></span><span style="float:right;">HERE</span><br>
  249.  
  250. <span style="float:left;"><b>Allergies</b></span><span style="float:right;">HERE</span><br><br>
  251.  
  252. <span style="float:left;"><b>Height</b></span><span style="float:right;">HERE</span><br>
  253.  
  254. <span style="float:left;"><b>Weight</b></span><span style="float:right;">HERE</span><br>
  255.  
  256. <span style="float:left;"><b>Body Type</b></span><span style="float:right;">HERE</span><br>
  257.  
  258. <span style="float:left;"><b>Iris Color</b></span><span style="float:right;">HERE</span><br>
  259.  
  260. <span style="float:left;"><b>Hair Color</b></span><span style="float:right;">HERE</span><br>
  261.  
  262. <span style="float:left;"><b>Skin Tone</b></span><span style="float:right;">HERE</span><br>
  263.  
  264. <span style="float:left;"><b>Dominant Hand</b></span><span style="float:right;">HERE</span><br><br>
  265.  
  266. <span style="float:left;"><b>Album</b></span><span style="float:right;"><a href="LINK" target="_blank">here</a></span>
  267. </div>
  268. </div>
  269.  
  270. <div id="abilities">
  271. <div style="width: 26.5vw; height: 12.8vw; overflow: auto;" align="left">
  272. <h1>Abilities</h1>
  273. HERE
  274. </div>
  275. </div>
  276.  
  277. <div id="ooc">
  278. <div style="width: 26.5vw; height: 12.25vw; overflow: auto;" align="left">
  279. <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>
  280. <b>01</b>. Resolution: 1920x1080 | Google Chrome | Not Mobile Friendly.<br>
  281. <b>02</b>. OOC<br>
  282. <b>03</b>. OOC<br>
  283. <b>04</b>. OOC<br>
  284. <b>05</b>. OOC<br>
  285. </div>
  286. </div>
  287.  
  288. <div id="history">
  289. <div style="width: 15vw; height: 26.35vw; overflow: auto;" align="left">
  290. <h1>The Past</h1>
  291. HERE
  292. </div>
  293. </div>
  294. </div>
  295. </div>
  296. </body>
  297. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement