RageQxeen

Necrobabe

Nov 18th, 2022
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.57 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|);
  50.  
  51. html, body {
  52. background: #F3904F; /* fallback for old browsers */
  53. background: -webkit-linear-gradient(to right, #3B4371, #F3904F); /* Chrome 10-25, Safari 5.1-6 */
  54. background: linear-gradient(to right, #3B4371, #F3904F); /* 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.2;
  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: 27vw;
  88. margin: 0px;
  89. border: none;
  90. height: 45vw;
  91. background-color:transparent;
  92. position: absolute;
  93. left: 0vw;
  94. bottom: 0vw;
  95. background-image:url("https://i.ibb.co/m6pFhvV/1-5.png");
  96. background-repeat:no-repeat;
  97. background-position: bottom;
  98. background-size: 100%;
  99. z-index: 2;
  100. }
  101.  
  102. #image::before{
  103. position: absolute;
  104. width: 2px;
  105. height: 8.6vw;
  106. content: "";
  107. left: 0vw;
  108. bottom: 0;
  109. border-left: 2px solid black;
  110. }
  111. #image::after {
  112. }
  113.  
  114. #bar {
  115. width: 71vw;
  116. height: 8vw;
  117. background-color: #000;
  118. right: 15vw;
  119. bottom: 2vw;
  120. overflow: visible;
  121. position: absolute;
  122. z-index: 2;
  123. }
  124.  
  125. #container {
  126. background-color:#000;
  127. width: 40vw;
  128. height: 35vw;
  129. margin:auto;
  130. position: absolute;
  131. overflow: hidden;
  132. padding: 5px;
  133. right: 4vw;
  134. bottom: 2px;
  135. z-index:2;
  136. border: 2px solid #000;
  137. }
  138.  
  139. #content {
  140. background-color: transparent;
  141. width: 39vw;
  142. height:34vw;
  143. margin:auto;
  144. position: absolute;
  145. padding: 10px;
  146. font-size: 18px;
  147. font-family: 'Staatliches', cursive;
  148. color:#fff;
  149. opacity: 0.98;
  150. right: .25vw;
  151. bottom: .25vw;
  152. z-index:1;
  153. }
  154.  
  155. #nav {
  156. background-color: transparent;
  157. width: 3vw;
  158. height: 15px;
  159. margin:auto;
  160. position: absolute;
  161. right: .8vw;
  162. bottom: 34vw;
  163. text-align: center;
  164. z-index: 1;
  165. }
  166.  
  167. #nav a, #nav a:link, #nav a:visited {
  168. display:inline-block;
  169. background: transparent;
  170. color: transparent;
  171. margin-top: 1vw;
  172. margin-bottom: 0px;
  173. margin-left: 0vw;
  174. height: 100px;
  175. width: 100px;
  176. -webkit-transition: 0.5s linear;
  177. -moz-transition: 0.5s linear;
  178. -o-transition: 0.5s linear;
  179. transition: 0.5s linear;
  180. }
  181.  
  182. #nav a:active, #nav a:hover {
  183. display:inline-block;
  184. height: 100px;
  185. width: 100px;
  186. text-decoration:none;
  187. background: transparent;
  188. color: transparent;
  189. margin-top: 1vw;
  190. -webkit-transition: 0.5s linear;
  191. -moz-transition: 0.5s linear;
  192. -o-transition: 0.5s linear;
  193. transition: 0.5s linear;
  194. }
  195.  
  196. #icon {
  197. width: 80px;
  198. margin: 0px;
  199. border: none;
  200. height: 100px;
  201. background-color:transparent;
  202. position: absolute;
  203. background-image:url("https://odealo.com/uploads/public/Elder%20Scrolls%20Online/skull%20icon2.png");
  204. background-repeat:no-repeat;
  205. background-position: center;
  206. background-size: cover;
  207. z-index: 11;
  208. transition: 0.5s;
  209. }
  210.  
  211. #icon:hover {
  212. background-position: bottom;
  213. margin-top: 1vw;
  214. }
  215.  
  216. #icon2 {
  217. width: 80px;
  218. margin: 0px;
  219. border: none;
  220. height: 100px;
  221. background-color:transparent;
  222. position: absolute;
  223. background-image:url("https://odealo.com/uploads/public/Elder%20Scrolls%20Online/skull%20icon2.png");
  224. background-repeat:no-repeat;
  225. background-position: center;
  226. background-size: cover;
  227. z-index: 11;
  228. transition: 0.5s;
  229. }
  230.  
  231. #icon2:hover {
  232. background-position: bottom;
  233. margin-top: 1vw;
  234. }
  235.  
  236. #icon3 {
  237. width: 80px;
  238. margin: 0px;
  239. border: none;
  240. height: 100px;
  241. background-color:transparent;
  242. position: absolute;
  243. background-image:url("https://odealo.com/uploads/public/Elder%20Scrolls%20Online/skull%20icon2.png");
  244. background-repeat:no-repeat;
  245. background-position: center;
  246. background-size: cover;
  247. z-index: 11;
  248. transition: 0.5s;
  249. }
  250.  
  251. #icon3:hover {
  252. background-position: bottom;
  253. margin-top: 1vw;
  254. }
  255.  
  256. #icon4 {
  257. width: 80px;
  258. margin: 0px;
  259. border: none;
  260. height: 100px;
  261. background-color:transparent;
  262. position: absolute;
  263. background-image:url("https://odealo.com/uploads/public/Elder%20Scrolls%20Online/skull%20icon2.png");
  264. background-repeat:no-repeat;
  265. background-position: center;
  266. background-size: cover;
  267. z-index: 11;
  268. transition: 0.5s;
  269. }
  270.  
  271. #icon4:hover {
  272. background-position: bottom;
  273. margin-top: 1vw;
  274. }
  275.  
  276. a {text-decoration: none; color: #F3904F;}
  277. p {text-indent: 50px; color: #fff; font-size: 30px; text-decoration: bold; line-height: 0;}
  278. h1 {
  279. background: url(https://steamuserimages-a.akamaihd.net/ugc/915800244481355834/6A9D287EB00C044DDD988AA5EAF3AF38E361D704/?imw=5000&imh=5000&ima=fit&impolicy=Letterbox&imcolor=%23000000&letterbox=false);
  280. background-position: center;
  281. background-size:cover;
  282. line-height:1vw;
  283. letter-spacing: 0.2vw;
  284. font-size: 4vh;
  285. font-family: 'Staatliches';
  286. text-align: center;
  287. border: .2vh solid #15181F;
  288. border-radius: 10px;
  289. color: #800000;
  290. filter: drop-shadow(0px 0px 5px #15181F);
  291. text-shadow: 3px 1px 2px #15181F, 0 0 10px #15181F;
  292. margin-top: 1vh;
  293. }
  294. </style>
  295. <div class="cover"></div>
  296.  
  297.  
  298. <div id="bar">
  299.  
  300. <div id="nav">
  301. <a href="#one"><div id="icon"></div></a>
  302. <a href="#two"><div id="icon2"></div></a>
  303. <a href="#three"><div id="icon3"></div></a>
  304. <a href="#four"><div id="icon4"></div></a>
  305. </div>
  306.  
  307. <div id="image"></div>
  308.  
  309. <div id="container">
  310.  
  311. <div id="content">
  312. <div style="width: 39vw; height: 34vw; overflow-y: hidden;">
  313.  
  314. <a name="one"></a>
  315. <div style="width: 39vw; height: 34vw; overflow: auto;" align="left">
  316. <h1>Out of Character</h1>
  317. <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>
  318. <b>01</b>. OOC<br>
  319. <b>02</b>. OOC<br>
  320. <b>03</b>. OOC<br>
  321. <b>04</b>. OOC<br>
  322. <b>05</b>. OOC<br>
  323. </div>
  324.  
  325. <a name="two"></a>
  326. <div style="width: 39vw; height: 34vw; overflow: auto;" align="left">
  327. <h1>The Basics</h1>
  328. <span style="float:left;"><b>True Name</b></span><span style="float:right;">HERE</span><br>
  329. <span style="float:left;"><b>Alias(es)</b></span><span style="float:right;"><a title="HERE">hover</a></span><br>
  330. <span style="float:left;"><b>Gender</b></span><span style="float:right;">HERE</span><br>
  331. <span style="float:left;"><b>Apparent Age</b></span><span style="float:right;">HERE</span><br><br>
  332. <span style="float:left;"><b>Ethnicity</b></span><span style="float:right;">HERE</span><br>
  333. <span style="float:left;"><b>Orientation</b></span><span style="float:right;">HERE</span><br>
  334. <span style="float:left;"><b>Marital Status</b></span><span style="float:right;">HERE</span><br>
  335. <span style="float:left;"><b>Affiliation</b></span><span style="float:right;">HERE</span><br>
  336. <span style="float:left;"><b>Alignment</b></span><span style="float:right;">HERE</span><br>
  337. <span style="float:left;"><b>Handicaps</b></span><span style="float:right;">HERE</span><br>
  338. <span style="float:left;"><b>Allergies</b></span><span style="float:right;">HERE</span><br><br>
  339. <span style="float:left;"><b>Height</b></span><span style="float:right;">HERE</span><br>
  340. <span style="float:left;"><b>Weight</b></span><span style="float:right;">HERE</span><br>
  341. <span style="float:left;"><b>Body Type</b></span><span style="float:right;">HERE</span><br>
  342. <span style="float:left;"><b>Iris Color</b></span><span style="float:right;">HERE</span><br>
  343. <span style="float:left;"><b>Hair Color</b></span><span style="float:right;">HERE</span><br>
  344. <span style="float:left;"><b>Skin Tone</b></span><span style="float:right;">HERE</span><br>
  345. <span style="float:left;"><b>Dominant Hand</b></span><span style="float:right;">HERE</span>
  346.  
  347. </div>
  348.  
  349.  
  350. <a name="three"></a>
  351. <div style="width: 39vw; height: 34vw; overflow: auto;" align="center">
  352. <h1>Combat</h1>
  353. <b>TO BE ANNOUNCED</b>
  354.  
  355. <h1>Friends</h1>
  356. <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>
  357. </div>
  358.  
  359. <a name="four"></a>
  360. <div style="width: 39vw; height: 34vw; overflow: auto;" align="center">
  361. <h1>History</h1>
  362. <b>TO BE ANNOUNCED</b>
  363. </div>
  364. </div>
  365. </div>
  366. </div>
  367. </div>
  368. </body>
  369. </html>
Advertisement
Add Comment
Please, Sign In to add comment