Advertisement
RageQxeen

Daddy Demi

Dec 3rd, 2022
46
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.24 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=Uncial+Antiqua|Staatliches);
  50.  
  51. html, body {
  52. background: #EB5757; /* fallback for old browsers */
  53. background: -webkit-linear-gradient(to left, #000000, #EB5757); /* Chrome 10-25, Safari 5.1-6 */
  54. background: linear-gradient(to left, #000000, #EB5757); /* 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: 40vw;
  76. margin: 0px;
  77. border: none;
  78. height: 45vw;
  79. background-color:transparent;
  80. position: absolute;
  81. right: 0vw;
  82. bottom: 0vw;
  83. background-image:url("https://i.ibb.co/KDgN3w4/1.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:#fdb8b8;
  92. background-image: url('https://images-wixmp-ed30a86b8c4ca887773594c2.wixmp.com/f/430f8cbe-cea8-4b13-94b2-b0031123e1e8/dc1upvg-d1d45aa1-d0c7-4a29-98e1-fab73fdd5654.jpg?token=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJzdWIiOiJ1cm46YXBwOjdlMGQxODg5ODIyNjQzNzNhNWYwZDQxNWVhMGQyNmUwIiwiaXNzIjoidXJuOmFwcDo3ZTBkMTg4OTgyMjY0MzczYTVmMGQ0MTVlYTBkMjZlMCIsIm9iaiI6W1t7InBhdGgiOiJcL2ZcLzQzMGY4Y2JlLWNlYTgtNGIxMy05NGIyLWIwMDMxMTIzZTFlOFwvZGMxdXB2Zy1kMWQ0NWFhMS1kMGM3LTRhMjktOThlMS1mYWI3M2ZkZDU2NTQuanBnIn1dXSwiYXVkIjpbInVybjpzZXJ2aWNlOmZpbGUuZG93bmxvYWQiXX0.rfiEaVnQYSxKxRAXATVG9i4_9jci6GWBdX9zhGWMImQ');
  93. background-repeat: no-repeat;
  94. background-position: center;
  95. background-size: cover;
  96. width: 60vw;
  97. height: 30vw;
  98. margin:auto;
  99. position: absolute;
  100. padding: 5px;
  101. right: 20vw;
  102. bottom: 2vw;
  103. z-index:1;
  104. box-shadow: 0px 5px 10px #000;
  105. border: 2px solid #000;
  106. }
  107.  
  108. #content {
  109. background-color: rgba(0,0,0,0.8);
  110. width: 42vw;
  111. height: 26vw;
  112. margin:auto;
  113. position: absolute;
  114. padding: 10px;
  115. font-size: 18px;
  116. font-family: 'Staatliches', cursive;
  117. color:#fff;
  118. left: .25vw;
  119. bottom: .25vw;
  120. z-index:1;
  121. }
  122.  
  123. .name {position: absolute;
  124. font-family: 'Uncial Antiqua';
  125. color: #fff;
  126. font-size: 6vw;
  127. top: -4vw;
  128. left: -3vw;
  129. width: 50vw;
  130. height: 9vw;
  131. border: 0px solid #000;
  132. text-align: justify;
  133. text-shadow: -1px 0 #c0c0c0, 0 1px #000,1px 0 #000, 0 -1px #c0c0c0;
  134. overflow: auto;
  135. padding:5px 5px 5px 5px;
  136. z-index: 5;}
  137.  
  138. .title { background: transparent;
  139. background:url('https://forum.plutonium.pw/assets/uploads/files/1650070249582-amaranthine-adj-undying-immortal-eternally-beautiful-a-dee-fanfiction-fanfiction-amreading-books-w-in-2021-gif-background-anime-scenery-fire-animation.gif') 50px 50px repeat;
  140. background-position: center;
  141. position: absolute;
  142. font-family: 'Uncial Antiqua';
  143. font-size: 6vw;
  144. top: -4vw;
  145. left: -3vw;
  146. width: 50vw;
  147. height: 9vw;
  148. text-align: justify;
  149. padding:5px 5px 5px 5px;
  150. -webkit-text-fill-color: transparent;
  151. -webkit-background-clip: text;
  152. z-index: 6;}
  153.  
  154. a {text-decoration: none; color: #d60000;}
  155. h1 {
  156. background: url(https://i.pinimg.com/originals/3e/41/75/3e4175ce9299db78557c3f39cb4e5a21.gif);
  157. background-position: left;
  158. background-size:cover;
  159. line-height:1vw;
  160. letter-spacing: 0.2vw;
  161. font-size: 4vh;
  162. font-family: 'Uncial Antiqua';
  163. text-align: center;
  164. border: .2vh solid #15181F;
  165. border-radius: 10px;
  166. color: #fff;
  167. filter: drop-shadow(0px 0px 10px #15181F);
  168. text-shadow: 3px 1px 2px #15181F, 0 0 25px #15181F;
  169. margin-top: 1vh;
  170. }
  171. </style>
  172.  
  173. <div id="image"></div>
  174.  
  175. <div id="container">
  176.  
  177. <div class="name">Steelbreaker</div>
  178. <div class="title">Steelbreaker</div>
  179.  
  180. <div id="content">
  181. <div style="width: 42vw; height: 26vw; overflow-y: hidden;">
  182.  
  183. <a name="one"></a>
  184. <div style="width: 42vw; height: 26vw; overflow: auto;" align="left">
  185. <h1>The Basics</h1>
  186. <span style="float:left;"><b>True Name</b></span><span style="float:right;">HERE</span><br>
  187. <span style="float:left;"><b>Alias(es)</b></span><span style="float:right;"><a title="HERE">hover</a></span><br>
  188. <span style="float:left;"><b>Gender</b></span><span style="float:right;">HERE</span><br>
  189. <span style="float:left;"><b>Apparent Age</b></span><span style="float:right;">HERE</span><br><br>
  190. <span style="float:left;"><b>Ethnicity</b></span><span style="float:right;">HERE</span><br>
  191. <span style="float:left;"><b>Orientation</b></span><span style="float:right;">HERE</span><br>
  192. <span style="float:left;"><b>Marital Status</b></span><span style="float:right;">HERE</span><br>
  193. <span style="float:left;"><b>Affiliation</b></span><span style="float:right;">HERE</span><br>
  194. <span style="float:left;"><b>Alignment</b></span><span style="float:right;">HERE</span><br>
  195. <span style="float:left;"><b>Handicaps</b></span><span style="float:right;">HERE</span><br>
  196. <span style="float:left;"><b>Allergies</b></span><span style="float:right;">HERE</span><br><br>
  197. <span style="float:left;"><b>Height</b></span><span style="float:right;">HERE</span><br>
  198. <span style="float:left;"><b>Weight</b></span><span style="float:right;">HERE</span><br>
  199. <span style="float:left;"><b>Body Type</b></span><span style="float:right;">HERE</span><br>
  200. <span style="float:left;"><b>Iris Color</b></span><span style="float:right;">HERE</span><br>
  201. <span style="float:left;"><b>Hair Color</b></span><span style="float:right;">HERE</span><br>
  202. <span style="float:left;"><b>Skin Tone</b></span><span style="float:right;">HERE</span><br>
  203. <span style="float:left;"><b>Dominant Hand</b></span><span style="float:right;">HERE</span>
  204. <br><br><br>
  205.  
  206. <h1>The Story</h1>
  207. Place whatever you want here. <3
  208. <br><br><br>
  209.  
  210. <h1>Out of Character</h1>
  211. <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>
  212. <b>01</b>. OOC<br>
  213. <b>02</b>. OOC<br>
  214. <b>03</b>. OOC<br>
  215. <b>04</b>. OOC<br>
  216. <b>05</b>. OOC<br>
  217. </div>
  218. </div>
  219. </div>
  220. </div>
  221. </body>
  222. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement