Advertisement
Professor_Stein

Gora

Aug 6th, 2021 (edited)
32
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.29 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 = .4;
  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. ^//JAVA//^
  91.  
  92. @import url('https://fonts.googleapis.com/css2?family=Dosis:wght@200&family=Pacifico&display=swap');
  93. body {
  94. background-image:url(https://i.imgur.com/WvofeGe.jpg);
  95. background-size: 100% 100%;
  96. overflow: hidden;
  97. }
  98.  
  99. ::-webkit-scrollbar {
  100. width: .2vw;
  101. }
  102. ::-webkit-scrollbar-track {
  103. background-color:transparent;
  104. }
  105. ::-webkit-scrollbar-thumb {
  106. border-radius: 50%;
  107. background-color: #CF6085;
  108. }
  109.  
  110. #mainone {
  111. position: absolute;
  112. margin: auto;
  113. top: 0; bottom: 0;
  114. left: 0; right: 0;
  115. height: 30%;
  116. width: 25%;
  117. background-image:url(https://i.imgur.com/62K2Xvt.png);
  118. background-position: center;
  119. background-size: auto 100%;
  120. background-repeat: no-repeat;
  121. cursor: pointer;
  122. opacity: 1;
  123. z-index: 2;
  124. }
  125. #maintwo {
  126. position: absolute;
  127. margin: auto;
  128. top: 0; bottom: 0;
  129. left: 0; right: 0;
  130. height: 100%;
  131. width: 35%;
  132. background-image:url(https://i.imgur.com/MzIkF6n.png);
  133. background-position: center;
  134. background-size: auto 100%;
  135. background-repeat: no-repeat;
  136. opacity: 0;
  137. z-index: 1;
  138. }
  139.  
  140. .back {
  141. position: absolute;
  142. margin: auto;
  143. top: 0; bottom: 0;
  144. height: 100%;
  145. width: 50%;
  146. background-image:url();
  147. background-color: #fff;
  148. background-position: center;
  149. background-size: auto 100%;
  150. background-repeat: no-repeat;
  151. opacity: 1;
  152. z-index: 0;
  153. }
  154.  
  155. #left {
  156. left: -50%;
  157. clip-path: polygon(0% 0%, 60% 0%, 100% 50%, 60% 100%, 0% 100%);
  158. }
  159. #left div {
  160. position: absolute;
  161. margin: auto;
  162. top: 0; bottom: 0;
  163. left: 0;
  164. height: 100%;
  165. width: 98%;
  166. background-image:url(https://i.imgur.com/WvofeGe.jpg);
  167. background-attachment: fixed;
  168. background-size: 100% 100%;
  169. background-position: top left;
  170. clip-path: polygon(0% 0%, 60% 0%, 100% 50%, 60% 100%, 0% 100%);
  171. opacity: .7;
  172. }
  173. #right {
  174. right: -50%;
  175. clip-path: polygon(30% 0, 100% 0%, 100% 100%, 30% 100%, 0% 50%);
  176. }
  177. #right div {
  178. position: absolute;
  179. margin: auto;
  180. top: 0; bottom: 0;
  181. right: 0;
  182. height: 100%;
  183. width: 98%;
  184. background-image:url(https://i.imgur.com/WvofeGe.jpg);
  185. background-attachment: fixed;
  186. background-size: 100% 100%;
  187. background-position: top right;
  188. clip-path: polygon(30% 0, 100% 0%, 100% 100%, 30% 100%, 0% 50%);
  189. opacity: .7;
  190. }
  191.  
  192. .titler {
  193. position: absolute;
  194. margin: auto;
  195. height: 10%;
  196. width: 20%;
  197. background-color: transparent;
  198. color: #333876;
  199. font-family: Pacifico;
  200. font-size: 3vw;
  201. text-align: center;
  202. z-index: 4;
  203. }
  204. .titlel {
  205. position: absolute;
  206. margin: auto;
  207. height: 10%;
  208. width: 20%;
  209. color: #333876;
  210. font-family: Pacifico;
  211. font-size: 3vw;
  212. text-align: center;
  213. z-index: 4;
  214. }
  215. #oneleft {
  216. top: 26%;
  217. left: -40%;
  218. transform: rotate(-28deg);
  219. }
  220. #twoleft {
  221. top: 26%;
  222. left: -40%;
  223. transform: rotate(-28deg);
  224. }
  225. #oneright {
  226. top: 26%;
  227. right: -40%;
  228. transform: rotate(28deg);
  229. }
  230. #tworight {
  231. top: 26%;
  232. right: -40%;
  233. transform: rotate(28deg);
  234. }
  235.  
  236. .floof {
  237. position: absolute;
  238. margin: auto;
  239. top: 25%;
  240. height: 53%;
  241. width: 25%;
  242. background-color: #bbc4ed;
  243. clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
  244. z-index: 3;
  245. }
  246. .floof div {
  247. position: absolute;
  248. margin: auto;
  249. top: 0; bottom: 0;
  250. left: 0; right: 0;
  251. height: 88%;
  252. width: 98%;
  253. background-image:url(https://i.imgur.com/nWdNsxX.gif);
  254. background-size: 100% auto;
  255. background-position: top;
  256. clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
  257. }
  258. #textL {
  259. left: -40%;
  260. }
  261. #textR {
  262. right: -40%;
  263. }
  264.  
  265. .text {
  266. position: absolute;
  267. margin: auto;
  268. top: 38.5%;
  269. height: 22%;
  270. width: 22.6%;
  271. background-color: #bbc4ed;
  272. font-family: Dosis;
  273. color: #333876;
  274. text-align: justify;
  275. padding: 1vw;
  276. z-index: 5;
  277. overflow: auto;
  278. }
  279. #thgir {
  280. right: -40%;
  281. }
  282. #tfel {
  283. left: -40%;
  284. }
  285. #thgir2 {
  286. right: -40%;
  287. }
  288. #tfel2 {
  289. left: -40%;
  290. }
  291.  
  292. .trash {
  293. position: absolute;
  294. margin: auto;
  295. top: 94%;
  296. left: 96%;
  297. background-image:url(https://i.imgur.com/gVPGFpz.png);
  298. background-size: auto 100%;
  299. background-position: center;
  300. background-repeat: no-repeat;
  301. height: 5%;
  302. width: 5%;
  303. cursor: pointer;
  304. z-index: 99;
  305. }
  306.  
  307. .but {
  308. position: absolute;
  309. margin: auto;
  310. top: 73.5%;
  311. height: 11%;
  312. width: 6%;
  313. background-image:url(https://i.imgur.com/XNrDGQ2.gif);
  314. background-repeat: no-repeat;
  315. background-position: center;
  316. background-size: auto 100%;
  317. cursor: pointer;
  318. z-index: 10;
  319. }
  320. #butl2 {
  321. left: -25%;
  322. }
  323. #butl1 {
  324. left: -40%;
  325. }
  326. #butr1 {
  327. right: -25%;
  328. }
  329. #butr2 {
  330. right: -40%;
  331. }
  332.  
  333. h1 {
  334. border-bottom: .1vw dotted #333876;
  335. font-size: 2vw;
  336. font-family: Pacifico;
  337. font-weight: 100;
  338. text-align: center;
  339. }
  340.  
  341. ul.a {
  342. margin: 0;
  343. list-style-type: circle;
  344. }
  345.  
  346. u {
  347. color: #D6C8AD;
  348. }
  349.  
  350. a:link {
  351. color: #D6C8AD;
  352. text-decoration: none;
  353. font-size: 1vw;
  354. font-variant: small-caps;
  355. }
  356.  
  357. a:visited {
  358. color: D6C8AD;
  359. }
  360.  
  361. a:hover {
  362. color: A90806;
  363. }
  364.  
  365. a:active {
  366. color: A90806;
  367. }
  368.  
  369. big {
  370. font-size: 1.5vw;
  371. font-variant: small-caps;
  372. }
  373.  
  374. small {
  375. font-variant: small-caps;
  376. }
  377.  
  378. ::selection {color: grey; background-color:none; }
  379. ::-moz-selection {color: grey; background-color:none; }
  380.  
  381. ^//CSS//^
  382.  
  383. <div id="mainone"></div>
  384. <div id="maintwo"></div>
  385. <div class="back" id="left"><div></div></div>
  386. <div class="back" id="right"><div></div></div>
  387. <div class="titlel" id="oneleft">Stats</div>
  388. <div class="titlel" id="twoleft">Info</div>
  389. <div class="titler" id="oneright">Abilities</div>
  390. <div class="titler" id="tworight">Ooc</div>
  391. <div class="floof" id="textL"><div></div></div>
  392. <div class="floof" id="textR"><div></div></div>
  393. <div class="but" id="butl1"></div>
  394. <div class="but" id="butl2"></div>
  395. <div class="but" id="butr1"></div>
  396. <div class="but" id="butr2"></div>
  397.  
  398.  
  399. <div class="text" id="tfel"><div>
  400.  
  401. <h1> Dossier </h1>
  402.  
  403. <center><div style="text-align: left; width: 80%;">
  404. Given name: <font style=float:right>Gora</font><br>
  405. Gender: <font style=float:right>Female</font><br>
  406. Age: <font style=float:right>23</font><br>
  407. Height: <font style=float:right>274cm</font><br>
  408. LvL: <font style=float:right>1</font><br>
  409. Race: <font style=float:right>Orc of Eberron<br></font><br>
  410. Orientation: <font style=float:right>Bisexual</font><br>
  411. Marital Status: <font style=float:right><a target="_blank" href="https://imgur.com/a/YMaj38r"> Gets around</a></font></div></center>
  412. </div><br>
  413.  
  414.  
  415.  
  416. </div></div>
  417.  
  418. <div class="text" id="tfel2"><div>
  419.  
  420. <h1> Info</h1>
  421.  
  422. <h3>Str: 19(Mod+4)</h2> <h3>Dex: 15(Mod+2)</h2> <h3>Con: 17(Mod+3)</h2> <h3>Int: 11</h2> <h3>Wis: 13(Mod+1)</h2> <h3>Char: 11</h2>
  423.  
  424. </div></div>
  425.  
  426. <div class="text" id="thgir"><div>
  427.  
  428. <h1> Abilities</h1>
  429.  
  430. <b>Rage: in battle, you fight with primal ferocity.</b>
  431.  
  432.  
  433. </div></div>
  434.  
  435. <div class="text" id="thgir2"><div>
  436.  
  437. <h1> Out of Character</h1>
  438.  
  439. <ul class="a">
  440. <li>IC Approaches are okay!</li>
  441. <li>Open to ideas!</li>
  442. <li>DMs Are always open</li>
  443. <li>Don't be afraid to ask questions!</li>
  444. <li>I'm friendly OOCly</li>
  445. <li>IC approachs are always answered</li>
  446. <li>This is a DnD Character I rolled up</li>
  447.  
  448.  
  449. </ul>
  450.  
  451. </div></div>
  452. <a target="_blank" href="https://roleplay.chat/profile.php?user=Raccoon" target="_blank"><div class="trash" title="Trash Codes"></div></a><audio id="audio" src="" ></audio>
  453.  
  454. ^//HTML//^
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement