Advertisement
Professor_Stein

Untitled

Mar 4th, 2022
127
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 13.12 KB | None | 0 0
  1. $("#i").click(function(){
  2. $("#one") .stop().delay(0) .animate({opacity: '1'}, 10, 'linear');
  3. $("#one") .stop().delay(0) .animate({left: '22%'}, 10, 'linear');
  4. $("#two") .stop().delay(0) .animate({opacity: '0'}, 10, 'linear');
  5. $("#two") .stop().delay(0) .animate({left: '100%'}, 10, 'linear');
  6. $("#three") .stop().delay(0) .animate({opacity: '0'}, 10, 'linear');
  7. $("#three") .stop().delay(0) .animate({left: '100%'}, 10, 'linear');
  8. $("#four") .stop().delay(0) .animate({opacity: '0'}, 10, 'linear');
  9. $("#four") .stop().delay(0) .animate({left: '100%'}, 10, 'linear');
  10. });
  11.  
  12. $("#f").click(function(){
  13. $("#two") .stop().delay(0) .animate({opacity: '1'}, 10, 'linear');
  14. $("#two") .stop().delay(0) .animate({left: '22%'}, 10, 'linear');
  15. $("#one") .stop().delay(0) .animate({opacity: '0'}, 10, 'linear');
  16. $("#one") .stop().delay(0) .animate({left: '100%'}, 10, 'linear');
  17. $("#three") .stop().delay(0) .animate({opacity: '0'}, 10, 'linear');
  18. $("#three") .stop().delay(0) .animate({left: '100%'}, 10, 'linear');
  19. $("#four") .stop().delay(0) .animate({opacity: '0'}, 10, 'linear');
  20. $("#four") .stop().delay(0) .animate({left: '100%'}, 10, 'linear');
  21. });
  22.  
  23. $("#i2").click(function(){
  24. $("#three") .stop().delay(0) .animate({opacity: '1'}, 10, 'linear');
  25. $("#three") .stop().delay(0) .animate({left: '22%'}, 10, 'linear');
  26. $("#one") .stop().delay(0) .animate({opacity: '0'}, 10, 'linear');
  27. $("#one") .stop().delay(0) .animate({left: '100%'}, 10, 'linear');
  28. $("#two") .stop().delay(0) .animate({opacity: '0'}, 10, 'linear');
  29. $("#two") .stop().delay(0) .animate({left: '100%'}, 10, 'linear');
  30. $("#four") .stop().delay(0) .animate({opacity: '0'}, 10, 'linear');
  31. $("#four") .stop().delay(0) .animate({left: '100%'}, 10, 'linear');
  32. });
  33.  
  34. $("#f2").click(function(){
  35. $("#four") .stop().delay(0) .animate({opacity: '1'}, 10, 'linear');
  36. $("#four") .stop().delay(0) .animate({left: '22%'}, 10, 'linear');
  37. $("#one") .stop().delay(0) .animate({opacity: '0'}, 10, 'linear');
  38. $("#one") .stop().delay(0) .animate({left: '100%'}, 10, 'linear');
  39. $("#two") .stop().delay(0) .animate({opacity: '0'}, 10, 'linear');
  40. $("#two") .stop().delay(0) .animate({left: '100%'}, 10, 'linear');
  41. $("#three") .stop().delay(0) .animate({opacity: '0'}, 10, 'linear');
  42. $("#three") .stop().delay(0) .animate({left: '100%'}, 10, 'linear');
  43. });
  44.  
  45.  
  46.  
  47. $("body").click(function(){
  48. var audio = document.getElementById("audio");
  49. audio.play();
  50. audio.volume = .15;
  51. });
  52.  
  53.  
  54.  
  55.  
  56.  
  57.  
  58. @import url('https://fonts.googleapis.com/css2?family=Anton&family=Bungee+Inline&family=Acme&display=swap');
  59. body {
  60. background-color: #ED008C;
  61. overflow: hidden;
  62. cursor: url('https://i.imgur.com/dfvtLmL.png'), auto;
  63. }
  64.  
  65. .backgrou {
  66. position: absolute;
  67. margin: auto;
  68. height: 100%;
  69. width:100%;
  70. background-image:url(https://i.imgur.com/BZkHgNg.gif);
  71. background-size: 100% 100%;
  72. background-position: center;
  73. background-repeat: repeat;
  74. z-index: 0;
  75. }
  76.  
  77. .backgroun {
  78. position: absolute;
  79. margin: auto;
  80. height: 100%;
  81. width:100%;
  82. background: linear-gradient(238deg, #ff71ce, #153CB4);
  83. background-size: 600% 600%;
  84. -webkit-animation: back 4s ease infinite;
  85. animation: back 20s ease infinite;
  86. opacity: .90;
  87. z-index: 1;
  88. }
  89.  
  90. ::-webkit-scrollbar {
  91. width: 1vw;
  92. }
  93. ::-webkit-scrollbar-track {
  94. background-color:transparent;
  95. }
  96. ::-webkit-scrollbar-thumb {
  97. background-color: transparent;
  98. }
  99.  
  100. @-webkit-keyframes back {
  101. 0%{background-position:0% 50%}
  102. 50%{background-position:100% 51%}
  103. 100%{background-position:0% 50%}
  104. }
  105. @keyframes back {
  106. 0%{background-position:0% 50%}
  107. 50%{background-position:100% 51%}
  108. 100%{background-position:0% 50%
  109. }}
  110.  
  111.  
  112. .main {
  113. position: absolute;
  114. margin: auto;
  115. top: 0; bottom: 3.8%;
  116. left: 10.47%;
  117. height: 74%;
  118. width: 40%;
  119. background-image:url(https://i.imgur.com/zAn37YC.png);
  120. background-size: auto 100%;
  121. background-repeat: no-repeat;
  122. background-position: center;
  123. z-index: 3;
  124. }
  125.  
  126. .box {
  127. position: absolute;
  128. margin: auto;
  129. top: 0; bottom: 0;
  130. left: 14%;
  131. height: 70%;
  132. width: 60%;
  133. background-color: #000;
  134. background-image:url(https://i.imgur.com/xM4VAUw.png);
  135. background-size: auto 100%;
  136. background-position: center;
  137. outline: .3vw solid #00A0D3;
  138. border: .2vw inset #FF2B7F;
  139. z-index: 2;
  140. }
  141.  
  142. .back {
  143. position: absolute;
  144. margin: auto;
  145. top: 30%;
  146. left: 50%;
  147. height: 10%;
  148. width: 10%;
  149. background-color: #00A9D8;
  150. clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
  151. z-index: 2;
  152. }
  153.  
  154. .trash {
  155. position: absolute;
  156. margin: auto;
  157. top: 94%;
  158. left: 96%;
  159. background-image:url(https://i.imgur.com/gVPGFpz.png);
  160. background-size: auto 100%;
  161. background-position: center;
  162. background-repeat: no-repeat;
  163. height: 5%;
  164. width: 5%;
  165. cursor: url('https://i.imgur.com/JedEQIA.png'), auto;
  166. z-index: 99;
  167. }
  168.  
  169. .back div {
  170. position: absolute;
  171. margin: auto;
  172. top: 0; bottom: 0;
  173. left: 23.5%; right: 0;
  174. height: 90%;
  175. width: 90%;
  176. background-image:url(https://i.imgur.com/yuX9xfb.gif);
  177. background-size: 100% auto;
  178. background-position: center;
  179. clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
  180. }
  181.  
  182. .title {
  183. position: absolute;
  184. margin: auto;
  185. height: 10%;
  186. width: 35%;
  187. font-family: Bungee Inline;
  188. text-align: center;
  189. font-size: 4.5vw;
  190. }
  191.  
  192. #tit1 {
  193. top: 14.5%;
  194. left: 44.2%;
  195. color: #008FCC;
  196. text-shadow: .2vw .2vw #000;
  197. z-index: 10;
  198. }
  199. #tit2 {
  200. top: 14.3%;
  201. left: 44%;
  202. color: #FF2B7F;
  203. text-shadow: -.2vw -.2vw #000;
  204. z-index: 12;
  205. }
  206.  
  207. .gif {
  208. position: absolute;
  209. margin: auto;
  210. background-color: #00A0D3;
  211. z-index: 30;
  212. }
  213.  
  214. #g {
  215. top: 14%;
  216. left: 76.2%;
  217. height: 35%;
  218. width: 6%;
  219. clip-path: polygon(100% 50%, 0% 0%, 0% 100%);
  220. }
  221.  
  222. #gif1 {
  223. position: absolute;
  224. margin: auto;
  225. top: 0; bottom: 0;
  226. left: 0; right: 0;
  227. height: 90%;
  228. width: 90%;
  229. background-image:url(https://i.imgur.com/3nKMyXb.gif);
  230. background-size: auto 100%;
  231. background-position: center left;
  232. clip-path: polygon(100% 50%, 0% 0%, 0% 100%);
  233. }
  234.  
  235. #i {
  236. top: 13.8%;
  237. left: 76.2%;
  238. height: 17.5%;
  239. width: 6%;
  240. clip-path: polygon(0 0, 100% 0, 100% 100%);
  241. }
  242.  
  243. #i:hover {
  244. cursor: url('https://i.imgur.com/JedEQIA.png'), auto;
  245. background-color: #240C47;
  246. }
  247.  
  248. #gif2 {
  249. position: absolute;
  250. margin: auto;
  251. top: 0; bottom: 0;
  252. left: 0; right: 0;
  253. height: 95%;
  254. width: 92%;
  255. background-image:url(https://i.imgur.com/3nKMyXb.gif);
  256. background-size: auto 200%;
  257. background-position: top 40%;
  258. clip-path: polygon(3% 0, 100% 0, 100% 94%);
  259. }
  260.  
  261. #f {
  262. top: 31.7%;
  263. left: 76.2%;
  264. height: 17.5%;
  265. width: 6%;
  266. clip-path: polygon(100% 0, 0 100%, 100% 100%);
  267. }
  268.  
  269. #f:hover {
  270. cursor: url('https://i.imgur.com/JedEQIA.png'), auto;
  271. background-color: #240C47;
  272. }
  273.  
  274. #gif3 {
  275. position: absolute;
  276. margin: auto;
  277. top: 0; bottom: 0;
  278. left: 0; right: 0;
  279. height: 95%;
  280. width: 92%;
  281. background-image:url(https://i.imgur.com/3nKMyXb.gif);
  282. background-size: auto 200%;
  283. background-position: 10% 100%;
  284. clip-path: polygon(100% 6%, 3% 100%, 100% 100%);
  285. }
  286.  
  287. #g2 {
  288. top: 50.8%;
  289. left: 76.2%;
  290. height: 35%;
  291. width: 6%;
  292. clip-path: polygon(100% 50%, 0% 0%, 0% 100%);
  293. }
  294.  
  295. #gif4 {
  296. position: absolute;
  297. margin: auto;
  298. top: 0; bottom: 0;
  299. left: 0; right: 0;
  300. height: 90%;
  301. width: 90%;
  302. background-image:url(https://i.imgur.com/yuX9xfb.gif);
  303. background-size: auto 100%;
  304. background-position: center left;
  305. clip-path: polygon(100% 50%, 0% 0%, 0% 100%);
  306. }
  307.  
  308. #i2 {
  309. top: 50.6%;
  310. left: 76.2%;
  311. height: 17.5%;
  312. width: 6%;
  313. clip-path: polygon(0 0, 100% 0, 100% 100%);
  314. }
  315.  
  316. #i2:hover {
  317. cursor: url('https://i.imgur.com/JedEQIA.png'), auto;
  318. background-color: #240C47;
  319. }
  320.  
  321. #gif5 {
  322. position: absolute;
  323. margin: auto;
  324. top: 0; bottom: 0;
  325. left: 0; right: 0;
  326. height: 95%;
  327. width: 92%;
  328. background-image:url(https://i.imgur.com/yuX9xfb.gif);
  329. background-size: auto 200%;
  330. background-position: top 40%;
  331. clip-path: polygon(3% 0, 100% 0, 100% 94%);
  332. }
  333.  
  334. #f2 {
  335. top: 68.5%;
  336. left: 76.2%;
  337. height: 17.5%;
  338. width: 6%;
  339. clip-path: polygon(100% 0, 0 100%, 100% 100%);
  340. }
  341.  
  342. #f2:hover {
  343. cursor: url('https://i.imgur.com/JedEQIA.png'), auto;
  344. background-color: #240C47;
  345. }
  346.  
  347. #gif6 {
  348. position: absolute;
  349. margin: auto;
  350. top: 0; bottom: 0;
  351. left: 0; right: 0;
  352. height: 95%;
  353. width: 92%;
  354. background-image:url(https://i.imgur.com/yuX9xfb.gif);
  355. background-size: auto 200%;
  356. background-position: 10% 100%;
  357. clip-path: polygon(100% 6%, 3% 100%, 100% 100%);
  358. }
  359.  
  360. .textb {
  361. position: absolute;
  362. margin: auto;
  363. top: 15%;
  364. left: 23.5%; right: 0;
  365. height: 70%;
  366. width: 25%;
  367. overflow: hidden;
  368. border-left: .1vw solid #000;
  369. border-right: .1vw solid #000;
  370. z-index: 3;
  371. }
  372.  
  373. .textb div {
  374. position: absolute;
  375. margin: auto;
  376. top: 0;
  377. left: 0;
  378. height: 100%;
  379. width: 100%;
  380. background-color: #FCFFFF;
  381. box-shadow:inset 0 0 10vw #AF68BA, inset 0 0 10vw #774A86, inset 0 0 10vw #160D16;
  382. opacity: .8;
  383. }
  384.  
  385. .floof {
  386. position: absolute;
  387. margin: auto;
  388.  
  389. top: 0; bottom: 0;
  390. height: 43%;
  391. width: 23%;
  392. overflow: hidden;
  393. -webkit-mask-image: linear-gradient(to bottom, black 90%, transparent 100%);
  394. z-index: 30;
  395. }
  396.  
  397. .floof div {
  398. position: absolute;
  399. margin: auto;
  400. top: 0; bottom: 0;
  401. left: 1%; right: 0;
  402. height: 100%;
  403. width: 95%;
  404. padding: 1vw;
  405. font-family: Anton;
  406. text-align: justify;
  407. letter-spacing: .04vw;
  408. color: #fff;
  409. text-shadow: -.05vw -.05vw #814994, .05vw .05vw #814994, .05vw -.05vw #000, -.05vw .05vw #000;
  410. overflow: auto;
  411. -webkit-mask-image: linear-gradient(to top, black 80%, transparent 100%);
  412. z-index: 30;
  413. }
  414.  
  415. #one {
  416. left: 22%; right: 0;
  417. opacity: 1;
  418. }
  419.  
  420. #two {
  421. left: 100%; right: 0;
  422. opacity: 1;
  423. }
  424.  
  425. #three {
  426. left: 100%; right: 0;
  427. opacity: 1;
  428. }
  429.  
  430. #four {
  431. left: 100%; right: 0;
  432. opacity: 1;
  433. }
  434.  
  435. .bar {
  436. position: absolute;
  437. margin: auto;
  438. top: 71%;
  439. left: 23%; right: 0;
  440. height: 3.5%;
  441. width: 23%;
  442. background-image:url(https://i.imgur.com/aUS7r1g.png);
  443. background-position: center;
  444. background-repeat: no-repeat;
  445. background-size: 100% auto;
  446. z-index: 5;
  447. }
  448.  
  449. h2 {
  450. margin: 1.5vw;
  451. font-size: 2vw;
  452. font-family: Acme;
  453. text-align: center;
  454. }
  455.  
  456. ul.a {
  457. margin: 0;
  458. list-style-type: circle;
  459. }
  460.  
  461. u {
  462. color: #FF2B7F;
  463. }
  464.  
  465. a:link {
  466. color: #008FCC;
  467. text-decoration: none;
  468. font-variant: small-caps;
  469. }
  470.  
  471. a:visited {
  472. color: D6C8AD;
  473. }
  474.  
  475. a:hover {
  476. cursor: url('https://i.imgur.com/JedEQIA.png'), auto;
  477. color: EDF0B9;
  478. }
  479.  
  480. a:active {
  481. color: 008FCC;
  482. }
  483.  
  484. big {
  485. font-size: 2.5vw;
  486. font-variant: small-caps;
  487. }
  488.  
  489. small {
  490. font-size: 1vw;
  491. font-variant: small-caps;
  492. }
  493.  
  494. ::selection {color: black; background-color:none; }
  495. ::-moz-selection {color: black; background-color:none; }
  496.  
  497.  
  498.  
  499.  
  500.  
  501. <audio id="audio" src="https://od.lk/s/ODVfMjEyNTkxOTVf/it%27s%20summer%201985%2C%20you%27re%20driving%20at%20night.mp3" ></audio>
  502. <div class="backgroun"></div><div class="backgrou"></div>
  503. <div class="main"></div><div class="mainb"></div>
  504. <div class="gif" id="g"><div id="gif1"></div></div>
  505. <div class="gif" id="i"><div id="gif2"></div></div>
  506. <div class="gif" id="f"><div id="gif3"></div></div>
  507. <div class="gif" id="g2"><div id="gif4"></div></div>
  508. <div class="gif" id="i2"><div id="gif5"></div></div>
  509. <div class="gif" id="f2"><div id="gif6"></div></div>
  510. <div class="back"><div></div></div>
  511. <div class="box"></div>
  512. <div class="bar" style="top: 71%;"></div>
  513. <div class="bar" style="top: 25%;"></div>
  514. <div class="title" id="tit1"> マドゥ </div>
  515. <div class="title" id="tit2"> マドゥ </div>
  516. <div class="textb"><div></div></div>
  517. <a target="_blank" href="https://roleplay.chat/profile.php?user=Raccoon" target="_blank"><div class="trash" title="Trash Codes"></div></a>
  518.  
  519. <div class="floof" id="one"><div>
  520.  
  521. <h2>Dossier</h2>
  522.  
  523. <center><div style="position: relative; text-align: left; width: 80%; height: auto; -webkit-mask-image: linear-gradient(to top, black 100%, transparent 0%);">
  524. Given name: <font style=float:right>Madu</font><br><br>
  525. Gender: <font style=float:right> <a target="_blank" href="https://i.imgur.com/jOckAgA.jpg"><b>Female</b></a> </font><br><br>
  526. Age: <font style=float:right>23</font><br><br>
  527. Hair Color: <font style=float:right>Jet Black</font><br><br>
  528. Occupation: <font style=float:right>Student</font><br><br>
  529. Orientation: <font style=float:right>Bisexual</font><br><br>
  530. Marital Status: <font style=float:right><a target="_blank" href="LINK HERE">Seeking</a></font></div></center>
  531.  
  532.  
  533.  
  534.  
  535.  
  536. </div></div>
  537.  
  538. <div class="floof" id="two"><div>
  539.  
  540. <h2>Persona</h2>
  541. Hasn’t had her cherry popped.
  542. <br><br>
  543.  
  544. <br><br>
  545. WIP
  546. <br><br>
  547. WIP
  548. <br><br>
  549. WIP
  550. <br><br>
  551. WIP
  552.  
  553. </div></div>
  554.  
  555. <div class="floof" id="three"><div>
  556.  
  557. <h2>Connections</h2>
  558. <B>Just Ask to Be Added!</b>
  559. <li><font style=float:right><a target="_blank" href="LINK">Friend</a></font></li>
  560. <li><font style=float:right><a target="_blank" href="LINK HERE">Friend</a> </font></li>
  561. <li><font style=float:right><a target="_blank" href="LINK HERE">Friend</a> </font></li>
  562. <li><font style=float:right><a target="_blank" href="LINK HERE">Friend</a> </font></li>
  563. <li><font style=float:right><a target="_blank" href="LINK HERE">Friend</a> </font></li>
  564. <li><font style=float:right><a target="_blank" href="LINK HERE">Friend</a> </font></li>
  565. <li><font style=float:right><a target="_blank" href="LINK HERE">Friend</a> </font></li>
  566. </div></div>
  567.  
  568. <div class="floof" id="four"><div>
  569.  
  570. <h2>OOC</h2>
  571.  
  572.  
  573. <ul class="a">
  574. <li>PM Friendly</li><br>
  575. <li>Any RP Welcome</li><br>
  576. <li>Questions are welcome</li><br>
  577. <li>IC approaches welcome</li><br>
  578. <li>I will usually <b>always</b> respond to IC approaches and shitposts</li><br>
  579.  
  580.  
  581.  
  582. </ul>
  583.  
  584. </div></div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement