Advertisement
RageQxeen

Bloody Queen

Oct 7th, 2022
172
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.33 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("Nice try.");
  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|Cinzel|Aref+Ruqaa);
  50.  
  51. html, body {
  52. background: rgb(0,0,0);
  53. background: -moz-linear-gradient(180deg, rgba(0,0,0,1) 0%, rgba(36,32,32,1) 25%, rgba(49,35,35,1) 50%, rgba(66,18,18,1) 75%, rgba(101,0,0,1) 100%);
  54. background: -webkit-linear-gradient(180deg, rgba(0,0,0,1) 0%, rgba(36,32,32,1) 25%, rgba(49,35,35,1) 50%, rgba(66,18,18,1) 75%, rgba(101,0,0,1) 100%);
  55. background: linear-gradient(180deg, rgba(0,0,0,1) 0%, rgba(36,32,32,1) 25%, rgba(49,35,35,1) 50%, rgba(66,18,18,1) 75%, rgba(101,0,0,1) 100%);
  56. filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#650000",GradientType=1);
  57. }
  58.  
  59. ::-webkit-scrollbar-button:vertical:{
  60. background-color: #transparent;}
  61.  
  62. ::-webkit-scrollbar-thumb:vertical {
  63. background-color:#transparent;
  64. height:150px;}
  65.  
  66. ::-webkit-scrollbar-thumb:horizontal {
  67. background-color:#transparent;
  68. height:60px;}
  69.  
  70.  
  71. ::-webkit-scrollbar {
  72. height:60px;
  73. width:5px;
  74. background-color:#transparent;}
  75.  
  76. #image {
  77. width: 30vw;
  78. margin: 0px;
  79. border: none;
  80. height: 45vw;
  81. background-color:transparent;
  82. position: absolute;
  83. right: 7vw;
  84. bottom: 0vw;
  85. background-image:url("http://i.picpar.com/PoYd.png");
  86. background-repeat:no-repeat;
  87. background-position: bottom;
  88. background-size: 100%;
  89. z-index: 1;
  90. }
  91.  
  92. #eyesimg {
  93. width: 40vw;
  94. margin: 0px;
  95. border: none;
  96. height: 10vw;
  97. background-color:transparent;
  98. position: absolute;
  99. left: 4vw;
  100. bottom: 0.5vw;
  101. border: solid #000 5px;
  102. border-radius: 15%;
  103. background-image:url("https://media0.giphy.com/media/AVKsvBm7bWc7u/source.gif");
  104. background-repeat:no-repeat;
  105. background-position: center;
  106. background-size: 100%;
  107. z-index: 3;
  108. }
  109.  
  110. #container {
  111. background-color:#818181;
  112. width: 70vw;
  113. height: 38vw;
  114. margin:auto;
  115. position: absolute;
  116. padding: 5px;
  117. left: 15vw;
  118. top: 10vw;
  119. background-image: url("https://www.transparenttextures.com/patterns/brushed-alum.png");
  120. background-repeat: repeat;
  121. background-position: center;
  122. background-size: 30%;
  123. z-index: 0;
  124. box-shadow: 0px 5px 10px #000;
  125. }
  126.  
  127. #content {
  128. background-color:#696969;
  129. width: 48vw;
  130. height: 25vw;
  131. margin:auto;
  132. position: absolute;
  133. padding: 5px;
  134. font-family: 'Aref Ruqaa', cursive;
  135. font-size: 18px;
  136. color: #000;
  137. left: 1vw;
  138. top: 1.5vw;
  139. z-index:1;
  140. box-shadow: 0px 5px 10px #000;
  141. }
  142.  
  143. #nav {
  144. background-color: transparent;
  145. width: 2vw;
  146. height: 1.7vw;
  147. margin:auto;
  148. position: absolute;
  149. left: 1vw;
  150. bottom: 6vw;
  151. text-align:right;
  152. z-index:0;
  153. }
  154.  
  155. #nav a, #nav a:link, #nav a:visited {
  156. display:inline-block;
  157. height: .17vw;
  158. width: 3vw;
  159. text-decoration:none;
  160. background: #632f2f;
  161. margin: 5px;
  162. border: double #000 5px;
  163. -webkit-transition: 0.5s linear;
  164. -moz-transition: 0.5s linear;
  165. -o-transition: 0.5s linear;
  166. transition: 0.5s linear;
  167. }
  168.  
  169. #nav a:active, #nav a:hover {
  170. display:inline-block;
  171. height: .17vw;
  172. width: 3vw;
  173. text-decoration:none;
  174. background: #650707;
  175. margin: 5px;
  176. border: double #000 5px;
  177. -webkit-transition: 0.5s linear;
  178. -moz-transition: 0.5s linear;
  179. -o-transition: 0.5s linear;
  180. transition: 0.5s linear;
  181. }
  182.  
  183. #nav2 {
  184. background-color: transparent;
  185. width: 2vw;
  186. height: 1.7vw;
  187. margin:auto;
  188. position: absolute;
  189. left: 43.5vw;
  190. bottom: 6vw;
  191. text-align:right;
  192. z-index:2;
  193. }
  194.  
  195. #nav2 a, #nav2 a:link, #nav2 a:visited {
  196. display:inline-block;
  197. height: .17vw;
  198. width: 3vw;
  199. text-decoration:none;
  200. background: #632f2f;
  201. margin: 5px;
  202. border: double #000 5px;
  203. -webkit-transition: 0.5s linear;
  204. -moz-transition: 0.5s linear;
  205. -o-transition: 0.5s linear;
  206. transition: 0.5s linear;
  207. }
  208.  
  209. #nav2 a:active, #nav2 a:hover {
  210. display:inline-block;
  211. height: .17vw;
  212. width: 3vw;
  213. text-decoration:none;
  214. background: #650707;
  215. margin: 5px;
  216. border: double #000 5px;
  217. -webkit-transition: 0.5s linear;
  218. -moz-transition: 0.5s linear;
  219. -o-transition: 0.5s linear;
  220. transition: 0.5s linear;
  221. }
  222.  
  223. .name {position: absolute;
  224. font-family: 'Cinzel Decorative';
  225. color: #fff;
  226. font-size: 6vw;
  227. top: -6.2vw;
  228. left: -1vw;
  229. width: 27vw;
  230. height: 9vw;
  231. border: 0px solid #000;
  232. text-align: justify;
  233. text-shadow: -1px 0 #c0c0c0, 0 1px #000,1px 0 #000, 0 -1px #c0c0c0;
  234. overflow: auto;
  235. padding:5px 5px 5px 5px;
  236. z-index: 2;}
  237.  
  238. .title { background: transparent;
  239. background:url('https://media1.tenor.com/images/f77918cf7fea93236851ba9609e243bc/tenor.gif?itemid=11614652') repeat;
  240. background-position: center;
  241. position: absolute;
  242. font-family: 'Cinzel Decorative';
  243. font-size: 6vw;
  244. top: -6.2vw;
  245. left: -1vw;
  246. width: 27vw;
  247. height: 9vw;
  248. text-align: justify;
  249. padding:5px 5px 5px 5px;
  250. -webkit-text-fill-color: transparent;
  251. -webkit-background-clip: text;
  252. z-index: 3;}
  253.  
  254. .alias {position: absolute;
  255. font-family: 'Cinzel';
  256. color: #8a0303;
  257. font-size: 2vw;
  258. top: -0.7vw;
  259. left: 2.3vw;
  260. width: 18vw;
  261. height: 2.2vw;
  262. border: 0px solid #000;
  263. text-align: center;
  264. text-shadow: -1px 0 #c0c0c0, 0 1px #000,1px 0 #000, 0 -1px #c0c0c0;
  265. overflow: auto;
  266. padding:5px 5px 5px 5px;
  267. z-index: 2;}
  268.  
  269. i{color: #660000;}
  270. b{color: #000;}
  271. a{color: #222; text-decoration: none;}
  272. h1{border-bottom: 1px solid #000; text-align: center; font-size: 30px; font-family: 'Cinzel Decorative', cursive; color: #000;}
  273. h2{border-bottom: 1px solid #000; text-align: left; font-size: 30px; font-family: 'Cinzel Decorative', cursive; color: #000;}
  274. h3{border-bottom: 1px solid #000; text-align: right; font-size: 30px; font-family: 'Cinzel Decorative', cursive; color: #000;}
  275. </style>
  276.  
  277. <div id="image"></div>
  278.  
  279. <div id="container">
  280. <div class="name">Isadora</div>
  281. <div class="title">Isadora</div>
  282. <div class="alias">Queen of Blood</div>
  283. <div id="eyesimg"></div>
  284. <div id="nav">
  285. <a href="#one"></a>
  286. <a href="#two"></a>
  287. <a href="#three"></a>
  288. </div>
  289. <div id="nav2">
  290. <a href="#four"></a>
  291. <a href="#five"></a>
  292. <a href="#six"></a>
  293. </div>
  294.  
  295. <div id="content">
  296. <div style="width: 48vw; height: 25vw; overflow-y: hidden;">
  297.  
  298. <a name="one"></a>
  299. <div style="width: 48vw; height: 25vw; overflow: auto;" align="center">
  300. <span style="float:left;"><b>Name</b></span><span style="float:right;">Isadora</span><br>
  301. <span style="float:left;"><b>Alias(es)</b></span><span style="float:right;"><a title="Queen of Blood, Vamp Bitch, Bloodsucker">hover</a></span><br>
  302. <span style="float:left;"><b>Gender</b></span><span style="float:right;">Female</span><br>
  303. <span style="float:left;"><b>Age</b></span><span style="float:right;">30</span><br>
  304. <span style="float:left;"><b>Apparent Age</b></span><span style="float:right;">25</span><br>
  305. <span style="float:left;"><b>Race</b></span><span style="float:right;">Human</span><br>
  306. <span style="float:left;"><b>Voice</b></span><span style="float:right;"><a href="HERE" target="_blank">Click~</a></span><br><br>
  307. <span style="float:left;"><b>Height</b></span><span style="float:right;">5'9"</span><br>
  308. <span style="float:left;"><b>Weight</b></span><span style="float:right;">150 lbs</span><br>
  309. <span style="float:left;"><b>Eyes</b></span><span style="float:right;">Crimson</span><br>
  310. <span style="float:left;"><b>Hair</b></span><span style="float:right;">Midnight Green</span><br>
  311. <span style="float:left;"><b>Build</b></span><span style="float:right;">Curved</span><br><br>
  312. <span style="float:left;"><b>Orientation</b></span><span style="float:right;">Heterosexual</span><br>
  313. <span style="float:left;"><b>Relationship</b></span><span style="float:right;">None</span><br>
  314. <span style="float:left;"><b>Affiliation</b></span><span style="float:right;">Herself</span><br><br>
  315. </div>
  316.  
  317. <a name="two"></a>
  318. <div style="width: 48vw; height: 25vw; overflow: auto;" align="left">
  319. <h1>Quirk</h1>
  320.  
  321. </div>
  322.  
  323. <a name="three"></a>
  324. <div style="width: 48vw; height: 25vw; overflow: auto;" align="left">
  325. <h1>History</h1>
  326. <b><center>TO BE ANNOUNCED</center></b>
  327. </div>
  328.  
  329.  
  330. <a name="four"></a>
  331. <div style="width: 48vw; height: 25vw; overflow: auto;" align="left">
  332. <h1>Personality</h1>
  333.  
  334. </div>
  335.  
  336. <a name="five"></a>
  337. <div style="width: 48vw; height: 25vw; overflow: auto;" align="left">
  338. <h1>Connections</h1>
  339. <a target="_blank" href="PROFILE LINK HERE"><img src="IMAGE LINK HERE" height="75" width="75" align="left" border="3"></a>
  340. <center><b>- Name -</b><br> <i>foe/friend</i><br> small note.</center><br><br><br><br>
  341. <a target="_blank" href="PROFILE LINK HERE"><img src="IMAGE LINK HERE" height="75" width="75" align="left" border="3"></a>
  342. <center><b>- Name -</b><br> <i>foe/friend</i><br> small note.</center><br><br><br><br>
  343. <a target="_blank" href="PROFILE LINK HERE"><img src="IMAGE LINK HERE" height="75" width="75" align="left" border="3"></a>
  344. <center><b>- Name -</b><br> <i>foe/friend</i><br> small note.</center><br><br><br><br>
  345. <a target="_blank" href="PROFILE LINK HERE"><img src="IMAGE LINK HERE" height="75" width="75" align="left" border="3"></a>
  346. <center><b>- Name -</b><br> <i>foe/friend</i><br> small note.</center>
  347. </div>
  348.  
  349. <a name="six"></a>
  350. <div style="width: 48vw; height: 25vw; overflow: auto;" align="left">
  351. <h1>Out of Character</h1>
  352. <b>00</b>. Code made by <a href="https://rageqxeen.neocities.org/vw_codes/rageqxeen.html" target="_blank">RageQxeen</a>, do not steal.<br><br>
  353. <b>01</b>. OOC.<br>
  354. </div>
  355. </div>
  356. </div>
  357. </div>
  358. </body>
  359. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement