Advertisement
RageQxeen

DirtyMutt<3

Aug 3rd, 2022
27
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.25 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=Bangers|Aref+Ruqaa|Anybody|Cinzel);
  50.  
  51. html, body {
  52. background: #556270; /* fallback for old browsers */
  53. background: -webkit-linear-gradient(to right, #FF6B6B, #556270); /* Chrome 10-25, Safari 5.1-6 */
  54. background: linear-gradient(to right, #FF6B6B, #556270); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  55.  
  56. }
  57.  
  58. ::-webkit-scrollbar-button:vertical:{
  59. background-color: #transparent;}
  60.  
  61. ::-webkit-scrollbar-thumb:vertical {
  62. background-color:#transparent;
  63. height:150px;}
  64.  
  65. ::-webkit-scrollbar-thumb:horizontal {
  66. background-color:#transparent;
  67. height:60px;}
  68.  
  69.  
  70. ::-webkit-scrollbar {
  71. height:60px;
  72. width:5px;
  73. background-color:#transparent;}
  74.  
  75. #image {
  76. width: 30vw;
  77. margin: 0px;
  78. border: none;
  79. height: 40vw;
  80. background-color:transparent;
  81. position: absolute;
  82. right: 3vw;
  83. bottom: 0vw;
  84. background-image:url("https://i.ibb.co/4ShHSzH/1.png");
  85. background-repeat:no-repeat;
  86. background-position: bottom;
  87. background-size: 100%;
  88. z-index: 10;
  89. }
  90.  
  91. #bar {
  92. width: 10vw;
  93. height: 100%;
  94. background-color: #000;
  95. position: absolute;
  96. right: 25vw;
  97. bottom: 0vw;
  98. margin: auto;
  99. transform: skew(-45deg);
  100. z-index: 1;
  101. }
  102.  
  103. .demon {position: absolute;
  104. font-family: 'Bangers';
  105. color: #000;
  106. font-size: 9vw;
  107. top: 15vw;
  108. right: 15vw;
  109. width: 38vw;
  110. height: 10vw;
  111. border: 0px solid #000;
  112. text-align: center;
  113. overflow: auto;
  114. padding:5px 5px 5px 5px;
  115. z-index: 7;
  116. transform: rotate(-45deg);
  117. }
  118.  
  119. .human {position: absolute;
  120. font-family: 'Bangers';
  121. color: #000;
  122. font-size: 9vw;
  123. bottom: 13vw;
  124. right: 7vw;
  125. width: 38vw;
  126. height: 10vw;
  127. border: 0px solid #000;
  128. text-align: center;
  129. overflow: auto;
  130. padding:5px 5px 5px 5px;
  131. z-index: 7;
  132. transform: rotate(-45deg);
  133. }
  134.  
  135. .cover {
  136. background:url('https://i.imgur.com/WOmh1YX.gif');
  137. opacity: .3;
  138. position: absolute;
  139. width: 100vw;
  140. height: 100vw;
  141. left: 0vw;
  142. bottom: 0vw;
  143. z-index: 0;
  144. }
  145.  
  146. #nav {
  147. background-color: transparent;
  148. width: 70px;
  149. height: 5px;
  150. margin:auto;
  151. position: absolute;
  152. left: 3vw;
  153. top: 2vw;
  154. text-align: center;
  155. z-index: 10;
  156. transform: skew(50deg);
  157. }
  158.  
  159. #nav a, #nav a:link, #nav a:visited {
  160. display:inline-block;
  161. background: #332628;
  162. color: #332628;
  163. margin-top: 0px;
  164. margin-bottom: 0px;
  165. margin-left: 0px;
  166. height: 10px;
  167. width: 10px;
  168. border-radius: 100%;
  169. box-shadow: 0px 0px 7px #af2a4d;
  170. -webkit-transition: 0.5s linear;
  171. -moz-transition: 0.5s linear;
  172. -o-transition: 0.5s linear;
  173. transition: 0.5s linear;
  174. }
  175.  
  176. #nav a:active, #nav a:hover {
  177. display:inline-block;
  178. height: 10px;
  179. width: 10px;
  180. border-radius: 100%;
  181. text-decoration:none;
  182. background: #af2a4d;
  183. color: #af2a4d;
  184. margin: 0px;
  185. box-shadow: 0px 0px 5px #af2a4d;
  186. -webkit-transition: 0.5s linear;
  187. -moz-transition: 0.5s linear;
  188. -o-transition: 0.5s linear;
  189. transition: 0.5s linear;
  190. }
  191.  
  192. #container {
  193. background-color:#69626d;
  194. width: 40vw;
  195. height: 35vw;
  196. margin:auto;
  197. position: absolute;
  198. padding: 5px;
  199. left: 4vw;
  200. top: 5vw;
  201. z-index:1;
  202. box-shadow: 0px 5px 10px #000;
  203. background-color: rgb(0,0,0,0.4);
  204. border-radius: 20px;
  205. z-index: 1;
  206. }
  207.  
  208. #content {
  209. background-color: #3c1218;
  210. width: 36vw;
  211. height: 30vw;
  212. margin:auto;
  213. position: absolute;
  214. padding: 5px;
  215. font-family: 'Anybody', cursive;
  216. font-size: 18px;
  217. color: #fff;
  218. left: 2vw;
  219. top: 3vw;
  220. z-index:1;
  221. border: #000000 solid 2px;
  222. }
  223.  
  224. i{color: #ebd6d9;}
  225. b{color: #ffe6ea;}
  226. a{color: #ffccd5; text-decoration: none;}
  227. h1{
  228. background: url('https://i.gifer.com/TBtW.gif');
  229. background-size: cover;
  230. background-position: center;
  231. text-align: center;
  232. border: 2px solid #000;
  233. border-radius: 15px;
  234. font-size: 30px;
  235. font-family: 'Cinzel', cursive;
  236. color: #000;
  237. text-shadow: 1px 1px 0 #c0c0c0, -1px -1px 0 #c0c0c0, -1px 1px 0 #c0c0c0, 1px -1px 0 #c0c0c0;
  238. line-height: 3;
  239. }
  240. h2{
  241. background: url('https://media3.giphy.com/media/f0CBUVvtl2dgc/giphy.gif?cid=790b7611190d3c1a0143e0d942f6b28ffec93953e4eeb395&rid=giphy.gif&ct=g');
  242. background-size: cover;
  243. background-position: top;
  244. text-align: center;
  245. border: 2px solid #000;
  246. border-radius: 15px;
  247. font-size: 30px;
  248. font-family: 'Cinzel', cursive;
  249. color: #000;
  250. text-shadow: 1px 1px 0 #c0c0c0, -1px -1px 0 #c0c0c0, -1px 1px 0 #c0c0c0, 1px -1px 0 #c0c0c0;
  251. line-height: 3;
  252. }
  253. h3{
  254. background: url('https://c.tenor.com/Bnb__vsmHioAAAAC/inuyasha.gif');
  255. background-size: cover;
  256. background-position: center;
  257. text-align: center;
  258. border: 2px solid #000;
  259. border-radius: 15px;
  260. font-size: 30px;
  261. font-family: 'Cinzel', cursive;
  262. color: #000;
  263. text-shadow: 1px 1px 0 #c0c0c0, -1px -1px 0 #c0c0c0, -1px 1px 0 #c0c0c0, 1px -1px 0 #c0c0c0;
  264. line-height: 3;
  265. }
  266. h4{
  267. background: url('https://animesher.com/orig/0/22/226/2262/animesher.com_inuyasha-gifs-love-226238.gif');
  268. background-size: cover;
  269. background-position: center;
  270. text-align: center;
  271. border: 2px solid #000;
  272. border-radius: 15px;
  273. font-size: 30px;
  274. font-family: 'Cinzel', cursive;
  275. color: #000;
  276. text-shadow: 1px 1px 0 #c0c0c0, -1px -1px 0 #c0c0c0, -1px 1px 0 #c0c0c0, 1px -1px 0 #c0c0c0;
  277. line-height: 3;
  278. }
  279. h5{
  280. background: url('https://giffiles.alphacoders.com/128/128126.gif');
  281. background-size: cover;
  282. background-position: center;
  283. text-align: center;
  284. border: 2px solid #000;
  285. border-radius: 15px;
  286. font-size: 30px;
  287. font-family: 'Cinzel', cursive;
  288. color: #000;
  289. text-shadow: 1px 1px 0 #c0c0c0, -1px -1px 0 #c0c0c0, -1px 1px 0 #c0c0c0, 1px -1px 0 #c0c0c0;
  290. line-height: 4;
  291. }
  292. </style>
  293. <div class="cover"></div>
  294.  
  295. <div id="image"></div>
  296.  
  297. <div id="bar">
  298. <div id="nav">
  299. <a href="#one"></a>
  300. <a href="#two"></a>
  301. <a href="#three"></a>
  302. <a href="#four"></a>
  303. </div>
  304. </div>
  305.  
  306. <div class="demon">HALF DEMON</div>
  307. <div class="human">HALF HUMAN</div>
  308.  
  309. <div id="container">
  310. <div id="content">
  311. <div style="width: 35vw; height: 30vw; overflow-y: hidden;">
  312.  
  313. <a name="one"></a>
  314. <div style="width: 35vw; height: 30vw; overflow: auto;" align="center">
  315. <h1>The Basics</h1>
  316. <span style="float:left;"><b>Name</b></span><span style="float:right;">InuYasha</span><br>
  317. <span style="float:left;"><b>Alias(es)</b></span><span style="float:right;">HERE</span><br>
  318. <span style="float:left;"><b>Gender</b></span><span style="float:right;">Male</span><br>
  319. <span style="float:left;"><b>Age</b></span><span style="float:right;">N/A</span><br>
  320. <span style="float:left;"><b>Height</b></span><span style="float:right;">HERE</span><br>
  321. <span style="float:left;"><b>Weight</b></span><span style="float:right;">HERE</span><br><br>
  322. <span style="float:left;"><b>Orientation</b></span><span style="float:right;">HERE</span><br>
  323. <span style="float:left;"><b>Relationship</b></span><span style="float:right;">HERE</span><br>
  324. <span style="float:left;"><b>Race</b></span><span style="float:right;">Inu-Hanyล</span><br>
  325. <span style="float:left;"><b>Eyes</b></span><span style="float:right;">Gold</span><br>
  326. <span style="float:left;"><b>Hair</b></span><span style="float:right;">White</span><br>
  327.  
  328. <h2>Friends</h2>
  329. <marquee behavior="scroll" direction="left" onmouseover="this.stop();" onmouseout="this.start();">
  330. <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="70" width="70" align="left" border="5" title="WORDS"></a>
  331. </marquee>
  332. </div>
  333.  
  334. <a name="two"></a>
  335. <div style="width: 35vw; height: 30vw; overflow: auto;" align="left">
  336. <h3>Abilities</h3>
  337.  
  338. </div>
  339.  
  340.  
  341. <a name="three"></a>
  342. <div style="width: 35vw; height: 30vw; overflow: auto;" align="center">
  343. <h4>History</h4>
  344.  
  345. </div>
  346.  
  347. <a name="four"></a>
  348. <div style="width: 35vw; height: 30vw; overflow: auto;" align="center">
  349. <h5>Out of Character</h5>
  350. <b>00</b>. Code made by <a href="https://rageqxeen.neocities.org/vw_codes/rageqxeen.html" target="_blank">RageQxeen</a>, do not steal.<br>
  351. <b>01</b>. OOC<br>
  352. <b>02</b>. OOC<br>
  353. <b>03</b>. OOC<br>
  354. <b>04</b>. OOC<br>
  355. <b>05</b>. OOC<br>
  356. </div>
  357. </div>
  358. </div>
  359. </div>
  360. </div>
  361. </body>
  362. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement