Advertisement
Professor_Stein

Monsuta

Jul 10th, 2020 (edited)
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.95 KB | None | 0 0
  1. $("#mainone").click(function(){
  2. $("#mainone").delay(0) .animate({opacity: '0'}, 500, 'linear');
  3. $("#mainone").delay(500) .animate({left: '100%'}, 0, 'linear');
  4. $("#maintwo").delay(0) .animate({opacity: '1'}, 500, 'linear');
  5.  
  6. $("#left").delay(0) .animate({left: '0%'}, 1000, 'linear');
  7. $("#right").delay(0) .animate({right: '0%'}, 1000, 'linear');
  8.  
  9. $("#textL").delay(0) .animate({left: '6%'}, 1000, 'linear');
  10. $("#textR").delay(0) .animate({right: '6%'}, 1000, 'linear');
  11.  
  12. $("#tfel").delay(0) .animate({left: '6.2%'}, 1000, 'linear');
  13. $("#thgir").delay(0) .animate({right: '6.2%'}, 1000, 'linear');
  14.  
  15. $("#oneleft").delay(0) .animate({left: '2%'}, 1000, 'linear');
  16. $("#oneleft").delay(1) .animate({opacity: '1'}, 1000, 'linear');
  17.  
  18. $("#oneright").delay(0) .animate({right: '2%'}, 1000, 'linear');
  19. $("#oneright").delay(1) .animate({opacity: '1'}, 1000, 'linear');
  20.  
  21. $("#butl1").delay(0) .animate({left: '11%'}, 1000, 'linear');
  22. $("#butl2").delay(0) .animate({left: '20%'}, 1000, 'linear');
  23.  
  24. $("#butr1").delay(0) .animate({right: '20%'}, 1000, 'linear');
  25. $("#butr2").delay(0) .animate({right: '11%'}, 1000, 'linear');
  26.  
  27. $(this).addClass('clicked');
  28. var audio = document.getElementById("audio");
  29. audio.play();
  30. audio.volume = .04;
  31.  
  32. });
  33.  
  34. $("#butl1").click(function(){
  35. $("#tfel").delay(0) .animate({left: '6.2%'}, 0, 'linear');
  36. $("#tfel").delay(1) .animate({opacity: '1'}, 0, 'linear');
  37.  
  38. $("#oneleft").delay(0) .animate({left: '2%'}, 0, 'linear');
  39. $("#oneleft").delay(1) .animate({opacity: '1'}, 0, 'linear');
  40.  
  41. $("#twoleft").delay(0) .animate({opacity: '0'}, 0, 'linear');
  42. $("#twoleft").delay(0) .animate({left: '100%'}, 0, 'linear');
  43.  
  44. $("#tfel2").delay(0) .animate({opacity: '0'}, 0, 'linear');
  45. $("#tfel2").delay(0) .animate({left: '100%'}, 0, 'linear');
  46. });
  47.  
  48. $("#butl2").click(function(){
  49. $("#tfel2").delay(0) .animate({left: '6.2%'}, 0, 'linear');
  50. $("#tfel2").delay(1) .animate({opacity: '1'}, 0, 'linear');
  51.  
  52. $("#twoleft").delay(0) .animate({left: '2%'}, 0, 'linear');
  53. $("#twoleft").delay(1) .animate({opacity: '1'}, 0, 'linear');
  54.  
  55. $("#oneleft").delay(0) .animate({opacity: '0'}, 0, 'linear');
  56. $("#oneleft").delay(0) .animate({left: '100%'}, 0, 'linear');
  57.  
  58. $("#tfel").delay(0) .animate({opacity: '0'}, 0, 'linear');
  59. $("#tfel").delay(0) .animate({left: '100%'}, 0, 'linear');
  60. });
  61.  
  62. $("#butr1").click(function(){
  63. $("#thgir").delay(0) .animate({right: '6.2%'}, 0, 'linear');
  64. $("#thgir").delay(1) .animate({opacity: '1'}, 0, 'linear');
  65.  
  66. $("#oneright").delay(0) .animate({right: '2%'}, 0, 'linear');
  67. $("#oneright").delay(1) .animate({opacity: '1'}, 0, 'linear');
  68.  
  69. $("#tworight").delay(0) .animate({opacity: '0'}, 0, 'linear');
  70. $("#tworight").delay(0) .animate({right: '100%'}, 0, 'linear');
  71.  
  72. $("#thgir2").delay(0) .animate({opacity: '0'}, 0, 'linear');
  73. $("#thgir2").delay(0) .animate({right: '100%'}, 0, 'linear');
  74. });
  75.  
  76. $("#butr2").click(function(){
  77. $("#thgir2").delay(0) .animate({right: '6.2%'}, 0, 'linear');
  78. $("#thgir2").delay(1) .animate({opacity: '1'}, 0, 'linear');
  79.  
  80. $("#tworight").delay(0) .animate({right: '2%'}, 0, 'linear');
  81. $("#tworight").delay(1) .animate({opacity: '1'}, 0, 'linear');
  82.  
  83. $("#oneright").delay(0) .animate({opacity: '0'}, 0, 'linear');
  84. $("#oneright").delay(0) .animate({right: '100%'}, 0, 'linear');
  85.  
  86. $("#thgir").delay(0) .animate({opacity: '0'}, 0, 'linear');
  87. $("#thgir").delay(0) .animate({right: '100%'}, 0, 'linear');
  88. });
  89.  
  90.  
  91.  
  92.  
  93.  
  94.  
  95.  
  96.  
  97.  
  98.  
  99.  
  100.  
  101.  
  102.  
  103.  
  104.  
  105.  
  106.  
  107.  
  108. @import url('https://fonts.googleapis.com/css2?family=Dosis:wght@200&family=Girassol&display=swap');
  109. body {
  110. background-image:url(https://i.imgur.com/eZXNC4g.jpg);
  111. background-size: 100% 100%;
  112. overflow: hidden;
  113. }
  114.  
  115. ::-webkit-scrollbar {
  116. width: .2vw;
  117. }
  118. ::-webkit-scrollbar-track {
  119. background-color:transparent;
  120. }
  121. ::-webkit-scrollbar-thumb {
  122. border-radius: 50%;
  123. background-color: #56BDAC;
  124. }
  125.  
  126. #mainone {
  127. position: absolute;
  128. margin: auto;
  129. top: 0; bottom: 0;
  130. left: 0; right: 0;
  131. height: 100%;
  132. width: 45%;
  133. background-image:url(https://i.imgur.com/JeS2XT9.jpg);
  134. background-position: center;
  135. background-size: 90% auto ;
  136. background-repeat: no-repeat;
  137. cursor: pointer;
  138. opacity: 1;
  139. z-index: 2;
  140. }
  141. #maintwo {
  142. position: absolute;
  143. margin: auto;
  144. top: 0; bottom: 0;
  145. left: 0; right: 0;
  146. height: 100%;
  147. width: 40%;
  148. background-image:url(https://i.imgur.com/nTwNAfT.png);
  149. background-position: center;
  150. background-size: 100% auto;
  151. background-repeat: no-repeat;
  152. opacity: 0;
  153. z-index: 1;
  154. }
  155.  
  156. .back {
  157. position: absolute;
  158. margin: auto;
  159. top: 0; bottom: 0;
  160. height: 100%;
  161. width: 50%;
  162. background-image:url();
  163. background-position: center;
  164. background-size: auto 100%;
  165. background-repeat: no-repeat;
  166. opacity: 1;
  167. z-index: 0;
  168. }
  169.  
  170. #left {
  171. left: -50%;
  172. clip-path: polygon(0% 0%, 60% 0%, 100% 50%, 60% 100%, 0% 100%);
  173. }
  174. #left div {
  175. position: absolute;
  176. margin: auto;
  177. top: 0; bottom: 0;
  178. left: 0;
  179. height: 100%;
  180. width: 98%;
  181. background-image:url(https://i.imgur.com/eZXNC4g.jpg);
  182. background-attachment: fixed;
  183. background-size: 100% 100%;
  184. background-position: top left;
  185. clip-path: polygon(0% 0%, 60% 0%, 100% 50%, 60% 100%, 0% 100%);
  186.  
  187. }
  188. #right {
  189. right: -50%;
  190. clip-path: polygon(30% 0, 100% 0%, 100% 100%, 30% 100%, 0% 50%);
  191. }
  192. #right div {
  193. position: absolute;
  194. margin: auto;
  195. top: 0; bottom: 0;
  196. right: 0;
  197. height: 100%;
  198. width: 98%;
  199. background-image:url(https://i.imgur.com/eZXNC4g.jpg);
  200. background-attachment: fixed;
  201. background-size: 100% 100%;
  202. background-position: top right;
  203. clip-path: polygon(30% 0, 100% 0%, 100% 100%, 30% 100%, 0% 50%);
  204. }
  205.  
  206. .titler {
  207. position: absolute;
  208. margin: auto;
  209. height: 10%;
  210. width: 20%;
  211. background-color: transparent;
  212. color: #e9eed7;
  213. font-family: Girassol;
  214. font-size: 3vw;
  215. text-align: center;
  216. z-index: 4;
  217. }
  218. .titlel {
  219. position: absolute;
  220. margin: auto;
  221. height: 10%;
  222. width: 20%;
  223. color: #e9eed7;
  224. font-family: Girassol;
  225. font-size: 3vw;
  226. text-align: center;
  227. z-index: 4;
  228. }
  229. #oneleft {
  230. top: 26%;
  231. left: -40%;
  232. transform: rotate(-28deg);
  233. }
  234. #twoleft {
  235. top: 26%;
  236. left: -40%;
  237. transform: rotate(-28deg);
  238. }
  239. #oneright {
  240. top: 26%;
  241. right: -40%;
  242. transform: rotate(28deg);
  243. }
  244. #tworight {
  245. top: 26%;
  246. right: -40%;
  247. transform: rotate(28deg);
  248. }
  249.  
  250. .floof {
  251. position: absolute;
  252. margin: auto;
  253. top: 25%;
  254. height: 53%;
  255. width: 25%;
  256. background-color: white;
  257. clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
  258. z-index: 3;
  259. }
  260. .floof div {
  261. position: absolute;
  262. margin: auto;
  263. top: 0; bottom: 0;
  264. left: 0; right: 0;
  265. height: 98%;
  266. width: 98%;
  267. background-image:url(https://i.imgur.com/EVs9I6G.gif);
  268. background-size: 100% auto;
  269. background-position: top;
  270. clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
  271. }
  272. #textL {
  273. left: -40%;
  274. }
  275. #textR {
  276. right: -40%;
  277. }
  278.  
  279. .text {
  280. position: absolute;
  281. margin: auto;
  282. top: 38.5%;
  283. height: 22%;
  284. width: 22.6%;
  285. background-color: white;
  286. font-family: Dosis;
  287. color: #DF7017;
  288. text-align: justify;
  289. padding: 1vw;
  290. z-index: 5;
  291. overflow: auto;
  292. }
  293. #thgir {
  294. right: -40%;
  295. }
  296. #tfel {
  297. left: -40%;
  298. }
  299. #thgir2 {
  300. right: -40%;
  301. }
  302. #tfel2 {
  303. left: -40%;
  304. }
  305.  
  306. .trash {
  307. position: absolute;
  308. margin: auto;
  309. top: 94%;
  310. left: 96%;
  311. background-image:url(https://i.imgur.com/gPGFpz.png);
  312. background-size: auto 100%;
  313. background-position: center;
  314. background-repeat: no-repeat;
  315. height: 5%;
  316. width: 5%;
  317. cursor: pointer;
  318. z-index: 99;
  319. }
  320.  
  321. .but {
  322. position: absolute;
  323. margin: auto;
  324. top: 67.5%;
  325. height: 11%;
  326. width: 6%;
  327. background-image:url(https://i.imgur.com/MorO4c5.gif);
  328. background-repeat: no-repeat;
  329. background-position: center;
  330. background-size: auto 100%;
  331. cursor: pointer;
  332. z-index: 10;
  333. }
  334. #butl2 {
  335. left: -25%;
  336. }
  337. #butl1 {
  338. left: -40%;
  339. }
  340. #butr1 {
  341. right: -25%;
  342. }
  343. #butr2 {
  344. right: -40%;
  345. }
  346.  
  347. h1 {
  348. border-bottom: .1vw dotted #D86B19;
  349. font-size: 2vw;
  350. font-family: Girassol;
  351. font-weight: 100;
  352. text-align: center;
  353. }
  354.  
  355. ul.a {
  356. margin: 0;
  357. list-style-type: circle;
  358. }
  359.  
  360. u {
  361. color: #56BDAC;
  362. }
  363.  
  364. a:link {
  365. color: #56BDAC;
  366. text-decoration: none;
  367. font-size: 1vw;
  368. font-variant: small-caps;
  369. }
  370.  
  371. a:visited {
  372. color: 56BDAC;
  373. }
  374.  
  375. a:hover {
  376. color: #5D1610;
  377. }
  378.  
  379. a:active {
  380. color: 56BDAC;
  381. }
  382.  
  383. big {
  384. font-size: 1.5vw;
  385. font-variant: small-caps;
  386. }
  387.  
  388. small {
  389. font-variant: small-caps;
  390. }
  391.  
  392. ::selection {color: grey; background-color:none; }
  393. ::-moz-selection {color: grey; background-color:none; }
  394.  
  395.  
  396.  
  397.  
  398.  
  399.  
  400.  
  401.  
  402.  
  403.  
  404.  
  405.  
  406.  
  407.  
  408.  
  409.  
  410.  
  411.  
  412.  
  413.  
  414.  
  415.  
  416. <div id="mainone"></div>
  417. <div id="maintwo"></div>
  418. <div class="back" id="left"><div></div></div>
  419. <div class="back" id="right"><div></div></div>
  420. <div class="titlel" id="oneleft">Stats</div>
  421. <div class="titlel" id="twoleft">Info</div>
  422. <div class="titler" id="oneright">Abilities</div>
  423. <div class="titler" id="tworight">Ooc</div>
  424. <div class="floof" id="textL"><div></div></div>
  425. <div class="floof" id="textR"><div></div></div>
  426. <div class="but" id="butl1"></div>
  427. <div class="but" id="butl2"></div>
  428. <div class="but" id="butr1"></div>
  429. <div class="but" id="butr2"></div>
  430.  
  431.  
  432. <div class="text" id="tfel"><div>
  433.  
  434. <h1> Dossier </h1>
  435.  
  436. <center><div style="text-align: left; width: 80%;">
  437. Name: <font style=float:right>Monsuta</font><br><br>
  438. Gender: <font style=float:right><a target="_blank" href="https://i.imgur.com/zSoVoiG.jpg">Female</a></font><br><br>
  439. Occupation: <font style=float:right>None</font><br><br>
  440. Height: <font style=float:right>160cm</font><br><br>
  441. Hair Color: <font style=float:right>Blonde</font><br><br>
  442. Race: <font style=float:right><a target="_blank" href="https://i.imgur.com/aDzm8Mj.jpg">SCP</a></font><br><br>
  443. Marital Status: <font style=float:right><a target="_blank" href=""> Single</a></font></div></center>
  444. </div><br>
  445.  
  446.  
  447. </div></div>
  448.  
  449. <div class="text" id="tfel2"><div>
  450.  
  451. <h1> Info</h1>
  452.  
  453.  
  454. </div></div>
  455.  
  456. <div class="text" id="thgir"><div>
  457.  
  458. <h1> Abilities</h1>
  459.  
  460.  
  461.  
  462.  
  463. </div></div>
  464.  
  465. <div class="text" id="thgir2"><div>
  466.  
  467. <h1> Out of Character</h1>
  468.  
  469. <ul class="a">
  470. <li>IC Approaches are preferred</li>
  471. <li>Open to ideas</li>
  472. <li>DMs Are always open</li>
  473.  
  474.  
  475.  
  476.  
  477.  
  478. </ul>
  479.  
  480. </div></div>
  481. </a><audio id="audio" src="https://od.lk/s/ODVfMTE5Njg1NjFf/Baki%20OST%20-%20Crazy%20Spec%20%28Extended%29.mp3" ></audio>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement