Advertisement
RageQxeen

Unholy Code

Oct 12th, 2023
52
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.68 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|Staatliches);
  50.  
  51. html, body {
  52. overflow: hidden;
  53. background: #1D4350; /* fallback for old browsers */
  54. background: -webkit-linear-gradient(to right, #A43931, #1D4350); /* Chrome 10-25, Safari 5.1-6 */
  55. background: linear-gradient(to right, #A43931, #1D4350); /* 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.  
  70. ::-webkit-scrollbar {
  71. height:0px;
  72. width:0px;
  73. background-color:#transparent;}
  74.  
  75. /* 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. */
  76.  
  77. #image {
  78. width: 35vw;
  79. margin: 0px;
  80. border: none;
  81. height: 45vw;
  82. background-color:transparent;
  83. position: absolute;
  84. left: 10vw;
  85. bottom: 5vw;
  86. background-image:url("LINK");
  87. background-repeat:no-repeat;
  88. background-position: bottom;
  89. background-size: 100%;
  90. z-index: 3;
  91. }
  92.  
  93. /* The container and content do not need to be touched for the most part, 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 "Staatliches". You can change the background on the container to pretty much anything that is dark toned, if you want to change to a lighter background I highly recommend going to content and finding that color: #fff, changing it to #000 instead. If there is any confusion please reach out and assistance will be given to you. */
  94.  
  95. #container {
  96. background-color: transparent;
  97. background-image:url("LINK");
  98. background-repeat:no-repeat;
  99. background-position: bottom;
  100. background-size: cover;
  101. width: 60vw;
  102. height: 26vw;
  103. margin:auto;
  104. position: absolute;
  105. padding: 5px;
  106. left: 30vw;
  107. bottom: 12vw;
  108. z-index:2;
  109. box-shadow: 0px 10px 15px #000;
  110. border-right: solid 4px #000;
  111. border-bottom: solid 4px #000;
  112. border-top: solid 4px #000;
  113. }
  114.  
  115. #content {
  116. background-color: rgba(0, 0, 0, 0.8);
  117. width: 50vw;
  118. height: 25vw;
  119. margin:auto;
  120. position: absolute;
  121. padding: 10px;
  122. font-size: 18px;
  123. font-family: 'Staatliches', cursive;
  124. color:#fff;
  125. opacity: 0.98;
  126. right: .25vw;
  127. bottom: .25vw;
  128. z-index:1;
  129. }
  130.  
  131. /* If the font is too big, only go down one size and adjust accordingly. You shouldn't have to mess with left, but you can adjust the bottom portion to lift it up so it aligns with the box like you see in previews. If there is any trouble, just reach out and you'll get assistance. */
  132.  
  133. .title {position: absolute;
  134. font-family: 'Cinzel Decorative';
  135. color: #CC2D2D;
  136. font-size: 3vw;
  137. top: -3.3vw;
  138. right: 0vw;
  139. width: 65vw;
  140. height: 3.5vw;
  141. text-align: center;
  142. text-shadow: -2px 0 #000, 0 2px #000,2px 0 #000, 0 -2px #000;
  143. font-weight: bold;
  144. overflow: auto;
  145. padding:5px 5px 5px 5px;
  146. z-index: 7;}
  147.  
  148. a {
  149. text-decoration: none;
  150. color: #fff;
  151. }
  152.  
  153. b {
  154. color: #CC2D2D
  155. }
  156.  
  157. i {
  158. color: #C0C0C0;
  159. }
  160. </style>
  161.  
  162. <div id="image"></div>
  163. <div id="container">
  164. <div class="title">TITLE</div>
  165.  
  166. <div id="content">
  167. <div style="width: 50vw; height: 25vw; overflow-y: hidden;">
  168.  
  169. <div style="width: 50vw; height: 25vw; overflow: auto;" align="center">
  170. <h1>The Basics</h1>
  171. <span style="float:left;"><b>True Name</b></span><span style="float:right;">HERE</span><br>
  172. <span style="float:left;"><b>Alias(es)</b></span><span style="float:right;">HERE</span><br>
  173. <span style="float:left;"><b>Gender</b></span><span style="float:right;">HERE</span><br>
  174. <span style="float:left;"><b>Apparent Age</b></span><span style="float:right;">HERE</span><br><br>
  175. <span style="float:left;"><b>Orientation</b></span><span style="float:right;">HERE</span><br>
  176. <span style="float:left;"><b>Marital Status</b></span><span style="float:right;">HERE</span><br>
  177. <span style="float:left;"><b>Affiliation</b></span><span style="float:right;">HERE</span><br>
  178. <span style="float:left;"><b>Alignment</b></span><span style="float:right;">HERE</span><br><br>
  179. <span style="float:left;"><b>Height</b></span><span style="float:right;">HERE</span><br>
  180. <span style="float:left;"><b>Weight</b></span><span style="float:right;">HERE</span><br>
  181. <span style="float:left;"><b>Body Type</b></span><span style="float:right;">HERE</span><br>
  182. <span style="float:left;"><b>Iris Color</b></span><span style="float:right;">HERE</span><br>
  183. <span style="float:left;"><b>Hair Color</b></span><span style="float:right;">HERE</span><br>
  184. <span style="float:left;"><b>Skin Tone</b></span><span style="float:right;">HERE</span><br>
  185. <span style="float:left;"><b>Dominant Hand</b></span><span style="float:right;">HERE</span><br>
  186.  
  187. <h1>Abilities</h1>
  188. <!-- Use the br or p tag to separate your information into paragraphs! You can also delete this line if you want too <3 -->
  189. HERE
  190.  
  191. <h1>History</h1>
  192.  
  193. HERE
  194.  
  195. <h1>Out of Character</h1>
  196. <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>
  197. <b>01</b>. OOC.<br>
  198. <b>02</b>. OOC<br>
  199. <b>03</b>. OOC<br>
  200. <b>04</b>. OOC<br>
  201. <b>05</b>. OOC<br>
  202. </div>
  203. </div>
  204. </div>
  205. </div>
  206. </body>
  207. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement