RageQxeen

Suckysuckydaddy

Dec 17th, 2022
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.78 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=Staatliches|Creepster|RavaliItalic);
  50.  
  51. html, body {
  52. background: #000000; /* fallback for old browsers */
  53. background: -webkit-linear-gradient(to left, #e74c3c, #000000); /* Chrome 10-25, Safari 5.1-6 */
  54. background: linear-gradient(to left, #e74c3c, #000000); /* 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. .cover {
  75. background:url('https://thumbs.gfycat.com/RingedSpicyKodiakbear-size_restricted.gif');
  76. opacity: 0.6;
  77. position: absolute;
  78. width: 100vw;
  79. height: 100vh;
  80. left: 0vw;
  81. top: 0vw;
  82. z-index: 1;
  83. overflow: hidden;
  84. }
  85.  
  86. #image {
  87. width: 70vh;
  88. margin: 0px;
  89. border: none;
  90. height: 50vw;
  91. background-color:transparent;
  92. position: absolute;
  93. right: 0vw;
  94. bottom: 0vw;
  95. background-image:url("https://cdn.discordapp.com/attachments/336908924697706499/1053632820578365470/alucard.png");
  96. background-repeat:no-repeat;
  97. background-position: bottom;
  98. background-size: 100%;
  99. z-index: 10;
  100. }
  101.  
  102. #container {
  103. background-color: transparent;
  104. background-image:url("https://w0.peakpx.com/wallpaper/454/78/HD-wallpaper-dracula-s-castle-fantasy-dracula-abstract-castle.jpg");
  105. background-repeat:no-repeat;
  106. background-position: bottom;
  107. background-size: cover;
  108. width: 60vw;
  109. height: 27vw;
  110. margin:auto;
  111. position: absolute;
  112. padding: 5px;
  113. left: 17vw;
  114. bottom: 3vw;
  115. z-index:1;
  116. box-shadow: 0px 10px 15px #000;
  117. border-left: solid 4px #000;
  118. border-bottom: solid 4px #000;
  119. border-top: solid 4px #000;
  120. }
  121.  
  122. #content {
  123. background-color: rgb(0, 0, 0, 0.8);
  124. width: 46vw;
  125. height: 26vw;
  126. margin:auto;
  127. position: absolute;
  128. padding: 10px;
  129. font-family: 'Staatliches', cursive;
  130. font-size: 18px;
  131. color: #fff;
  132. left: 0.25vw;
  133. bottom: .25vw;
  134. z-index:1;
  135. }
  136.  
  137. #nav {
  138. background-color: transparent;
  139. width: 600px;
  140. height:10px;
  141. margin:auto;
  142. position: absolute;
  143. left: 7vw;
  144. bottom: 0vw;
  145. text-align: center;
  146. text-decoration: none;
  147. z-index:3;
  148. }
  149.  
  150. #nav a, #nav a:link, #nav a:visited {
  151. display:inline-block;
  152. text-decoration: none;
  153. text-align: center;
  154. background: #000;
  155. color: transparent;
  156. margin-left: 15px;
  157. box-shadow: 0px 0px 5px #880808;
  158. padding: 4px;
  159. height: 10px;
  160. width: 100px;
  161. border: 5px double #880808;
  162. -webkit-transition: 0.5s linear;
  163. -moz-transition: 0.5s linear;
  164. -o-transition: 0.5s linear;
  165. transition: 0.5s linear;
  166. }
  167.  
  168. #nav a:active, #nav a:hover {
  169. display:inline-block;
  170. height: 10px;
  171. width: 100px;
  172. text-decoration:none;
  173. background: #880808;
  174. margin-left: 15px;
  175. box-shadow: 0px 0px 5px #000;
  176. border: 5px double #000;
  177. color: transparent;
  178. -webkit-transition: 0.5s linear;
  179. -moz-transition: 0.5s linear;
  180. -o-transition: 0.5s linear;
  181. transition: 0.5s linear;
  182. }
  183.  
  184. a {text-decoration: none; color: #3a6186;}
  185. h1 {
  186. background: url(https://c.tenor.com/cDQN9Jc-mPcAAAAC/sky-red.gif);
  187. background-position: left;
  188. background-size:cover;
  189. line-height:1vw;
  190. letter-spacing: 0.2vw;
  191. font-size: 4vh;
  192. font-family: 'Creepster';
  193. text-align: center;
  194. border: .2vh solid #15181F;
  195. border-radius: 10px;
  196. color: #89253e;
  197. filter: drop-shadow(0px 0px 10px #15181F);
  198. text-shadow: 3px 1px 2px #15181F, 0 0 25px #15181F;
  199. margin-top: 1vh;
  200. }
  201.  
  202. .name {position: absolute;
  203. font-family: 'RavaliItalic';
  204. color: #fff;
  205. font-size: 8vw;
  206. top: 0vw;
  207. left: 18vw;
  208. width: 62vw;
  209. height: 15vw;
  210. border: 0px solid #000;
  211. text-align: justify;
  212. text-shadow: -1px 0 #c0c0c0, 0 1px #000,1px 0 #000, 0 -1px #c0c0c0;
  213. overflow: auto;
  214. padding:5px 5px 5px 5px;
  215. z-index: 5;}
  216.  
  217. .title { background: transparent;
  218. 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;
  219. background-position: center;
  220. position: absolute;
  221. font-family: 'RavaliItalic';
  222. font-size: 8vw;
  223. top: 0vw;
  224. left: 18vw;
  225. width: 62vw;
  226. height: 15vw;
  227. text-align: justify;
  228. padding:5px 5px 5px 5px;
  229. -webkit-text-fill-color: transparent;
  230. -webkit-background-clip: text;
  231. z-index: 6;}
  232. </style>
  233. <link rel="stylesheet" media="screen" href="https://fontlibrary.org//face/ravali" type="text/css"/>
  234. <div class="cover"></div>
  235.  
  236. <div id="image"></div>
  237.  
  238.  
  239. <div class="name">Hellsing's Trump Card</div>
  240. <div class="title">Hellsing's Trump Card</div>
  241.  
  242. <div id="container">
  243.  
  244. <div id="nav">
  245. <a href="#one"></a>
  246. <a href="#two"></a>
  247. <a href="#three"></a>
  248. <a href="#four"></a>
  249. </div>
  250.  
  251. <div id="content">
  252. <div style="width: 46vw; height: 26vw; overflow-y: hidden;">
  253.  
  254. <a name="one"></a>
  255. <div style="width: 46vw; height: 26vw; overflow: auto;" align="center">
  256. <h1>The Basics</h1>
  257. <span style="float:left;"><b>True Name</b></span><span style="float:right;">HERE</span><br>
  258. <span style="float:left;"><b>Alias(es)</b></span><span style="float:right;"><a title="HERE">hover</a></span><br>
  259. <span style="float:left;"><b>Gender</b></span><span style="float:right;">HERE</span><br>
  260. <span style="float:left;"><b>Apparent Age</b></span><span style="float:right;">HERE</span><br><br>
  261. <span style="float:left;"><b>Ethnicity</b></span><span style="float:right;">HERE</span><br>
  262. <span style="float:left;"><b>Orientation</b></span><span style="float:right;">HERE</span><br>
  263. <span style="float:left;"><b>Marital Status</b></span><span style="float:right;">HERE</span><br>
  264. <span style="float:left;"><b>Affiliation</b></span><span style="float:right;">HERE</span><br>
  265. <span style="float:left;"><b>Alignment</b></span><span style="float:right;">HERE</span><br>
  266. <span style="float:left;"><b>Handicaps</b></span><span style="float:right;">HERE</span><br>
  267. <span style="float:left;"><b>Allergies</b></span><span style="float:right;">HERE</span><br><br>
  268. <span style="float:left;"><b>Height</b></span><span style="float:right;">HERE</span><br>
  269. <span style="float:left;"><b>Weight</b></span><span style="float:right;">HERE</span><br>
  270. <span style="float:left;"><b>Body Type</b></span><span style="float:right;">HERE</span><br>
  271. <span style="float:left;"><b>Iris Color</b></span><span style="float:right;">HERE</span><br>
  272. <span style="float:left;"><b>Hair Color</b></span><span style="float:right;">HERE</span><br>
  273. <span style="float:left;"><b>Skin Tone</b></span><span style="float:right;">HERE</span><br>
  274. <span style="float:left;"><b>Dominant Hand</b></span><span style="float:right;">HERE</span>
  275. </div>
  276.  
  277. <a name="two"></a>
  278. <div style="width: 46vw; height: 26vw; overflow: auto;" align="left">
  279. <h1>Abilities</h1>
  280.  
  281. </div>
  282.  
  283.  
  284. <a name="three"></a>
  285. <div style="width: 46vw; height: 26vw; overflow: auto;" align="left">
  286. <h1>Friends</h1>
  287. <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>
  288. </div>
  289.  
  290. <a name="four"></a>
  291. <div style="width: 46vw; height: 26vw; overflow: auto;" align="left">
  292. <h1>Out of Character</h1>
  293. <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>
  294. <b>01</b>. OOC<br>
  295. <b>02</b>. OOC<br>
  296. <b>03</b>. OOC<br>
  297. <b>04</b>. OOC<br>
  298. <b>05</b>. OOC<br>
  299. </div>
  300. </div>
  301. </div>
  302. </div>
  303. </body>
  304. </html>
Advertisement
Add Comment
Please, Sign In to add comment