Advertisement
RageQxeen

FennecFoxxo

Aug 12th, 2022
39
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.60 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.  
  50. @import url(https://fonts.googleapis.com/css?family=Niconne|Anybody|Cinzel);
  51.  
  52. html, body {
  53. background: rgb(110,53,44);
  54. background: -moz-linear-gradient(40deg, rgba(110,53,44,1) 37%, rgba(207,82,48,1) 76%, rgba(245,154,68,1) 100%);
  55. background: -webkit-linear-gradient(40deg, rgba(110,53,44,1) 37%, rgba(207,82,48,1) 76%, rgba(245,154,68,1) 100%);
  56. background: linear-gradient(40deg, rgba(110,53,44,1) 37%, rgba(207,82,48,1) 76%, rgba(245,154,68,1) 100%);
  57. filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#6e352c",endColorstr="#f59a44",GradientType=1);
  58. }
  59.  
  60. ::-webkit-scrollbar-button:vertical:{
  61. background-color: #transparent;}
  62.  
  63. ::-webkit-scrollbar-thumb:vertical {
  64. background-color:#transparent;
  65. height:150px;}
  66.  
  67. ::-webkit-scrollbar-thumb:horizontal {
  68. background-color:#transparent;
  69. height:60px;}
  70.  
  71.  
  72. ::-webkit-scrollbar {
  73. height:60px;
  74. width:5px;
  75. background-color:#transparent;}
  76.  
  77. .cover {
  78. background:url('https://i.pinimg.com/originals/1f/99/81/1f9981080a58aa85b83f3bd455b73ad9.gif');
  79. opacity: .3;
  80. position: absolute;
  81. width: 100vw;
  82. height: 100vw;
  83. left: 0vw;
  84. bottom: 0vw;
  85. z-index: 0;
  86. }
  87.  
  88. #image {
  89. width: 28vw;
  90. margin: auto;
  91. border: none;
  92. height: 38.6vw;
  93. background-color:transparent;
  94. position: absolute;
  95. left: 0vw;
  96. bottom: 0vw;
  97. border-right: 5px solid #000;
  98. background-image:url("https://i.ibb.co/mNp8xdp/1.png");
  99. background-repeat:no-repeat;
  100. background-position: bottom;
  101. background-size: 100%;
  102. border-radius: 0px 0px 0px 20px;
  103. z-index: 2;
  104. }
  105.  
  106. #image2 {
  107. width: 23vw;
  108. margin: auto;
  109. border: none;
  110. height: 38.6vw;
  111. background-color:transparent;
  112. position: absolute;
  113. right: 10vw;
  114. bottom: 0vw;
  115. background-image:url("https://i.ibb.co/44D9tCP/3.png");
  116. background-repeat:no-repeat;
  117. background-position: bottom;
  118. background-size: 100%;
  119. z-index: 0;
  120. }
  121.  
  122. #container {
  123. background-color:#e3c598;
  124. width: 60vw;
  125. height: 38vw;
  126. margin:auto;
  127. position: absolute;
  128. padding: 5px;
  129. left: 12vw;
  130. bottom: 5vw;
  131. z-index:1;
  132. box-shadow: 0px 5px 10px #000;
  133. border-radius: 20px;
  134. background-image: url("https://www.transparenttextures.com/patterns/elegant-grid.png");
  135. }
  136.  
  137. #content {
  138. background-color: rgb(0,0,0,0.4);
  139. width: 31vw;
  140. height: 37.5vw;
  141. margin:auto;
  142. position: absolute;
  143. padding: 10px;
  144. font-family: 'Anybody', cursive;
  145. font-size: 18px;
  146. color: #fff;
  147. right: 0vw;
  148. bottom: 0vw;
  149. z-index:1;
  150. border: #000000 solid 2px;
  151. border-radius: 0px 20px 20px 0px;
  152. }
  153.  
  154. .name {position: absolute;
  155. font-family: 'Niconne';
  156. color: #fff;
  157. font-size: 6vw;
  158. bottom: -5vw;
  159. right: 15vw;
  160. width: 28vw;
  161. height: 9vw;
  162. border: 0px solid #000;
  163. text-align: justify;
  164. text-shadow: -1px 0 #c0c0c0, 0 1px #000,1px 0 #000, 0 -1px #c0c0c0;
  165. overflow: auto;
  166. padding:5px 5px 5px 5px;
  167. z-index: 5;}
  168.  
  169. .title { background: transparent;
  170. background:url('https://64.media.tumblr.com/ae1c6eaa1012e604a36a0cfb903595e4/369c378b891bd8d7-2f/s500x750/8d7c006235007d85dc0aa276c55338f3abf58c1f.gif') 50px 50px repeat;
  171. background-position: center;
  172. position: absolute;
  173. font-family: 'Niconne';
  174. font-size: 6vw;
  175. bottom: -5vw;
  176. right: 15vw;
  177. width: 28vw;
  178. height: 9vw;
  179. text-align: justify;
  180. padding:5px 5px 5px 5px;
  181. -webkit-text-fill-color: transparent;
  182. -webkit-background-clip: text;
  183. z-index: 6;}
  184.  
  185. #nav {
  186. background-color: transparent;
  187. width: 70px;
  188. height: 5px;
  189. margin:auto;
  190. position: absolute;
  191. left: 26.4vw;
  192. top: -1vw;
  193. text-align: center;
  194. z-index: 10;
  195. }
  196.  
  197. #nav a, #nav a:link, #nav a:visited {
  198. display:inline-block;
  199. background: #332628;
  200. color: #332628;
  201. margin-top: 0px;
  202. margin-bottom: 0px;
  203. margin-left: 0px;
  204. height: 10px;
  205. width: 10px;
  206. border-radius: 100%;
  207. box-shadow: 0px 0px 7px #cf5230;
  208. -webkit-transition: 0.5s linear;
  209. -moz-transition: 0.5s linear;
  210. -o-transition: 0.5s linear;
  211. transition: 0.5s linear;
  212. }
  213.  
  214. #nav a:active, #nav a:hover {
  215. display:inline-block;
  216. height: 10px;
  217. width: 10px;
  218. border-radius: 100%;
  219. text-decoration:none;
  220. background: #cf5230;
  221. color: #cf5230;
  222. margin: 0px;
  223. box-shadow: 0px 0px 5px #cf5230;
  224. -webkit-transition: 0.5s linear;
  225. -moz-transition: 0.5s linear;
  226. -o-transition: 0.5s linear;
  227. transition: 0.5s linear;
  228. }
  229.  
  230. i{color: #ddd481;}
  231. b{color: #dd9d72;}
  232. a{color: #b25959; text-decoration: none;}
  233. h1{
  234. background: url('https://64.media.tumblr.com/c1947be6f221d8d13a55a32a7edeb0d5/670bb431a3a3367b-20/s500x750/831a44bec00e76cdca5057dc0d78d472be0cee6d.gif');
  235. background-size: cover;
  236. background-position: center;
  237. text-align: center;
  238. border: 2px solid #000;
  239. border-radius: 15px;
  240. font-size: 30px;
  241. font-family: 'Cinzel', cursive;
  242. color: #000;
  243. text-shadow: 1px 1px 0 #c0c0c0, -1px -1px 0 #c0c0c0, -1px 1px 0 #c0c0c0, 1px -1px 0 #c0c0c0;
  244. line-height: 2;
  245. }
  246. h2{
  247. background: url('https://c.tenor.com/JmwRPOSM0PoAAAAC/fall-autumn.gif');
  248. background-size: cover;
  249. background-position: center;
  250. text-align: center;
  251. border: 2px solid #000;
  252. border-radius: 15px;
  253. font-size: 30px;
  254. font-family: 'Cinzel', cursive;
  255. color: #000;
  256. text-shadow: 1px 1px 0 #c0c0c0, -1px -1px 0 #c0c0c0, -1px 1px 0 #c0c0c0, 1px -1px 0 #c0c0c0;
  257. line-height: 2;
  258. }
  259. h3{
  260. background: url('https://64.media.tumblr.com/58e336b58c4e2981042ca82e22ce1531/tumblr_mq4wepYVWW1rwii9to1_500.gif');
  261. background-size: cover;
  262. background-position: center;
  263. text-align: center;
  264. border: 2px solid #000;
  265. border-radius: 15px;
  266. font-size: 30px;
  267. font-family: 'Cinzel', cursive;
  268. color: #000;
  269. text-shadow: 1px 1px 0 #c0c0c0, -1px -1px 0 #c0c0c0, -1px 1px 0 #c0c0c0, 1px -1px 0 #c0c0c0;
  270. line-height: 2;
  271. }
  272. h4{
  273. background: url('https://thumbs.gfycat.com/DefenselessActiveAmericanwirehair-size_restricted.gif');
  274. background-size: cover;
  275. background-position: center;
  276. text-align: center;
  277. border: 2px solid #000;
  278. border-radius: 15px;
  279. font-size: 30px;
  280. font-family: 'Cinzel', cursive;
  281. color: #000;
  282. text-shadow: 1px 1px 0 #c0c0c0, -1px -1px 0 #c0c0c0, -1px 1px 0 #c0c0c0, 1px -1px 0 #c0c0c0;
  283. line-height: 2;
  284. }
  285. h5{
  286. background: url('https://data.whicdn.com/images/337814912/original.gif');
  287. background-size: cover;
  288. background-position: center;
  289. text-align: center;
  290. border: 2px solid #000;
  291. border-radius: 15px;
  292. font-size: 30px;
  293. font-family: 'Cinzel', cursive;
  294. color: #000;
  295. text-shadow: 1px 1px 0 #c0c0c0, -1px -1px 0 #c0c0c0, -1px 1px 0 #c0c0c0, 1px -1px 0 #c0c0c0;
  296. line-height: 2;
  297. }
  298. h6{border-bottom: 2px solid #000; text-align: right; font-size: 30px; font-family: 'Cinzel', cursive; color: #000;}
  299. </style>
  300. <div class="cover"></div>
  301.  
  302. <div id="image2"></div>
  303.  
  304. <div id="container">
  305.  
  306. <div id="nav">
  307. <a href="#one"></a>
  308. <a href="#two"></a>
  309. <a href="#three"></a>
  310. <a href="#four"></a>
  311. <a href="#five"></a>
  312. </div>
  313.  
  314. <div class="name">Fennec Fox</div>
  315. <div class="title">Fennec Fox</div>
  316.  
  317. <div id="image"></div>
  318.  
  319. <div id="content">
  320. <div style="width: 31vw; height: 37.4vw; overflow-y: hidden;">
  321.  
  322. <a name="one"></a>
  323. <div style="width: 31vw; height: 37.4vw; overflow: auto;" align="center">
  324. <h1>The Basics</h1>
  325. <span style="float:left;"><b>Name</b></span><span style="float:right;">Eva Fennex</span><br>
  326. <span style="float:left;"><b>Alias(es)</b></span><span style="float:right;">Nicknames Here</span><br>
  327. <span style="float:left;"><b>Gender</b></span><span style="float:right;">Female</span><br>
  328. <span style="float:left;"><b>Age</b></span><span style="float:right;">How Old</span><br>
  329. <span style="float:left;"><b>Height</b></span><span style="float:right;">Tol or Smol</span><br>
  330. <span style="float:left;"><b>Weight</b></span><span style="float:right;">How heavy?</span><br><br>
  331. <span style="float:left;"><b>Orientation</b></span><span style="float:right;">Sexuality</span><br>
  332. <span style="float:left;"><b>Relationship</b></span><span style="float:right;">Are they datin'?</span><br>
  333. <span style="float:left;"><b>Race</b></span><span style="float:right;">What Species?</span><br>
  334. <span style="float:left;"><b>Eyes</b></span><span style="float:right;">Pink</span><br>
  335. <span style="float:left;"><b>Hair</b></span><span style="float:right;">Gold</span><br>
  336. <span style="float:left;"><b>Build</b></span><span style="float:right;">Curvy</span><br>
  337.  
  338. </div>
  339.  
  340. <a name="two"></a>
  341. <div style="width: 31vw; height: 37.4vw; overflow: auto;" align="left">
  342. <h2>Friends</h2>
  343. <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>
  344.  
  345. <br><br><br><br><br>
  346.  
  347. <h6>Gallery</h6>
  348. <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>
  349. </div>
  350.  
  351.  
  352. <a name="three"></a>
  353. <div style="width: 31vw; height: 37.4vw; overflow: auto;" align="center">
  354. <h3>Abilities</h3>
  355.  
  356. </div>
  357.  
  358. <a name="four"></a>
  359. <div style="width: 31vw; height: 37.4vw; overflow: auto;" align="center">
  360. <h5>History</h5>
  361.  
  362. </div>
  363.  
  364. <a name="five"></a>
  365. <div style="width: 31vw; height: 37.4vw; overflow: auto;" align="center">
  366. <h4>Out of Character</h4>
  367. <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>
  368. <b>01</b>. OOC<br>
  369. <b>02</b>. OOC<br>
  370. <b>03</b>. OOC<br>
  371. <b>04</b>. OOC<br>
  372. <b>05</b>. OOC<br>
  373. </div>
  374. </div>
  375. </div>
  376. </div>
  377. </body>
  378. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement