Advertisement
RageQxeen

The Butterfly Saint

Oct 5th, 2022
49
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.27 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. <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.6.0/jquery.min.js"></script>
  48. <script>
  49. $(document).ready(function(){
  50. $("#image").click(function(){
  51. $("#container").animate({opacity: "1",
  52. right: "9vw",}, 'slow');
  53. });
  54. });
  55. $(document).ready(function(){
  56. $("#image").click(function(){
  57. $("#nav").animate({opacity: "1",
  58. top: "30vw",}, 'slow');
  59. });
  60. });
  61. $(document).ready(function(){
  62. $("#image").click(function(){
  63. $(".indicator").animate({opacity: "0",}, 'slow');
  64. });
  65. });
  66. </script>
  67. <style type="text/css">
  68.  
  69. @import url(https://fonts.googleapis.com/css?family=Oswald|Bebas+Neue|Cinzel|Cinzel+Decorative|Righteous);
  70.  
  71. html, body {
  72. background: #355C7D; /* fallback for old browsers */
  73. background: -webkit-linear-gradient(to right, #AA6C39, #7851a9, #355C7D); /* Chrome 10-25, Safari 5.1-6 */
  74. background: linear-gradient(to right, #AA6C39, #7851a9, #355C7D); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  75. }
  76.  
  77. ::-webkit-scrollbar-button:vertical:{
  78. background-color: #transparent;}
  79.  
  80. ::-webkit-scrollbar-thumb:vertical {
  81. background-color:#transparent;
  82. height:150px;}
  83.  
  84. ::-webkit-scrollbar-thumb:horizontal {
  85. background-color:#transparent;
  86. height:60px;}
  87.  
  88.  
  89. ::-webkit-scrollbar {
  90. height:60px;
  91. width:5px;
  92. background-color:#transparent;}
  93.  
  94. .cover {
  95. background:url('https://thumbs.gfycat.com/RingedSpicyKodiakbear-size_restricted.gif');
  96. opacity: 0.6;
  97. position: absolute;
  98. width: 100vw;
  99. height: 100vh;
  100. left: 0vw;
  101. top: 0vw;
  102. z-index: 1;
  103. overflow: hidden;
  104. }
  105.  
  106. #image {
  107. width: 27vw;
  108. margin: 0px;
  109. border: none;
  110. height: 50vw;
  111. background-color:transparent;
  112. position: absolute;
  113. right: 0vw;
  114. bottom: 0vw;
  115. background-image:url("https://i.ibb.co/G7L6Bys/5.png");
  116. background-repeat:no-repeat;
  117. background-position: bottom;
  118. background-size: 100%;
  119. z-index:2
  120. }
  121.  
  122. #container {
  123. background-image: url('https://wallpaperset.com/w/full/8/d/0/22830.jpg');
  124. background-position: center;
  125. background-size: cover;
  126. width: 59vw;
  127. height: 23vw;
  128. margin:auto;
  129. position: absolute;
  130. padding: 5px;
  131. left: 24vw;
  132. top: 5vw;
  133. opacity: 0;
  134. z-index:1;
  135. border-left: solid 4px #fff;
  136. border-bottom: solid 4px #fff;
  137. border-top: solid 4px #fff;
  138. }
  139.  
  140. #content {
  141. background-color: rgb(0, 0, 0, 0.3);
  142. width: 43vw;
  143. height: 22vw;
  144. margin:auto;
  145. position: absolute;
  146. padding: 10px;
  147. font-family: 'Oswald', cursive;
  148. font-size: 18px;
  149. color: #fff;
  150. left: 0.25vw;
  151. bottom: .25vw;
  152. z-index:1;
  153. }
  154.  
  155. #nav {
  156. background-color: transparent;
  157. width: 65vw;
  158. height: 5px;
  159. margin:auto;
  160. position: absolute;
  161. right: 15vw;
  162. top: 18vw;
  163. opacity: 0;
  164. text-align: center;
  165. z-index: 10;
  166. }
  167.  
  168. #nav a, #nav a:link, #nav a:visited {
  169. display:inline-block;
  170. background: #332628;
  171. color: #332628;
  172. margin-top: 0px;
  173. margin-bottom: 0px;
  174. margin-left: 2vw;
  175. height: 100px;
  176. width: 150px;
  177. border-radius: 10px;
  178. box-shadow: 5px 5px 25px #d4dbee;
  179. -webkit-transition: 0.5s linear;
  180. -moz-transition: 0.5s linear;
  181. -o-transition: 0.5s linear;
  182. transition: 0.5s linear;
  183. }
  184.  
  185. #nav a:active, #nav a:hover {
  186. display:inline-block;
  187. height: 100px;
  188. width: 150px;
  189. border-radius: 100%;
  190. text-decoration:none;
  191. background: rgb(0,0,0,0.4);
  192. color: rgb(0,0,0,0.4);
  193. margin-left: 2vw;
  194. box-shadow: 0px 0px 5px #d4dbee;
  195. -webkit-transition: 0.5s linear;
  196. -moz-transition: 0.5s linear;
  197. -o-transition: 0.5s linear;
  198. transition: 0.5s linear;
  199. }
  200.  
  201. #icon {
  202. width: 150px;
  203. margin: 0px;
  204. border: none;
  205. height: 100px;
  206. background-color:transparent;
  207. position: absolute;
  208. background-image:url("https://i.ibb.co/6W2FG51/6.jpg");
  209. background-repeat:no-repeat;
  210. background-position: center;
  211. background-size: cover;
  212. border-radius: 10px;
  213. border: 2px solid #000;
  214. filter: blur(4px) grayscale(100%);
  215. box-sizing: border-box;
  216. z-index: 11;
  217. transition: 0.5s;
  218. }
  219.  
  220. #icon:hover {
  221. filter: blur(0px) grayscale(0%);
  222. background-position: 40% 10%;
  223. }
  224.  
  225. #icon2 {
  226. width: 150px;
  227. margin: 0px;
  228. border: none;
  229. height: 100px;
  230. background-color:transparent;
  231. position: absolute;
  232. background-image:url("https://i.ibb.co/Mcn2TQM/14.jpg");
  233. background-repeat:no-repeat;
  234. background-position: center;
  235. background-size: cover;
  236. border-radius: 10px;
  237. border: 2px solid #000;
  238. z-index: 11;
  239. filter: blur(4px) grayscale(100%);
  240. box-sizing: border-box;
  241. transition: 0.5s;
  242. }
  243.  
  244. #icon2:hover {
  245. filter: blur(0px) grayscale(0%);
  246. background-position: 40% 10%;
  247. }
  248.  
  249. #icon3 {
  250. width: 150px;
  251. margin: 0px;
  252. border: none;
  253. height: 100px;
  254. background-color:transparent;
  255. position: absolute;
  256. background-image:url("https://i.ibb.co/b7cNmWg/15.jpg");
  257. background-repeat:no-repeat;
  258. background-position: center;
  259. background-size: cover;
  260. border-radius: 10px;
  261. border: 2px solid #000;
  262. z-index: 11;
  263. filter: blur(4px) grayscale(100%);
  264. box-sizing: border-box;
  265. transition: 0.5s;
  266. }
  267.  
  268. #icon3:hover {
  269. filter: blur(0px) grayscale(0%);
  270. background-position: 40% 10%;
  271. }
  272.  
  273. #icon4 {
  274. width: 150px;
  275. margin: 0px;
  276. border: none;
  277. height: 100px;
  278. background-color:transparent;
  279. position: absolute;
  280. background-image:url("https://i.ibb.co/r7d6X6c/47.jpg");
  281. background-repeat:no-repeat;
  282. background-position: center;
  283. background-size: cover;
  284. border-radius: 10px;
  285. border: 2px solid #000;
  286. z-index: 11;
  287. filter: blur(4px) grayscale(100%);
  288. box-sizing: border-box;
  289. transition: 0.5s;
  290. }
  291.  
  292. #icon4:hover {
  293. filter: blur(0px) grayscale(0%);
  294. background-position: 40% 10%;
  295. }
  296.  
  297. #icon5 {
  298. width: 150px;
  299. margin: 0px;
  300. border: none;
  301. height: 100px;
  302. background-color:transparent;
  303. position: absolute;
  304. background-image:url("https://i.ibb.co/vZfd43t/17.jpg");
  305. background-repeat:no-repeat;
  306. background-position: center;
  307. background-size: cover;
  308. border-radius: 10px;
  309. border: 2px solid #000;
  310. z-index: 11;
  311. filter: blur(4px) grayscale(100%);
  312. box-sizing: border-box;
  313. transition: 0.5s;
  314. }
  315.  
  316. #icon5:hover {
  317. filter: blur(0px) grayscale(0%);
  318. background-position: 40% 10%;
  319. }
  320.  
  321. .indicator {
  322. position: absolute;
  323. font-family: 'Righteous';
  324. font-size: 1.3vw;
  325. color: #fff;
  326. top: 1vw;
  327. left: 38vw;
  328. width: 25vw;
  329. height: 2vw;
  330. text-align: center;
  331. overflow: auto;
  332. opacity: 1;
  333. z-index: 11;
  334. }
  335.  
  336. .alias {position: absolute;
  337. font-family: 'Righteous';
  338. color: #fff;
  339. font-size: 2.6vw;
  340. bottom: 10vw;
  341. left: -16.5vw;
  342. width: 30vw;
  343. height: 3vw;
  344. text-align: center;
  345. transform: rotate(-90deg);
  346. overflow: auto;
  347. padding:5px 5px 5px 5px;
  348. z-index: 1;}
  349.  
  350. a {text-decoration: none; color: #fff;}
  351. p {text-indent: 50px; color: #fff; font-size: 30px; text-decoration: bold; line-height: 0;}
  352. h1 {
  353. background: url(https://thumbs.gfycat.com/AcclaimedInsidiousHellbender-size_restricted.gif);
  354. background-position: left;
  355. background-size:cover;
  356. line-height:1vw;
  357. letter-spacing: 0.2vw;
  358. font-size: 4vh;
  359. font-family: 'Cinzel Decorative';
  360. text-align: center;
  361. border: .2vh solid #15181F;
  362. border-radius: 10px;
  363. color: #00FFFF;
  364. filter: drop-shadow(0px 0px 10px #15181F);
  365. text-shadow: 3px 1px 2px #15181F, 0 0 25px #15181F;
  366. margin-top: 1vh;
  367. }
  368. </style>
  369. <div class="cover"></div>
  370.  
  371. <div class="indicator">Click her.~</div>
  372.  
  373. <div id="image"></div>
  374.  
  375. <div id="nav">
  376. <a href="#one"><div id="icon"></div></a>
  377. <a href="#two"><div id="icon2"></div></a>
  378. <a href="#three"><div id="icon3"></div></a>
  379. <a href="#four"><div id="icon4"></div></a>
  380. <a href="#five"><div id="icon5"></div></a>
  381. </div>
  382.  
  383. <div id="container">
  384.  
  385. <div class="alias"><b>The Butterfly Saint</b></div>
  386.  
  387. <div id="content">
  388. <div style="width: 43vw; height: 22vw; overflow-y: hidden;">
  389.  
  390. <a name="one"></a>
  391. <div style="width: 43vw; height: 22vw; overflow: auto;" align="center">
  392. <h1>The Basics</h1>
  393. <span style="float:left;"><b>Name</b></span><span style="float:right;">Maria Ardelean</span><br>
  394. <span style="float:left;"><b>Alias(es)</b></span><span style="float:right;">The Butterfly Saint</span><br>
  395. <span style="float:left;"><b>Gender</b></span><span style="float:right;">Female</span><br>
  396. <span style="float:left;"><b>Apparent Age</b></span><span style="float:right;">33</span><br>
  397. <span style="float:left;"><b>Height</b></span><span style="float:right;">5'5"</span><br>
  398. <span style="float:left;"><b>Weight</b></span><span style="float:right;"> 135 lbs</span><br><br>
  399. <span style="float:left;"><b>Orientation</b></span><span style="float:right;">Unknown</span><br>
  400. <span style="float:left;"><b>Relationship Preference</b></span><span style="float:right;">HERE</span><br>
  401. <span style="float:left;"><b>Relationship</b></span><span style="float:right;"><a href="LINK HERE" target="_blank">TITLE HERE</a></span><br>
  402. <span style="float:left;"><b>Race</b></span><span style="float:right;">Human</span><br>
  403. <span style="float:left;"><b>Eyes</b></span><span style="float:right;">Green/Blue</span><br>
  404. <span style="float:left;"><b>Hair</b></span><span style="float:right;">Blonde</span><br><br>
  405. <span style="float:left;"><b>F-List</b></span><span style="float:right;"><a target="_blank" href="LINK HERE" target="_blank">HERE</a></span><br>
  406. </div>
  407.  
  408. <a name="two"></a>
  409. <div style="width: 43vw; height: 22vw; overflow: auto;" align="left">
  410. <h1>Abilities</h1>
  411.  
  412. <!-- Use <p></p> for larger and indented words, I recommend for the names of your abilities and whatnot. -->
  413. </div>
  414.  
  415.  
  416. <a name="three"></a>
  417. <div style="width: 43vw; height: 22vw; overflow: auto;" align="center">
  418. <h1>History</h1>
  419.  
  420. </div>
  421.  
  422. <a name="four"></a>
  423. <div style="width: 43vw; height: 22vw; overflow: auto;" align="center">
  424. <h1>Friends</h1>
  425. <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>
  426. </div>
  427.  
  428. <a name="five"></a>
  429. <div style="width: 43vw; height: 22vw; overflow: auto;" align="center">
  430. <h1>Out of Character</h1>
  431. <center><b>00</b>. Code made by <a href="https://rageqxeen.neocities.org/vw_codes/rageqxeen.html" target="_blank">RageQxeen</a>, given freely to <B>The Saint</b>, do not steal.</center><br>
  432. <b>01</b>. OOC<br>
  433. <b>02</b>. OOC<br>
  434. <b>03</b>. OOC<br>
  435. <b>04</b>. OOC<br>
  436. <b>05</b>. OOC<br>
  437. <b>06</b>. OOC<br>
  438. </div>
  439. </div>
  440. </div>
  441. </div>
  442.  
  443. </body>
  444. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement