Advertisement
Professor_Stein

Untitled

Jan 21st, 2021
155
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 12.65 KB | None | 0 0
  1. ((Java))
  2.  
  3. $("#tab1").click(function(){
  4. $("#page1") .delay(0) .animate({opacity: '1'}, 0, 'linear');
  5. $("#page1") .delay(0) .animate({left: '36.05%'}, 0, 'linear');
  6. $("#page2") .delay(0) .animate({opacity: '0'}, 0, 'linear');
  7. $("#page2") .delay(0) .animate({left: '100%'}, 0, 'linear');
  8. $("#page3") .delay(0) .animate({opacity: '0'}, 0, 'linear');
  9. $("#page3") .delay(0) .animate({left: '100%'}, 0, 'linear');
  10. $("#page4") .delay(0) .animate({opacity: '0'}, 0, 'linear');
  11. $("#page4") .delay(0) .animate({left: '100%'}, 0, 'linear');
  12. });
  13.  
  14. $("#tab2").click(function(){
  15. $("#page2") .delay(0) .animate({opacity: '1'}, 0, 'linear');
  16. $("#page2") .delay(0) .animate({left: '36.05%'}, 0, 'linear');
  17. $("#page1") .delay(0) .animate({opacity: '0'}, 0, 'linear');
  18. $("#page1") .delay(0) .animate({left: '100%'}, 0, 'linear');
  19. $("#page3") .delay(0) .animate({opacity: '0'}, 0, 'linear');
  20. $("#page3") .delay(0) .animate({left: '100%'}, 0, 'linear');
  21. $("#page4") .delay(0) .animate({opacity: '0'}, 0, 'linear');
  22. $("#page4") .delay(0) .animate({left: '100%'}, 0, 'linear');
  23. });
  24.  
  25. $("#tab3").click(function(){
  26. $("#page3") .delay(0) .animate({opacity: '1'}, 0, 'linear');
  27. $("#page3") .delay(0) .animate({left: '36.05%'}, 0, 'linear');
  28. $("#page1") .delay(0) .animate({opacity: '0'}, 0, 'linear');
  29. $("#page1") .delay(0) .animate({left: '100%'}, 0, 'linear');
  30. $("#page2") .delay(0) .animate({opacity: '0'}, 0, 'linear');
  31. $("#page2") .delay(0) .animate({left: '100%'}, 0, 'linear');
  32. $("#page4") .delay(0) .animate({opacity: '0'}, 0, 'linear');
  33. $("#page4") .delay(0) .animate({left: '100%'}, 0, 'linear');
  34. });
  35.  
  36. $("#tab4").click(function(){
  37. $("#page4") .delay(0) .animate({opacity: '1'}, 0, 'linear');
  38. $("#page4") .delay(0) .animate({left: '36.05%'}, 0, 'linear');
  39. $("#page1") .delay(0) .animate({opacity: '0'}, 0, 'linear');
  40. $("#page1") .delay(0) .animate({left: '100%'}, 0, 'linear');
  41. $("#page2") .delay(0) .animate({opacity: '0'}, 0, 'linear');
  42. $("#page2") .delay(0) .animate({left: '100%'}, 0, 'linear');
  43. $("#page3") .delay(0) .animate({opacity: '0'}, 0, 'linear');
  44. $("#page3") .delay(0) .animate({left: '100%'}, 0, 'linear');
  45. });
  46.  
  47. $("body").mouseover(function(){
  48. var audio = document.getElementById("audio");
  49. audio.play();
  50. audio.volume = .15;
  51. });
  52.  
  53.  
  54. ((CSS))
  55.  
  56. @import url('https://fonts.googleapis.com/css2?family=Righteous&family=Sniglet');
  57. body {
  58. background: radial-gradient(circle, rgba(254,217,146,1) 0%, rgba(254,217,146,1) 80%, rgba(63,45,61,1) 100%);
  59. overflow: hidden;
  60. }
  61.  
  62. #tab1 {
  63. position: absolute;
  64. margin: auto;
  65. left: 32.3%;
  66. bottom: 51.5%;
  67. }
  68.  
  69. #tab2 {
  70. position: absolute;
  71. margin: auto;
  72. left: 29.5%;
  73. bottom: 39.5%;
  74. }
  75.  
  76. #tab3 {
  77. position: absolute;
  78. margin: auto;
  79. left: 69.6%;
  80. bottom: 51.5%;
  81. }
  82.  
  83. #tab4 {
  84. position: absolute;
  85. margin: auto;
  86. left: 66.8%;
  87. bottom: 39.5%;
  88. }
  89.  
  90. .tab {
  91. height: 8%;
  92. width: .5%;
  93. background-color: #FED992;
  94. outline: .2vw solid #000;
  95. border: .2vw solid #fff;
  96. transform: skew(-25deg, -10deg);
  97. cursor: pointer;
  98. z-index: 10;
  99. }
  100.  
  101. .tab:hover {
  102. background-color: 241C28;
  103. }
  104.  
  105. #pic1 {
  106. left: 36.5%;
  107. }
  108.  
  109. #pic1 div {
  110. position: absolute;
  111. margin: auto;
  112. left: 0; right: 0;
  113. bottom: 0; top: 0;
  114. height: 95%;
  115. width: 93%;
  116. background-image:url(https://i.imgur.com/BLdEyRK.jpg);
  117. background-size: 200% auto;
  118. background-position: 100% 0%;
  119. clip-path: polygon(26% 0%, 100% 0%, 74% 100%, 0% 100%);
  120. }
  121.  
  122. #pic2 {
  123. left: 40.5%;
  124. }
  125.  
  126. #pic2 div {
  127. position: absolute;
  128. margin: auto;
  129. left: 0; right: 0;
  130. bottom: 0; top: 0;
  131. height: 95%;
  132. width: 93%;
  133. background-image:url(https://i.imgur.com/WET5woq.jpg);
  134. background-size: 200% auto;
  135. background-position: 50% 20%;
  136. clip-path: polygon(26% 0%, 100% 0%, 74% 100%, 0% 100%);
  137. }
  138.  
  139. #pic3 {
  140. left: 44.5%;
  141. }
  142.  
  143. #pic3 div {
  144. position: absolute;
  145. margin: auto;
  146. left: 0; right: 0;
  147. bottom: 0; top: 0;
  148. height: 95%;
  149. width: 93%;
  150. background-image:url(https://i.imgur.com/vkLmHfv.jpg);
  151. background-size: 200% auto;
  152. background-position: 80% 10%;
  153. clip-path: polygon(26% 0%, 100% 0%, 74% 100%, 0% 100%);
  154. }
  155.  
  156. #pic4 {
  157. left: 48.5%;
  158. }
  159.  
  160. #pic4 div {
  161. position: absolute;
  162. margin: auto;
  163. left: 0; right: 0;
  164. bottom: 0; top: 0;
  165. height: 95%;
  166. width: 93%;
  167. background-image:url(https://i.imgur.com/dp6WNij.png);
  168. background-size: 200% auto;
  169. background-position: 60% 20%;
  170. clip-path: polygon(26% 0%, 100% 0%, 74% 100%, 0% 100%);
  171. }
  172.  
  173. .pic {
  174. position: absolute;
  175. margin: auto;
  176. left: 46%;
  177. bottom: 66.5%;
  178. height: 8%;
  179. width: 4%;
  180. background-color: #000;
  181. clip-path: polygon(26% 0%, 100% 0%, 74% 100%, 0% 100%);
  182. z-index: 9;
  183. }
  184.  
  185. #page1 {
  186. position: absolute;
  187. margin: auto;
  188. left: 36.05%;
  189. opacity: 1;
  190. }
  191.  
  192. #page2 {
  193. position: absolute;
  194. margin: auto;
  195. left: 100%;
  196. opacity: 0;
  197. }
  198.  
  199. #page3 {
  200. position: absolute;
  201. margin: auto;
  202. left: 100%;
  203. opacity: 0;
  204. }
  205.  
  206. #page4 {
  207. position: absolute;
  208. margin: auto;
  209. left: 100%;
  210. opacity: 0;
  211. }
  212.  
  213. .floof {
  214. bottom: 35.5%;
  215. height: 28.9%;
  216. width: 27.6%;
  217. background-color: #fff;
  218. border-left: .2vw solid #000;
  219. border-right: .2vw solid #000;
  220. z-index: 8;
  221. }
  222.  
  223. .floof div {
  224. position: absolute;
  225. margin: auto;
  226. left: 0; right: 0;
  227. bottom: 0; top: 0;
  228. height: 90%;
  229. width: 95%;
  230. text-align: justify;
  231. font-family: Righteous;
  232. font-size: 1.20vw;
  233. color: white;
  234. font-weight: 900;
  235. -webkit-text-stroke: .01vw #000;
  236. padding: .5vw;
  237. overflow: auto;
  238. }
  239.  
  240. .tri {
  241. position: absolute;
  242. margin: auto;
  243. height: 25.5%;
  244. width: 5.8%;
  245. z-index: 8;
  246. }
  247.  
  248. #triL {
  249. bottom: 38.3%;
  250. left: 64.3%;
  251. clip-path: polygon(0 100%, 0 0, 100% 0);
  252. background-color: F26FAA;
  253. }
  254.  
  255. #triR {
  256. bottom: 36%;
  257. left: 30%;
  258. clip-path: polygon(0 100%, 100% 100%, 100% 0);
  259. background-color: 9867A7;
  260. }
  261.  
  262. .textb {
  263. position: absolute;
  264. margin: auto;
  265. left: 0; right: 0;
  266. transform: skew(-25deg);
  267. }
  268.  
  269. #text2 {
  270. bottom: 35.4%;
  271. height: 29%;
  272. width: 34.6%;
  273. background-color: #fff;
  274. z-index: 7;
  275. }
  276.  
  277. #text1 {
  278. bottom: 35%;
  279. height: 30%;
  280. width: 35%;
  281. background-color: #000;
  282. z-index: 6;
  283. }
  284.  
  285. .title {
  286. position: absolute;
  287. margin: auto;
  288. bottom: 68.5%;
  289. left: 52.5%;
  290. height: 10%;
  291. width: 35%;
  292. font-family: Sniglet;
  293. font-size: 7vw;
  294. color: white;
  295. -webkit-text-stroke: .2vw #000;
  296. z-index: 5;
  297. }
  298.  
  299. .main {
  300. position: absolute;
  301. margin: auto;
  302. bottom: 0;
  303. right: 65%;
  304. height: 80%;
  305. width: 35%;
  306. background-image:url(https://i.imgur.com/QUTpu5q.png);
  307. background-size: auto 100%;
  308. background-postion: center;
  309. background-repeat: no-repeat;
  310. z-index: 4;
  311. }
  312.  
  313. .back {
  314. position: absolute;
  315. margin: auto;
  316. bottom: 0; top: 0;
  317. left: 0; right: 0;
  318. height: 100%;
  319. background-image:url();
  320. background-size: auto 100%;
  321. background-postion: center;
  322. background-repeat: no-repeat;
  323. transform: skew(-30deg);
  324. }
  325.  
  326. #b1 {
  327. width: 50%;
  328. background-color: 9867A7;
  329. z-index: 3;
  330. }
  331.  
  332. #b2 {
  333. width: 60%;
  334. background-color: F26FAA;
  335. z-index: 2;
  336. }
  337.  
  338. #b3 {
  339. width: 63%;
  340. background-color: #fff;
  341. z-index: 1;
  342. }
  343.  
  344. #b4 {
  345. width: 63.5%;
  346. background-color: #000;
  347. z-index: 0;
  348. }
  349.  
  350. .trash {
  351. position: absolute;
  352. margin: auto;
  353. top: 94%;
  354. left: 96%;
  355. background-image:url(https://i.imgur.com/gVPGFpz.png);
  356. background-size: auto 100%;
  357. background-position: center;
  358. background-repeat: no-repeat;
  359. height: 5%;
  360. width: 5%;
  361. cursor: pointer;
  362. z-index: 100;
  363. }
  364.  
  365. ::-webkit-scrollbar {
  366. width: .5vw;
  367. }
  368. ::-webkit-scrollbar-track {
  369. background-color:transparent;
  370. }
  371. ::-webkit-scrollbar-thumb {
  372. background-color: transparent;
  373. background-image:url(https://i.imgur.com/VdAWYla.png);
  374. background-size: 100% auto;
  375. background-position: center;
  376. }
  377.  
  378. h1 {
  379. margin-top: 1vw;
  380. margin-bottom: 1vw;
  381. margin-left: 1vw;
  382. font-family: Sniglet;
  383. font-size: 3vw;
  384. color: white;
  385. -webkit-text-stroke: .02vw #000;
  386. }
  387.  
  388. ul.a {
  389. margin: 0;
  390. }
  391.  
  392. u {
  393. color: #9867A7;
  394. }
  395.  
  396. b {
  397. font-weight: 900;
  398. }
  399.  
  400. a:link {
  401. color: #F26FAA;
  402. text-decoration: none;
  403. font-variant: small-caps;
  404. }
  405.  
  406. a:hover {
  407. color: #FED992;
  408. }
  409.  
  410. big {
  411. font-size: 2vw;
  412. font-variant: small-caps;
  413. }
  414.  
  415. small {
  416. font-size: 1vw;
  417. font-variant: small-caps;
  418. }
  419.  
  420. #g {
  421. position: relative;
  422. margin: .5vw;
  423. background-color: #000;
  424. height: 36%;
  425. width: 33%;
  426. border: .2vw solid #000;
  427. transition: all .5s ease-in-out;
  428. }
  429.  
  430. #g:hover {
  431. border: .2vw solid #FED992;
  432. transition: all .5s ease-in-out;
  433. }
  434.  
  435. ::selection {color: #FED992; background-color:none; }
  436. ::-moz-selection {color: #FED992; background-color:none; }
  437.  
  438. ((HTML))
  439.  
  440. <audio id="audio" src="https://od.lk/s/ODVfMTY3MDY3NTlf/Playlist.mp3" ></audio>
  441. <div class="floof" id="page1"><div>
  442.  
  443. <h1> PAGE 1 </h1>
  444.  
  445. <center><center><div style=" width: 80%; overflow: visible; position: relative;">
  446. Given name: <font style=float:right>Arima</font><br>
  447. Gender: <font style=float:right>Female</font><br>
  448. Age: <font style=float:right>21</font><br>
  449. Height: <font style=float:right>175cm</font><br>
  450. Race: <font style=float:right>Tailclops<br></font><br>
  451. Orientation: <font style=float:right>Bisexual</font><br>
  452. Marital Status: <font style=float:right><a target="_blank" href="LINK HERE">Single</a></font></div></center><br></center>
  453.  
  454. </div></div>
  455.  
  456. <div class="floof" id="page2"><div>
  457.  
  458. <h1> PAGE 2 </h1>
  459.  
  460. Arima is the opposite of Ansel. She is an extrovert and overall sexual deviant towards anything breathing. Her overall morals are close to none and have little weight in her soul (if she still has one.) However, her caring nature towards her little sister is about as nice as she'll get, Ansel is her verbal punching bag and anyone who upsets her sister will be the physical one. Despite this, a hot guy might get dragged into a dark room with him, or a cute one, both are very similar. Other than teasing her victims of sexual assault, she likes scary movies and being active, despite not having a job. Her overall hatred towards boring guys and commitment are displayed more frequently then her hatred towards lovey-dovey couples. Finally, she is easily told apart from Ansel due to her lower lip being pierced, along with both nipples and a heart tattoo near the base of her tail. Watch out, her libido hasn't been matched yet, but someone will come along, eventually.
  461.  
  462. </div></div>
  463.  
  464. <div class="floof" id="page3"><div>
  465.  
  466. <h1> PAGE 3 </h1>
  467.  
  468. <center><div style=" width: 80%; overflow: visible; position: relative;">
  469. <a target="_blank" href="PROFILE LINKE"><div id="g" style="float: left; background-image:url(https://i.imgur.com/xBtWliN.png); background-size: 100% auto; background-position: center;"></div></a>
  470.  
  471. <a target="_blank" href=" PROFILE LINK"><div id="g" style="float: right; background-image:url(https://i.imgur.com/Wwlf8So.jpg); background-size: 100% auto; background-position: center;"></div></a>
  472.  
  473. <a target="_blank" href="PROFILE LINKE"><div id="g" style="float: left; background-image:url(https://i.imgur.com/A9Lxm7q.jpg); background-size: 100% auto; background-position: center;"></div></a>
  474.  
  475. <a target="_blank" href=" PROFILE LINK"><div id="g" style="float: right; background-image:url(https://i.imgur.com/EZkyMLb.jpg); background-size: 100% auto; background-position: center;"></div></a>
  476.  
  477. <a target="_blank" href="PROFILE LINKE"><div id="g" style="float: left; background-image:url(https://i.imgur.com/hRsqqnO.jpg); background-size: 100% auto; background-position: center;"></div></a>
  478.  
  479. <a target="_blank" href=" PROFILE LINK"><div id="g" style="float: right; background-image:url(https://i.imgur.com/8MYmdht.jpg); background-size: 100% auto; background-position: center;"></div></a>
  480.  
  481. </div></center>
  482.  
  483. </div></div>
  484.  
  485. <div class="floof" id="page4"><div>
  486.  
  487. <h1> PAGE 4 </h1>
  488.  
  489. <ul class="a">
  490. <li>Pm friendly</li>
  491. <li>Starting with a post will get you better results for a response
  492. </li>
  493. <li>I'm always IC
  494. </li>
  495. <li>Shit post to Novella
  496. </li>
  497. <li>Story, Smut, I don't care
  498. </li>
  499. <li><a target="_blank" href="https://www.f-list.net/c/sexysexsexlist/"><b>F-List</b></a></li>
  500. <li><a target="_blank" href="https://imgur.com/a/Zf8iq"><b>Gallery</b></a></li>
  501.  
  502. <br></ul>
  503.  
  504. </div></div>
  505. <div class="tab" id="tab1"></div>
  506. <div class="tab" id="tab2"></div>
  507. <div class="tab" id="tab3"></div>
  508. <div class="tab" id="tab4"></div>
  509. <a target="_blank" href="https://roleplay.chat/profile.php?user=Raccoon" target="_blank"><div class="trash" title="Trash Codes"></div></a>
  510. <a target="_blank" href="https://i.imgur.com/BLdEyRK.jpg"><div class="pic" id="pic1"><div></div></div></a>
  511. <a target="_blank" href="https://i.imgur.com/WET5woq.jpg"><div class="pic" id="pic2"><div></div></div></a>
  512. <a target="_blank" href="https://i.imgur.com/vkLmHfv.jpg"><div class="pic" id="pic3"><div></div></div></a>
  513. <a target="_blank" href="https://i.imgur.com/dp6WNij.png"><div class="pic" id="pic4"><div></div></div></a>
  514. <div class="tri" id="triR"></div>
  515. <div class="tri" id="triL"></div>
  516. <div class="textb" id="text2"></div>
  517. <div class="textb" id="text1"></div>
  518. <div class="title">Arima</div>
  519. <div class="main"></div>
  520. <div class="back" id="b1"></div>
  521. <div class="back" id="b2"></div>
  522. <div class="back" id="b3"></div>
  523. <div class="back" id="b4"></div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement