Advertisement
RageQxeen

Pink Dove

Oct 21st, 2022
241
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 13.18 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.  
  48. <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.6.0/jquery.min.js"></script>
  49. <script>
  50. $(document).ready(function(){
  51. $("#image").click(function(){
  52. $("#page").fadeOut("slow", 0);
  53. $(this).remove();
  54. });
  55. });
  56. </script>
  57.  
  58. <style type="text/css">
  59.  
  60. @import url(https://fonts.googleapis.com/css?family=Berkshire+Swash|Cinzel+Decorative|Cinzel|Anybody);
  61.  
  62. html, body {
  63. background-image: linear-gradient(to top, #fdcbf1 0%, #fdcbf1 1%, #e6dee9 100%);
  64. }
  65.  
  66. ::-webkit-scrollbar-button:vertical:{
  67. background-color: #transparent;}
  68.  
  69. ::-webkit-scrollbar-thumb:vertical {
  70. background-color:#transparent;
  71. height:150px;}
  72.  
  73. ::-webkit-scrollbar-thumb:horizontal {
  74. background-color:#transparent;
  75. height:60px;}
  76.  
  77.  
  78. ::-webkit-scrollbar {
  79. height:60px;
  80. width:5px;
  81. background-color:#transparent;}
  82.  
  83. .cover {
  84. background:url('https://thumbs.gfycat.com/RingedSpicyKodiakbear-size_restricted.gif');
  85. opacity: 0.1;
  86. position: absolute;
  87. width: 100vw;
  88. height: 100vh;
  89. left: 0vw;
  90. top: 0vw;
  91. z-index: 1;
  92. overflow: hidden;
  93. }
  94.  
  95. #page {
  96. background-color: #222;
  97. background-image: url("https://static.vecteezy.com/system/resources/previews/005/459/140/original/holographic-fantasy-rainbow-unicorn-background-with-clouds-and-stars-pastel-color-sky-magical-landscape-abstract-fabulous-pattern-cute-candy-wallpaper-vector.jpg");
  98. background-size: cover;
  99. background-repeat: no-repeat;
  100. background-position: center;
  101. width: 100vw;
  102. height: 99vw;
  103. margin:auto;
  104. position: absolute;
  105. right: 0vw;
  106. bottom: 0vw;
  107. z-index:11;
  108. }
  109.  
  110. #image {
  111. width: 45vw;
  112. margin: 0px;
  113. border: none;
  114. height: 41vw;
  115. background-color:transparent;
  116. position: absolute;
  117. right: 27vw;
  118. bottom: 0vw;
  119. background-image:url("https://i.ibb.co/JnBMmSy/4.png");
  120. background-repeat:no-repeat;
  121. background-position: bottom;
  122. background-size: 100%;
  123. -webkit-animation: bounce;
  124. animation: bounce;
  125. -webkit-animation-duration: 3s;
  126. animation-duration: 3s;
  127. -webkit-animation-fill-mode: both;
  128. animation-fill-mode: both;
  129. -webkit-animation-timing-function: linear;
  130. animation-timing-function: linear;
  131. animation-iteration-count: infinite;
  132. -webkit-animation-iteration-count: infinite;
  133. }
  134.  
  135. @keyframes bounce{
  136. 0% {bottom: 3vw;}
  137. 50% {bottom: 7vw;}
  138. 100% {bottom: 3vw;}}
  139.  
  140. @-webkit-keyframes bounce {
  141. 0% {bottom: 3vw;}
  142. 50% {bottom: 7vw;}
  143. 100% {bottom: 3vw;}
  144. }
  145.  
  146. .alias {position: absolute;
  147. font-family: 'Berkshire Swash';
  148. color: #b7dcef;
  149. font-size: 3vw;
  150. bottom: 5vw;
  151. right: 13vw;
  152. width: 75vw;
  153. height: 8vw;
  154. border: 0px solid #000;
  155. text-align: center;
  156. text-shadow: -1px 0 #000, 0 1px #000,1px 0 #000, 0 -1px #000;
  157. font-weight: bold;
  158. overflow: auto;
  159. padding:5px 5px 5px 5px;
  160. z-index: 7;}
  161.  
  162. #container {
  163. background-color:#69626d;
  164. width: 75vw;
  165. height: 35vw;
  166. margin:auto;
  167. position: absolute;
  168. padding: 5px;
  169. left: 5vw;
  170. bottom: 5vw;
  171. z-index:1;
  172. box-shadow: 0px 5px 10px #000;
  173. background-image: url("https://backiee.com/static/wpdb/wallpapers/1920x1080/221010.jpg");
  174. background-size: fill;
  175. background-position: center;
  176. border-radius: 20px;
  177. z-index: 1;
  178. }
  179.  
  180. #content {
  181. background-color: rgb(0,0,0,0.7);
  182. width: 38vw;
  183. height: 34vw;
  184. margin:auto;
  185. position: absolute;
  186. padding: 5px;
  187. font-family: 'Anybody', cursive;
  188. font-size: 18px;
  189. color: #fff;
  190. right: .5vw;
  191. bottom: .5vw;
  192. z-index:1;
  193. border: #000000 solid 2px;
  194. border-radius: 20px;
  195. }
  196.  
  197. #image2 {
  198. width: 40vw;
  199. margin: 0px;
  200. border: none;
  201. height: 45vw;
  202. background-color:transparent;
  203. position: absolute;
  204. left: -4vw;
  205. bottom: -2vw;
  206. background-image:url("https://i.ibb.co/8mrP4dt/3.png");
  207. background-repeat:no-repeat;
  208. background-position: bottom;
  209. background-size: 100%;
  210. z-index: 7;
  211. }
  212.  
  213. #nav {
  214. background-color: transparent;
  215. width: 5vw;
  216. height: 50px;
  217. margin:auto;
  218. position: absolute;
  219. right: 15vw;
  220. bottom: 33vw;
  221. text-align: center;
  222. z-index: 10;
  223. }
  224.  
  225. #nav a, #nav a:link, #nav a:visited {
  226. display:inline-block;
  227. background: #332628;
  228. color: #332628;
  229. margin-top: 0px;
  230. margin-bottom: 2vw;
  231. margin-left: 4vw;
  232. height: 100px;
  233. width: 150px;
  234. border-radius: 10px;
  235. box-shadow: 5px 5px 25px #d4dbee;
  236. -webkit-transition: 0.5s linear;
  237. -moz-transition: 0.5s linear;
  238. -o-transition: 0.5s linear;
  239. transition: 0.5s linear;
  240. }
  241.  
  242. #nav a:active, #nav a:hover {
  243. display:inline-block;
  244. height: 100px;
  245. width: 150px;
  246. border-radius: 100%;
  247. text-decoration:none;
  248. background: rgb(0,0,0,0.4);
  249. color: rgb(0,0,0,0.4);
  250. margin-bottom: 2vw;
  251. box-shadow: 0px 0px 5px #d4dbee;
  252. -webkit-transition: 0.5s linear;
  253. -moz-transition: 0.5s linear;
  254. -o-transition: 0.5s linear;
  255. transition: 0.5s linear;
  256. }
  257.  
  258. #icon {
  259. width: 150px;
  260. margin: 0px;
  261. border: none;
  262. height: 100px;
  263. background-color:transparent;
  264. position: absolute;
  265. background-image:url("https://i.ibb.co/KFp9xhk/102.jpg");
  266. background-repeat:no-repeat;
  267. background-position: center;
  268. background-size: cover;
  269. border-radius: 10px;
  270. border: 3px solid #000;
  271. filter: blur(10px);
  272. box-sizing: border-box;
  273. z-index: 11;
  274. transition: 0.5s;
  275. }
  276.  
  277. #icon:hover {
  278. filter: blur(0px);
  279. background-position: 40% 10%;
  280. border: 3px solid #000;
  281. }
  282.  
  283. #icon2 {
  284. width: 150px;
  285. margin: 0px;
  286. border: none;
  287. height: 100px;
  288. background-color:transparent;
  289. position: absolute;
  290. background-image:url("https://i.ibb.co/sR5Btnx/131.jpg");
  291. background-repeat:no-repeat;
  292. background-position: center;
  293. background-size: cover;
  294. border-radius: 10px;
  295. border: 3px solid #000;
  296. z-index: 11;
  297. filter: blur(10px);
  298. box-sizing: border-box;
  299. transition: 0.5s;
  300. }
  301.  
  302. #icon2:hover {
  303. filter: blur(0px);
  304. background-position: 40% 10%;
  305. border: 3px solid #000;
  306. }
  307.  
  308. #icon3 {
  309. width: 150px;
  310. margin: 0px;
  311. border: none;
  312. height: 100px;
  313. background-color:transparent;
  314. position: absolute;
  315. background-image:url("https://i.ibb.co/xq8MFYv/129.jpg");
  316. background-repeat:no-repeat;
  317. background-position: center;
  318. background-size: cover;
  319. border-radius: 10px;
  320. border: 3px solid #000;
  321. z-index: 11;
  322. filter: blur(10px);
  323. box-sizing: border-box;
  324. transition: 0.5s;
  325. }
  326.  
  327. #icon3:hover {
  328. filter: blur(0px);
  329. background-position: 40% 10%;
  330. border: 3px solid #000;
  331. }
  332.  
  333. #icon4 {
  334. width: 150px;
  335. margin: 0px;
  336. border: none;
  337. height: 100px;
  338. background-color:transparent;
  339. position: absolute;
  340. background-image:url("https://i.ibb.co/n1tq9Rg/126.jpg");
  341. background-repeat:no-repeat;
  342. background-position: center;
  343. background-size: cover;
  344. border-radius: 10px;
  345. border: 3px solid #000;
  346. z-index: 11;
  347. filter: blur(10px);
  348. box-sizing: border-box;
  349. transition: 0.5s;
  350. }
  351.  
  352. #icon4:hover {
  353. filter: blur(0px);
  354. background-position: 40% 10%;
  355. border: 3px solid #000;
  356. }
  357.  
  358. .name {position: absolute;
  359. font-family: 'Cinzel Decorative';
  360. color: #fff;
  361. font-size: 5vw;
  362. top: -5.2vw;
  363. right: -1vw;
  364. width: 55vw;
  365. height: 5.5vw;
  366. border: 0px solid #000;
  367. text-align: justify;
  368. text-shadow: -1px 0 #c0c0c0, 0 1px #000,1px 0 #000, 0 -1px #c0c0c0;
  369. overflow: auto;
  370. padding:5px 5px 5px 5px;
  371. z-index: 5;}
  372.  
  373. .title { background: transparent;
  374. background:url('https://i.pinimg.com/originals/95/c3/86/95c3860d485683c4e5b3f5bedbbba02d.gif') 50px 50px repeat;
  375. background-position: center;
  376. position: absolute;
  377. font-family: 'Cinzel Decorative';
  378. font-size: 5vw;
  379. top: -5.2vw;
  380. right: -1vw;
  381. width: 55vw;
  382. height: 5.5vw;
  383. text-align: justify;
  384. padding:5px 5px 5px 5px;
  385. -webkit-text-fill-color: transparent;
  386. -webkit-background-clip: text;
  387. z-index: 6;}
  388.  
  389. i{color: #ffc8d0;}
  390. b{color: #ffd0e5;}
  391. a{color: #ffdcd0; text-decoration: none;}
  392. h1{
  393. background: url('https://media3.giphy.com/media/A4wSE2GQGTpfi/giphy.gif?cid=790b761108a01e0e56a2b64ea413f729a994638ecf43021d&rid=giphy.gif&ct=g');
  394. background-size: cover;
  395. background-position: center;
  396. text-align: center;
  397. border: 2px solid #000;
  398. border-radius: 15px;
  399. font-size: 30px;
  400. font-family: 'Cinzel', cursive;
  401. color: #000;
  402. text-shadow: 1px 1px 0 #c0c0c0, -1px -1px 0 #c0c0c0, -1px 1px 0 #c0c0c0, 1px -1px 0 #c0c0c0;
  403. line-height: 2;
  404. }
  405. h2{
  406. background: url('https://animesher.com/orig/1/162/1627/16274/animesher.com_hand-pink-gif-1627420.gif');
  407. background-size: cover;
  408. background-position: center;
  409. text-align: center;
  410. border: 2px solid #000;
  411. border-radius: 15px;
  412. font-size: 30px;
  413. font-family: 'Cinzel', cursive;
  414. color: #000;
  415. text-shadow: 1px 1px 0 #c0c0c0, -1px -1px 0 #c0c0c0, -1px 1px 0 #c0c0c0, 1px -1px 0 #c0c0c0;
  416. line-height: 2;
  417. }
  418. h3{
  419. background: url('https://i.pinimg.com/originals/15/2e/09/152e09b97e20d306127c220d2e2c98ef.gif');
  420. background-size: cover;
  421. background-position: center;
  422. text-align: center;
  423. border: 2px solid #000;
  424. border-radius: 15px;
  425. font-size: 30px;
  426. font-family: 'Cinzel', cursive;
  427. color: #000;
  428. text-shadow: 1px 1px 0 #c0c0c0, -1px -1px 0 #c0c0c0, -1px 1px 0 #c0c0c0, 1px -1px 0 #c0c0c0;
  429. line-height: 2;
  430. }
  431. h4{
  432. background: url('https://thumbs.gfycat.com/AthleticFastBirdofparadise-size_restricted.gif');
  433. background-size: cover;
  434. background-position: center;
  435. text-align: center;
  436. border: 2px solid #000;
  437. border-radius: 15px;
  438. font-size: 30px;
  439. font-family: 'Cinzel', cursive;
  440. color: #000;
  441. text-shadow: 1px 1px 0 #c0c0c0, -1px -1px 0 #c0c0c0, -1px 1px 0 #c0c0c0, 1px -1px 0 #c0c0c0;
  442. line-height: 2;
  443. }
  444.  
  445. </style>
  446. <div class="cover"></div>
  447.  
  448. <div id="page">
  449. <div id="image"></div>
  450. <div class="alias">QUOTE HERE.</div>
  451. </div>
  452.  
  453. <div id="nav">
  454. <a href="#one"><div id="icon"></div></a>
  455. <a href="#two"><div id="icon2"></div></a>
  456. <a href="#three"><div id="icon3"></div></a>
  457. <a href="#four"><div id="icon4"></div></a>
  458. </div>
  459.  
  460. <div id="container">
  461. <div id="image2"></div>
  462.  
  463. <div class="name">TITLE HERE</div>
  464. <div class="title">TITLE HERE</div>
  465.  
  466. <div id="content">
  467. <div style="width: 38vw; height: 34vw; overflow-y: hidden;">
  468.  
  469. <a name="one"></a>
  470. <div style="width: 38vw; height: 34vw; overflow: auto;" align="center">
  471. <h1>The Basics</h1>
  472. <span style="float:left;"><b>Name</b></span><span style="float:right;">HERE</span><br>
  473. <span style="float:left;"><b>Alias(es)</b></span><span style="float:right;">HERE</span><br>
  474. <span style="float:left;"><b>Gender</b></span><span style="float:right;">HERE</span><br>
  475. <span style="float:left;"><b>Age</b></span><span style="float:right;">HERE</span><br>
  476. <span style="float:left;"><b>Race</b></span><span style="float:right;">HERE</span><br>
  477. <span style="float:left;"><b>Voice</b></span><span style="float:right;"><a href="LINKHERE" target="_blank">LINK TITLE HERE</a></span><br><br>
  478. <span style="float:left;"><b>Height</b></span><span style="float:right;">HERE</span><br>
  479. <span style="float:left;"><b>Weight</b></span><span style="float:right;">HERE</span><br>
  480. <span style="float:left;"><b>Eyes</b></span><span style="float:right;">HERE</span><br>
  481. <span style="float:left;"><b>Hair</b></span><span style="float:right;">HERE</span><br>
  482. <span style="float:left;"><b>Build</b></span><span style="float:right;">HERE</span><br><br>
  483. <span style="float:left;"><b>Orientation</b></span><span style="float:right;">HERE</span><br>
  484. <span style="float:left;"><b>Relationship</b></span><span style="float:right;">HERE</span><br>
  485. <span style="float:left;"><b>Affiliation</b></span><span style="float:right;">HERE</span><br><br>
  486. </div>
  487.  
  488. <a name="two"></a>
  489. <div style="width: 38vw; height: 34vw; overflow: auto;" align="left">
  490. <h2>Abilities</h2>
  491. <b>TO BE ANNOUNCED</b>
  492. </div>
  493.  
  494.  
  495. <a name="three"></a>
  496. <div style="width: 38vw; height: 34vw; overflow: auto;" align="center">
  497. <h3>History</h3>
  498. <b>TO BE ANNOUNCED</b>
  499. </div>
  500.  
  501. <a name="four"></a>
  502. <div style="width: 38vw; height: 34vw; overflow: auto;" align="left">
  503. <h4>Out of Character</h4>
  504. <center><b>00</b>. Code made by <a target="_blank" href="https://rageqxeen.neocities.org/vw_codes/rageqxeen.html" target="_blank">RageQxeen</a>, do not steal.<br>
  505. <b>000</b>. Secondary image source can be found <a href="https://twitter.com/Akashi47860084/status/1555213516977672192?s=20&t=TA4L1naNzaYF5bIC_R63qw" target="_blank">here</a>, images do not belong to me and will be removed upon owners request.<br><br></center>
  506. <b>01</b>. OOC.<br>
  507. </div>
  508. </div>
  509. </div>
  510. </div>
  511. </body>
  512. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement